diff --git a/CHANGELOG.md b/CHANGELOG.md index 3abe2daef..9d87a8aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.37.18](https://github.com/discordjs/discord-api-types/compare/0.37.17...0.37.18) (2022-11-14) + +### Features + +- **UserFlags:** add `ActiveDeveloper` ([#638](https://github.com/discordjs/discord-api-types/issues/638)) ([65da837](https://github.com/discordjs/discord-api-types/commit/65da837673142267a92aea28ecd65d3c05aa0706)) + ## [0.37.17](https://github.com/discordjs/discord-api-types/compare/0.37.16...0.37.17) (2022-11-07) ### Features diff --git a/deno/CHANGELOG.md b/deno/CHANGELOG.md index 3abe2daef..9d87a8aee 100644 --- a/deno/CHANGELOG.md +++ b/deno/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.37.18](https://github.com/discordjs/discord-api-types/compare/0.37.17...0.37.18) (2022-11-14) + +### Features + +- **UserFlags:** add `ActiveDeveloper` ([#638](https://github.com/discordjs/discord-api-types/issues/638)) ([65da837](https://github.com/discordjs/discord-api-types/commit/65da837673142267a92aea28ecd65d3c05aa0706)) + ## [0.37.17](https://github.com/discordjs/discord-api-types/compare/0.37.16...0.37.17) (2022-11-07) ### Features diff --git a/package-lock.json b/package-lock.json index 7293808ce..03a49a65c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "discord-api-types", - "version": "0.37.17", + "version": "0.37.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "discord-api-types", - "version": "0.37.17", + "version": "0.37.18", "license": "MIT", "devDependencies": { "@babel/runtime-corejs3": "^7.18.0", diff --git a/package.json b/package.json index bd4482536..2db5b5ece 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-api-types", - "version": "0.37.17", + "version": "0.37.18", "description": "Discord API typings that are kept up to date for use in bot library creation.", "homepage": "https://discord-api-types.dev", "exports": { diff --git a/website/versioned_docs/version-0.37.16/api-typedoc.json b/website/versioned_docs/version-0.37.16/api-typedoc.json deleted file mode 100644 index 181fc4af2..000000000 --- a/website/versioned_docs/version-0.37.16/api-typedoc.json +++ /dev/null @@ -1 +0,0 @@ -{"id":0,"name":"discord-api-types","kind":1,"flags":{},"originalName":"","children":[{"id":18,"name":"gateway/common","kind":2,"kindString":"Module","flags":{},"children":[{"id":19,"name":"GatewayURLQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#connecting-gateway-url-query-string-params"},"children":[{"id":22,"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":21,"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":20,"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":[22,21,20]}],"sources":[{"fileName":"gateway/common.ts","line":4,"character":17}]}],"groups":[{"title":"Interfaces","kind":256,"children":[19]}],"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":13,"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":66,"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":16,"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":84,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":12,"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":60,"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":11,"name":"SlashCommand","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Regular expression for matching a application command mention","text":"The `fullName` (possibly including `name`, `subcommandOrGroup` and `subcommand`) 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":14,"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":72,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":17,"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":90,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":15,"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":78,"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":[13,9,16,12,10,11,14,17,15,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":23,"name":"payloads/common","kind":2,"kindString":"Module","flags":{},"children":[{"id":68,"name":"RESTError","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#json"},"children":[{"id":69,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":71,"name":"errors","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/common.ts","line":68,"character":1}],"type":{"type":"reference","id":77,"name":"RESTErrorData"}},{"id":70,"name":"message","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[69,71,70]}],"sources":[{"fileName":"payloads/common.ts","line":65,"character":17}]},{"id":72,"name":"RESTErrorFieldInformation","kind":256,"kindString":"Interface","flags":{},"children":[{"id":73,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":72,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":74,"name":"message","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":73,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[73,74]}],"sources":[{"fileName":"payloads/common.ts","line":71,"character":17}]},{"id":75,"name":"RESTErrorGroupWrapper","kind":256,"kindString":"Interface","flags":{},"children":[{"id":76,"name":"_errors","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":77,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":77,"name":"RESTErrorData"}}}],"groups":[{"title":"Properties","kind":1024,"children":[76]}],"sources":[{"fileName":"payloads/common.ts","line":76,"character":17}]},{"id":81,"name":"RESTRateLimit","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/rate-limits#exceeding-a-rate-limit-rate-limit-response-structure"},"children":[{"id":82,"name":"global","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A value indicating if you are being globally rate limited or not"},"sources":[{"fileName":"payloads/common.ts","line":89,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":83,"name":"message","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A message saying you are being rate limited."},"sources":[{"fileName":"payloads/common.ts","line":93,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":84,"name":"retry_after","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The number of seconds to wait before submitting another request."},"sources":[{"fileName":"payloads/common.ts","line":97,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[82,83,84]}],"sources":[{"fileName":"payloads/common.ts","line":85,"character":17}]},{"id":67,"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":299,"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":77,"name":"RESTErrorData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/common.ts","line":80,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":75,"name":"RESTErrorGroupWrapper"},{"type":"reference","id":72,"name":"RESTErrorFieldInformation"},{"type":"reflection","declaration":{"id":78,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"sources":[{"fileName":"payloads/common.ts","line":80,"character":80}],"indexSignature":{"id":79,"name":"__index","kind":8192,"kindString":"Index signature","flags":{},"parameters":[{"id":80,"name":"k","kind":32768,"flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"reference","id":77,"name":"RESTErrorData"}}}},{"type":"intrinsic","name":"string"}]}},{"id":24,"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":25,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":32,"name":"AddReactions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":29,"name":"Administrator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":41,"name":"AttachFiles","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":28,"name":"BanMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":52,"name":"ChangeNickname","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":46,"name":"Connect","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":26,"name":"CreateInstantInvite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":11,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":62,"name":"CreatePrivateThreads","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":61,"name":"CreatePublicThreads","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":49,"name":"DeafenMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":40,"name":"EmbedLinks","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":27,"name":"KickMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":30,"name":"ManageChannels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":56,"name":"ManageEmojisAndStickers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":59,"name":"ManageEvents","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":31,"name":"ManageGuild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":39,"name":"ManageMessages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":53,"name":"ManageNicknames","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":54,"name":"ManageRoles","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":60,"name":"ManageThreads","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":55,"name":"ManageWebhooks","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":43,"name":"MentionEveryone","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":66,"name":"ModerateMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":50,"name":"MoveMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":35,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":48,"name":"MuteMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":34,"name":"PrioritySpeaker","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":42,"name":"ReadMessageHistory","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":58,"name":"RequestToSpeak","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":43,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":37,"name":"SendMessages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":64,"name":"SendMessagesInThreads","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":38,"name":"SendTTSMessages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":47,"name":"Speak","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":35,"name":"Stream","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":57,"name":"UseApplicationCommands","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":65,"name":"UseEmbeddedActivities","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":44,"name":"UseExternalEmojis","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":63,"name":"UseExternalStickers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":51,"name":"UseVAD","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":33,"name":"ViewAuditLog","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":36,"name":"ViewChannel","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":45,"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":[32,29,41,28,52,46,26,62,61,49,40,27,30,56,59,31,39,53,54,60,55,43,66,50,48,34,42,58,37,64,38,47,35,57,65,44,63,51,33,36,45]}]}},"defaultValue":"..."}],"groups":[{"title":"Interfaces","kind":256,"children":[68,72,75,81]},{"title":"Type Aliases","kind":4194304,"children":[67,77]},{"title":"Variables","kind":32,"children":[24]}],"sources":[{"fileName":"payloads/common.ts","line":1,"character":0}]},{"id":85,"name":"rest/common","kind":2,"kindString":"Module","flags":{},"children":[{"id":268,"name":"Locale","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/reference#locales"},"children":[{"id":271,"name":"Bulgarian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":271,"character":1}],"type":{"type":"literal","value":"bg"},"defaultValue":"\"bg\""},{"id":272,"name":"ChineseCN","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":272,"character":1}],"type":{"type":"literal","value":"zh-CN"},"defaultValue":"\"zh-CN\""},{"id":273,"name":"ChineseTW","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":273,"character":1}],"type":{"type":"literal","value":"zh-TW"},"defaultValue":"\"zh-TW\""},{"id":274,"name":"Croatian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":274,"character":1}],"type":{"type":"literal","value":"hr"},"defaultValue":"\"hr\""},{"id":275,"name":"Czech","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":275,"character":1}],"type":{"type":"literal","value":"cs"},"defaultValue":"\"cs\""},{"id":276,"name":"Danish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":276,"character":1}],"type":{"type":"literal","value":"da"},"defaultValue":"\"da\""},{"id":277,"name":"Dutch","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":277,"character":1}],"type":{"type":"literal","value":"nl"},"defaultValue":"\"nl\""},{"id":270,"name":"EnglishGB","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":270,"character":1}],"type":{"type":"literal","value":"en-GB"},"defaultValue":"\"en-GB\""},{"id":269,"name":"EnglishUS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":269,"character":1}],"type":{"type":"literal","value":"en-US"},"defaultValue":"\"en-US\""},{"id":278,"name":"Finnish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":278,"character":1}],"type":{"type":"literal","value":"fi"},"defaultValue":"\"fi\""},{"id":279,"name":"French","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":279,"character":1}],"type":{"type":"literal","value":"fr"},"defaultValue":"\"fr\""},{"id":280,"name":"German","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":280,"character":1}],"type":{"type":"literal","value":"de"},"defaultValue":"\"de\""},{"id":281,"name":"Greek","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":281,"character":1}],"type":{"type":"literal","value":"el"},"defaultValue":"\"el\""},{"id":282,"name":"Hindi","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":282,"character":1}],"type":{"type":"literal","value":"hi"},"defaultValue":"\"hi\""},{"id":283,"name":"Hungarian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":283,"character":1}],"type":{"type":"literal","value":"hu"},"defaultValue":"\"hu\""},{"id":284,"name":"Italian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":284,"character":1}],"type":{"type":"literal","value":"it"},"defaultValue":"\"it\""},{"id":285,"name":"Japanese","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":285,"character":1}],"type":{"type":"literal","value":"ja"},"defaultValue":"\"ja\""},{"id":286,"name":"Korean","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":286,"character":1}],"type":{"type":"literal","value":"ko"},"defaultValue":"\"ko\""},{"id":287,"name":"Lithuanian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":287,"character":1}],"type":{"type":"literal","value":"lt"},"defaultValue":"\"lt\""},{"id":288,"name":"Norwegian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":288,"character":1}],"type":{"type":"literal","value":"no"},"defaultValue":"\"no\""},{"id":289,"name":"Polish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":289,"character":1}],"type":{"type":"literal","value":"pl"},"defaultValue":"\"pl\""},{"id":290,"name":"PortugueseBR","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":290,"character":1}],"type":{"type":"literal","value":"pt-BR"},"defaultValue":"\"pt-BR\""},{"id":291,"name":"Romanian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":291,"character":1}],"type":{"type":"literal","value":"ro"},"defaultValue":"\"ro\""},{"id":292,"name":"Russian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":292,"character":1}],"type":{"type":"literal","value":"ru"},"defaultValue":"\"ru\""},{"id":293,"name":"SpanishES","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":293,"character":1}],"type":{"type":"literal","value":"es-ES"},"defaultValue":"\"es-ES\""},{"id":294,"name":"Swedish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":294,"character":1}],"type":{"type":"literal","value":"sv-SE"},"defaultValue":"\"sv-SE\""},{"id":295,"name":"Thai","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":295,"character":1}],"type":{"type":"literal","value":"th"},"defaultValue":"\"th\""},{"id":296,"name":"Turkish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":296,"character":1}],"type":{"type":"literal","value":"tr"},"defaultValue":"\"tr\""},{"id":297,"name":"Ukrainian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":297,"character":1}],"type":{"type":"literal","value":"uk"},"defaultValue":"\"uk\""},{"id":298,"name":"Vietnamese","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":298,"character":1}],"type":{"type":"literal","value":"vi"},"defaultValue":"\"vi\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[271,272,273,274,275,276,277,270,269,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298]}],"sources":[{"fileName":"rest/common.ts","line":268,"character":12}]},{"id":86,"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":245,"name":"APIResourceOverloaded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":231,"character":1}],"type":{"type":"literal","value":130000},"defaultValue":"130000"},{"id":134,"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":137,"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":181,"name":"ApplicationCommandWithThatNameAlreadyExists","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":136,"character":1}],"type":{"type":"literal","value":40041},"defaultValue":"40041"},{"id":182,"name":"ApplicationInteractionFailedToSend","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":138,"character":1}],"type":{"type":"literal","value":40043},"defaultValue":"40043"},{"id":244,"name":"ApplicationNotYetAvailable","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":229,"character":1}],"type":{"type":"literal","value":110001},"defaultValue":"110001"},{"id":170,"name":"BitrateIsTooHighForChannelOfThisType","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":121,"character":1}],"type":{"type":"literal","value":30052},"defaultValue":"30052"},{"id":130,"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":226,"name":"CannotDeleteChannelRequiredForCommunityGuilds","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":197,"character":1}],"type":{"type":"literal","value":50074},"defaultValue":"50074"},{"id":192,"name":"CannotEditMessageAuthoredByAnotherUser","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":152,"character":1}],"type":{"type":"literal","value":50005},"defaultValue":"50005"},{"id":227,"name":"CannotEditStickersWithinMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":199,"character":1}],"type":{"type":"literal","value":50080},"defaultValue":"50080"},{"id":190,"name":"CannotExecuteActionOnDMChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":150,"character":1}],"type":{"type":"literal","value":50003},"defaultValue":"50003"},{"id":207,"name":"CannotExecuteActionOnSystemMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":168,"character":1}],"type":{"type":"literal","value":50021},"defaultValue":"50021"},{"id":208,"name":"CannotExecuteActionOnThisChannelType","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":170,"character":1}],"type":{"type":"literal","value":50024},"defaultValue":"50024"},{"id":225,"name":"CannotModifyASystemWebhook","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":196,"character":1}],"type":{"type":"literal","value":50073},"defaultValue":"50073"},{"id":247,"name":"CannotReplyWithoutPermissionToReadMessageHistory","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":235,"character":1}],"type":{"type":"literal","value":160002},"defaultValue":"160002"},{"id":221,"name":"CannotSelfRedeemThisGift","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":189,"character":1}],"type":{"type":"literal","value":50054},"defaultValue":"50054"},{"id":183,"name":"CannotSendAMessageInAForumChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":140,"character":1}],"type":{"type":"literal","value":40058},"defaultValue":"40058"},{"id":193,"name":"CannotSendAnEmptyMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":153,"character":1}],"type":{"type":"literal","value":50006},"defaultValue":"50006"},{"id":195,"name":"CannotSendMessagesInNonTextChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":155,"character":1}],"type":{"type":"literal","value":50008},"defaultValue":"50008"},{"id":194,"name":"CannotSendMessagesToThisUser","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":154,"character":1}],"type":{"type":"literal","value":50007},"defaultValue":"50007"},{"id":259,"name":"CannotUpdateAFinishedEvent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":250,"character":1}],"type":{"type":"literal","value":180000},"defaultValue":"180000"},{"id":139,"name":"ChannelSendRateLimit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":75,"character":1}],"type":{"type":"literal","value":20028},"defaultValue":"20028"},{"id":196,"name":"ChannelVerificationLevelTooHighForYouToGainAccess","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":156,"character":1}],"type":{"type":"literal","value":50009},"defaultValue":"50009"},{"id":232,"name":"CommunityServerChannelsMustBeTextChannels","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":205,"character":1}],"type":{"type":"literal","value":50086},"defaultValue":"50086"},{"id":178,"name":"ConnectionHasBeenRevoked","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":131,"character":1}],"type":{"type":"literal","value":40012},"defaultValue":"40012"},{"id":132,"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":260,"name":"FailedToCreateStageNeededForStageEvent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":252,"character":1}],"type":{"type":"literal","value":180002},"defaultValue":"180002"},{"id":238,"name":"FailedToResizeAssetBelowTheMinimumSize","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":217,"character":1}],"type":{"type":"literal","value":50138},"defaultValue":"50138"},{"id":176,"name":"FeatureTemporarilyDisabledServerSide","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":128,"character":1}],"type":{"type":"literal","value":40006},"defaultValue":"40006"},{"id":219,"name":"FileUploadedExceedsMaximumSize","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":186,"character":1}],"type":{"type":"literal","value":50045},"defaultValue":"50045"},{"id":87,"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":157,"name":"GuildAlreadyHasTemplate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":103,"character":1}],"type":{"type":"literal","value":30031},"defaultValue":"30031"},{"id":142,"name":"GuildPremiumSubscriptionLevelTooLow","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":80,"character":1}],"type":{"type":"literal","value":20035},"defaultValue":"20035"},{"id":191,"name":"GuildWidgetDisabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":151,"character":1}],"type":{"type":"literal","value":50004},"defaultValue":"50004"},{"id":184,"name":"InteractionHasAlreadyBeenAcknowledged","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":142,"character":1}],"type":{"type":"literal","value":40060},"defaultValue":"40060"},{"id":218,"name":"InvalidAPIVersion","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":184,"character":1}],"type":{"type":"literal","value":50041},"defaultValue":"50041"},{"id":189,"name":"InvalidAccountType","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":149,"character":1}],"type":{"type":"literal","value":50002},"defaultValue":"50002"},{"id":229,"name":"InvalidActionOnArchivedThread","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":202,"character":1}],"type":{"type":"literal","value":50083},"defaultValue":"50083"},{"id":217,"name":"InvalidActivityAction","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":182,"character":1}],"type":{"type":"literal","value":50039},"defaultValue":"50039"},{"id":220,"name":"InvalidFileUploaded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":187,"character":1}],"type":{"type":"literal","value":50046},"defaultValue":"50046"},{"id":215,"name":"InvalidFormBodyOrContentType","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":179,"character":1}],"type":{"type":"literal","value":50035},"defaultValue":"50035"},{"id":222,"name":"InvalidGuild","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":190,"character":1}],"type":{"type":"literal","value":50055},"defaultValue":"50055"},{"id":252,"name":"InvalidJSONForUploadedLottieFile","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":242,"character":1}],"type":{"type":"literal","value":170001},"defaultValue":"170001"},{"id":204,"name":"InvalidMFALevel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":164,"character":1}],"type":{"type":"literal","value":50017},"defaultValue":"50017"},{"id":223,"name":"InvalidMessageType","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":192,"character":1}],"type":{"type":"literal","value":50068},"defaultValue":"50068"},{"id":209,"name":"InvalidOAuth2AccessToken","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":171,"character":1}],"type":{"type":"literal","value":50025},"defaultValue":"50025"},{"id":199,"name":"InvalidOAuth2State","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":159,"character":1}],"type":{"type":"literal","value":50012},"defaultValue":"50012"},{"id":213,"name":"InvalidRecipients","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":177,"character":1}],"type":{"type":"literal","value":50033},"defaultValue":"50033"},{"id":212,"name":"InvalidRole","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":175,"character":1}],"type":{"type":"literal","value":50028},"defaultValue":"50028"},{"id":228,"name":"InvalidStickerSent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":200,"character":1}],"type":{"type":"literal","value":50081},"defaultValue":"50081"},{"id":230,"name":"InvalidThreadNotificationSettings","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":203,"character":1}],"type":{"type":"literal","value":50084},"defaultValue":"50084"},{"id":201,"name":"InvalidToken","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":161,"character":1}],"type":{"type":"literal","value":50014},"defaultValue":"50014"},{"id":211,"name":"InvalidWebhookToken","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":174,"character":1}],"type":{"type":"literal","value":50027},"defaultValue":"50027"},{"id":216,"name":"InviteAcceptedToGuildWithoutTheBotBeingIn","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":180,"character":1}],"type":{"type":"literal","value":50036},"defaultValue":"50036"},{"id":206,"name":"InviteCodeInvalidOrTaken","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":167,"character":1}],"type":{"type":"literal","value":50020},"defaultValue":"50020"},{"id":256,"name":"LottieAnimationMaximumDimensionsExceeded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":246,"character":1}],"type":{"type":"literal","value":170005},"defaultValue":"170005"},{"id":251,"name":"MaximumActiveAnnouncementThreads","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":240,"character":1}],"type":{"type":"literal","value":160007},"defaultValue":"160007"},{"id":250,"name":"MaximumActiveThreads","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":239,"character":1}],"type":{"type":"literal","value":160006},"defaultValue":"160006"},{"id":160,"name":"MaximumDailyApplicationCommandCreatesReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":106,"character":1}],"type":{"type":"literal","value":30034},"defaultValue":"30034"},{"id":154,"name":"MaximumNumberOfAnimatedEmojisReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":98,"character":1}],"type":{"type":"literal","value":30018},"defaultValue":"30018"},{"id":158,"name":"MaximumNumberOfApplicationCommandsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":104,"character":1}],"type":{"type":"literal","value":30032},"defaultValue":"30032"},{"id":152,"name":"MaximumNumberOfAttachmentsInAMessageReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":95,"character":1}],"type":{"type":"literal","value":30015},"defaultValue":"30015"},{"id":162,"name":"MaximumNumberOfBanFetchesHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":109,"character":1}],"type":{"type":"literal","value":30037},"defaultValue":"30037"},{"id":167,"name":"MaximumNumberOfEditsToMessagesOlderThanOneHourReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":117,"character":1}],"type":{"type":"literal","value":30046},"defaultValue":"30046"},{"id":149,"name":"MaximumNumberOfEmojisReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":89,"character":1}],"type":{"type":"literal","value":30008},"defaultValue":"30008"},{"id":144,"name":"MaximumNumberOfFriendsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":83,"character":1}],"type":{"type":"literal","value":30002},"defaultValue":"30002"},{"id":151,"name":"MaximumNumberOfGuildChannelsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":93,"character":1}],"type":{"type":"literal","value":30013},"defaultValue":"30013"},{"id":147,"name":"MaximumNumberOfGuildRolesReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":86,"character":1}],"type":{"type":"literal","value":30005},"defaultValue":"30005"},{"id":166,"name":"MaximumNumberOfGuildWidgetSettingsUpdatesHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":115,"character":1}],"type":{"type":"literal","value":30042},"defaultValue":"30042"},{"id":143,"name":"MaximumNumberOfGuildsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":82,"character":1}],"type":{"type":"literal","value":30001},"defaultValue":"30001"},{"id":153,"name":"MaximumNumberOfInvitesReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":96,"character":1}],"type":{"type":"literal","value":30016},"defaultValue":"30016"},{"id":161,"name":"MaximumNumberOfNonGuildMemberBansHasBeenExceeded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":107,"character":1}],"type":{"type":"literal","value":30035},"defaultValue":"30035"},{"id":168,"name":"MaximumNumberOfPinnedThreadsInForumHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":118,"character":1}],"type":{"type":"literal","value":30047},"defaultValue":"30047"},{"id":145,"name":"MaximumNumberOfPinsReachedForTheChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":84,"character":1}],"type":{"type":"literal","value":30003},"defaultValue":"30003"},{"id":165,"name":"MaximumNumberOfPruneRequestsHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":113,"character":1}],"type":{"type":"literal","value":30040},"defaultValue":"30040"},{"id":150,"name":"MaximumNumberOfReactionsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":91,"character":1}],"type":{"type":"literal","value":30010},"defaultValue":"30010"},{"id":146,"name":"MaximumNumberOfRecipientsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":85,"character":1}],"type":{"type":"literal","value":30004},"defaultValue":"30004"},{"id":156,"name":"MaximumNumberOfServerCategoriesReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":101,"character":1}],"type":{"type":"literal","value":30030},"defaultValue":"30030"},{"id":155,"name":"MaximumNumberOfServerMembersReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":99,"character":1}],"type":{"type":"literal","value":30019},"defaultValue":"30019"},{"id":164,"name":"MaximumNumberOfStickersReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":112,"character":1}],"type":{"type":"literal","value":30039},"defaultValue":"30039"},{"id":169,"name":"MaximumNumberOfTagsInForumHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":119,"character":1}],"type":{"type":"literal","value":30048},"defaultValue":"30048"},{"id":163,"name":"MaximumNumberOfUncompletedGuildScheduledEventsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":110,"character":1}],"type":{"type":"literal","value":30038},"defaultValue":"30038"},{"id":148,"name":"MaximumNumberOfWebhooksReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":88,"character":1}],"type":{"type":"literal","value":30007},"defaultValue":"30007"},{"id":159,"name":"MaximumThreadParticipantsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":105,"character":1}],"type":{"type":"literal","value":30033},"defaultValue":"30033"},{"id":267,"name":"MessageBlockedByHarmfulLinksFilter","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":262,"character":1}],"type":{"type":"literal","value":240000},"defaultValue":"240000"},{"id":205,"name":"MessageCanOnlyBePinnedInTheChannelItWasSentIn","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":166,"character":1}],"type":{"type":"literal","value":50019},"defaultValue":"50019"},{"id":261,"name":"MessageWasBlockedByAutomaticModeration","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":254,"character":1}],"type":{"type":"literal","value":200000},"defaultValue":"200000"},{"id":188,"name":"MissingAccess","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":148,"character":1}],"type":{"type":"literal","value":50001},"defaultValue":"50001"},{"id":200,"name":"MissingPermissions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":160,"character":1}],"type":{"type":"literal","value":50013},"defaultValue":"50013"},{"id":210,"name":"MissingRequiredOAuth2Scope","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":172,"character":1}],"type":{"type":"literal","value":50026},"defaultValue":"50026"},{"id":242,"name":"NoUsersWithDiscordTagExist","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":225,"character":1}],"type":{"type":"literal","value":80004},"defaultValue":"80004"},{"id":133,"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":202,"name":"NoteWasTooLong","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":162,"character":1}],"type":{"type":"literal","value":50015},"defaultValue":"50015"},{"id":197,"name":"OAuth2ApplicationDoesNotHaveBot","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":157,"character":1}],"type":{"type":"literal","value":50010},"defaultValue":"50010"},{"id":198,"name":"OAuth2ApplicationLimitReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":158,"character":1}],"type":{"type":"literal","value":50011},"defaultValue":"50011"},{"id":214,"name":"OneOfTheMessagesProvidedWasTooOldForBulkDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":178,"character":1}],"type":{"type":"literal","value":50034},"defaultValue":"50034"},{"id":131,"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":136,"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":173,"name":"OpeningDirectMessagesTooFast","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":125,"character":1}],"type":{"type":"literal","value":40003},"defaultValue":"40003"},{"id":237,"name":"OwnershipCannotBeMovedToABotUser","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":215,"character":1}],"type":{"type":"literal","value":50132},"defaultValue":"50132"},{"id":231,"name":"ParameterEarlierThanCreation","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":204,"character":1}],"type":{"type":"literal","value":50085},"defaultValue":"50085"},{"id":224,"name":"PaymentSourceRequiredToRedeemGift","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":194,"character":1}],"type":{"type":"literal","value":50070},"defaultValue":"50070"},{"id":203,"name":"ProvidedTooFewOrTooManyMessagesToDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":163,"character":1}],"type":{"type":"literal","value":50016},"defaultValue":"50016"},{"id":243,"name":"ReactionWasBlocked","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":227,"character":1}],"type":{"type":"literal","value":90001},"defaultValue":"90001"},{"id":236,"name":"RequestBodyContainsInvalidJSON","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":213,"character":1}],"type":{"type":"literal","value":50109},"defaultValue":"50109"},{"id":175,"name":"RequestEntityTooLarge","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":127,"character":1}],"type":{"type":"literal","value":40005},"defaultValue":"40005"},{"id":174,"name":"SendMessagesHasBeenTemporarilyDisabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":126,"character":1}],"type":{"type":"literal","value":40004},"defaultValue":"40004"},{"id":234,"name":"ServerNeedsMonetizationEnabledToPerformThisAction","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":209,"character":1}],"type":{"type":"literal","value":50097},"defaultValue":"50097"},{"id":235,"name":"ServerNeedsMoreBoostsToPerformThisAction","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":211,"character":1}],"type":{"type":"literal","value":50101},"defaultValue":"50101"},{"id":233,"name":"ServerNotAvailableInYourLocation","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":207,"character":1}],"type":{"type":"literal","value":50095},"defaultValue":"50095"},{"id":140,"name":"ServerSendRateLimit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":76,"character":1}],"type":{"type":"literal","value":20029},"defaultValue":"20029"},{"id":141,"name":"StageTopicServerNameServerDescriptionOrChannelNamesContainDisallowedWords","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":78,"character":1}],"type":{"type":"literal","value":20031},"defaultValue":"20031"},{"id":258,"name":"StickerAnimationDurationExceedsMaximumOf5Seconds","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":248,"character":1}],"type":{"type":"literal","value":170007},"defaultValue":"170007"},{"id":255,"name":"StickerFrameCountExceedsMaximumOf1000Frames","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":245,"character":1}],"type":{"type":"literal","value":170004},"defaultValue":"170004"},{"id":257,"name":"StickerFramerateIsTooSmallOrTooLarge","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":247,"character":1}],"type":{"type":"literal","value":170006},"defaultValue":"170006"},{"id":254,"name":"StickerMaximumFramerateExceeded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":244,"character":1}],"type":{"type":"literal","value":170003},"defaultValue":"170003"},{"id":185,"name":"TagNamesMustBeUnique","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":143,"character":1}],"type":{"type":"literal","value":40061},"defaultValue":"40061"},{"id":187,"name":"TagRequiredToCreateAForumPostInThisChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":146,"character":1}],"type":{"type":"literal","value":40067},"defaultValue":"40067"},{"id":179,"name":"TargetUserIsNotConnectedToVoice","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":133,"character":1}],"type":{"type":"literal","value":40032},"defaultValue":"40032"},{"id":135,"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":246,"name":"TheStageIsAlreadyOpen","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":233,"character":1}],"type":{"type":"literal","value":150006},"defaultValue":"150006"},{"id":186,"name":"ThereAreNoTagsAvailableThatCanBeSetByNonModerators","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":145,"character":1}],"type":{"type":"literal","value":40066},"defaultValue":"40066"},{"id":180,"name":"ThisMessageWasAlreadyCrossposted","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":134,"character":1}],"type":{"type":"literal","value":40033},"defaultValue":"40033"},{"id":248,"name":"ThreadAlreadyCreatedForMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":237,"character":1}],"type":{"type":"literal","value":160004},"defaultValue":"160004"},{"id":249,"name":"ThreadLocked","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":238,"character":1}],"type":{"type":"literal","value":160005},"defaultValue":"160005"},{"id":262,"name":"TitleWasBlockedByAutomaticModeration","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":255,"character":1}],"type":{"type":"literal","value":200001},"defaultValue":"200001"},{"id":241,"name":"TwoFactorAuthenticationIsRequired","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":223,"character":1}],"type":{"type":"literal","value":60003},"defaultValue":"60003"},{"id":171,"name":"Unauthorized","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":123,"character":1}],"type":{"type":"literal","value":40001},"defaultValue":"40001"},{"id":138,"name":"UnderMinimumAge","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":73,"character":1}],"type":{"type":"literal","value":20024},"defaultValue":"20024"},{"id":88,"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":89,"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":121,"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":123,"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":105,"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":111,"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":109,"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":90,"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":118,"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":101,"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":108,"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":114,"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":91,"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":125,"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":127,"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":128,"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":117,"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":126,"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":92,"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":120,"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":93,"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":110,"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":94,"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":95,"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":96,"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":116,"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":97,"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":113,"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":98,"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":106,"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":104,"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":124,"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":119,"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":112,"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":107,"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":115,"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":129,"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":99,"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":100,"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":122,"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":102,"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":103,"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":239,"name":"UploadedFileNotFound","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":219,"character":1}],"type":{"type":"literal","value":50146},"defaultValue":"50146"},{"id":253,"name":"UploadedLottiesCannotContainRasterizedImages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":243,"character":1}],"type":{"type":"literal","value":170002},"defaultValue":"170002"},{"id":177,"name":"UserBannedFromThisGuild","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":129,"character":1}],"type":{"type":"literal","value":40007},"defaultValue":"40007"},{"id":172,"name":"VerifyYourAccount","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":124,"character":1}],"type":{"type":"literal","value":40002},"defaultValue":"40002"},{"id":266,"name":"WebhookServicesCannotBeUsedInForumChannels","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":260,"character":1}],"type":{"type":"literal","value":220004},"defaultValue":"220004"},{"id":265,"name":"WebhooksCanOnlyCreateThreadsInForumChannels","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":259,"character":1}],"type":{"type":"literal","value":220003},"defaultValue":"220003"},{"id":264,"name":"WebhooksPostedToForumChannelsCannotHaveBothAThreadNameAndThreadId","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":258,"character":1}],"type":{"type":"literal","value":220002},"defaultValue":"220002"},{"id":263,"name":"WebhooksPostedToForumChannelsMustHaveAThreadNameOrThreadId","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":257,"character":1}],"type":{"type":"literal","value":220001},"defaultValue":"220001"},{"id":240,"name":"YouDoNotHavePermissionToSendThisSticker","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":221,"character":1}],"type":{"type":"literal","value":50600},"defaultValue":"50600"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[245,134,137,181,182,244,170,130,226,192,227,190,207,208,225,247,221,183,193,195,194,259,139,196,232,178,132,260,238,176,219,87,157,142,191,184,218,189,229,217,220,215,222,252,204,223,209,199,213,212,228,230,201,211,216,206,256,251,250,160,154,158,152,162,167,149,144,151,147,166,143,153,161,168,145,165,150,146,156,155,164,169,163,148,159,267,205,261,188,200,210,242,133,202,197,198,214,131,136,173,237,231,224,203,243,236,175,174,234,235,233,140,141,258,255,257,254,185,187,179,135,246,186,180,248,249,262,241,171,138,88,89,121,123,105,111,109,90,118,101,108,114,91,125,127,128,117,126,92,120,93,110,94,95,96,116,97,113,98,106,104,124,119,112,107,115,129,99,100,122,102,103,239,253,177,172,266,265,264,263,240]}],"sources":[{"fileName":"rest/common.ts","line":4,"character":12}]},{"id":299,"name":"LocaleString","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/common.ts","line":301,"character":12}],"type":{"type":"template-literal","head":"","tail":[[{"type":"reference","id":268,"name":"Locale"},""]]}}],"groups":[{"title":"Enumerations","kind":8,"children":[268,86]},{"title":"Type Aliases","kind":4194304,"children":[299]}],"sources":[{"fileName":"rest/common.ts","line":4,"character":0}]},{"id":300,"name":"rpc/common","kind":2,"kindString":"Module","flags":{},"children":[{"id":318,"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":319,"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":324,"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":320,"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":323,"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":321,"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":322,"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":[319,324,320,323,321,322]}],"sources":[{"fileName":"rpc/common.ts","line":26,"character":12}]},{"id":301,"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":317,"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":315,"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":307,"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":309,"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":304,"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":306,"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":305,"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":310,"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":303,"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":308,"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":311,"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":312,"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":313,"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":314,"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":316,"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":302,"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":[317,315,307,309,304,306,305,310,303,308,311,312,313,314,316,302]}],"sources":[{"fileName":"rpc/common.ts","line":4,"character":12}]}],"groups":[{"title":"Enumerations","kind":8,"children":[318,301]}],"sources":[{"fileName":"rpc/common.ts","line":4,"character":0}]},{"id":331,"name":"rpc/v10","kind":2,"kindString":"Module","flags":{},"children":[{"id":11636,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":318},{"id":11635,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":301}],"groups":[{"title":"References","kind":16777216,"children":[11636,11635]}],"sources":[{"fileName":"rpc/v10.ts","line":1,"character":0}]},{"id":329,"name":"rpc/v8","kind":2,"kindString":"Module","flags":{},"children":[{"id":11632,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":318},{"id":11631,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":301}],"groups":[{"title":"References","kind":16777216,"children":[11632,11631]}],"sources":[{"fileName":"rpc/v8.ts","line":1,"character":0}]},{"id":330,"name":"rpc/v9","kind":2,"kindString":"Module","flags":{},"children":[{"id":11634,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":318},{"id":11633,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":301}],"groups":[{"title":"References","kind":16777216,"children":[11634,11633]}],"sources":[{"fileName":"rpc/v9.ts","line":1,"character":0}]},{"id":425,"name":"utils/v10","kind":2,"kindString":"Module","flags":{},"children":[{"id":432,"name":"isApplicationCommandDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":51,"character":16}],"signatures":[{"id":433,"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":434,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The application command interaction to check against"},"type":{"type":"reference","id":9903,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9904,"name":"APIApplicationCommandDMInteraction"}}}]},{"id":435,"name":"isApplicationCommandGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":62,"character":16}],"signatures":[{"id":436,"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":437,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9903,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9905,"name":"APIApplicationCommandGuildInteraction"}}}]},{"id":459,"name":"isChatInputApplicationCommandInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":160,"character":16}],"signatures":[{"id":460,"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":461,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9903,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9917,"name":"APIChatInputApplicationCommandInteraction"}}}]},{"id":462,"name":"isContextMenuApplicationCommandInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":171,"character":16}],"signatures":[{"id":463,"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":464,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9903,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":10043,"name":"APIContextMenuInteraction"}}}]},{"id":426,"name":"isDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":31,"character":16}],"signatures":[{"id":427,"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":428,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9877,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9878,"name":"APIDMInteraction"}}}]},{"id":429,"name":"isGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":40,"character":16}],"signatures":[{"id":430,"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":431,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9877,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9879,"name":"APIGuildInteraction"}}}]},{"id":447,"name":"isInteractionButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":108,"character":16}],"signatures":[{"id":448,"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":449,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":9412,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":9398,"name":"APIButtonComponentWithCustomId"}}}]},{"id":444,"name":"isLinkButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":99,"character":16}],"signatures":[{"id":445,"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":446,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The button to check against"},"type":{"type":"reference","id":9412,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":9405,"name":"APIButtonComponentWithURL"}}}]},{"id":453,"name":"isMessageComponentButtonInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":130,"character":16}],"signatures":[{"id":454,"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":455,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":10137,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":10138,"name":"APIMessageComponentButtonInteraction"}}}]},{"id":438,"name":"isMessageComponentDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":75,"character":16}],"signatures":[{"id":439,"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":440,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":10137,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":10171,"name":"APIMessageComponentDMInteraction"}}}]},{"id":441,"name":"isMessageComponentGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":86,"character":16}],"signatures":[{"id":442,"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":443,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":10137,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":10172,"name":"APIMessageComponentGuildInteraction"}}}]},{"id":450,"name":"isMessageComponentInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":119,"character":16}],"signatures":[{"id":451,"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":452,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9877,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":10137,"name":"APIMessageComponentInteraction"}}}]},{"id":456,"name":"isMessageComponentSelectMenuInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":141,"character":16}],"signatures":[{"id":457,"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":458,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":10137,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":10139,"name":"APIMessageComponentSelectMenuInteraction"}}}]}],"groups":[{"title":"Functions","kind":64,"children":[432,435,459,462,426,429,447,444,453,438,441,450,456]}],"sources":[{"fileName":"utils/v10.ts","line":1,"character":0}]},{"id":360,"name":"utils/v8","kind":2,"kindString":"Module","flags":{},"children":[{"id":367,"name":"isApplicationCommandDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":47,"character":16}],"signatures":[{"id":368,"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":369,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The application command interaction to check against"},"type":{"type":"reference","id":3433,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3434,"name":"APIApplicationCommandDMInteraction"}}}]},{"id":370,"name":"isApplicationCommandGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":59,"character":16}],"signatures":[{"id":371,"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":372,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":3433,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3435,"name":"APIApplicationCommandGuildInteraction"}}}]},{"id":361,"name":"isDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":25,"character":16}],"signatures":[{"id":362,"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":363,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":3399,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3400,"name":"APIDMInteraction"}}}]},{"id":364,"name":"isGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":35,"character":16}],"signatures":[{"id":365,"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":366,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":3399,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3401,"name":"APIGuildInteraction"}}}]},{"id":382,"name":"isInteractionButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":109,"character":16}],"signatures":[{"id":383,"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":384,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":2970,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":2956,"name":"APIButtonComponentWithCustomId"}}}]},{"id":379,"name":"isLinkButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":99,"character":16}],"signatures":[{"id":380,"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":381,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The button to check against"},"type":{"type":"reference","id":2970,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":2963,"name":"APIButtonComponentWithURL"}}}]},{"id":373,"name":"isMessageComponentDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":73,"character":16}],"signatures":[{"id":374,"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":375,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":3607,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3618,"name":"APIMessageComponentDMInteraction"}}}]},{"id":376,"name":"isMessageComponentGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":85,"character":16}],"signatures":[{"id":377,"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":378,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":3607,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3619,"name":"APIMessageComponentGuildInteraction"}}}]}],"groups":[{"title":"Functions","kind":64,"children":[367,370,361,364,382,379,373,376]}],"sources":[{"fileName":"utils/v8.ts","line":1,"character":0}]},{"id":385,"name":"utils/v9","kind":2,"kindString":"Module","flags":{},"children":[{"id":392,"name":"isApplicationCommandDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":51,"character":16}],"signatures":[{"id":393,"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":394,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The application command interaction to check against"},"type":{"type":"reference","id":6501,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6502,"name":"APIApplicationCommandDMInteraction"}}}]},{"id":395,"name":"isApplicationCommandGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":62,"character":16}],"signatures":[{"id":396,"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":397,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6501,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6503,"name":"APIApplicationCommandGuildInteraction"}}}]},{"id":419,"name":"isChatInputApplicationCommandInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":160,"character":16}],"signatures":[{"id":420,"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":421,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6501,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6515,"name":"APIChatInputApplicationCommandInteraction"}}}]},{"id":422,"name":"isContextMenuApplicationCommandInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":171,"character":16}],"signatures":[{"id":423,"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":424,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6501,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6641,"name":"APIContextMenuInteraction"}}}]},{"id":386,"name":"isDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":31,"character":16}],"signatures":[{"id":387,"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":388,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6475,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6476,"name":"APIDMInteraction"}}}]},{"id":389,"name":"isGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":40,"character":16}],"signatures":[{"id":390,"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":391,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6475,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6477,"name":"APIGuildInteraction"}}}]},{"id":407,"name":"isInteractionButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":108,"character":16}],"signatures":[{"id":408,"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":409,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":6010,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":5996,"name":"APIButtonComponentWithCustomId"}}}]},{"id":404,"name":"isLinkButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":99,"character":16}],"signatures":[{"id":405,"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":406,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The button to check against"},"type":{"type":"reference","id":6010,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":6003,"name":"APIButtonComponentWithURL"}}}]},{"id":413,"name":"isMessageComponentButtonInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":130,"character":16}],"signatures":[{"id":414,"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":415,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":6735,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6736,"name":"APIMessageComponentButtonInteraction"}}}]},{"id":398,"name":"isMessageComponentDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":75,"character":16}],"signatures":[{"id":399,"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":400,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":6735,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6769,"name":"APIMessageComponentDMInteraction"}}}]},{"id":401,"name":"isMessageComponentGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":86,"character":16}],"signatures":[{"id":402,"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":403,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6735,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6770,"name":"APIMessageComponentGuildInteraction"}}}]},{"id":410,"name":"isMessageComponentInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":119,"character":16}],"signatures":[{"id":411,"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":412,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6475,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6735,"name":"APIMessageComponentInteraction"}}}]},{"id":416,"name":"isMessageComponentSelectMenuInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":141,"character":16}],"signatures":[{"id":417,"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":418,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":6735,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6737,"name":"APIMessageComponentSelectMenuInteraction"}}}]}],"groups":[{"title":"Functions","kind":64,"children":[392,395,419,422,386,389,407,404,413,398,401,410,416]}],"sources":[{"fileName":"utils/v9.ts","line":1,"character":0}]},{"id":328,"name":"v10","kind":2,"kindString":"Module","flags":{},"children":[{"id":8755,"name":"FormattingPatterns","kind":16777216,"kindString":"Reference","flags":{},"target":4},{"id":8752,"name":"GatewayURLQuery","kind":16777216,"kindString":"Reference","flags":{},"target":19},{"id":10942,"name":"Locale","kind":16777216,"kindString":"Reference","flags":{},"target":268},{"id":10943,"name":"LocaleString","kind":16777216,"kindString":"Reference","flags":{},"target":299},{"id":8757,"name":"LocalizationMap","kind":16777216,"kindString":"Reference","flags":{},"target":67},{"id":8756,"name":"PermissionFlagsBits","kind":16777216,"kindString":"Reference","flags":{},"target":24},{"id":8758,"name":"RESTError","kind":16777216,"kindString":"Reference","flags":{},"target":68},{"id":8761,"name":"RESTErrorData","kind":16777216,"kindString":"Reference","flags":{},"target":77},{"id":8759,"name":"RESTErrorFieldInformation","kind":16777216,"kindString":"Reference","flags":{},"target":72},{"id":8760,"name":"RESTErrorGroupWrapper","kind":16777216,"kindString":"Reference","flags":{},"target":75},{"id":10941,"name":"RESTJSONErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":86},{"id":8762,"name":"RESTRateLimit","kind":16777216,"kindString":"Reference","flags":{},"target":81},{"id":11630,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":318},{"id":11629,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":301},{"id":8753,"name":"Snowflake","kind":16777216,"kindString":"Reference","flags":{},"target":2},{"id":8230,"name":"Utils","kind":16777216,"kindString":"Reference","flags":{},"sources":[{"fileName":"v10.ts","line":6,"character":12}],"target":425},{"id":9559,"name":"ActivityFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-flags"},"children":[{"id":9568,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":327,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":9560,"name":"Instance","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":319,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9561,"name":"Join","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":320,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9563,"name":"JoinRequest","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":322,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":9566,"name":"PartyPrivacyFriends","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":325,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":9567,"name":"PartyPrivacyVoiceChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":326,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":9565,"name":"Play","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":324,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":9562,"name":"Spectate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":321,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9564,"name":"Sync","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":323,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9568,9560,9561,9563,9566,9567,9565,9562,9564]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":318,"character":12}]},{"id":9534,"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":9539,"name":"Android","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":234,"character":1}],"type":{"type":"literal","value":"android"},"defaultValue":"\"android\""},{"id":9535,"name":"Desktop","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":230,"character":1}],"type":{"type":"literal","value":"desktop"},"defaultValue":"\"desktop\""},{"id":9540,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":235,"character":1}],"type":{"type":"literal","value":"embedded"},"defaultValue":"\"embedded\""},{"id":9538,"name":"IOS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":233,"character":1}],"type":{"type":"literal","value":"ios"},"defaultValue":"\"ios\""},{"id":9541,"name":"PS4","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":236,"character":1}],"type":{"type":"literal","value":"ps4"},"defaultValue":"\"ps4\""},{"id":9542,"name":"PS5","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":237,"character":1}],"type":{"type":"literal","value":"ps5"},"defaultValue":"\"ps5\""},{"id":9537,"name":"Samsung","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":232,"character":1}],"type":{"type":"literal","value":"samsung"},"defaultValue":"\"samsung\""},{"id":9536,"name":"Xbox","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":231,"character":1}],"type":{"type":"literal","value":"xbox"},"defaultValue":"\"xbox\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9539,9535,9540,9538,9541,9542,9537,9536]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":229,"character":12}]},{"id":9543,"name":"ActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-types"},"children":[{"id":9549,"name":"Competing","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Competing in {name}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":267,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9548,"name":"Custom","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"{emoji} {details}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":263,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9546,"name":"Listening","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Listening to {name}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":255,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9544,"name":"Playing","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Playing {game}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":247,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9545,"name":"Streaming","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Streaming {details}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":251,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9547,"name":"Watching","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Watching {details}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":259,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9549,9548,9546,9544,9545,9547]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":243,"character":12}]},{"id":9361,"name":"AllowedMentionsTypes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types"},"children":[{"id":9362,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls @everyone and @here mentions"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1256,"character":1}],"type":{"type":"literal","value":"everyone"},"defaultValue":"\"everyone\""},{"id":9363,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls role mentions"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1260,"character":1}],"type":{"type":"literal","value":"roles"},"defaultValue":"\"roles\""},{"id":9364,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls user mentions"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1264,"character":1}],"type":{"type":"literal","value":"users"},"defaultValue":"\"users\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9362,9363,9364]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1252,"character":12}]},{"id":9971,"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":9982,"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":9976,"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":9978,"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":9975,"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":9980,"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":9981,"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":9979,"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":9974,"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":9972,"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":9973,"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":9977,"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":[9982,9976,9978,9975,9980,9981,9979,9974,9972,9973,9977]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":6,"character":12}]},{"id":10055,"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":10058,"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":10056,"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":10057,"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":[10058,10056,10057]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":46,"character":12}]},{"id":9896,"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":9897,"name":"ChatInput","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":96,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9899,"name":"Message","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":98,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9898,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":97,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9897,9899,9898]}],"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":95,"character":12}]},{"id":8788,"name":"ApplicationFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/application#application-object-application-flags"},"children":[{"id":8802,"name":"ApplicationCommandBadge","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":132,"character":1}],"type":{"type":"literal","value":8388608},"defaultValue":"8388608"},{"id":8798,"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":8801,"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":8789,"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":8795,"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":8796,"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":8799,"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":8800,"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":8793,"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":8794,"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":8791,"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":8790,"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":8792,"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":8797,"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":[8802,8798,8801,8789,8795,8796,8799,8800,8793,8794,8791,8790,8792,8797]}],"sources":[{"fileName":"payloads/v10/application.ts","line":118,"character":12}]},{"id":8820,"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":8868,"name":"ApplicationCommandPermissionUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":195,"character":1}],"type":{"type":"literal","value":121},"defaultValue":"121"},{"id":8872,"name":"AutoModerationBlockMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":200,"character":1}],"type":{"type":"literal","value":143},"defaultValue":"143"},{"id":8873,"name":"AutoModerationFlagToChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":201,"character":1}],"type":{"type":"literal","value":144},"defaultValue":"144"},{"id":8869,"name":"AutoModerationRuleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":197,"character":1}],"type":{"type":"literal","value":140},"defaultValue":"140"},{"id":8871,"name":"AutoModerationRuleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":199,"character":1}],"type":{"type":"literal","value":142},"defaultValue":"142"},{"id":8870,"name":"AutoModerationRuleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":198,"character":1}],"type":{"type":"literal","value":141},"defaultValue":"141"},{"id":8874,"name":"AutoModerationUserCommunicationDisabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":202,"character":1}],"type":{"type":"literal","value":145},"defaultValue":"145"},{"id":8836,"name":"BotAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":153,"character":1}],"type":{"type":"literal","value":28},"defaultValue":"28"},{"id":8822,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":138,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":8824,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":140,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":8825,"name":"ChannelOverwriteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":141,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":8827,"name":"ChannelOverwriteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":143,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":8826,"name":"ChannelOverwriteUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":142,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":8823,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":139,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":8846,"name":"EmojiCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":167,"character":1}],"type":{"type":"literal","value":60},"defaultValue":"60"},{"id":8848,"name":"EmojiDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":169,"character":1}],"type":{"type":"literal","value":62},"defaultValue":"62"},{"id":8847,"name":"EmojiUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":168,"character":1}],"type":{"type":"literal","value":61},"defaultValue":"61"},{"id":8862,"name":"GuildScheduledEventCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":187,"character":1}],"type":{"type":"literal","value":100},"defaultValue":"100"},{"id":8864,"name":"GuildScheduledEventDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":189,"character":1}],"type":{"type":"literal","value":102},"defaultValue":"102"},{"id":8863,"name":"GuildScheduledEventUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":188,"character":1}],"type":{"type":"literal","value":101},"defaultValue":"101"},{"id":8821,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":136,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8853,"name":"IntegrationCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":176,"character":1}],"type":{"type":"literal","value":80},"defaultValue":"80"},{"id":8855,"name":"IntegrationDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":178,"character":1}],"type":{"type":"literal","value":82},"defaultValue":"82"},{"id":8854,"name":"IntegrationUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":177,"character":1}],"type":{"type":"literal","value":81},"defaultValue":"81"},{"id":8840,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":159,"character":1}],"type":{"type":"literal","value":40},"defaultValue":"40"},{"id":8842,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":161,"character":1}],"type":{"type":"literal","value":42},"defaultValue":"42"},{"id":8841,"name":"InviteUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":160,"character":1}],"type":{"type":"literal","value":41},"defaultValue":"41"},{"id":8830,"name":"MemberBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":147,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":8831,"name":"MemberBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":148,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":8835,"name":"MemberDisconnect","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":152,"character":1}],"type":{"type":"literal","value":27},"defaultValue":"27"},{"id":8828,"name":"MemberKick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":145,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":8834,"name":"MemberMove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":151,"character":1}],"type":{"type":"literal","value":26},"defaultValue":"26"},{"id":8829,"name":"MemberPrune","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":146,"character":1}],"type":{"type":"literal","value":21},"defaultValue":"21"},{"id":8833,"name":"MemberRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":150,"character":1}],"type":{"type":"literal","value":25},"defaultValue":"25"},{"id":8832,"name":"MemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":149,"character":1}],"type":{"type":"literal","value":24},"defaultValue":"24"},{"id":8850,"name":"MessageBulkDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":172,"character":1}],"type":{"type":"literal","value":73},"defaultValue":"73"},{"id":8849,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":171,"character":1}],"type":{"type":"literal","value":72},"defaultValue":"72"},{"id":8851,"name":"MessagePin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":173,"character":1}],"type":{"type":"literal","value":74},"defaultValue":"74"},{"id":8852,"name":"MessageUnpin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":174,"character":1}],"type":{"type":"literal","value":75},"defaultValue":"75"},{"id":8837,"name":"RoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":155,"character":1}],"type":{"type":"literal","value":30},"defaultValue":"30"},{"id":8839,"name":"RoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":157,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":8838,"name":"RoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":156,"character":1}],"type":{"type":"literal","value":31},"defaultValue":"31"},{"id":8856,"name":"StageInstanceCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":179,"character":1}],"type":{"type":"literal","value":83},"defaultValue":"83"},{"id":8858,"name":"StageInstanceDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":181,"character":1}],"type":{"type":"literal","value":85},"defaultValue":"85"},{"id":8857,"name":"StageInstanceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":180,"character":1}],"type":{"type":"literal","value":84},"defaultValue":"84"},{"id":8859,"name":"StickerCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":183,"character":1}],"type":{"type":"literal","value":90},"defaultValue":"90"},{"id":8861,"name":"StickerDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":185,"character":1}],"type":{"type":"literal","value":92},"defaultValue":"92"},{"id":8860,"name":"StickerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":184,"character":1}],"type":{"type":"literal","value":91},"defaultValue":"91"},{"id":8865,"name":"ThreadCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":191,"character":1}],"type":{"type":"literal","value":110},"defaultValue":"110"},{"id":8867,"name":"ThreadDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":193,"character":1}],"type":{"type":"literal","value":112},"defaultValue":"112"},{"id":8866,"name":"ThreadUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":192,"character":1}],"type":{"type":"literal","value":111},"defaultValue":"111"},{"id":8843,"name":"WebhookCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":163,"character":1}],"type":{"type":"literal","value":50},"defaultValue":"50"},{"id":8845,"name":"WebhookDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":165,"character":1}],"type":{"type":"literal","value":52},"defaultValue":"52"},{"id":8844,"name":"WebhookUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":164,"character":1}],"type":{"type":"literal","value":51},"defaultValue":"51"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8868,8872,8873,8869,8871,8870,8874,8836,8822,8824,8825,8827,8826,8823,8846,8848,8847,8862,8864,8863,8821,8853,8855,8854,8840,8842,8841,8830,8831,8835,8828,8834,8829,8833,8832,8850,8849,8851,8852,8837,8839,8838,8856,8858,8857,8859,8861,8860,8865,8867,8866,8843,8845,8844]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":135,"character":12}]},{"id":8886,"name":"AuditLogOptionsType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":8888,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":316,"character":1}],"type":{"type":"literal","value":"1"},"defaultValue":"\"1\""},{"id":8887,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":315,"character":1}],"type":{"type":"literal","value":"0"},"defaultValue":"\"0\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8888,8887]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":314,"character":12}]},{"id":8999,"name":"AutoModerationActionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-action-object-action-types"},"children":[{"id":9000,"name":"BlockMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Blocks the content of a message according to the rule"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":166,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9001,"name":"SendAlertMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Logs user content to a specified channel"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":170,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9002,"name":"Timeout","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Timeout user for specified duration, this action type can be set if the bot has `MODERATE_MEMBERS` permission"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":174,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9000,9001,9002]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":162,"character":12}]},{"id":8994,"name":"AutoModerationRuleEventType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-event-types"},"children":[{"id":8995,"name":"MessageSend","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"When a member sends or edits a message in the guild"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":140,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8995]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":136,"character":12}]},{"id":8990,"name":"AutoModerationRuleKeywordPresetType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-keyword-preset-types"},"children":[{"id":8991,"name":"Profanity","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Words that may be considered forms of swearing or cursing"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":122,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8992,"name":"SexualContent","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Words that refer to sexually explicit behavior or activity"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":126,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8993,"name":"Slurs","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Personal insults or words that may be considered hate speech"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":130,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8991,8992,8993]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":118,"character":12}]},{"id":8980,"name":"AutoModerationRuleTriggerType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-trigger-types"},"children":[{"id":8981,"name":"Keyword","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content contains words from a user defined list of keywords (Maximum of 3 per guild)"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":64,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8983,"name":"KeywordPreset","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content contains words from internal pre-defined wordsets (Maximum of 1 per guild)"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":72,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":8984,"name":"MentionSpam","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content contains more mentions than allowed (Maximum of 1 per guild)"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":76,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":8982,"name":"Spam","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content represents generic spam (Maximum of 1 per guild)"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":68,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8981,8983,8984,8982]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":60,"character":12}]},{"id":9413,"name":"ButtonStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#button-object-button-styles"},"children":[{"id":9417,"name":"Danger","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1424,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9418,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1425,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9414,"name":"Primary","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1421,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9415,"name":"Secondary","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1422,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9416,"name":"Success","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1423,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9417,9418,9414,9415,9416]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1420,"character":12}]},{"id":9466,"name":"ChannelFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-flags"},"children":[{"id":9467,"name":"Pinned","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This thread is pinned to the top of its parent forum channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1591,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9468,"name":"RequireTag","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Whether a tag is required to be specified when creating a thread in a forum channel.\nTags are specified in the `applied_tags` field"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1596,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9467,9468]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1587,"character":12}]},{"id":9158,"name":"ChannelType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-types"},"children":[{"id":9165,"name":"AnnouncementThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Announcement channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":363,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":9160,"name":"DM","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A direct message between users"},"sources":[{"fileName":"payloads/v10/channel.ts","line":339,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9162,"name":"GroupDM","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A direct message between multiple users"},"sources":[{"fileName":"payloads/v10/channel.ts","line":347,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9164,"name":"GuildAnnouncement","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":359,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9163,"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":353,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9169,"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":383,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":9170,"name":"GuildForum","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A channel that can only contain threads"},"sources":[{"fileName":"payloads/v10/channel.ts","line":387,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":9171,"name":"GuildNews","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A channel that users can follow and crosspost into their own guild","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#GuildAnnouncement}\n\nSee https://support.discord.com/hc/en-us/articles/360032008192\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":398,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9172,"name":"GuildNewsThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Announcement channel","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#AnnouncementThread}\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":404,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":9174,"name":"GuildPrivateThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text channel that is only viewable by those invited and those with the Manage Threads permission","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#PrivateThread}\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":416,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":9173,"name":"GuildPublicThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text channel","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#PublicThread}\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":410,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":9168,"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":377,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":9159,"name":"GuildText","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A text channel within a guild"},"sources":[{"fileName":"payloads/v10/channel.ts","line":335,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9161,"name":"GuildVoice","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A voice channel within a guild"},"sources":[{"fileName":"payloads/v10/channel.ts","line":343,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9167,"name":"PrivateThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text channel that is only viewable by those invited and those with the Manage Threads permission"},"sources":[{"fileName":"payloads/v10/channel.ts","line":371,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":9166,"name":"PublicThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text or Guild Forum channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":367,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9165,9160,9162,9164,9163,9169,9170,9171,9172,9174,9173,9168,9159,9161,9167,9166]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":331,"character":12}]},{"id":9373,"name":"ComponentType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#component-object-component-types"},"children":[{"id":9374,"name":"ActionRow","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Action Row component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1310,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9375,"name":"Button","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Button component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1314,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9381,"name":"ChannelSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for channels"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1338,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":9380,"name":"MentionableSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for users and roles"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1334,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":9379,"name":"RoleSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for roles"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1330,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":9382,"name":"SelectMenu","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for picking from defined text options","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ComponentType#StringSelect}\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":1347,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9376,"name":"StringSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for picking from defined text options"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1318,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9377,"name":"TextInput","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Text Input component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1322,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9378,"name":"UserSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for users"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1326,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9374,9375,9381,9380,9379,9382,9376,9377,9378]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1306,"character":12}]},{"id":10442,"name":"ConnectionService","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":10443,"name":"BattleNet","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":225,"character":1}],"type":{"type":"literal","value":"battlenet"},"defaultValue":"\"battlenet\""},{"id":10445,"name":"EpicGames","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":227,"character":1}],"type":{"type":"literal","value":"epicgames"},"defaultValue":"\"epicgames\""},{"id":10446,"name":"Facebook","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":228,"character":1}],"type":{"type":"literal","value":"facebook"},"defaultValue":"\"facebook\""},{"id":10447,"name":"GitHub","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":229,"character":1}],"type":{"type":"literal","value":"github"},"defaultValue":"\"github\""},{"id":10448,"name":"LeagueOfLegends","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":230,"character":1}],"type":{"type":"literal","value":"leagueoflegends"},"defaultValue":"\"leagueoflegends\""},{"id":10449,"name":"PayPal","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":231,"character":1}],"type":{"type":"literal","value":"paypal"},"defaultValue":"\"paypal\""},{"id":10450,"name":"PlayStationNetwork","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":232,"character":1}],"type":{"type":"literal","value":"playstation"},"defaultValue":"\"playstation\""},{"id":10451,"name":"Reddit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":233,"character":1}],"type":{"type":"literal","value":"reddit"},"defaultValue":"\"reddit\""},{"id":10452,"name":"RiotGames","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":234,"character":1}],"type":{"type":"literal","value":"riotgames"},"defaultValue":"\"riotgames\""},{"id":10454,"name":"Skype","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":236,"character":1}],"type":{"type":"literal","value":"skype"},"defaultValue":"\"skype\""},{"id":10453,"name":"Spotify","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":235,"character":1}],"type":{"type":"literal","value":"spotify"},"defaultValue":"\"spotify\""},{"id":10455,"name":"Steam","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":237,"character":1}],"type":{"type":"literal","value":"steam"},"defaultValue":"\"steam\""},{"id":10456,"name":"Twitch","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":238,"character":1}],"type":{"type":"literal","value":"twitch"},"defaultValue":"\"twitch\""},{"id":10457,"name":"Twitter","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":239,"character":1}],"type":{"type":"literal","value":"twitter"},"defaultValue":"\"twitter\""},{"id":10458,"name":"Xbox","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":240,"character":1}],"type":{"type":"literal","value":"xbox"},"defaultValue":"\"xbox\""},{"id":10459,"name":"YouTube","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":241,"character":1}],"type":{"type":"literal","value":"youtube"},"defaultValue":"\"youtube\""},{"id":10444,"name":"eBay","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":226,"character":1}],"type":{"type":"literal","value":"ebay"},"defaultValue":"\"ebay\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[10443,10445,10446,10447,10448,10449,10450,10451,10452,10454,10453,10455,10456,10457,10458,10459,10444]}],"sources":[{"fileName":"payloads/v10/user.ts","line":224,"character":12}]},{"id":10460,"name":"ConnectionVisibility","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":10462,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Visible to everyone"},"sources":[{"fileName":"payloads/v10/user.ts","line":252,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":10461,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible to everyone except the user themselves"},"sources":[{"fileName":"payloads/v10/user.ts","line":248,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[10462,10461]}],"sources":[{"fileName":"payloads/v10/user.ts","line":244,"character":12}]},{"id":9306,"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":9311,"name":"Article","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Article embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1018,"character":1}],"type":{"type":"literal","value":"article"},"defaultValue":"\"article\""},{"id":9313,"name":"AutoModerationMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Auto moderation alert embed","tags":[{"tag":"unstable","text":"This embed type is currently not documented by Discord, but it is returned in the auto moderation system messages.\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":1028,"character":1}],"type":{"type":"literal","value":"auto_moderation_message"},"defaultValue":"\"auto_moderation_message\""},{"id":9310,"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":1014,"character":1}],"type":{"type":"literal","value":"gifv"},"defaultValue":"\"gifv\""},{"id":9308,"name":"Image","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Image embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1006,"character":1}],"type":{"type":"literal","value":"image"},"defaultValue":"\"image\""},{"id":9312,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Link embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1022,"character":1}],"type":{"type":"literal","value":"link"},"defaultValue":"\"link\""},{"id":9307,"name":"Rich","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Generic embed rendered from embed attributes"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1002,"character":1}],"type":{"type":"literal","value":"rich"},"defaultValue":"\"rich\""},{"id":9309,"name":"Video","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Video embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1010,"character":1}],"type":{"type":"literal","value":"video"},"defaultValue":"\"video\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9311,9313,9310,9308,9312,9307,9309]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":998,"character":12}]},{"id":8244,"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":8250,"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":128,"character":1}],"type":{"type":"literal","value":4005},"defaultValue":"4005"},{"id":8249,"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-events#identify\n"},"sources":[{"fileName":"gateway/v10.ts","line":124,"character":1}],"type":{"type":"literal","value":4004},"defaultValue":"4004"},{"id":8247,"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-events\n"},"sources":[{"fileName":"gateway/v10.ts","line":112,"character":1}],"type":{"type":"literal","value":4002},"defaultValue":"4002"},{"id":8258,"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":173,"character":1}],"type":{"type":"literal","value":4014},"defaultValue":"4014"},{"id":8256,"name":"InvalidAPIVersion","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid version for the gateway"},"sources":[{"fileName":"gateway/v10.ts","line":158,"character":1}],"type":{"type":"literal","value":4012},"defaultValue":"4012"},{"id":8257,"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":164,"character":1}],"type":{"type":"literal","value":4013},"defaultValue":"4013"},{"id":8251,"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-events#resume\n"},"sources":[{"fileName":"gateway/v10.ts","line":134,"character":1}],"type":{"type":"literal","value":4007},"defaultValue":"4007"},{"id":8254,"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":148,"character":1}],"type":{"type":"literal","value":4010},"defaultValue":"4010"},{"id":8248,"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-events#identify\n"},"sources":[{"fileName":"gateway/v10.ts","line":118,"character":1}],"type":{"type":"literal","value":4003},"defaultValue":"4003"},{"id":8252,"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":138,"character":1}],"type":{"type":"literal","value":4008},"defaultValue":"4008"},{"id":8253,"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":142,"character":1}],"type":{"type":"literal","value":4009},"defaultValue":"4009"},{"id":8255,"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":154,"character":1}],"type":{"type":"literal","value":4011},"defaultValue":"4011"},{"id":8245,"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":100,"character":1}],"type":{"type":"literal","value":4000},"defaultValue":"4000"},{"id":8246,"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-events#payload-structure\n"},"sources":[{"fileName":"gateway/v10.ts","line":106,"character":1}],"type":{"type":"literal","value":4001},"defaultValue":"4001"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8250,8249,8247,8258,8256,8257,8251,8254,8248,8252,8253,8255,8245,8246]}],"sources":[{"fileName":"gateway/v10.ts","line":96,"character":12}]},{"id":8279,"name":"GatewayDispatchEvents","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#receive-events"},"children":[{"id":8280,"name":"ApplicationCommandPermissionsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":205,"character":1}],"type":{"type":"literal","value":"APPLICATION_COMMAND_PERMISSIONS_UPDATE"},"defaultValue":"\"APPLICATION_COMMAND_PERMISSIONS_UPDATE\""},{"id":8339,"name":"AutoModerationActionExecution","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":264,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_ACTION_EXECUTION"},"defaultValue":"\"AUTO_MODERATION_ACTION_EXECUTION\""},{"id":8336,"name":"AutoModerationRuleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":261,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_RULE_CREATE"},"defaultValue":"\"AUTO_MODERATION_RULE_CREATE\""},{"id":8338,"name":"AutoModerationRuleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":263,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_RULE_DELETE"},"defaultValue":"\"AUTO_MODERATION_RULE_DELETE\""},{"id":8337,"name":"AutoModerationRuleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":262,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_RULE_UPDATE"},"defaultValue":"\"AUTO_MODERATION_RULE_UPDATE\""},{"id":8281,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":206,"character":1}],"type":{"type":"literal","value":"CHANNEL_CREATE"},"defaultValue":"\"CHANNEL_CREATE\""},{"id":8282,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":207,"character":1}],"type":{"type":"literal","value":"CHANNEL_DELETE"},"defaultValue":"\"CHANNEL_DELETE\""},{"id":8283,"name":"ChannelPinsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":208,"character":1}],"type":{"type":"literal","value":"CHANNEL_PINS_UPDATE"},"defaultValue":"\"CHANNEL_PINS_UPDATE\""},{"id":8284,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":209,"character":1}],"type":{"type":"literal","value":"CHANNEL_UPDATE"},"defaultValue":"\"CHANNEL_UPDATE\""},{"id":8285,"name":"GuildBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":210,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_ADD"},"defaultValue":"\"GUILD_BAN_ADD\""},{"id":8286,"name":"GuildBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":211,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_REMOVE"},"defaultValue":"\"GUILD_BAN_REMOVE\""},{"id":8287,"name":"GuildCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":212,"character":1}],"type":{"type":"literal","value":"GUILD_CREATE"},"defaultValue":"\"GUILD_CREATE\""},{"id":8288,"name":"GuildDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":213,"character":1}],"type":{"type":"literal","value":"GUILD_DELETE"},"defaultValue":"\"GUILD_DELETE\""},{"id":8289,"name":"GuildEmojisUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":214,"character":1}],"type":{"type":"literal","value":"GUILD_EMOJIS_UPDATE"},"defaultValue":"\"GUILD_EMOJIS_UPDATE\""},{"id":8290,"name":"GuildIntegrationsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":215,"character":1}],"type":{"type":"literal","value":"GUILD_INTEGRATIONS_UPDATE"},"defaultValue":"\"GUILD_INTEGRATIONS_UPDATE\""},{"id":8291,"name":"GuildMemberAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":216,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_ADD"},"defaultValue":"\"GUILD_MEMBER_ADD\""},{"id":8292,"name":"GuildMemberRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":217,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_REMOVE"},"defaultValue":"\"GUILD_MEMBER_REMOVE\""},{"id":8294,"name":"GuildMemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":219,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_UPDATE"},"defaultValue":"\"GUILD_MEMBER_UPDATE\""},{"id":8293,"name":"GuildMembersChunk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":218,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBERS_CHUNK"},"defaultValue":"\"GUILD_MEMBERS_CHUNK\""},{"id":8295,"name":"GuildRoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":220,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_CREATE"},"defaultValue":"\"GUILD_ROLE_CREATE\""},{"id":8296,"name":"GuildRoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":221,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_DELETE"},"defaultValue":"\"GUILD_ROLE_DELETE\""},{"id":8297,"name":"GuildRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":222,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_UPDATE"},"defaultValue":"\"GUILD_ROLE_UPDATE\""},{"id":8331,"name":"GuildScheduledEventCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":256,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_CREATE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_CREATE\""},{"id":8333,"name":"GuildScheduledEventDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":258,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_DELETE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_DELETE\""},{"id":8332,"name":"GuildScheduledEventUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":257,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_UPDATE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_UPDATE\""},{"id":8334,"name":"GuildScheduledEventUserAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":259,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_USER_ADD"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_USER_ADD\""},{"id":8335,"name":"GuildScheduledEventUserRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":260,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_USER_REMOVE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_USER_REMOVE\""},{"id":8298,"name":"GuildStickersUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":223,"character":1}],"type":{"type":"literal","value":"GUILD_STICKERS_UPDATE"},"defaultValue":"\"GUILD_STICKERS_UPDATE\""},{"id":8299,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":224,"character":1}],"type":{"type":"literal","value":"GUILD_UPDATE"},"defaultValue":"\"GUILD_UPDATE\""},{"id":8300,"name":"IntegrationCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":225,"character":1}],"type":{"type":"literal","value":"INTEGRATION_CREATE"},"defaultValue":"\"INTEGRATION_CREATE\""},{"id":8301,"name":"IntegrationDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":226,"character":1}],"type":{"type":"literal","value":"INTEGRATION_DELETE"},"defaultValue":"\"INTEGRATION_DELETE\""},{"id":8302,"name":"IntegrationUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":227,"character":1}],"type":{"type":"literal","value":"INTEGRATION_UPDATE"},"defaultValue":"\"INTEGRATION_UPDATE\""},{"id":8303,"name":"InteractionCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":228,"character":1}],"type":{"type":"literal","value":"INTERACTION_CREATE"},"defaultValue":"\"INTERACTION_CREATE\""},{"id":8304,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":229,"character":1}],"type":{"type":"literal","value":"INVITE_CREATE"},"defaultValue":"\"INVITE_CREATE\""},{"id":8305,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":230,"character":1}],"type":{"type":"literal","value":"INVITE_DELETE"},"defaultValue":"\"INVITE_DELETE\""},{"id":8306,"name":"MessageCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":231,"character":1}],"type":{"type":"literal","value":"MESSAGE_CREATE"},"defaultValue":"\"MESSAGE_CREATE\""},{"id":8307,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":232,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE"},"defaultValue":"\"MESSAGE_DELETE\""},{"id":8308,"name":"MessageDeleteBulk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":233,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE_BULK"},"defaultValue":"\"MESSAGE_DELETE_BULK\""},{"id":8309,"name":"MessageReactionAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":234,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_ADD"},"defaultValue":"\"MESSAGE_REACTION_ADD\""},{"id":8310,"name":"MessageReactionRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":235,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE"},"defaultValue":"\"MESSAGE_REACTION_REMOVE\""},{"id":8311,"name":"MessageReactionRemoveAll","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":236,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_ALL"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_ALL\""},{"id":8312,"name":"MessageReactionRemoveEmoji","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":237,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_EMOJI"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_EMOJI\""},{"id":8313,"name":"MessageUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":238,"character":1}],"type":{"type":"literal","value":"MESSAGE_UPDATE"},"defaultValue":"\"MESSAGE_UPDATE\""},{"id":8314,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":239,"character":1}],"type":{"type":"literal","value":"PRESENCE_UPDATE"},"defaultValue":"\"PRESENCE_UPDATE\""},{"id":8318,"name":"Ready","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":243,"character":1}],"type":{"type":"literal","value":"READY"},"defaultValue":"\"READY\""},{"id":8319,"name":"Resumed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":244,"character":1}],"type":{"type":"literal","value":"RESUMED"},"defaultValue":"\"RESUMED\""},{"id":8315,"name":"StageInstanceCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":240,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_CREATE"},"defaultValue":"\"STAGE_INSTANCE_CREATE\""},{"id":8316,"name":"StageInstanceDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":241,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_DELETE"},"defaultValue":"\"STAGE_INSTANCE_DELETE\""},{"id":8317,"name":"StageInstanceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":242,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_UPDATE"},"defaultValue":"\"STAGE_INSTANCE_UPDATE\""},{"id":8320,"name":"ThreadCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":245,"character":1}],"type":{"type":"literal","value":"THREAD_CREATE"},"defaultValue":"\"THREAD_CREATE\""},{"id":8321,"name":"ThreadDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":246,"character":1}],"type":{"type":"literal","value":"THREAD_DELETE"},"defaultValue":"\"THREAD_DELETE\""},{"id":8322,"name":"ThreadListSync","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":247,"character":1}],"type":{"type":"literal","value":"THREAD_LIST_SYNC"},"defaultValue":"\"THREAD_LIST_SYNC\""},{"id":8324,"name":"ThreadMemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":249,"character":1}],"type":{"type":"literal","value":"THREAD_MEMBER_UPDATE"},"defaultValue":"\"THREAD_MEMBER_UPDATE\""},{"id":8323,"name":"ThreadMembersUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":248,"character":1}],"type":{"type":"literal","value":"THREAD_MEMBERS_UPDATE"},"defaultValue":"\"THREAD_MEMBERS_UPDATE\""},{"id":8325,"name":"ThreadUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":250,"character":1}],"type":{"type":"literal","value":"THREAD_UPDATE"},"defaultValue":"\"THREAD_UPDATE\""},{"id":8326,"name":"TypingStart","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":251,"character":1}],"type":{"type":"literal","value":"TYPING_START"},"defaultValue":"\"TYPING_START\""},{"id":8327,"name":"UserUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":252,"character":1}],"type":{"type":"literal","value":"USER_UPDATE"},"defaultValue":"\"USER_UPDATE\""},{"id":8328,"name":"VoiceServerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":253,"character":1}],"type":{"type":"literal","value":"VOICE_SERVER_UPDATE"},"defaultValue":"\"VOICE_SERVER_UPDATE\""},{"id":8329,"name":"VoiceStateUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":254,"character":1}],"type":{"type":"literal","value":"VOICE_STATE_UPDATE"},"defaultValue":"\"VOICE_STATE_UPDATE\""},{"id":8330,"name":"WebhooksUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":255,"character":1}],"type":{"type":"literal","value":"WEBHOOKS_UPDATE"},"defaultValue":"\"WEBHOOKS_UPDATE\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8280,8339,8336,8338,8337,8281,8282,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8294,8293,8295,8296,8297,8331,8333,8332,8334,8335,8298,8299,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8318,8319,8315,8316,8317,8320,8321,8322,8324,8323,8325,8326,8327,8328,8329,8330]}],"sources":[{"fileName":"gateway/v10.ts","line":204,"character":12}]},{"id":8259,"name":"GatewayIntentBits","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#list-of-intents"},"children":[{"id":8277,"name":"AutoModerationConfiguration","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":197,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":8278,"name":"AutoModerationExecution","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":198,"character":1}],"type":{"type":"literal","value":2097152},"defaultValue":"2097152"},{"id":8273,"name":"DirectMessageReactions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":193,"character":1}],"type":{"type":"literal","value":8192},"defaultValue":"8192"},{"id":8274,"name":"DirectMessageTyping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":194,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":8272,"name":"DirectMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":192,"character":1}],"type":{"type":"literal","value":4096},"defaultValue":"4096"},{"id":8262,"name":"GuildBans","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":182,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":8263,"name":"GuildEmojisAndStickers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":183,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":8264,"name":"GuildIntegrations","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":184,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":8266,"name":"GuildInvites","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":186,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":8261,"name":"GuildMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":181,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8270,"name":"GuildMessageReactions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":190,"character":1}],"type":{"type":"literal","value":1024},"defaultValue":"1024"},{"id":8271,"name":"GuildMessageTyping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":191,"character":1}],"type":{"type":"literal","value":2048},"defaultValue":"2048"},{"id":8269,"name":"GuildMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":189,"character":1}],"type":{"type":"literal","value":512},"defaultValue":"512"},{"id":8268,"name":"GuildPresences","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":188,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":8276,"name":"GuildScheduledEvents","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":196,"character":1}],"type":{"type":"literal","value":65536},"defaultValue":"65536"},{"id":8267,"name":"GuildVoiceStates","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":187,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":8265,"name":"GuildWebhooks","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":185,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":8260,"name":"Guilds","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":180,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8275,"name":"MessageContent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":195,"character":1}],"type":{"type":"literal","value":32768},"defaultValue":"32768"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8277,8278,8273,8274,8272,8262,8263,8264,8266,8261,8270,8271,8269,8268,8276,8267,8265,8260,8275]}],"sources":[{"fileName":"gateway/v10.ts","line":179,"character":12}]},{"id":8232,"name":"GatewayOpcodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#gateway-gateway-opcodes"},"children":[{"id":8233,"name":"Dispatch","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"An event was dispatched"},"sources":[{"fileName":"gateway/v10.ts","line":49,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":8234,"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":54,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8243,"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":90,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":8242,"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":86,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":8235,"name":"Identify","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Starts a new session during the initial handshake"},"sources":[{"fileName":"gateway/v10.ts","line":58,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8241,"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":82,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":8236,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Update the client's presence"},"sources":[{"fileName":"gateway/v10.ts","line":62,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":8239,"name":"Reconnect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You should attempt to reconnect and resume immediately"},"sources":[{"fileName":"gateway/v10.ts","line":74,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":8240,"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":78,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":8238,"name":"Resume","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Resume a previous session that was disconnected"},"sources":[{"fileName":"gateway/v10.ts","line":70,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":8237,"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":66,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8233,8234,8243,8242,8235,8241,8236,8239,8240,8238,8237]}],"sources":[{"fileName":"gateway/v10.ts","line":45,"character":12}]},{"id":9640,"name":"GuildDefaultMessageNotifications","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level"},"children":[{"id":9641,"name":"AllMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":278,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9642,"name":"OnlyMentions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":279,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9641,9642]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":277,"character":12}]},{"id":9643,"name":"GuildExplicitContentFilter","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level"},"children":[{"id":9646,"name":"AllMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":288,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9644,"name":"Disabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":286,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9645,"name":"MembersWithoutRoles","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":287,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9646,9644,9645]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":285,"character":12}]},{"id":9675,"name":"GuildFeature","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-features"},"children":[{"id":9676,"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":380,"character":1}],"type":{"type":"literal","value":"ANIMATED_BANNER"},"defaultValue":"\"ANIMATED_BANNER\""},{"id":9677,"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":384,"character":1}],"type":{"type":"literal","value":"ANIMATED_ICON"},"defaultValue":"\"ANIMATED_ICON\""},{"id":9678,"name":"AutoModeration","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has set up auto moderation rules"},"sources":[{"fileName":"payloads/v10/guild.ts","line":388,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION"},"defaultValue":"\"AUTO_MODERATION\""},{"id":9679,"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":392,"character":1}],"type":{"type":"literal","value":"BANNER"},"defaultValue":"\"BANNER\""},{"id":9680,"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":396,"character":1}],"type":{"type":"literal","value":"COMMUNITY"},"defaultValue":"\"COMMUNITY\""},{"id":9681,"name":"DeveloperSupportServer","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":400,"character":1}],"type":{"type":"literal","value":"DEVELOPER_SUPPORT_SERVER"},"defaultValue":"\"DEVELOPER_SUPPORT_SERVER\""},{"id":9682,"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":404,"character":1}],"type":{"type":"literal","value":"DISCOVERABLE"},"defaultValue":"\"DISCOVERABLE\""},{"id":9683,"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":408,"character":1}],"type":{"type":"literal","value":"FEATURABLE"},"defaultValue":"\"FEATURABLE\""},{"id":9684,"name":"HasDirectoryEntry","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is listed in a directory channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":412,"character":1}],"type":{"type":"literal","value":"HAS_DIRECTORY_ENTRY"},"defaultValue":"\"HAS_DIRECTORY_ENTRY\""},{"id":9685,"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","tags":[{"tag":"unstable","text":"This feature is currently not documented by Discord, but has known value\n"}]},"sources":[{"fileName":"payloads/v10/guild.ts","line":420,"character":1}],"type":{"type":"literal","value":"HUB"},"defaultValue":"\"HUB\""},{"id":9687,"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":428,"character":1}],"type":{"type":"literal","value":"INVITE_SPLASH"},"defaultValue":"\"INVITE_SPLASH\""},{"id":9686,"name":"InvitesDisabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has disabled invite usage, preventing users from joining"},"sources":[{"fileName":"payloads/v10/guild.ts","line":424,"character":1}],"type":{"type":"literal","value":"INVITES_DISABLED"},"defaultValue":"\"INVITES_DISABLED\""},{"id":9688,"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","tags":[{"tag":"unstable","text":"This feature is currently not documented by Discord, but has known value\n"}]},"sources":[{"fileName":"payloads/v10/guild.ts","line":436,"character":1}],"type":{"type":"literal","value":"LINKED_TO_HUB"},"defaultValue":"\"LINKED_TO_HUB\""},{"id":9689,"name":"MemberVerificationGateEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled Membership Screening"},"sources":[{"fileName":"payloads/v10/guild.ts","line":440,"character":1}],"type":{"type":"literal","value":"MEMBER_VERIFICATION_GATE_ENABLED"},"defaultValue":"\"MEMBER_VERIFICATION_GATE_ENABLED\""},{"id":9690,"name":"MonetizationEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled monetization"},"sources":[{"fileName":"payloads/v10/guild.ts","line":444,"character":1}],"type":{"type":"literal","value":"MONETIZATION_ENABLED"},"defaultValue":"\"MONETIZATION_ENABLED\""},{"id":9691,"name":"MoreStickers","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has increased custom sticker slots"},"sources":[{"fileName":"payloads/v10/guild.ts","line":448,"character":1}],"type":{"type":"literal","value":"MORE_STICKERS"},"defaultValue":"\"MORE_STICKERS\""},{"id":9692,"name":"News","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to create news channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":452,"character":1}],"type":{"type":"literal","value":"NEWS"},"defaultValue":"\"NEWS\""},{"id":9693,"name":"Partnered","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is partnered"},"sources":[{"fileName":"payloads/v10/guild.ts","line":456,"character":1}],"type":{"type":"literal","value":"PARTNERED"},"defaultValue":"\"PARTNERED\""},{"id":9694,"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":460,"character":1}],"type":{"type":"literal","value":"PREVIEW_ENABLED"},"defaultValue":"\"PREVIEW_ENABLED\""},{"id":9695,"name":"PrivateThreads","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to create private threads"},"sources":[{"fileName":"payloads/v10/guild.ts","line":464,"character":1}],"type":{"type":"literal","value":"PRIVATE_THREADS"},"defaultValue":"\"PRIVATE_THREADS\""},{"id":9696,"name":"RelayEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":465,"character":1}],"type":{"type":"literal","value":"RELAY_ENABLED"},"defaultValue":"\"RELAY_ENABLED\""},{"id":9697,"name":"RoleIcons","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is able to set role icons"},"sources":[{"fileName":"payloads/v10/guild.ts","line":469,"character":1}],"type":{"type":"literal","value":"ROLE_ICONS"},"defaultValue":"\"ROLE_ICONS\""},{"id":9698,"name":"TicketedEventsEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled ticketed events"},"sources":[{"fileName":"payloads/v10/guild.ts","line":473,"character":1}],"type":{"type":"literal","value":"TICKETED_EVENTS_ENABLED"},"defaultValue":"\"TICKETED_EVENTS_ENABLED\""},{"id":9701,"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":485,"character":1}],"type":{"type":"literal","value":"VIP_REGIONS"},"defaultValue":"\"VIP_REGIONS\""},{"id":9699,"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":477,"character":1}],"type":{"type":"literal","value":"VANITY_URL"},"defaultValue":"\"VANITY_URL\""},{"id":9700,"name":"Verified","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is verified"},"sources":[{"fileName":"payloads/v10/guild.ts","line":481,"character":1}],"type":{"type":"literal","value":"VERIFIED"},"defaultValue":"\"VERIFIED\""},{"id":9702,"name":"WelcomeScreenEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled the welcome screen"},"sources":[{"fileName":"payloads/v10/guild.ts","line":489,"character":1}],"type":{"type":"literal","value":"WELCOME_SCREEN_ENABLED"},"defaultValue":"\"WELCOME_SCREEN_ENABLED\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9676,9677,9678,9679,9680,9681,9682,9683,9684,9685,9687,9686,9688,9689,9690,9691,9692,9693,9694,9695,9696,9697,9698,9701,9699,9700,9702]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":376,"character":12}]},{"id":9666,"name":"GuildHubType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9669,"name":"College","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":348,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9667,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":346,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9668,"name":"HighSchool","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":347,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9669,9667,9668]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":345,"character":12}]},{"id":9647,"name":"GuildMFALevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-mfa-level"},"children":[{"id":9649,"name":"Elevated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":296,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9648,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":295,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9649,9648]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":294,"character":12}]},{"id":9650,"name":"GuildNSFWLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level"},"children":[{"id":9654,"name":"AgeRestricted","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":306,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9651,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":303,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9652,"name":"Explicit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":304,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9653,"name":"Safe","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":305,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9654,9651,9652,9653]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":302,"character":12}]},{"id":9661,"name":"GuildPremiumTier","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-premium-tier"},"children":[{"id":9662,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":339,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9663,"name":"Tier1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":340,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9664,"name":"Tier2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":341,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9665,"name":"Tier3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":342,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9662,9663,9664,9665]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":338,"character":12}]},{"id":9862,"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":9865,"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":9863,"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":9864,"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":[9865,9863,9864]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":110,"character":12}]},{"id":9871,"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":9872,"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":[9872]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":129,"character":12}]},{"id":9866,"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":9868,"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":9870,"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":9869,"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":9867,"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":[9868,9870,9869,9867]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":119,"character":12}]},{"id":9670,"name":"GuildSystemChannelFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags"},"children":[{"id":9673,"name":"SuppressGuildReminderNotifications","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress server setup tips"},"sources":[{"fileName":"payloads/v10/guild.ts","line":366,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9674,"name":"SuppressJoinNotificationReplies","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Hide member join sticker reply buttons"},"sources":[{"fileName":"payloads/v10/guild.ts","line":370,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":9671,"name":"SuppressJoinNotifications","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress member join notifications"},"sources":[{"fileName":"payloads/v10/guild.ts","line":358,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9672,"name":"SuppressPremiumSubscriptions","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress server boost notifications"},"sources":[{"fileName":"payloads/v10/guild.ts","line":362,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9673,9674,9671,9672]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":354,"character":12}]},{"id":9655,"name":"GuildVerificationLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-verification-level"},"children":[{"id":9659,"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":328,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9657,"name":"Low","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must have verified email on account"},"sources":[{"fileName":"payloads/v10/guild.ts","line":320,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9658,"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":324,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9656,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Unrestricted"},"sources":[{"fileName":"payloads/v10/guild.ts","line":316,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9660,"name":"VeryHigh","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must have a verified phone number"},"sources":[{"fileName":"payloads/v10/guild.ts","line":332,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9659,9657,9658,9656,9660]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":312,"character":12}]},{"id":9783,"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":9785,"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":833,"character":1}],"type":{"type":"literal","value":"banner1"},"defaultValue":"\"banner1\""},{"id":9786,"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":837,"character":1}],"type":{"type":"literal","value":"banner2"},"defaultValue":"\"banner2\""},{"id":9787,"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":841,"character":1}],"type":{"type":"literal","value":"banner3"},"defaultValue":"\"banner3\""},{"id":9788,"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":846,"character":1}],"type":{"type":"literal","value":"banner4"},"defaultValue":"\"banner4\""},{"id":9784,"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":829,"character":1}],"type":{"type":"literal","value":"shield"},"defaultValue":"\"shield\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9785,9786,9787,9788,9784]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":825,"character":12}]},{"id":10920,"name":"ImageFormat","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":10924,"name":"GIF","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1110,"character":1}],"type":{"type":"literal","value":"gif"},"defaultValue":"\"gif\""},{"id":10921,"name":"JPEG","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1107,"character":1}],"type":{"type":"literal","value":"jpeg"},"defaultValue":"\"jpeg\""},{"id":10925,"name":"Lottie","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1111,"character":1}],"type":{"type":"literal","value":"json"},"defaultValue":"\"json\""},{"id":10922,"name":"PNG","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1108,"character":1}],"type":{"type":"literal","value":"png"},"defaultValue":"\"png\""},{"id":10923,"name":"WebP","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1109,"character":1}],"type":{"type":"literal","value":"webp"},"defaultValue":"\"webp\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[10924,10921,10925,10922,10923]}],"sources":[{"fileName":"rest/v10/index.ts","line":1106,"character":12}]},{"id":9747,"name":"IntegrationExpireBehavior","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors"},"children":[{"id":9749,"name":"Kick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":727,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9748,"name":"RemoveRole","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":726,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9749,9748]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":725,"character":12}]},{"id":10213,"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":10219,"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":10215,"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":10216,"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":10217,"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":10220,"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":10214,"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":10218,"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":[10219,10215,10216,10217,10220,10214,10218]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":65,"character":12}]},{"id":10187,"name":"InteractionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-type"},"children":[{"id":10189,"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":10191,"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":10190,"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":10192,"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":10188,"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":[10189,10191,10190,10192,10188]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":9,"character":12}]},{"id":10244,"name":"InviteTargetType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object-invite-target-types"},"children":[{"id":10246,"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":10245,"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":[10246,10245]}],"sources":[{"fileName":"payloads/v10/invite.ts","line":97,"character":12}]},{"id":9806,"name":"MembershipScreeningFieldType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9807,"name":"Terms","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Server Rules"},"sources":[{"fileName":"payloads/v10/guild.ts","line":919,"character":1}],"type":{"type":"literal","value":"TERMS"},"defaultValue":"\"TERMS\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9807]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":915,"character":12}]},{"id":9241,"name":"MessageActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-types"},"children":[{"id":9242,"name":"Join","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":713,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9245,"name":"JoinRequest","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":716,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9244,"name":"Listen","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":715,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9243,"name":"Spectate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":714,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9242,9245,9244,9243]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":712,"character":12}]},{"id":9246,"name":"MessageFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-flags"},"children":[{"id":9247,"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":726,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9253,"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":750,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":9255,"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":758,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":9252,"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":746,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":9248,"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":730,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9254,"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":754,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":9250,"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":738,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":9249,"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":734,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9251,"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":742,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9247,9253,9255,9252,9248,9254,9250,9249,9251]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":722,"character":12}]},{"id":9209,"name":"MessageType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-types"},"children":[{"id":9233,"name":"AutoModerationAction","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":670,"character":1}],"type":{"type":"literal","value":24},"defaultValue":"24"},{"id":9213,"name":"Call","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":650,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9222,"name":"ChannelFollowAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":659,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":9215,"name":"ChannelIconChange","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":652,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9214,"name":"ChannelNameChange","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":651,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9216,"name":"ChannelPinnedMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":653,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":9229,"name":"ChatInputCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":666,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":9232,"name":"ContextMenuCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":669,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":9210,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":647,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9218,"name":"GuildBoost","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":655,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":9219,"name":"GuildBoostTier1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":656,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":9220,"name":"GuildBoostTier2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":657,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":9221,"name":"GuildBoostTier3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":658,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":9223,"name":"GuildDiscoveryDisqualified","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":660,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":9226,"name":"GuildDiscoveryGracePeriodFinalWarning","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":663,"character":1}],"type":{"type":"literal","value":17},"defaultValue":"17"},{"id":9225,"name":"GuildDiscoveryGracePeriodInitialWarning","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":662,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":9224,"name":"GuildDiscoveryRequalified","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":661,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":9231,"name":"GuildInviteReminder","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":668,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":9211,"name":"RecipientAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":648,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9212,"name":"RecipientRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":649,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9228,"name":"Reply","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":665,"character":1}],"type":{"type":"literal","value":19},"defaultValue":"19"},{"id":9227,"name":"ThreadCreated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":664,"character":1}],"type":{"type":"literal","value":18},"defaultValue":"18"},{"id":9230,"name":"ThreadStarterMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":667,"character":1}],"type":{"type":"literal","value":21},"defaultValue":"21"},{"id":9217,"name":"UserJoin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":654,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9233,9213,9222,9215,9214,9216,9229,9232,9210,9218,9219,9220,9221,9223,9226,9225,9224,9231,9211,9212,9228,9227,9230,9217]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":646,"character":12}]},{"id":10265,"name":"OAuth2Scopes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"Types extracted from https://discord.com/developers/docs/topics/oauth2"},"children":[{"id":10285,"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":10286,"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":10289,"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":10281,"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":10280,"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":10287,"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":10288,"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":10283,"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":10282,"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":10266,"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":10267,"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":10268,"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":10269,"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":10274,"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":10271,"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":10272,"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":10273,"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":10270,"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":10275,"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":10276,"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":10277,"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":10284,"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":10279,"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":10278,"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":[10285,10286,10289,10281,10280,10287,10288,10283,10282,10266,10267,10268,10269,10274,10271,10272,10273,10270,10275,10276,10277,10284,10279,10278]}],"sources":[{"fileName":"payloads/v10/oauth2.ts","line":5,"character":12}]},{"id":9268,"name":"OverwriteType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9270,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":829,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9269,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":828,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9270,9269]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":827,"character":12}]},{"id":9504,"name":"PresenceUpdateStatus","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9506,"name":"DoNotDisturb","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":99,"character":1}],"type":{"type":"literal","value":"dnd"},"defaultValue":"\"dnd\""},{"id":9507,"name":"Idle","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":100,"character":1}],"type":{"type":"literal","value":"idle"},"defaultValue":"\"idle\""},{"id":9508,"name":"Invisible","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible and shown as offline"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":104,"character":1}],"type":{"type":"literal","value":"invisible"},"defaultValue":"\"invisible\""},{"id":9509,"name":"Offline","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":105,"character":1}],"type":{"type":"literal","value":"offline"},"defaultValue":"\"offline\""},{"id":9505,"name":"Online","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":98,"character":1}],"type":{"type":"literal","value":"online"},"defaultValue":"\"online\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9506,9507,9508,9509,9505]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":97,"character":12}]},{"id":9135,"name":"SortOrderType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel/#channel-object-sort-order-types"},"children":[{"id":9137,"name":"CreationDate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sort forum posts by creation time (from most recent to oldest)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":290,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9136,"name":"LatestActivity","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sort forum posts by activity"},"sources":[{"fileName":"payloads/v10/channel.ts","line":286,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9137,9136]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":282,"character":12}]},{"id":10314,"name":"StageInstancePrivacyLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-privacy-level"},"children":[{"id":10316,"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":10315,"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":[10316,10315]}],"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":44,"character":12}]},{"id":10338,"name":"StickerFormatType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-format-types"},"children":[{"id":10340,"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":10341,"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":10339,"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":[10340,10341,10339]}],"sources":[{"fileName":"payloads/v10/sticker.ts","line":84,"character":12}]},{"id":10335,"name":"StickerType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-types"},"children":[{"id":10337,"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":10336,"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":[10337,10336]}],"sources":[{"fileName":"payloads/v10/sticker.ts","line":70,"character":12}]},{"id":10362,"name":"TeamMemberMembershipState","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-membership-state-enum"},"children":[{"id":10364,"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":10363,"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":[10364,10363]}],"sources":[{"fileName":"payloads/v10/teams.ts","line":63,"character":12}]},{"id":9419,"name":"TextInputStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-styles"},"children":[{"id":9421,"name":"Paragraph","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1433,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9420,"name":"Short","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1432,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9421,9420]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1431,"character":12}]},{"id":9278,"name":"ThreadAutoArchiveDuration","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9280,"name":"OneDay","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":864,"character":1}],"type":{"type":"literal","value":1440},"defaultValue":"1440"},{"id":9279,"name":"OneHour","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":863,"character":1}],"type":{"type":"literal","value":60},"defaultValue":"60"},{"id":9282,"name":"OneWeek","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":866,"character":1}],"type":{"type":"literal","value":10080},"defaultValue":"10080"},{"id":9281,"name":"ThreeDays","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":865,"character":1}],"type":{"type":"literal","value":4320},"defaultValue":"4320"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9280,9279,9282,9281]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":862,"character":12}]},{"id":9288,"name":"ThreadMemberFlags","kind":8,"kindString":"Enumeration","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":897,"character":12}]},{"id":10409,"name":"UserFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-user-flags"},"children":[{"id":10423,"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":10413,"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":10419,"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":10422,"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":10414,"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":10415,"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":10416,"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":10412,"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":10411,"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":10417,"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":10425,"name":"Quarantined","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User's account has been quarantined based on recent activity","tags":[{"tag":"unstable","text":"This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.\n"},{"tag":"privateremarks","text":"\n\nThis value would be 1 << 44, but bit shifting above 1 << 30 requires bigints\n"}]},"sources":[{"fileName":"payloads/v10/user.ts","line":159,"character":1}],"type":{"type":"literal","value":17592186044416},"defaultValue":"17592186044416"},{"id":10424,"name":"Spammer","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User has been identified as spammer","tags":[{"tag":"unstable","text":"This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.\n"}]},"sources":[{"fileName":"payloads/v10/user.ts","line":149,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":10410,"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":10418,"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":10420,"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":10421,"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":[10423,10413,10419,10422,10414,10415,10416,10412,10411,10417,10425,10424,10410,10418,10420,10421]}],"sources":[{"fileName":"payloads/v10/user.ts","line":87,"character":12}]},{"id":10426,"name":"UserPremiumType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-premium-types"},"children":[{"id":10429,"name":"Nitro","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":168,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":10430,"name":"NitroBasic","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":169,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":10428,"name":"NitroClassic","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":167,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":10427,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":166,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[10429,10430,10428,10427]}],"sources":[{"fileName":"payloads/v10/user.ts","line":165,"character":12}]},{"id":9175,"name":"VideoQualityMode","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9176,"name":"Auto","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Discord chooses the quality for optimal performance"},"sources":[{"fileName":"payloads/v10/channel.ts","line":423,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9177,"name":"Full","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"720p"},"sources":[{"fileName":"payloads/v10/channel.ts","line":427,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9176,9177]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":419,"character":12}]},{"id":10496,"name":"WebhookType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":10499,"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":10498,"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":10497,"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":[10499,10498,10497]}],"sources":[{"fileName":"payloads/v10/webhook.ts","line":66,"character":12}]},{"id":9383,"name":"APIActionRowComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#action-rows"},"children":[{"id":9384,"name":"components","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The components in the ActionRow"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1358,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9386,"name":"T"}}},{"id":9385,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9374,"name":"ActionRow"},"inheritedFrom":{"type":"reference","id":9371,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9384,9385]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1353,"character":17}],"typeParameter":[{"id":9386,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9471,"name":"APIActionRowComponentTypes"}}],"extendedTypes":[{"type":"reference","id":9370,"typeArguments":[{"type":"reference","id":9374,"name":"ComponentType.ActionRow"}],"name":"APIBaseComponent"}]},{"id":9365,"name":"APIAllowedMentions","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mentions-structure"},"children":[{"id":9366,"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":1276,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9361,"name":"AllowedMentionsTypes"}}},{"id":9369,"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":1290,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9367,"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":1280,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":9368,"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":1284,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9366,9369,9367,9368]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1270,"character":17}]},{"id":8763,"name":"APIApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/application#application-object"},"children":[{"id":8769,"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":8770,"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":8780,"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":8784,"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":8767,"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":8781,"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":8788,"name":"ApplicationFlags"}},{"id":8777,"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":8766,"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":8764,"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":8783,"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":8785,"name":"APIApplicationInstallParams"}},{"id":8765,"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":8773,"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":10393,"name":"APIUser"}},{"id":8778,"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":8772,"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":8768,"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":8779,"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":8774,"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":8782,"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":8776,"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":10351,"name":"APITeam"}]}},{"id":8771,"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":8775,"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#getticket\n"},"sources":[{"fileName":"payloads/v10/application.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8769,8770,8780,8784,8767,8781,8777,8766,8764,8783,8765,8773,8778,8772,8768,8779,8774,8782,8776,8771,8775]}],"sources":[{"fileName":"payloads/v10/application.ts","line":13,"character":17}]},{"id":9880,"name":"APIApplicationCommand","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object"},"children":[{"id":9883,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique id of the parent application"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9892,"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":74,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9894,"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":85,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9888,"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":58,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9889,"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":62,"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":9890,"name":"description_localized","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The localized description"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9893,"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":78,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9884,"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":42,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9881,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique id of the command"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":30,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9885,"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":46,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9886,"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":50,"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":9887,"name":"name_localized","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The localized name"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":54,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9891,"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":70,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9907,"name":"APIApplicationCommandOption"}}},{"id":9882,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of the command"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":34,"character":1}],"type":{"type":"reference","id":9896,"name":"ApplicationCommandType"}},{"id":9895,"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":89,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9883,9892,9894,9888,9889,9890,9893,9884,9881,9885,9886,9887,9891,9882,9895]}],"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":26,"character":17}]},{"id":10196,"name":"APIApplicationCommandAutocompleteResponse","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10198,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":35,"character":1}],"type":{"type":"reference","id":10224,"name":"APICommandAutocompleteInteractionResponseCallbackData"}},{"id":10197,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":34,"character":1}],"type":{"type":"reference","id":10219,"name":"ApplicationCommandAutocompleteResult"}}],"groups":[{"title":"Properties","kind":1024,"children":[10198,10197]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":33,"character":17}]},{"id":9946,"name":"APIApplicationCommandChannelOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9947,"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":9159,"name":"GuildText"},{"type":"reference","id":9161,"name":"GuildVoice"},{"type":"reference","id":9163,"name":"GuildCategory"},{"type":"reference","id":9164,"name":"GuildAnnouncement"},{"type":"reference","id":9165,"name":"AnnouncementThread"},{"type":"reference","id":9166,"name":"PublicThread"},{"type":"reference","id":9167,"name":"PrivateThread"},{"type":"reference","id":9168,"name":"GuildStageVoice"},{"type":"reference","id":9169,"name":"GuildDirectory"},{"type":"reference","id":9170,"name":"GuildForum"}]}}},{"id":9951,"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","id":9926,"name":"APIApplicationCommandOptionBase.description"}},{"id":9952,"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","id":9927,"name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":9949,"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","id":9924,"name":"APIApplicationCommandOptionBase.name"}},{"id":9950,"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","id":9925,"name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":9953,"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","id":9928,"name":"APIApplicationCommandOptionBase.required"}},{"id":9948,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":9978,"name":"Channel"},"inheritedFrom":{"type":"reference","id":9923,"name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9947,9951,9952,9949,9950,9953,9948]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/channel.ts","line":6,"character":17}],"extendedTypes":[{"type":"reference","id":9922,"typeArguments":[{"type":"reference","id":9978,"name":"ApplicationCommandOptionType.Channel"}],"name":"APIApplicationCommandOptionBase"}]},{"id":9956,"name":"APIApplicationCommandInteractionDataIntegerOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9957,"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":9958,"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","id":9931,"name":"APIInteractionDataOptionBase.name"}},{"id":9959,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":9975,"name":"Integer"},"inheritedFrom":{"type":"reference","id":9932,"name":"APIInteractionDataOptionBase.type"}},{"id":9960,"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","id":9933,"name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[9957,9958,9959,9960]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":9930,"typeArguments":[{"type":"reference","id":9975,"name":"ApplicationCommandOptionType.Integer"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":9964,"name":"APIApplicationCommandInteractionDataNumberOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9965,"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":9966,"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","id":9931,"name":"APIInteractionDataOptionBase.name"}},{"id":9967,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":9981,"name":"Number"},"inheritedFrom":{"type":"reference","id":9932,"name":"APIInteractionDataOptionBase.type"}},{"id":9968,"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","id":9933,"name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[9965,9966,9967,9968]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":9930,"typeArguments":[{"type":"reference","id":9981,"name":"ApplicationCommandOptionType.Number"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":9989,"name":"APIApplicationCommandInteractionDataStringOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9990,"name":"focused","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/string.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9991,"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","id":9931,"name":"APIInteractionDataOptionBase.name"}},{"id":9992,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":9974,"name":"String"},"inheritedFrom":{"type":"reference","id":9932,"name":"APIInteractionDataOptionBase.type"}},{"id":9993,"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","id":9933,"name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[9990,9991,9992,9993]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/string.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":9930,"typeArguments":[{"type":"reference","id":9974,"name":"ApplicationCommandOptionType.String"},{"type":"intrinsic","name":"string"}],"name":"APIInteractionDataOptionBase"}]},{"id":10014,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10015,"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":10017,"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":10002,"name":"APIApplicationCommandInteractionDataSubcommandOption"}}},{"id":10016,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":15,"character":1}],"type":{"type":"reference","id":9973,"name":"SubcommandGroup"}}],"groups":[{"title":"Properties","kind":1024,"children":[10015,10017,10016]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":13,"character":17}]},{"id":10002,"name":"APIApplicationCommandInteractionDataSubcommandOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10003,"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":10005,"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":9909,"name":"APIApplicationCommandInteractionDataBasicOption"}}},{"id":10004,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":12,"character":1}],"type":{"type":"reference","id":9972,"name":"Subcommand"}}],"groups":[{"title":"Properties","kind":1024,"children":[10003,10005,10004]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":10,"character":17}]},{"id":9922,"name":"APIApplicationCommandOptionBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9926,"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"}},{"id":9927,"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"}]}},{"id":9924,"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"}},{"id":9925,"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"}]}},{"id":9928,"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"}},{"id":9923,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":9929,"name":"Type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9926,9927,9924,9925,9928,9923]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":4,"character":17}],"typeParameter":[{"id":9929,"name":"Type","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9971,"name":"ApplicationCommandOptionType"}}],"extendedBy":[{"type":"reference","id":9946,"name":"APIApplicationCommandChannelOption"},{"type":"reference","id":9994,"name":"APIApplicationCommandSubcommandOption"},{"type":"reference","id":10006,"name":"APIApplicationCommandSubcommandGroupOption"}]},{"id":9983,"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":9984,"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":9985,"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":9986,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":26,"character":1}],"type":{"type":"reference","id":9987,"name":"ValueType"}}],"groups":[{"title":"Properties","kind":1024,"children":[9984,9985,9986]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":23,"character":17}],"typeParameter":[{"id":9987,"name":"ValueType","kind":131072,"kindString":"Type parameter","flags":{},"default":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}}]},{"id":10051,"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":10052,"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":10054,"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":10053,"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":10055,"name":"ApplicationCommandPermissionType"}}],"groups":[{"title":"Properties","kind":1024,"children":[10052,10054,10053]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":28,"character":17}]},{"id":10006,"name":"APIApplicationCommandSubcommandGroupOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10011,"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","id":9926,"name":"APIApplicationCommandOptionBase.description"}},{"id":10012,"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","id":9927,"name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":10009,"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","id":9924,"name":"APIApplicationCommandOptionBase.name"}},{"id":10010,"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","id":9925,"name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":10007,"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":9994,"name":"APIApplicationCommandSubcommandOption"}}},{"id":10013,"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","id":9928,"name":"APIApplicationCommandOptionBase.required"}},{"id":10008,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":9973,"name":"SubcommandGroup"},"inheritedFrom":{"type":"reference","id":9923,"name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10011,10012,10009,10010,10007,10013,10008]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":8,"character":17}],"extendedTypes":[{"type":"reference","id":9922,"typeArguments":[{"type":"reference","id":9973,"name":"ApplicationCommandOptionType.SubcommandGroup"}],"name":"APIApplicationCommandOptionBase"}]},{"id":9994,"name":"APIApplicationCommandSubcommandOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9999,"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","id":9926,"name":"APIApplicationCommandOptionBase.description"}},{"id":10000,"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","id":9927,"name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":9997,"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","id":9924,"name":"APIApplicationCommandOptionBase.name"}},{"id":9998,"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","id":9925,"name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":9995,"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":9906,"name":"APIApplicationCommandBasicOption"}}},{"id":10001,"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","id":9928,"name":"APIApplicationCommandOptionBase.required"}},{"id":9996,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":9972,"name":"Subcommand"},"inheritedFrom":{"type":"reference","id":9923,"name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9999,10000,9997,9998,9995,10001,9996]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":5,"character":17}],"extendedTypes":[{"type":"reference","id":9922,"typeArguments":[{"type":"reference","id":9972,"name":"ApplicationCommandOptionType.Subcommand"}],"name":"APIApplicationCommandOptionBase"}]},{"id":8785,"name":"APIApplicationInstallParams","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8787,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":112,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8786,"name":"scopes","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":111,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10265,"name":"OAuth2Scopes"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8787,8786]}],"sources":[{"fileName":"payloads/v10/application.ts","line":110,"character":17}]},{"id":9345,"name":"APIAttachment","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#attachment-object-attachment-structure"},"children":[{"id":9349,"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":1198,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9348,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description for the file"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1192,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9355,"name":"ephemeral","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this attachment is ephemeral"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1222,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9347,"name":"filename","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of file attached"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1188,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9353,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of file (if image)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1214,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":9346,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Attachment id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1184,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9352,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A proxied url of file"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1210,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9350,"name":"size","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Size of file in bytes"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1202,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9351,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source url of file"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1206,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9354,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of file (if image)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1218,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[9349,9348,9355,9347,9353,9346,9352,9350,9351,9354]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1180,"character":17}]},{"id":8803,"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":8804,"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":43,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9880,"name":"APIApplicationCommand"}}},{"id":8807,"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":61,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8812,"name":"APIAuditLogEntry"}}},{"id":8808,"name":"auto_moderation_rules","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"List of auto moderation rules referenced in the audit log","text":"See https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":67,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8968,"name":"APIAutoModerationRule"}}},{"id":8811,"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":87,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9859,"name":"APIGuildScheduledEvent"}}},{"id":8809,"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":73,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9729,"name":"APIGuildIntegration"}}},{"id":8810,"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":81,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9157,"name":"APIChannel"}}},{"id":8806,"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":55,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10393,"name":"APIUser"}}},{"id":8805,"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":49,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10483,"name":"APIWebhook"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8804,8807,8808,8811,8809,8810,8806,8805]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":37,"character":17}]},{"id":8812,"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":8817,"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":119,"character":1}],"type":{"type":"reference","id":8820,"name":"AuditLogEvent"}},{"id":8814,"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":103,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8890,"name":"APIAuditLogChange"}}},{"id":8816,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the entry"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":113,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8818,"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":125,"character":1}],"type":{"type":"reference","id":8875,"name":"APIAuditLogOptions"}},{"id":8819,"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":129,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8813,"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":97,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8815,"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":109,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8817,8814,8816,8818,8819,8813,8815]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":93,"character":17}]},{"id":8875,"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":8876,"name":"auto_moderation_rule_name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the Auto Moderation rule that was triggered","text":"Present from:\n- AUTO_MODERATION_BLOCK_MESSAGE\n- AUTO_MODERATION_FLAG_TO_CHANNEL\n- AUTO_MODERATION_USER_COMMUNICATION_DISABLED\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":217,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8877,"name":"auto_moderation_rule_trigger_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Trigger type of the Auto Moderation rule that was triggered","text":"Present from:\n- AUTO_MODERATION_BLOCK_MESSAGE\n- AUTO_MODERATION_FLAG_TO_CHANNEL\n- AUTO_MODERATION_USER_COMMUNICATION_DISABLED\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":226,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"1"},{"type":"literal","value":"3"},{"type":"literal","value":"4"},{"type":"literal","value":"5"}]}},{"id":8880,"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- AUTO_MODERATION_BLOCK_MESSAGE\n- AUTO_MODERATION_FLAG_TO_CHANNEL\n- AUTO_MODERATION_USER_COMMUNICATION_DISABLED\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":257,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8882,"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":277,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8878,"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":233,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8883,"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":287,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8879,"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":240,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8881,"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":266,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8885,"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":311,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8884,"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":299,"character":1}],"type":{"type":"reference","id":8886,"name":"AuditLogOptionsType"}}],"groups":[{"title":"Properties","kind":1024,"children":[8876,8877,8880,8882,8878,8883,8879,8881,8885,8884]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":208,"character":17}]},{"id":8996,"name":"APIAutoModerationAction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-action-object-auto-moderation-action-structure"},"children":[{"id":8998,"name":"metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Additional metadata needed during execution for this specific action type","text":"Will only be omitted if the action type is {@link AutoModerationActionType.BlockMessage}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":156,"character":1}],"type":{"type":"reference","id":9003,"name":"APIAutoModerationActionMetadata"}},{"id":8997,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The action type"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":150,"character":1}],"type":{"type":"reference","id":8999,"name":"AutoModerationActionType"}}],"groups":[{"title":"Properties","kind":1024,"children":[8998,8997]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":146,"character":17}]},{"id":9003,"name":"APIAutoModerationActionMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-action-object-action-metadata"},"children":[{"id":9004,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Channel to which user content should be logged","text":"Associated action type: {@link AutoModerationActionType.SendAlertMessage}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":186,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9005,"name":"duration_seconds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timeout duration in seconds (Maximum of 4 weeks - 2419200 seconds)","text":"Only available if using {@link AutoModerationRuleTriggerType.Keyword}\n\nAssociated action type: {@link AutoModerationActionType.Timeout}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":194,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9004,9005]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":180,"character":17}]},{"id":8968,"name":"APIAutoModerationRule","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-auto-moderation-rule-structure"},"children":[{"id":8976,"name":"actions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The actions which will execute when this rule is triggered"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":42,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8996,"name":"APIAutoModerationAction"}}},{"id":8972,"name":"creator_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user id who created this rule"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8977,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this rule is enabled"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8973,"name":"event_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule event type"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":30,"character":1}],"type":{"type":"reference","id":8995,"name":"MessageSend"}},{"id":8979,"name":"exempt_channels","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel ids that shouldn't be affected by this rule (Maximum of 50)"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":54,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":8978,"name":"exempt_roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The role ids that shouldn't be affected by this rule (Maximum of 20)"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":50,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":8970,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild which this rule belongs to"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8969,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of this rule"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8971,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule name"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8975,"name":"trigger_metadata","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule trigger metadata"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":38,"character":1}],"type":{"type":"reference","id":8985,"name":"APIAutoModerationRuleTriggerMetadata"}},{"id":8974,"name":"trigger_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule trigger type"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":34,"character":1}],"type":{"type":"reference","id":8980,"name":"AutoModerationRuleTriggerType"}}],"groups":[{"title":"Properties","kind":1024,"children":[8976,8972,8977,8973,8979,8978,8970,8969,8971,8975,8974]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":10,"character":17}]},{"id":8985,"name":"APIAutoModerationRuleTriggerMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-trigger-metadata"},"children":[{"id":8988,"name":"allow_list","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Substrings which will be exempt from triggering the preset trigger type (Maximum of 1000)","text":"A allowed-word can be a phrase which contains multiple words. Wildcard symbols can be used to customize how each string will be matched. Each keyword must be 30 characters or less\nSee [keyword matching strategies](https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-keyword-matching-strategies)\n\nAssociated trigger type: {@link AutoModerationRuleTriggerType.KeywordPreset}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":106,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":8986,"name":"keyword_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Substrings which will be searched for in content (Maximum of 1000)","text":"A keyword can be a phrase which contains multiple words. Wildcard symbols can be used to customize how each string will be matched. Each keyword must be 30 characters or less\nSee [keyword matching strategies](https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-keyword-matching-strategies)\n\nAssociated trigger type: {@link AutoModerationRuleTriggerType.Keyword}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":91,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":8989,"name":"mention_total_limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Total number of mentions (role & user) allowed per message (Maximum of 50)","text":"Associated trigger type: {@link AutoModerationRuleTriggerType.MentionSpam}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":112,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8987,"name":"presets","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The internally pre-defined wordsets which will be searched for in content","text":"Associated trigger type: {@link AutoModerationRuleTriggerType.KeywordPreset}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":97,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8990,"name":"AutoModerationRuleKeywordPresetType"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8988,8986,8989,8987]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":82,"character":17}]},{"id":9759,"name":"APIBan","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#ban-object"},"children":[{"id":9760,"name":"reason","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The reason for the ban"},"sources":[{"fileName":"payloads/v10/guild.ts","line":781,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9761,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The banned user"},"sources":[{"fileName":"payloads/v10/guild.ts","line":785,"character":1}],"type":{"type":"reference","id":10393,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9760,9761]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":777,"character":17}]},{"id":9370,"name":"APIBaseComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#component-object"},"children":[{"id":9371,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9372,"name":"T"}}],"groups":[{"title":"Properties","kind":1024,"children":[9371]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1296,"character":17}],"typeParameter":[{"id":9372,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9373,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":9383,"name":"APIActionRowComponent"},{"type":"reference","id":9387,"name":"APIButtonComponentBase"},{"type":"reference","id":9422,"name":"APIBaseSelectMenuComponent"},{"type":"reference","id":9456,"name":"APITextInputComponent"}]},{"id":10091,"name":"APIBaseInteraction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"children":[{"id":10103,"name":"app_permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Bitwise set of permissions the app or bot has within the channel the interaction was sent from"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":110,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10093,"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":10097,"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":10095,"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":10107,"name":"Data"}},{"id":10096,"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":10105,"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":118,"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":10092,"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":10104,"name":"locale","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The selected language of the invoking user"},"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":10098,"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":10079,"name":"APIInteractionGuildMember"}},{"id":10102,"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":9178,"name":"APIMessage"}},{"id":10100,"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":10094,"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":10106,"name":"Type"}},{"id":10099,"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":10393,"name":"APIUser"}},{"id":10101,"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":[10103,10093,10097,10095,10096,10105,10092,10104,10098,10102,10100,10094,10099,10101]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":60,"character":17}],"typeParameter":[{"id":10106,"name":"Type","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":10187,"name":"InteractionType"}},{"id":10107,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{}}]},{"id":9422,"name":"APIBaseSelectMenuComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"children":[{"id":9423,"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":1450,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9427,"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":1472,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9426,"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":1466,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9425,"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":1460,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9424,"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":1454,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9428,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9429,"name":"T"},"inheritedFrom":{"type":"reference","id":9371,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9423,9427,9426,9425,9424,9428]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1439,"character":17}],"typeParameter":[{"id":9429,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"union","types":[{"type":"reference","id":9376,"name":"ComponentType.StringSelect"},{"type":"reference","id":9378,"name":"ComponentType.UserSelect"},{"type":"reference","id":9379,"name":"ComponentType.RoleSelect"},{"type":"reference","id":9380,"name":"ComponentType.MentionableSelect"},{"type":"reference","id":9381,"name":"ComponentType.ChannelSelect"}]}}],"extendedTypes":[{"type":"reference","id":9370,"typeArguments":[{"type":"reference","id":9429,"name":"T"}],"name":"APIBaseComponent"}],"extendedBy":[{"type":"reference","id":9430,"name":"APIStringSelectComponent"},{"type":"reference","id":9441,"name":"APIChannelSelectComponent"}]},{"id":9387,"name":"APIButtonComponentBase","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#buttons"},"children":[{"id":9391,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1380,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9390,"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":1376,"character":1}],"type":{"type":"reference","id":9394,"name":"APIMessageComponentEmoji"}},{"id":9388,"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":1368,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9389,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1372,"character":1}],"type":{"type":"reference","id":9393,"name":"Style"}},{"id":9392,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9375,"name":"Button"},"inheritedFrom":{"type":"reference","id":9371,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9391,9390,9388,9389,9392]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1364,"character":17}],"typeParameter":[{"id":9393,"name":"Style","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9413,"name":"ButtonStyle"}}],"extendedTypes":[{"type":"reference","id":9370,"typeArguments":[{"type":"reference","id":9375,"name":"ComponentType.Button"}],"name":"APIBaseComponent"}],"extendedBy":[{"type":"reference","id":9398,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":9405,"name":"APIButtonComponentWithURL"}]},{"id":9398,"name":"APIButtonComponentWithCustomId","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9399,"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":1405,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9403,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1380,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9391,"name":"APIButtonComponentBase.disabled"}},{"id":9402,"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":1376,"character":1}],"type":{"type":"reference","id":9394,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","id":9390,"name":"APIButtonComponentBase.emoji"}},{"id":9400,"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":1368,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9388,"name":"APIButtonComponentBase.label"}},{"id":9401,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1372,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9414,"name":"Primary"},{"type":"reference","id":9415,"name":"Secondary"},{"type":"reference","id":9416,"name":"Success"},{"type":"reference","id":9417,"name":"Danger"}]},"inheritedFrom":{"type":"reference","id":9389,"name":"APIButtonComponentBase.style"}},{"id":9404,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9375,"name":"Button"},"inheritedFrom":{"type":"reference","id":9392,"name":"APIButtonComponentBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9399,9403,9402,9400,9401,9404]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1398,"character":17}],"extendedTypes":[{"type":"reference","id":9387,"typeArguments":[{"type":"union","types":[{"type":"reference","id":9414,"name":"ButtonStyle.Primary"},{"type":"reference","id":9415,"name":"ButtonStyle.Secondary"},{"type":"reference","id":9416,"name":"ButtonStyle.Success"},{"type":"reference","id":9417,"name":"ButtonStyle.Danger"}]}],"name":"APIButtonComponentBase"}]},{"id":9405,"name":"APIButtonComponentWithURL","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9410,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1380,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9391,"name":"APIButtonComponentBase.disabled"}},{"id":9409,"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":1376,"character":1}],"type":{"type":"reference","id":9394,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","id":9390,"name":"APIButtonComponentBase.emoji"}},{"id":9407,"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":1368,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9388,"name":"APIButtonComponentBase.label"}},{"id":9408,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1372,"character":1}],"type":{"type":"reference","id":9418,"name":"Link"},"inheritedFrom":{"type":"reference","id":9389,"name":"APIButtonComponentBase.style"}},{"id":9411,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9375,"name":"Button"},"inheritedFrom":{"type":"reference","id":9392,"name":"APIButtonComponentBase.type"}},{"id":9406,"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":1412,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9410,9409,9407,9408,9411,9406]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1408,"character":17}],"extendedTypes":[{"type":"reference","id":9387,"typeArguments":[{"type":"reference","id":9418,"name":"ButtonStyle.Link"}],"name":"APIButtonComponentBase"}]},{"id":9010,"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":9012,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9466,"name":"ChannelFlags"}},{"id":9013,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9007,"name":"APIPartialChannel.id"}},{"id":9014,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9009,"name":"APIPartialChannel.name"}},{"id":9011,"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":38,"character":1}],"type":{"type":"reference","id":9015,"name":"T"},"overwrites":{"type":"reference","id":9008,"name":"APIPartialChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9012,9013,9014,9011]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":37,"character":17}],"typeParameter":[{"id":9015,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9158,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":9006,"name":"APIPartialChannel"}],"extendedBy":[{"type":"reference","id":9018,"name":"APITextBasedChannel"},{"type":"reference","id":9026,"name":"APIGuildChannel"}]},{"id":9356,"name":"APIChannelMention","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-mention-object-channel-mention-structure"},"children":[{"id":9358,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild containing the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1236,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9357,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1232,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9360,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1246,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9359,"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":1242,"character":1}],"type":{"type":"reference","id":9158,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[9358,9357,9360,9359]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1228,"character":17}]},{"id":10966,"name":"APIChannelPatchOverwrite","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10968,"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":449,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":11050,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":10969,"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":457,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":11051,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":10967,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/channel.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10970,"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":461,"character":1}],"type":{"type":"reference","id":9268,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":11052,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10968,10969,10967,10970]}],"sources":[{"fileName":"rest/v10/channel.ts","line":28,"character":17}],"extendedTypes":[{"type":"reference","id":11049,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":9441,"name":"APIChannelSelectComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"children":[{"id":9442,"name":"channel_types","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"List of channel types to include in the ChannelSelect component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1507,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9158,"name":"ChannelType"}}},{"id":9443,"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":1450,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9423,"name":"APIBaseSelectMenuComponent.custom_id"}},{"id":9447,"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":1472,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9427,"name":"APIBaseSelectMenuComponent.disabled"}},{"id":9446,"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":1466,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9426,"name":"APIBaseSelectMenuComponent.max_values"}},{"id":9445,"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":1460,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9425,"name":"APIBaseSelectMenuComponent.min_values"}},{"id":9444,"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":1454,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9424,"name":"APIBaseSelectMenuComponent.placeholder"}},{"id":9448,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9381,"name":"ChannelSelect"},"inheritedFrom":{"type":"reference","id":9428,"name":"APIBaseSelectMenuComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9442,9443,9447,9446,9445,9444,9448]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1503,"character":17}],"extendedTypes":[{"type":"reference","id":9422,"typeArguments":[{"type":"reference","id":9381,"name":"ComponentType.ChannelSelect"}],"name":"APIBaseSelectMenuComponent"}]},{"id":9910,"name":"APIChatInputApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"children":[{"id":9916,"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":9913,"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":9915,"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":9911,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":110,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9908,"name":"APIApplicationCommandInteractionDataOption"}}},{"id":9912,"name":"resolved","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":111,"character":1}],"type":{"type":"reference","id":10128,"name":"APIInteractionDataResolved"}},{"id":9914,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":9897,"name":"ChatInput"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9916,9913,9915,9911,9912,9914]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":108,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9897,"name":"ApplicationCommandType.ChatInput"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":10224,"name":"APICommandAutocompleteInteractionResponseCallbackData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10225,"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":9983,"typeArguments":[{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}],"name":"APIApplicationCommandOptionChoice"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10225]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":104,"character":17}]},{"id":10431,"name":"APIConnection","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#connection-object"},"children":[{"id":10438,"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":207,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10432,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the connection account"},"sources":[{"fileName":"payloads/v10/user.ts","line":179,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10436,"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":199,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":9729,"name":"APIGuildIntegration"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}}},{"id":10433,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The username of the connection account"},"sources":[{"fileName":"payloads/v10/user.ts","line":183,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10435,"name":"revoked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the connection is revoked"},"sources":[{"fileName":"payloads/v10/user.ts","line":193,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10439,"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":211,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10440,"name":"two_way_link","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this connection supports console voice transfer"},"sources":[{"fileName":"payloads/v10/user.ts","line":215,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10434,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The service of the connection","text":"See https://discord.com/developers/docs/resources/user#connection-object-services\n"},"sources":[{"fileName":"payloads/v10/user.ts","line":189,"character":1}],"type":{"type":"reference","id":10442,"name":"ConnectionService"}},{"id":10437,"name":"verified","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the connection is verified"},"sources":[{"fileName":"payloads/v10/user.ts","line":203,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10441,"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":221,"character":1}],"type":{"type":"reference","id":10460,"name":"ConnectionVisibility"}}],"groups":[{"title":"Properties","kind":1024,"children":[10438,10432,10436,10433,10435,10439,10440,10434,10437,10441]}],"sources":[{"fileName":"payloads/v10/user.ts","line":175,"character":17}]},{"id":9088,"name":"APIDMChannelBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9094,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9466,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.flags"}},{"id":9092,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":9093,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.last_message_id"}},{"id":9090,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.name"}},{"id":9089,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10393,"name":"APIUser"}}},{"id":9091,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":38,"character":1}],"type":{"type":"reference","id":9095,"name":"T"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9094,9092,9093,9090,9089,9091]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":155,"character":17}],"typeParameter":[{"id":9095,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9158,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9018,"typeArguments":[{"type":"reference","id":9095,"name":"T"}],"name":"APITextBasedChannel"},{"type":"literal","value":"rate_limit_per_user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":9292,"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":9304,"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":983,"character":1}],"type":{"type":"reference","id":9332,"name":"APIEmbedAuthor"}},{"id":9298,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Color code of the embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":947,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9295,"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":935,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9305,"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":991,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9341,"name":"APIEmbedField"}}},{"id":9299,"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":953,"character":1}],"type":{"type":"reference","id":9337,"name":"APIEmbedFooter"}},{"id":9300,"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":959,"character":1}],"type":{"type":"reference","id":9324,"name":"APIEmbedImage"}},{"id":9303,"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":977,"character":1}],"type":{"type":"reference","id":9329,"name":"APIEmbedProvider"}},{"id":9301,"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":965,"character":1}],"type":{"type":"reference","id":9314,"name":"APIEmbedThumbnail"}},{"id":9297,"name":"timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of embed content"},"sources":[{"fileName":"payloads/v10/channel.ts","line":943,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9293,"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":921,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9294,"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":929,"character":1}],"type":{"type":"reference","id":9306,"name":"EmbedType"}},{"id":9296,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":939,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9302,"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":971,"character":1}],"type":{"type":"reference","id":9319,"name":"APIEmbedVideo"}}],"groups":[{"title":"Properties","kind":1024,"children":[9304,9298,9295,9305,9299,9300,9303,9301,9297,9293,9294,9296,9302]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":915,"character":17}]},{"id":9332,"name":"APIEmbedAuthor","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-author-structure"},"children":[{"id":9335,"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":1128,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9333,"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":1120,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9336,"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":1132,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9334,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of author"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1124,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9335,9333,9336,9334]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1114,"character":17}]},{"id":9341,"name":"APIEmbedField","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-field-structure"},"children":[{"id":9344,"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":1174,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9342,"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":1164,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9343,"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":1170,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9344,9342,9343]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1158,"character":17}]},{"id":9337,"name":"APIEmbedFooter","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-footer-structure"},"children":[{"id":9339,"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":1148,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9340,"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":1152,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9338,"name":"text","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Footer text","text":"Length limit: 2048 characters\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1144,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9339,9340,9338]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1138,"character":17}]},{"id":9324,"name":"APIEmbedImage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-image-structure"},"children":[{"id":9327,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of image"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1090,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9326,"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":1086,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9325,"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":1082,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9328,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of image"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1094,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9327,9326,9325,9328]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1078,"character":17}]},{"id":9329,"name":"APIEmbedProvider","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-provider-structure"},"children":[{"id":9330,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of provider"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1104,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9331,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of provider"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1108,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9330,9331]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1100,"character":17}]},{"id":9314,"name":"APIEmbedThumbnail","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-thumbnail-structure"},"children":[{"id":9317,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of thumbnail"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1046,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9316,"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":1042,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9315,"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":1038,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9318,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of thumbnail"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1050,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9317,9316,9315,9318]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1034,"character":17}]},{"id":9319,"name":"APIEmbedVideo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-video-structure"},"children":[{"id":9322,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of video"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1068,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9321,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of the video"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1064,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9320,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Source url of video"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1060,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9323,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of video"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1072,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9322,9321,9320,9323]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1056,"character":17}]},{"id":9478,"name":"APIEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#emoji-object-emoji-structure"},"children":[{"id":9486,"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":9477,"name":"APIPartialEmoji.animated"}},{"id":9483,"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":9484,"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":9475,"name":"APIPartialEmoji.id"}},{"id":9482,"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":9485,"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":9476,"name":"APIPartialEmoji.name"}},{"id":9481,"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":9479,"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":9480,"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":10393,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9486,9483,9484,9482,9485,9481,9479,9480]}],"sources":[{"fileName":"payloads/v10/emoji.ts","line":30,"character":17}],"extendedTypes":[{"type":"reference","id":9474,"name":"APIPartialEmoji"}]},{"id":10247,"name":"APIExtendedInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-metadata-object"},"children":[{"id":10261,"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":10240,"name":"APIInvite.approximate_member_count"}},{"id":10260,"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":10239,"name":"APIInvite.approximate_presence_count"}},{"id":10255,"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":9006,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},"inheritedFrom":{"type":"reference","id":10234,"name":"APIInvite.channel"}},{"id":10253,"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":10232,"name":"APIInvite.code"}},{"id":10252,"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":10262,"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":10241,"name":"APIInvite.expires_at"}},{"id":10254,"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":10230,"name":"APIInviteGuild"},"inheritedFrom":{"type":"reference","id":10233,"name":"APIInvite.guild"}},{"id":10264,"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":9859,"name":"APIGuildScheduledEvent"},"inheritedFrom":{"type":"reference","id":10243,"name":"APIInvite.guild_scheduled_event"}},{"id":10256,"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":10393,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":10235,"name":"APIInvite.inviter"}},{"id":10250,"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":10249,"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":10263,"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":10317,"name":"APIInviteStageInstance"},"inheritedFrom":{"type":"reference","id":10242,"name":"APIInvite.stage_instance"}},{"id":10259,"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/resources/application#application-object\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":70,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8763,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},"inheritedFrom":{"type":"reference","id":10238,"name":"APIInvite.target_application"}},{"id":10257,"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":"payloads/v10/invite.ts","line":58,"character":1}],"type":{"type":"reference","id":10244,"name":"InviteTargetType"},"inheritedFrom":{"type":"reference","id":10236,"name":"APIInvite.target_type"}},{"id":10258,"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":10393,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":10237,"name":"APIInvite.target_user"}},{"id":10251,"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":10248,"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":[10261,10260,10255,10253,10252,10262,10254,10264,10256,10250,10249,10263,10259,10257,10258,10251,10248]}],"sources":[{"fileName":"payloads/v10/invite.ts","line":105,"character":17}],"extendedTypes":[{"type":"reference","id":10231,"name":"APIInvite"}]},{"id":9842,"name":"APIExternalGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9843,"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":9856,"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":10393,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":9847,"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":9849,"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":9855,"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":9844,"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":9860,"name":"APIGuildScheduledEventEntityMetadata"}],"qualifiedName":"Required","package":"typescript","name":"Required"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":9854,"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":9865,"name":"External"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":9846,"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":9845,"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":9858,"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":9848,"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":9852,"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":9872,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":9851,"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":9850,"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":9853,"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":9866,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":9857,"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":[9843,9856,9847,9849,9855,9844,9854,9846,9845,9858,9848,9852,9851,9850,9853,9857]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":83,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9865,"name":"GuildScheduledEventEntityType.External"}],"name":"APIGuildScheduledEventBase"}]},{"id":9256,"name":"APIFollowedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#followed-channel-object"},"children":[{"id":9257,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source channel id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":768,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9258,"name":"webhook_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Created target webhook id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":772,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9257,9258]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":764,"character":17}]},{"id":9489,"name":"APIGatewayBotInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway-bot"},"children":[{"id":9491,"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":37,"character":1}],"type":{"type":"reference","id":9493,"name":"APIGatewaySessionStartLimit"}},{"id":9490,"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":31,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9492,"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":19,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9488,"name":"APIGatewayInfo.url"}}],"groups":[{"title":"Properties","kind":1024,"children":[9491,9490,9492]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":9487,"name":"APIGatewayInfo"}]},{"id":9487,"name":"APIGatewayInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway"},"children":[{"id":9488,"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":19,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9488]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":15,"character":17}],"extendedBy":[{"type":"reference","id":9489,"name":"APIGatewayBotInfo"}]},{"id":9493,"name":"APIGatewaySessionStartLimit","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#session-start-limit-object"},"children":[{"id":9497,"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":59,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9495,"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":51,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9496,"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":55,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9494,"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":47,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9497,9495,9496,9494]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":43,"character":17}]},{"id":9097,"name":"APIGroupDMChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9098,"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":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9106,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9466,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.flags"}},{"id":9099,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Icon hash"},"sources":[{"fileName":"payloads/v10/channel.ts","line":174,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9104,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":9102,"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":186,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","name":"Omit.last_message_id"}},{"id":9100,"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":178,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9101,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the DM creator"},"sources":[{"fileName":"payloads/v10/channel.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9105,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10393,"name":"APIUser"}},"inheritedFrom":{"type":"reference","name":"Omit.recipients"}},{"id":9103,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":38,"character":1}],"type":{"type":"reference","id":9162,"name":"GroupDM"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9098,9106,9099,9104,9102,9100,9101,9105,9103]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":166,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9088,"typeArguments":[{"type":"reference","id":9162,"name":"ChannelType.GroupDM"}],"name":"APIDMChannelBase"},{"type":"literal","value":"name"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":9597,"name":"APIGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-structure"},"children":[{"id":9604,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of afk channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":119,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9605,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"payloads/v10/guild.ts","line":123,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]}},{"id":9615,"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":177,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9629,"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":241,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9630,"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":245,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9623,"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":213,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":9590,"name":"APIPartialGuild.banner"}},{"id":9609,"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":143,"character":1}],"type":{"type":"reference","id":9640,"name":"GuildDefaultMessageNotifications"}},{"id":9622,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":207,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":9591,"name":"APIPartialGuild.description"}},{"id":9599,"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":90,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9612,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9478,"name":"APIEmoji"}}},{"id":9610,"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":149,"character":1}],"type":{"type":"reference","id":9643,"name":"GuildExplicitContentFilter"}},{"id":9613,"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":167,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9675,"name":"GuildFeature"}},"overwrites":{"type":"reference","id":9592,"name":"APIPartialGuild.features"}},{"id":9635,"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":271,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9666,"name":"GuildHubType"}]}},{"id":9637,"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":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9588,"name":"APIPartialGuild.icon"}},{"id":9598,"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":84,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9639,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9595,"name":"APIPartialGuild.id"}},{"id":9620,"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":199,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9619,"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":195,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":9628,"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":237,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9614,"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":173,"character":1}],"type":{"type":"reference","id":9647,"name":"GuildMFALevel"}},{"id":9636,"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":34,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9587,"name":"APIPartialGuild.name"}},{"id":9632,"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":257,"character":1}],"type":{"type":"reference","id":9650,"name":"GuildNSFWLevel"}},{"id":9600,"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":96,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9601,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of owner"},"sources":[{"fileName":"payloads/v10/guild.ts","line":100,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9602,"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":108,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9626,"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":229,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9634,"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":267,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9625,"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":223,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9624,"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":219,"character":1}],"type":{"type":"reference","id":9661,"name":"GuildPremiumTier"}},{"id":9627,"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":233,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9603,"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":115,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9611,"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":155,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10290,"name":"APIRole"}}},{"id":9618,"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":191,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9638,"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":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9589,"name":"APIPartialGuild.splash"}},{"id":9633,"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":263,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10322,"name":"APISticker"}}},{"id":9617,"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":187,"character":1}],"type":{"type":"reference","id":9670,"name":"GuildSystemChannelFlags"}},{"id":9616,"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":181,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9621,"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":203,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":9594,"name":"APIPartialGuild.vanity_url_code"}},{"id":9608,"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":137,"character":1}],"type":{"type":"reference","id":9655,"name":"GuildVerificationLevel"},"overwrites":{"type":"reference","id":9593,"name":"APIPartialGuild.verification_level"}},{"id":9631,"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":251,"character":1}],"type":{"type":"reference","id":9789,"name":"APIGuildWelcomeScreen"},"overwrites":{"type":"reference","id":9596,"name":"APIPartialGuild.welcome_screen"}},{"id":9607,"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":131,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9606,"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":127,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[9604,9605,9615,9629,9630,9623,9609,9622,9599,9612,9610,9613,9635,9637,9598,9639,9620,9619,9628,9614,9636,9632,9600,9601,9602,9626,9634,9625,9624,9627,9603,9611,9618,9638,9633,9617,9616,9621,9608,9631,9607,9606]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":78,"character":17}],"extendedTypes":[{"type":"reference","id":9586,"name":"APIPartialGuild"}],"extendedBy":[{"type":"reference","id":8424,"name":"GatewayGuildCreateDispatchData"}]},{"id":10046,"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":10048,"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":10049,"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":10047,"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":10050,"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":10051,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10048,10049,10047,10050]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":6,"character":17}]},{"id":9026,"name":"APIGuildChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9033,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9466,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9012,"name":"APIChannelBase.flags"}},{"id":9027,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9034,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9013,"name":"APIChannelBase.id"}},{"id":9035,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9014,"name":"APIChannelBase.name"}},{"id":9031,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9030,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9028,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9263,"name":"APIOverwrite"}}},{"id":9029,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9032,"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":38,"character":1}],"type":{"type":"reference","id":9036,"name":"T"},"inheritedFrom":{"type":"reference","id":9011,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9033,9027,9034,9035,9031,9030,9028,9029,9032]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":72,"character":17}],"typeParameter":[{"id":9036,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9158,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":9010,"typeArguments":[{"type":"reference","id":9036,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":9038,"name":"APIGuildTextChannel"},{"type":"reference","id":9057,"name":"APIVoiceChannelBase"},{"type":"reference","id":9107,"name":"APIThreadChannel"}]},{"id":11123,"name":"APIGuildCreateOverwrite","kind":256,"kindString":"Interface","flags":{},"children":[{"id":11125,"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":449,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":11050,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":11126,"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":457,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":11051,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":11124,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":38,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":11127,"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":461,"character":1}],"type":{"type":"reference","id":9268,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":11052,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[11125,11126,11124,11127]}],"sources":[{"fileName":"rest/v10/guild.ts","line":37,"character":17}],"extendedTypes":[{"type":"reference","id":11049,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":11135,"name":"APIGuildCreateRole","kind":256,"kindString":"Interface","flags":{},"children":[{"id":11139,"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":625,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.color"}},{"id":11140,"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":631,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.hoist"}},{"id":11141,"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":635,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.icon"}},{"id":11136,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":11143,"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":645,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.mentionable"}},{"id":11137,"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":613,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.name"}},{"id":11138,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.permissions"}},{"id":11142,"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":639,"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":[11139,11140,11141,11136,11143,11137,11138,11142]}],"sources":[{"fileName":"rest/v10/guild.ts","line":68,"character":17}],"extendedTypes":[{"type":"reference","id":11251,"name":"RESTPostAPIGuildRoleJSONBody"}]},{"id":9138,"name":"APIGuildForumChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9139,"name":"available_tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The set of tags that can be used in a forum channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":297,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9126,"name":"APIGuildForumTag"}}},{"id":9143,"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":109,"character":1}],"type":{"type":"reference","id":9278,"name":"ThreadAutoArchiveDuration"},"inheritedFrom":{"type":"reference","id":9039,"name":"APIGuildTextChannel.default_auto_archive_duration"}},{"id":9141,"name":"default_reaction_emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji to show in the add reaction button on a thread in a forum channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":306,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9132,"name":"APIGuildForumDefaultReactionEmoji"}]}},{"id":9142,"name":"default_sort_order","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The default sort order type used to order posts in forum channels"},"sources":[{"fileName":"payloads/v10/channel.ts","line":310,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9135,"name":"SortOrderType"}]}},{"id":9140,"name":"default_thread_rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The initial `rate_limit_per_user` to set on newly created threads in a forum channel.\nThis field is copied to the thread at creation time and does not live update"},"sources":[{"fileName":"payloads/v10/channel.ts","line":302,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9149,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9466,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9045,"name":"APIGuildTextChannel.flags"}},{"id":9152,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9048,"name":"APIGuildTextChannel.guild_id"}},{"id":9150,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9046,"name":"APIGuildTextChannel.id"}},{"id":9146,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9042,"name":"APIGuildTextChannel.last_message_id"}},{"id":9145,"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":118,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9041,"name":"APIGuildTextChannel.last_pin_timestamp"}},{"id":9151,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9047,"name":"APIGuildTextChannel.name"}},{"id":9156,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9052,"name":"APIGuildTextChannel.nsfw"}},{"id":9155,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9051,"name":"APIGuildTextChannel.parent_id"}},{"id":9153,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9263,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":9049,"name":"APIGuildTextChannel.permission_overwrites"}},{"id":9154,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9050,"name":"APIGuildTextChannel.position"}},{"id":9147,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9043,"name":"APIGuildTextChannel.rate_limit_per_user"}},{"id":9144,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel topic (0-4096 characters for forum channels, 0-1024 characters for all others)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":113,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9040,"name":"APIGuildTextChannel.topic"}},{"id":9148,"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":38,"character":1}],"type":{"type":"reference","id":9170,"name":"GuildForum"},"inheritedFrom":{"type":"reference","id":9044,"name":"APIGuildTextChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9139,9143,9141,9142,9140,9149,9152,9150,9146,9145,9151,9156,9155,9153,9154,9147,9144,9148]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":293,"character":17}],"extendedTypes":[{"type":"reference","id":9038,"typeArguments":[{"type":"reference","id":9170,"name":"ChannelType.GuildForum"}],"name":"APIGuildTextChannel"}]},{"id":9132,"name":"APIGuildForumDefaultReactionEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#default-reaction-object-default-reaction-structure"},"children":[{"id":9133,"name":"emoji_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of a guild's custom emoji"},"sources":[{"fileName":"payloads/v10/channel.ts","line":272,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9134,"name":"emoji_name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unicode character of the emoji"},"sources":[{"fileName":"payloads/v10/channel.ts","line":276,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[9133,9134]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":268,"character":17}]},{"id":9126,"name":"APIGuildForumTag","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#forum-tag-object-forum-tag-structure"},"children":[{"id":9130,"name":"emoji_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of a guild's custom emoji"},"sources":[{"fileName":"payloads/v10/channel.ts","line":258,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9131,"name":"emoji_name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unicode character of the emoji"},"sources":[{"fileName":"payloads/v10/channel.ts","line":262,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9127,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the tag"},"sources":[{"fileName":"payloads/v10/channel.ts","line":246,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9129,"name":"moderated","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this tag can only be added to or removed from threads by a member with the `MANAGE_THREADS` permission"},"sources":[{"fileName":"payloads/v10/channel.ts","line":254,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9128,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the tag (0-20 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":250,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9130,9131,9127,9129,9128]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":242,"character":17}]},{"id":9729,"name":"APIGuildIntegration","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object"},"children":[{"id":9740,"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":687,"character":1}],"type":{"type":"reference","id":9750,"name":"APIIntegrationAccount"}},{"id":9744,"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":713,"character":1}],"type":{"type":"reference","id":9753,"name":"APIGuildIntegrationApplication"}},{"id":9736,"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":659,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9733,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Is this integration enabled"},"sources":[{"fileName":"payloads/v10/guild.ts","line":641,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9737,"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":667,"character":1}],"type":{"type":"reference","id":9747,"name":"IntegrationExpireBehavior"}},{"id":9738,"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":673,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9730,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":629,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9731,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration name"},"sources":[{"fileName":"payloads/v10/guild.ts","line":633,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9743,"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":705,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9735,"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":653,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9745,"name":"scopes","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The scopes the application has been authorized for"},"sources":[{"fileName":"payloads/v10/guild.ts","line":717,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10265,"name":"OAuth2Scopes"}}},{"id":9742,"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":699,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9741,"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":693,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9734,"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":647,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9732,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration type"},"sources":[{"fileName":"payloads/v10/guild.ts","line":637,"character":1}],"type":{"type":"reference","id":9746,"name":"APIGuildIntegrationType"}},{"id":9739,"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":681,"character":1}],"type":{"type":"reference","id":10393,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9740,9744,9736,9733,9737,9738,9730,9731,9743,9735,9745,9742,9741,9734,9732,9739]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":625,"character":17}]},{"id":9753,"name":"APIGuildIntegrationApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-application-object"},"children":[{"id":9758,"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":771,"character":1}],"type":{"type":"reference","id":10393,"name":"APIUser"}},{"id":9757,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description of the app"},"sources":[{"fileName":"payloads/v10/guild.ts","line":765,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9756,"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":761,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9754,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the app"},"sources":[{"fileName":"payloads/v10/guild.ts","line":751,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9755,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the app"},"sources":[{"fileName":"payloads/v10/guild.ts","line":755,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9758,9757,9756,9754,9755]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":747,"character":17}]},{"id":9718,"name":"APIGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":9721,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v10/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9728,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9725,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":605,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9723,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9726,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":609,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9720,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v10/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9727,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9724,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9722,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":9719,"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":577,"character":1}],"type":{"type":"reference","id":10393,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9721,9728,9725,9723,9726,9720,9727,9724,9722,9719]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":569,"character":17}],"extendedBy":[{"type":"reference","id":8502,"name":"GatewayGuildMemberAddDispatchData"},{"type":"reference","id":10079,"name":"APIInteractionGuildMember"}]},{"id":9797,"name":"APIGuildMembershipScreening","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9800,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The server description shown in the screening form"},"sources":[{"fileName":"payloads/v10/guild.ts","line":891,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9799,"name":"form_fields","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The steps in the screening form"},"sources":[{"fileName":"payloads/v10/guild.ts","line":887,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9801,"name":"APIGuildMembershipScreeningField"}}},{"id":9798,"name":"version","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the fields were last updated"},"sources":[{"fileName":"payloads/v10/guild.ts","line":883,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9800,9799,9798]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":879,"character":17}]},{"id":9801,"name":"APIGuildMembershipScreeningField","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9802,"name":"field_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of field"},"sources":[{"fileName":"payloads/v10/guild.ts","line":900,"character":1}],"type":{"type":"reference","id":9807,"name":"Terms"}},{"id":9803,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The title of the field"},"sources":[{"fileName":"payloads/v10/guild.ts","line":904,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9805,"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":912,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9804,"name":"values","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The list of rules"},"sources":[{"fileName":"payloads/v10/guild.ts","line":908,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9802,9803,9805,9804]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":896,"character":17}]},{"id":9703,"name":"APIGuildPreview","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-preview-object"},"children":[{"id":9711,"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":537,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9712,"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":541,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9713,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":545,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9708,"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":521,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9709,"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":527,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9478,"name":"APIEmoji"}}},{"id":9710,"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":533,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9675,"name":"GuildFeature"}}},{"id":9706,"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":509,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9704,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":499,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9705,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters)"},"sources":[{"fileName":"payloads/v10/guild.ts","line":503,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9707,"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":515,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9714,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild stickers"},"sources":[{"fileName":"payloads/v10/guild.ts","line":549,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10322,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9711,9712,9713,9708,9709,9710,9706,9704,9705,9707,9714]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":495,"character":17}]},{"id":9860,"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":9861,"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":[9861]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":100,"character":17}]},{"id":9873,"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":9874,"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":9876,"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":9718,"name":"APIGuildMember"}},{"id":9875,"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":10393,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9874,9876,9875]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":139,"character":17}]},{"id":9038,"name":"APIGuildTextChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9039,"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":109,"character":1}],"type":{"type":"reference","id":9278,"name":"ThreadAutoArchiveDuration"}},{"id":9045,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9466,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9033,"name":"APIGuildChannel.flags"}},{"id":9048,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9027,"name":"APIGuildChannel.guild_id"}},{"id":9046,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9034,"name":"APIGuildChannel.id"}},{"id":9042,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9019,"name":"APITextBasedChannel.last_message_id"}},{"id":9041,"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":118,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9047,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9035,"name":"APIGuildChannel.name"}},{"id":9052,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9031,"name":"APIGuildChannel.nsfw"}},{"id":9051,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9030,"name":"APIGuildChannel.parent_id"}},{"id":9049,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9263,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":9028,"name":"APIGuildChannel.permission_overwrites"}},{"id":9050,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9029,"name":"APIGuildChannel.position"}},{"id":9043,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9020,"name":"APITextBasedChannel.rate_limit_per_user"}},{"id":9040,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel topic (0-4096 characters for forum channels, 0-1024 characters for all others)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":113,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9044,"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":38,"character":1}],"type":{"type":"reference","id":9053,"name":"T"},"inheritedFrom":{"type":"reference","id":9032,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9039,9045,9048,9046,9042,9041,9047,9052,9051,9049,9050,9043,9040,9044]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":103,"character":17}],"typeParameter":[{"id":9053,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9037,"name":"GuildTextChannelType"}}],"extendedTypes":[{"type":"reference","id":9018,"typeArguments":[{"type":"reference","id":9053,"name":"T"}],"name":"APITextBasedChannel"},{"type":"reference","id":9026,"typeArguments":[{"type":"reference","id":9053,"name":"T"}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":9138,"name":"APIGuildForumChannel"}]},{"id":9071,"name":"APIGuildVoiceChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9073,"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":129,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9058,"name":"APIVoiceChannelBase.bitrate"}},{"id":9082,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9466,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9022,"name":"APITextBasedChannel.flags"}},{"id":9076,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9061,"name":"APIVoiceChannelBase.guild_id"}},{"id":9083,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9023,"name":"APITextBasedChannel.id"}},{"id":9085,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9019,"name":"APITextBasedChannel.last_message_id"}},{"id":9084,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9024,"name":"APITextBasedChannel.name"}},{"id":9080,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9065,"name":"APIVoiceChannelBase.nsfw"}},{"id":9079,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9064,"name":"APIVoiceChannelBase.parent_id"}},{"id":9077,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9263,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":9062,"name":"APIVoiceChannelBase.permission_overwrites"}},{"id":9078,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9063,"name":"APIVoiceChannelBase.position"}},{"id":9086,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9020,"name":"APITextBasedChannel.rate_limit_per_user"}},{"id":9075,"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":139,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9060,"name":"APIVoiceChannelBase.rtc_region"}},{"id":9081,"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":38,"character":1}],"type":{"type":"reference","id":9161,"name":"GuildVoice"},"inheritedFrom":{"type":"reference","id":9021,"name":"APITextBasedChannel.type"}},{"id":9074,"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":133,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9059,"name":"APIVoiceChannelBase.user_limit"}},{"id":9072,"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":150,"character":1}],"type":{"type":"reference","id":9175,"name":"VideoQualityMode"}}],"groups":[{"title":"Properties","kind":1024,"children":[9073,9082,9076,9083,9085,9084,9080,9079,9077,9078,9086,9075,9081,9074,9072]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":142,"character":17}],"extendedTypes":[{"type":"reference","id":9057,"typeArguments":[{"type":"reference","id":9161,"name":"ChannelType.GuildVoice"}],"name":"APIVoiceChannelBase"},{"type":"reference","id":9018,"typeArguments":[{"type":"reference","id":9161,"name":"ChannelType.GuildVoice"}],"name":"APITextBasedChannel"}]},{"id":9789,"name":"APIGuildWelcomeScreen","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9790,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The welcome screen short message"},"sources":[{"fileName":"payloads/v10/guild.ts","line":853,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9791,"name":"welcome_channels","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of suggested channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":857,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9792,"name":"APIGuildWelcomeScreenChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9790,9791]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":849,"character":17}]},{"id":9792,"name":"APIGuildWelcomeScreenChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9793,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel id that is suggested"},"sources":[{"fileName":"payloads/v10/guild.ts","line":864,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9794,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description shown for the channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":868,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9795,"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":872,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9796,"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":876,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[9793,9794,9795,9796]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":860,"character":17}]},{"id":9762,"name":"APIGuildWidget","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object"},"children":[{"id":9766,"name":"channels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":795,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9769,"name":"APIGuildWidgetChannel"}}},{"id":9763,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":792,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9765,"name":"instant_invite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":794,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9767,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":796,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9773,"name":"APIGuildWidgetMember"}}},{"id":9764,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":793,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9768,"name":"presence_count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":797,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9766,9763,9765,9767,9764,9768]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":791,"character":17}]},{"id":9769,"name":"APIGuildWidgetChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object-example-guild-widget"},"children":[{"id":9770,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":804,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9771,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":805,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9772,"name":"position","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":806,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9770,9771,9772]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":803,"character":17}]},{"id":9773,"name":"APIGuildWidgetMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object-example-guild-widget"},"children":[{"id":9779,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/guild.ts","line":818,"character":1}],"type":{"type":"reflection","declaration":{"id":9780,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":9781,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":818,"character":14}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9781]}]}}},{"id":9777,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":816,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9782,"name":"avatar_url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":819,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9776,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":815,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9774,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":813,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9778,"name":"status","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":817,"character":1}],"type":{"type":"reference","id":9504,"name":"PresenceUpdateStatus"}},{"id":9775,"name":"username","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":814,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9779,9777,9782,9776,9774,9778,9775]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":812,"character":17}]},{"id":9715,"name":"APIGuildWidgetSettings","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object"},"children":[{"id":9717,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The widget channel id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":563,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9716,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the widget is enabled"},"sources":[{"fileName":"payloads/v10/guild.ts","line":559,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[9717,9716]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":555,"character":17}]},{"id":9750,"name":"APIIntegrationAccount","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-account-object"},"children":[{"id":9751,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the account"},"sources":[{"fileName":"payloads/v10/guild.ts","line":737,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9752,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the account"},"sources":[{"fileName":"payloads/v10/guild.ts","line":741,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9751,9752]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":733,"character":17}]},{"id":9930,"name":"APIInteractionDataOptionBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9931,"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"}},{"id":9932,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":9934,"name":"T"}},{"id":9933,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":16,"character":1}],"type":{"type":"reference","id":9935,"name":"D"}}],"groups":[{"title":"Properties","kind":1024,"children":[9931,9932,9933]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":13,"character":17}],"typeParameter":[{"id":9934,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9971,"name":"ApplicationCommandOptionType"}},{"id":9935,"name":"D","kind":131072,"kindString":"Type parameter","flags":{}}],"extendedBy":[{"type":"reference","id":9956,"name":"APIApplicationCommandInteractionDataIntegerOption"},{"type":"reference","id":9964,"name":"APIApplicationCommandInteractionDataNumberOption"},{"type":"reference","id":9989,"name":"APIApplicationCommandInteractionDataStringOption"}]},{"id":10128,"name":"APIInteractionDataResolved","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure"},"children":[{"id":10133,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":157,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":9345,"name":"APIAttachment"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":10132,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":156,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":10112,"name":"APIInteractionDataResolvedChannel"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":10131,"name":"members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":155,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":10119,"name":"APIInteractionDataResolvedGuildMember"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":10130,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":154,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":10290,"name":"APIRole"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":10129,"name":"users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":153,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":10393,"name":"APIUser"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[10133,10132,10131,10130,10129]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":152,"character":17}]},{"id":10112,"name":"APIInteractionDataResolvedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object"},"children":[{"id":10116,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Required.id"}},{"id":10118,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Required.name"}},{"id":10115,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":139,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":10114,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":138,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10113,"name":"thread_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":137,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9271,"name":"APIThreadMetadata"}]}},{"id":10117,"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":26,"character":1}],"type":{"type":"reference","id":9158,"name":"ChannelType"},"inheritedFrom":{"type":"reference","name":"Required.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10116,10118,10115,10114,10113,10117]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":136,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9006,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},{"id":10119,"name":"APIInteractionDataResolvedGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":10125,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v10/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.avatar"}},{"id":10127,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.communication_disabled_until"}},{"id":10122,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.joined_at"}},{"id":10123,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v10/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.nick"}},{"id":10126,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"Omit.pending"}},{"id":10120,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":146,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10124,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.premium_since"}},{"id":10121,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}}],"groups":[{"title":"Properties","kind":1024,"children":[10125,10127,10122,10123,10126,10120,10124,10121]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":145,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9718,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"user"},{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":10079,"name":"APIInteractionGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":10083,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v10/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9721,"name":"APIGuildMember.avatar"}},{"id":10090,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9728,"name":"APIGuildMember.communication_disabled_until"}},{"id":10087,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":605,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9725,"name":"APIGuildMember.deaf"}},{"id":10085,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9723,"name":"APIGuildMember.joined_at"}},{"id":10088,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":609,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9726,"name":"APIGuildMember.mute"}},{"id":10082,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v10/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9720,"name":"APIGuildMember.nick"}},{"id":10089,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9727,"name":"APIGuildMember.pending"}},{"id":10080,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10086,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9724,"name":"APIGuildMember.premium_since"}},{"id":10084,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":9722,"name":"APIGuildMember.roles"}},{"id":10081,"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":10393,"name":"APIUser"},"overwrites":{"type":"reference","id":9719,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[10083,10090,10087,10085,10088,10082,10089,10080,10086,10084,10081]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":50,"character":17}],"extendedTypes":[{"type":"reference","id":9718,"name":"APIGuildMember"}]},{"id":10202,"name":"APIInteractionResponseChannelMessageWithSource","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10204,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":45,"character":1}],"type":{"type":"reference","id":10221,"name":"APIInteractionResponseCallbackData"}},{"id":10203,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":44,"character":1}],"type":{"type":"reference","id":10215,"name":"ChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[10204,10203]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":43,"character":17}]},{"id":10205,"name":"APIInteractionResponseDeferredChannelMessageWithSource","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10207,"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":10221,"name":"APIInteractionResponseCallbackData"},{"type":"literal","value":"flags"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":10206,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":49,"character":1}],"type":{"type":"reference","id":10216,"name":"DeferredChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[10207,10206]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":48,"character":17}]},{"id":10208,"name":"APIInteractionResponseDeferredMessageUpdate","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10209,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":54,"character":1}],"type":{"type":"reference","id":10217,"name":"DeferredMessageUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[10209]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":53,"character":17}]},{"id":10194,"name":"APIInteractionResponsePong","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10195,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":30,"character":1}],"type":{"type":"reference","id":10214,"name":"Pong"}}],"groups":[{"title":"Properties","kind":1024,"children":[10195]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":29,"character":17}]},{"id":10210,"name":"APIInteractionResponseUpdateMessage","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10212,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":59,"character":1}],"type":{"type":"reference","id":10221,"name":"APIInteractionResponseCallbackData"}},{"id":10211,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":58,"character":1}],"type":{"type":"reference","id":10218,"name":"UpdateMessage"}}],"groups":[{"title":"Properties","kind":1024,"children":[10212,10211]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":57,"character":17}]},{"id":10231,"name":"APIInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object"},"children":[{"id":10240,"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":10239,"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":10234,"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":9006,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":10232,"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":10241,"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":10233,"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":10230,"name":"APIInviteGuild"}},{"id":10243,"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":9859,"name":"APIGuildScheduledEvent"}},{"id":10235,"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":10393,"name":"APIUser"}},{"id":10242,"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":10317,"name":"APIInviteStageInstance"}},{"id":10238,"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/resources/application#application-object\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":70,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8763,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":10236,"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":"payloads/v10/invite.ts","line":58,"character":1}],"type":{"type":"reference","id":10244,"name":"InviteTargetType"}},{"id":10237,"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":10393,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[10240,10239,10234,10232,10241,10233,10243,10235,10242,10238,10236,10237]}],"sources":[{"fileName":"payloads/v10/invite.ts","line":30,"character":17}],"extendedBy":[{"type":"reference","id":10247,"name":"APIExtendedInvite"}]},{"id":10317,"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":10321,"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":9718,"name":"APIGuildMember"}}},{"id":10319,"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":10320,"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":10318,"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":[10321,10319,10320,10318]}],"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":58,"character":17}]},{"id":9178,"name":"APIMessage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-structure"},"children":[{"id":9197,"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":564,"character":1}],"type":{"type":"reference","id":9234,"name":"APIMessageActivity"}},{"id":9198,"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/application#application-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":570,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8763,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":9199,"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":574,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9190,"name":"attachments","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Any attached files","text":"See https://discord.com/developers/docs/resources/channel#attachment-object\n\nThe `MESSAGE_CONTENT` privileged gateway intent is required for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**.\nYou also need to specify the intent bit value (`1 << 15`) if you are connecting to the gateway\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":518,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9345,"name":"APIAttachment"}}},{"id":9181,"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":450,"character":1}],"type":{"type":"reference","id":10393,"name":"APIUser"}},{"id":9180,"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":441,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9205,"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","text":"The `MESSAGE_CONTENT` privileged gateway intent is required for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**.\nYou also need to specify the intent bit value (`1 << 15`) if you are connecting to the gateway\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":621,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9383,"typeArguments":[{"type":"reference","id":9472,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":9182,"name":"content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Contents of the message","text":"The `MESSAGE_CONTENT` privileged gateway intent is required for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**.\nYou also need to specify the intent bit value (`1 << 15`) if you are connecting to the gateway\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":461,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9184,"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":469,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9191,"name":"embeds","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Any embedded content","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n\nThe `MESSAGE_CONTENT` privileged gateway intent is required for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**.\nYou also need to specify the intent bit value (`1 << 15`) if you are connecting to the gateway\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":531,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9292,"name":"APIEmbed"}}},{"id":9201,"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":588,"character":1}],"type":{"type":"reference","id":9246,"name":"MessageFlags"}},{"id":9179,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the message"},"sources":[{"fileName":"payloads/v10/channel.ts","line":437,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9203,"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":606,"character":1}],"type":{"type":"reference","id":10073,"name":"APIMessageInteraction"}},{"id":9189,"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":505,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9356,"name":"APIChannelMention"}}},{"id":9186,"name":"mention_everyone","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this message mentions everyone"},"sources":[{"fileName":"payloads/v10/channel.ts","line":477,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9188,"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":493,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":9187,"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":487,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10393,"name":"APIUser"}}},{"id":9200,"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":580,"character":1}],"type":{"type":"reference","id":9237,"name":"APIMessageReference"}},{"id":9193,"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":544,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":9194,"name":"pinned","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this message is pinned"},"sources":[{"fileName":"payloads/v10/channel.ts","line":548,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9208,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A generally increasing integer (there may be gaps or duplicates) that represents the approximate position of the message in a thread","text":"It can be used to estimate the relative position of the message in a thread in company with `total_message_sent` on parent thread\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":640,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9192,"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":537,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9259,"name":"APIReaction"}}},{"id":9202,"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":602,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9178,"name":"APIMessage"}]}},{"id":9206,"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":627,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10342,"name":"APIStickerItem"}}},{"id":9207,"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":634,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10322,"name":"APISticker"}}},{"id":9204,"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":610,"character":1}],"type":{"type":"reference","id":9157,"name":"APIChannel"}},{"id":9183,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this message was sent"},"sources":[{"fileName":"payloads/v10/channel.ts","line":465,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9185,"name":"tts","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this was a TTS message"},"sources":[{"fileName":"payloads/v10/channel.ts","line":473,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9196,"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":558,"character":1}],"type":{"type":"reference","id":9209,"name":"MessageType"}},{"id":9195,"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":552,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9197,9198,9199,9190,9181,9180,9205,9182,9184,9191,9201,9179,9203,9189,9186,9188,9187,9200,9193,9194,9208,9192,9202,9206,9207,9204,9183,9185,9196,9195]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":433,"character":17}]},{"id":9234,"name":"APIMessageActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-structure"},"children":[{"id":9236,"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":688,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9235,"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":682,"character":1}],"type":{"type":"reference","id":9241,"name":"MessageActivityType"}}],"groups":[{"title":"Properties","kind":1024,"children":[9236,9235]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":676,"character":17}]},{"id":10027,"name":"APIMessageApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"children":[{"id":10033,"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":10030,"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":10032,"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":10029,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":22,"character":1}],"type":{"type":"reference","id":10034,"name":"APIMessageApplicationCommandInteractionDataResolved"}},{"id":10028,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10031,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":9899,"name":"Message"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10033,10030,10032,10029,10028,10031]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":19,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9899,"name":"ApplicationCommandType.Message"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":10034,"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":10035,"name":"messages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":29,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":9178,"name":"APIMessage"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[10035]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":28,"character":17}]},{"id":10165,"name":"APIMessageChannelSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10169,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":9381,"name":"ChannelSelect"},"inheritedFrom":{"type":"reference","id":10143,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":10168,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":10142,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":10167,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":85,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10128,"name":"APIInteractionDataResolved"},{"type":"literal","value":"channels"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}},{"id":10166,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":84,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10169,10168,10167,10166]}],"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":82,"character":17}],"extendedTypes":[{"type":"reference","id":10141,"typeArguments":[{"type":"reference","id":9381,"name":"ComponentType.ChannelSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":10141,"name":"APIMessageComponentBaseInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10143,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":10144,"name":"CType"}},{"id":10142,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10143,10142]}],"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":46,"character":17}],"typeParameter":[{"id":10144,"name":"CType","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9373,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":10146,"name":"APIMessageStringSelectInteractionData"},{"type":"reference","id":10150,"name":"APIMessageUserSelectInteractionData"},{"type":"reference","id":10155,"name":"APIMessageRoleSelectInteractionData"},{"type":"reference","id":10160,"name":"APIMessageMentionableSelectInteractionData"},{"type":"reference","id":10165,"name":"APIMessageChannelSelectInteractionData"}]},{"id":9394,"name":"APIMessageComponentEmoji","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9397,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is animated"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1395,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9395,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Emoji id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1387,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9396,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Emoji name"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1391,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9397,9395,9396]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1383,"character":17}]},{"id":10073,"name":"APIMessageInteraction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#message-interaction-object"},"children":[{"id":10074,"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":10078,"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":10072,"name":"PartialAPIMessageInteractionGuildMember"}},{"id":10076,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the application command, including subcommands and subcommand groups"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10075,"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":10187,"name":"InteractionType"}},{"id":10077,"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":10393,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[10074,10078,10076,10075,10077]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":24,"character":17}]},{"id":10160,"name":"APIMessageMentionableSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10164,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":9380,"name":"MentionableSelect"},"inheritedFrom":{"type":"reference","id":10143,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":10163,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":10142,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":10162,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":79,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10128,"name":"APIInteractionDataResolved"},{"type":"union","types":[{"type":"literal","value":"roles"},{"type":"literal","value":"members"},{"type":"literal","value":"users"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":10161,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":78,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10164,10163,10162,10161]}],"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":76,"character":17}],"extendedTypes":[{"type":"reference","id":10141,"typeArguments":[{"type":"reference","id":9380,"name":"ComponentType.MentionableSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":9237,"name":"APIMessageReference","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure"},"children":[{"id":9239,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the originating message's channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":702,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9240,"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":706,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9238,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the originating message"},"sources":[{"fileName":"payloads/v10/channel.ts","line":698,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9239,9240,9238]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":694,"character":17}]},{"id":10155,"name":"APIMessageRoleSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10159,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":9379,"name":"RoleSelect"},"inheritedFrom":{"type":"reference","id":10143,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":10158,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":10142,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":10157,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":73,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10128,"name":"APIInteractionDataResolved"},{"type":"literal","value":"roles"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}},{"id":10156,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":72,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10159,10158,10157,10156]}],"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":70,"character":17}],"extendedTypes":[{"type":"reference","id":10141,"typeArguments":[{"type":"reference","id":9379,"name":"ComponentType.RoleSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":10146,"name":"APIMessageStringSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10149,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":9376,"name":"StringSelect"},"inheritedFrom":{"type":"reference","id":10143,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":10148,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":10142,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":10147,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":61,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10149,10148,10147]}],"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":59,"character":17}],"extendedTypes":[{"type":"reference","id":10141,"typeArguments":[{"type":"reference","id":9376,"name":"ComponentType.StringSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":10150,"name":"APIMessageUserSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10154,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":9378,"name":"UserSelect"},"inheritedFrom":{"type":"reference","id":10143,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":10153,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":10142,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":10152,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":67,"character":1}],"type":{"type":"reference","id":10135,"name":"APIUserInteractionDataResolved"}},{"id":10151,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":66,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10154,10153,10152,10151]}],"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":64,"character":17}],"extendedTypes":[{"type":"reference","id":10141,"typeArguments":[{"type":"reference","id":9378,"name":"ComponentType.UserSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":10199,"name":"APIModalInteractionResponse","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10201,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":40,"character":1}],"type":{"type":"reference","id":10226,"name":"APIModalInteractionResponseCallbackData"}},{"id":10200,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":39,"character":1}],"type":{"type":"reference","id":10220,"name":"Modal"}}],"groups":[{"title":"Properties","kind":1024,"children":[10201,10200]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":38,"character":17}]},{"id":10226,"name":"APIModalInteractionResponseCallbackData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-modal"},"children":[{"id":10229,"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":9383,"typeArguments":[{"type":"reference","id":9456,"name":"APITextInputComponent"}],"name":"APIActionRowComponent"}}},{"id":10227,"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":10228,"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":[10229,10227,10228]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":111,"character":17}]},{"id":10180,"name":"APIModalSubmission","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-modal-submit-data-structure"},"children":[{"id":10182,"name":"components","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A list of child components"},"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":32,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10177,"name":"ModalSubmitActionRowComponent"}}},{"id":10181,"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":28,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10182,10181]}],"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":24,"character":17}]},{"id":9263,"name":"APIOverwrite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#overwrite-object-overwrite-structure"},"children":[{"id":9266,"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":816,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9267,"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":824,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9264,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role or user id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":802,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9265,"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":808,"character":1}],"type":{"type":"reference","id":9268,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[9266,9267,9264,9265]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":798,"character":17}]},{"id":9006,"name":"APIPartialChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented, but partial only includes id, name, and type"},"children":[{"id":9007,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9009,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9008,"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":26,"character":1}],"type":{"type":"reference","id":9158,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[9007,9009,9008]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":16,"character":17}],"extendedBy":[{"type":"reference","id":9010,"name":"APIChannelBase"}]},{"id":9474,"name":"APIPartialEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented but mentioned"},"children":[{"id":9477,"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":9475,"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":9476,"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":[9477,9475,9476]}],"sources":[{"fileName":"payloads/v10/emoji.ts","line":12,"character":17}],"extendedBy":[{"type":"reference","id":9478,"name":"APIEmoji"}]},{"id":9586,"name":"APIPartialGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-structure"},"children":[{"id":9590,"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":52,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9591,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":56,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9592,"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":62,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9675,"name":"GuildFeature"}}},{"id":9588,"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":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9595,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":9587,"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":34,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9589,"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":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9594,"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":72,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9593,"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":68,"character":1}],"type":{"type":"reference","id":9655,"name":"GuildVerificationLevel"}},{"id":9596,"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":251,"character":1}],"type":{"type":"reference","id":9789,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","name":"Pick.welcome_screen"}}],"groups":[{"title":"Properties","kind":1024,"children":[9590,9591,9592,9588,9595,9587,9589,9594,9593,9596]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":30,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9583,"name":"APIUnavailableGuild"},{"type":"literal","value":"unavailable"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":9597,"name":"APIGuild"},{"type":"literal","value":"welcome_screen"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"extendedBy":[{"type":"reference","id":9597,"name":"APIGuild"}]},{"id":9259,"name":"APIReaction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#reaction-object-reaction-structure"},"children":[{"id":9260,"name":"count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Times this emoji has been used to react"},"sources":[{"fileName":"payloads/v10/channel.ts","line":782,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9262,"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":792,"character":1}],"type":{"type":"reference","id":9474,"name":"APIPartialEmoji"}},{"id":9261,"name":"me","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the current user reacted using this emoji"},"sources":[{"fileName":"payloads/v10/channel.ts","line":786,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[9260,9262,9261]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":778,"character":17}]},{"id":10290,"name":"APIRole","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object"},"children":[{"id":10293,"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":10294,"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":10295,"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":10291,"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":10299,"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":10300,"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":10292,"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":10298,"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":10297,"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":10301,"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":10302,"name":"APIRoleTags"}},{"id":10296,"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":[10293,10294,10295,10291,10299,10300,10292,10298,10297,10301,10296]}],"sources":[{"fileName":"payloads/v10/permissions.ts","line":10,"character":17}]},{"id":10302,"name":"APIRoleTags","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object-role-tags-structure"},"children":[{"id":10303,"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":10305,"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":10304,"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":[10303,10305,10304]}],"sources":[{"fileName":"payloads/v10/permissions.ts","line":62,"character":17}]},{"id":9450,"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":9455,"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":1543,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9453,"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":1535,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9454,"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":1539,"character":1}],"type":{"type":"reference","id":9394,"name":"APIMessageComponentEmoji"}},{"id":9451,"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":1527,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9452,"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":1531,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9455,9453,9454,9451,9452]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1523,"character":17}]},{"id":10306,"name":"APIStageInstance","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#stage-instance-object"},"children":[{"id":10309,"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":10312,"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":10308,"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":10313,"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":10307,"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":10311,"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":10314,"name":"StageInstancePrivacyLevel"}},{"id":10310,"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":[10309,10312,10308,10313,10307,10311,10310]}],"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":7,"character":17}]},{"id":9808,"name":"APIStageInstanceGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9809,"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":9822,"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":10393,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":9813,"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":9815,"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":9821,"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":9810,"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":9820,"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":9863,"name":"StageInstance"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":9812,"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":9811,"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":9824,"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":9814,"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":9818,"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":9872,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":9817,"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":9816,"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":9819,"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":9866,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":9823,"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":[9809,9822,9813,9815,9821,9810,9820,9812,9811,9824,9814,9818,9817,9816,9819,9823]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":72,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9863,"name":"GuildScheduledEventEntityType.StageInstance"}],"name":"APIGuildScheduledEventBase"}]},{"id":10322,"name":"APISticker","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object"},"children":[{"id":10328,"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":10331,"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":10326,"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":10330,"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":10338,"name":"StickerFormatType"}},{"id":10332,"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":10323,"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":10325,"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":10324,"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":10334,"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":10327,"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":10329,"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":10335,"name":"StickerType"}},{"id":10333,"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":10393,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[10328,10331,10326,10330,10332,10323,10325,10324,10334,10327,10329,10333]}],"sources":[{"fileName":"payloads/v10/sticker.ts","line":11,"character":17}]},{"id":10343,"name":"APIStickerPack","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-pack-object"},"children":[{"id":10350,"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":10348,"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":10349,"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":10344,"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":10346,"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":10347,"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":10345,"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":10322,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10350,10348,10349,10344,10346,10347,10345]}],"sources":[{"fileName":"payloads/v10/sticker.ts","line":98,"character":17}]},{"id":9430,"name":"APIStringSelectComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"children":[{"id":9432,"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":1450,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9423,"name":"APIBaseSelectMenuComponent.custom_id"}},{"id":9436,"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":1472,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9427,"name":"APIBaseSelectMenuComponent.disabled"}},{"id":9435,"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":1466,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9426,"name":"APIBaseSelectMenuComponent.max_values"}},{"id":9434,"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":1460,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9425,"name":"APIBaseSelectMenuComponent.min_values"}},{"id":9431,"name":"options","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Specified choices in a select menu; max 25"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1482,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9450,"name":"APISelectMenuOption"}}},{"id":9433,"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":1454,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9424,"name":"APIBaseSelectMenuComponent.placeholder"}},{"id":9437,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9376,"name":"StringSelect"},"inheritedFrom":{"type":"reference","id":9428,"name":"APIBaseSelectMenuComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9432,9436,9435,9434,9431,9433,9437]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1478,"character":17}],"extendedTypes":[{"type":"reference","id":9422,"typeArguments":[{"type":"reference","id":9376,"name":"ComponentType.StringSelect"}],"name":"APIBaseSelectMenuComponent"}]},{"id":10351,"name":"APITeam","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-object"},"children":[{"id":10352,"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":10353,"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":10354,"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":10357,"name":"APITeamMember"}}},{"id":10355,"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":10356,"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":[10352,10353,10354,10355,10356]}],"sources":[{"fileName":"payloads/v10/teams.ts","line":11,"character":17}]},{"id":10357,"name":"APITeamMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-member-object"},"children":[{"id":10358,"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":10362,"name":"TeamMemberMembershipState"}},{"id":10359,"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":10360,"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":10361,"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":10393,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[10358,10359,10360,10361]}],"sources":[{"fileName":"payloads/v10/teams.ts","line":37,"character":17}]},{"id":10365,"name":"APITemplate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#guild-template-object"},"children":[{"id":10366,"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":10372,"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":10371,"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":10393,"name":"APIUser"}},{"id":10370,"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":10368,"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":10376,"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":10367,"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":10375,"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":10377,"name":"APITemplateSerializedSourceGuild"}},{"id":10374,"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":10373,"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":10369,"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":[10366,10372,10371,10370,10368,10376,10367,10375,10374,10373,10369]}],"sources":[{"fileName":"payloads/v10/template.ts","line":12,"character":17}]},{"id":10377,"name":"APITemplateSerializedSourceGuild","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10385,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":139,"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":10386,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"rest/v10/guild.ts","line":143,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]},"inheritedFrom":{"type":"reference","name":"Omit.afk_timeout"}},{"id":10391,"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":135,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":11129,"name":"APIGuildCreatePartialChannel"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"Omit.channels"}},{"id":10387,"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":103,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9641,"name":"AllMessages"},{"type":"reference","id":9642,"name":"OnlyMentions"}]},"inheritedFrom":{"type":"reference","name":"Omit.default_message_notifications"}},{"id":10378,"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":10388,"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":109,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9644,"name":"Disabled"},{"type":"reference","id":9645,"name":"MembersWithoutRoles"},{"type":"reference","id":9646,"name":"AllMembers"}]},"inheritedFrom":{"type":"reference","name":"Omit.explicit_content_filter"}},{"id":10380,"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":10381,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v10/guild.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.name"}},{"id":10379,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/template.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10392,"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":157,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"Omit.premium_progress_bar_enabled"}},{"id":10382,"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":85,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.region"}},{"id":10383,"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":122,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":11135,"name":"APIGuildCreateRole"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}},{"id":10390,"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":153,"character":1}],"type":{"type":"reference","id":9670,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.system_channel_flags"}},{"id":10389,"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":147,"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":10384,"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":97,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9656,"name":"None"},{"type":"reference","id":9657,"name":"Low"},{"type":"reference","id":9658,"name":"Medium"},{"type":"reference","id":9659,"name":"High"},{"type":"reference","id":9660,"name":"VeryHigh"}]},"inheritedFrom":{"type":"reference","name":"Omit.verification_level"}}],"groups":[{"title":"Properties","kind":1024,"children":[10385,10386,10391,10387,10378,10388,10380,10381,10379,10392,10382,10383,10390,10389,10384]}],"sources":[{"fileName":"payloads/v10/template.ts","line":61,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":11144,"name":"RESTPostAPIGuildsJSONBody"},{"type":"literal","value":"icon"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":9018,"name":"APITextBasedChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9022,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9466,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9012,"name":"APIChannelBase.flags"}},{"id":9023,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9013,"name":"APIChannelBase.id"}},{"id":9019,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9024,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9014,"name":"APIChannelBase.name"}},{"id":9020,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9021,"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":38,"character":1}],"type":{"type":"reference","id":9025,"name":"T"},"inheritedFrom":{"type":"reference","id":9011,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9022,9023,9019,9024,9020,9021]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":55,"character":17}],"typeParameter":[{"id":9025,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9158,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":9010,"typeArguments":[{"type":"reference","id":9025,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":9038,"name":"APIGuildTextChannel"},{"type":"reference","id":9071,"name":"APIGuildVoiceChannel"}]},{"id":9456,"name":"APITextInputComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-structure"},"children":[{"id":9458,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The custom id for the text input"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1557,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9459,"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":1561,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9463,"name":"max_length","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Maximal length of text input"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1577,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9462,"name":"min_length","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Minimal length of text input"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1573,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9460,"name":"placeholder","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Placeholder for the text input"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1565,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9464,"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":1581,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9457,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"One of text input styles"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1553,"character":1}],"type":{"type":"reference","id":9419,"name":"TextInputStyle"}},{"id":9465,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9377,"name":"TextInput"},"inheritedFrom":{"type":"reference","id":9371,"name":"APIBaseComponent.type"}},{"id":9461,"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":1569,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9458,9459,9463,9462,9460,9464,9457,9465,9461]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1549,"character":17}],"extendedTypes":[{"type":"reference","id":9370,"typeArguments":[{"type":"reference","id":9377,"name":"ComponentType.TextInput"}],"name":"APIBaseComponent"}]},{"id":9107,"name":"APIThreadChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9116,"name":"applied_tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The IDs of the set of tags that have been applied to a thread in a forum channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":236,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":9123,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9466,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9033,"name":"APIGuildChannel.flags"}},{"id":9117,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9027,"name":"APIGuildChannel.guild_id"}},{"id":9124,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9034,"name":"APIGuildChannel.id"}},{"id":9114,"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":226,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9108,"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":194,"character":1}],"type":{"type":"reference","id":9283,"name":"APIThreadMember"}},{"id":9111,"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":208,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9110,"name":"message_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages (not including the initial message or deleted messages) in a thread","text":"If the thread was created before July 1, 2022, it stops counting at 50 messages\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":204,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9125,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9035,"name":"APIGuildChannel.name"}},{"id":9121,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9031,"name":"APIGuildChannel.nsfw"}},{"id":9113,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the thread creator"},"sources":[{"fileName":"payloads/v10/channel.ts","line":222,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9120,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9030,"name":"APIGuildChannel.parent_id"}},{"id":9118,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9263,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":9028,"name":"APIGuildChannel.permission_overwrites"}},{"id":9119,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9029,"name":"APIGuildChannel.position"}},{"id":9112,"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":218,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9109,"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":198,"character":1}],"type":{"type":"reference","id":9271,"name":"APIThreadMetadata"}},{"id":9115,"name":"total_message_sent","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages ever sent in a thread","text":"Similar to `message_count` on message creation, but won't decrement when a message is deleted\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9122,"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":38,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9165,"name":"AnnouncementThread"},{"type":"reference","id":9166,"name":"PublicThread"},{"type":"reference","id":9167,"name":"PrivateThread"}]},"inheritedFrom":{"type":"reference","id":9032,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9116,9123,9117,9124,9114,9108,9111,9110,9125,9121,9113,9120,9118,9119,9112,9109,9115,9122]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":189,"character":17}],"extendedTypes":[{"type":"reference","id":9026,"typeArguments":[{"type":"union","types":[{"type":"reference","id":9166,"name":"ChannelType.PublicThread"},{"type":"reference","id":9167,"name":"ChannelType.PrivateThread"},{"type":"reference","id":9165,"name":"ChannelType.AnnouncementThread"}]}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":8646,"name":"GatewayThreadCreateDispatchData"}]},{"id":9289,"name":"APIThreadList","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9291,"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":907,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9283,"name":"APIThreadMember"}}},{"id":9290,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The threads that were fetched"},"sources":[{"fileName":"payloads/v10/channel.ts","line":903,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9157,"name":"APIChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9291,9290]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":899,"character":17}],"extendedBy":[{"type":"reference","id":11103,"name":"RESTGetAPIChannelUsersThreadsArchivedResult"}]},{"id":9283,"name":"APIThreadMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#thread-member-object-thread-member-structure"},"children":[{"id":9287,"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":894,"character":1}],"type":{"type":"reference","id":9288,"name":"ThreadMemberFlags"}},{"id":9284,"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":878,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9286,"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":888,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9285,"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":884,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9287,9284,9286,9285]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":872,"character":17}]},{"id":9271,"name":"APIThreadMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#thread-metadata-object-thread-metadata-structure"},"children":[{"id":9274,"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":847,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9272,"name":"archived","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the thread is archived"},"sources":[{"fileName":"payloads/v10/channel.ts","line":839,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9273,"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":843,"character":1}],"type":{"type":"reference","id":9278,"name":"ThreadAutoArchiveDuration"}},{"id":9277,"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":859,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9276,"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":855,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9275,"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":851,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[9274,9272,9273,9277,9276,9275]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":835,"character":17}]},{"id":9583,"name":"APIUnavailableGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#unavailable-guild-object"},"children":[{"id":9584,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9585,"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":24,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[9584,9585]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":16,"character":17}]},{"id":10393,"name":"APIUser","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object"},"children":[{"id":10402,"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":10397,"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":10401,"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":10398,"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":10396,"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":10405,"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":10406,"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":10409,"name":"UserFlags"}},{"id":10394,"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":10403,"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":10400,"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":10407,"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":10426,"name":"UserPremiumType"}},{"id":10408,"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":10409,"name":"UserFlags"}},{"id":10399,"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":10395,"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":10404,"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":[10402,10397,10401,10398,10396,10405,10406,10394,10403,10400,10407,10408,10399,10395,10404]}],"sources":[{"fileName":"payloads/v10/user.ts","line":11,"character":17}]},{"id":10020,"name":"APIUserApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"children":[{"id":10026,"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":10023,"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":10025,"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":10022,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":13,"character":1}],"type":{"type":"reference","id":10135,"name":"APIUserInteractionDataResolved"}},{"id":10021,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10024,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":9898,"name":"User"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10026,10023,10025,10022,10021,10024]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":10,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9898,"name":"ApplicationCommandType.User"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":9057,"name":"APIVoiceChannelBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9058,"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":129,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9067,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9466,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9033,"name":"APIGuildChannel.flags"}},{"id":9061,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9027,"name":"APIGuildChannel.guild_id"}},{"id":9068,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9034,"name":"APIGuildChannel.id"}},{"id":9069,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9035,"name":"APIGuildChannel.name"}},{"id":9065,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9031,"name":"APIGuildChannel.nsfw"}},{"id":9064,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9030,"name":"APIGuildChannel.parent_id"}},{"id":9062,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9263,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":9028,"name":"APIGuildChannel.permission_overwrites"}},{"id":9063,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9029,"name":"APIGuildChannel.position"}},{"id":9060,"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":139,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9066,"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":38,"character":1}],"type":{"type":"reference","id":9070,"name":"T"},"inheritedFrom":{"type":"reference","id":9032,"name":"APIGuildChannel.type"}},{"id":9059,"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":133,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9058,9067,9061,9068,9069,9065,9064,9062,9063,9060,9066,9059]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":125,"character":17}],"typeParameter":[{"id":9070,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9158,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":9026,"typeArguments":[{"type":"reference","id":9070,"name":"T"}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":9071,"name":"APIGuildVoiceChannel"}]},{"id":9825,"name":"APIVoiceGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9826,"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":9839,"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":10393,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":9830,"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":9832,"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":9838,"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":9827,"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":9837,"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":9864,"name":"Voice"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":9829,"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":9828,"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":9841,"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":9831,"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":9835,"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":9872,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":9834,"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":9833,"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":9836,"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":9866,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":9840,"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":[9826,9839,9830,9832,9838,9827,9837,9829,9828,9841,9831,9835,9834,9833,9836,9840]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":78,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9864,"name":"GuildScheduledEventEntityType.Voice"}],"name":"APIGuildScheduledEventBase"}]},{"id":10477,"name":"APIVoiceRegion","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-region-object"},"children":[{"id":10482,"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":10481,"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":10478,"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":10479,"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":10480,"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":[10482,10481,10478,10479,10480]}],"sources":[{"fileName":"payloads/v10/voice.ts","line":71,"character":17}]},{"id":10483,"name":"APIWebhook","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#webhook-object"},"children":[{"id":10492,"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":10490,"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":10487,"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":10486,"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":10484,"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":10489,"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":10494,"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":9006,"name":"APIPartialChannel"}},{"id":10493,"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":9586,"name":"APIPartialGuild"}},{"id":10491,"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":10485,"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":10496,"name":"WebhookType"}},{"id":10495,"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":10488,"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":10393,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[10492,10490,10487,10486,10484,10489,10494,10493,10491,10485,10495,10488]}],"sources":[{"fileName":"payloads/v10/webhook.ts","line":11,"character":17}]},{"id":10926,"name":"CDNQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10927,"name":"size","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The returned image can have the size changed by using this query parameter","text":"Image size can be any power of two between 16 and 4096\n"},"sources":[{"fileName":"rest/v10/index.ts","line":1120,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[10927]}],"sources":[{"fileName":"rest/v10/index.ts","line":1114,"character":17}]},{"id":9514,"name":"GatewayActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-structure"},"children":[{"id":9523,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Application id for the game"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9529,"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-events#activity-object-activity-assets\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":200,"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":9533,"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":222,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"intrinsic","name":"string"}},{"type":"array","elementType":{"type":"reference","id":9569,"name":"GatewayActivityButton"}}]}},{"id":9519,"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":152,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9524,"name":"details","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"What the player is currently doing"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":174,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9526,"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-events#activity-object-activity-emoji\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":184,"character":1}],"type":{"type":"reference","id":9553,"name":"GatewayActivityEmoji"}},{"id":9532,"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-events#activity-object-activity-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":218,"character":1}],"type":{"type":"reference","id":9559,"name":"ActivityFlags"}},{"id":9515,"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":134,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9531,"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":210,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9516,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The activity's name"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":138,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9528,"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-events#activity-object-activity-party\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":194,"character":1}],"type":{"type":"reference","id":9554,"name":"GatewayActivityParty"}},{"id":9522,"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":166,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9530,"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-events#activity-object-activity-secrets\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":206,"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":9527,"name":"session_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"tags":[{"tag":"unstable","text":"\n"}]},"sources":[{"fileName":"payloads/v10/gateway.ts","line":188,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9525,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's current party status"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":178,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9521,"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":161,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9520,"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":156,"character":1}],"type":{"type":"reference","id":9550,"name":"GatewayActivityTimestamps"}},{"id":9517,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Activity type","text":"See https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-types\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":144,"character":1}],"type":{"type":"reference","id":9543,"name":"ActivityType"}},{"id":9518,"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":148,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[9523,9529,9533,9519,9524,9526,9532,9515,9531,9516,9528,9522,9530,9527,9525,9521,9520,9517,9518]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":129,"character":17}]},{"id":9569,"name":"GatewayActivityButton","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9570,"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":334,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9571,"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":338,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9570,9571]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":330,"character":17}]},{"id":9554,"name":"GatewayActivityParty","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-party"},"children":[{"id":9555,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the party"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":296,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9556,"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":300,"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":[9555,9556]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":292,"character":17}]},{"id":9550,"name":"GatewayActivityTimestamps","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-timestamps"},"children":[{"id":9552,"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":281,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9551,"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":277,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9552,9551]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":273,"character":17}]},{"id":8403,"name":"GatewayApplicationCommandPermissionsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#application-command-permissions-update"},"children":[{"id":8405,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the application the command belongs to"},"sources":[{"fileName":"gateway/v10.ts","line":584,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8406,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":588,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8404,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the command or the application ID"},"sources":[{"fileName":"gateway/v10.ts","line":580,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8407,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Permissions for the command in the guild, max of 100"},"sources":[{"fileName":"gateway/v10.ts","line":592,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10051,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8405,8406,8404,8407]}],"sources":[{"fileName":"gateway/v10.ts","line":576,"character":17}]},{"id":8390,"name":"GatewayAutoModerationActionExecutionDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-action-execution"},"children":[{"id":8392,"name":"action","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The action which was executed"},"sources":[{"fileName":"gateway/v10.ts","line":518,"character":1}],"type":{"type":"reference","id":8996,"name":"APIAutoModerationAction"}},{"id":8398,"name":"alert_system_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of any system auto moderation messages posted as a result of this action","text":"This field will not be present if this event does not correspond to an action with type {@link AutoModerationActionType.SendAlertMessage}\n"},"sources":[{"fileName":"gateway/v10.ts","line":546,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8396,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel in which user content was posted"},"sources":[{"fileName":"gateway/v10.ts","line":534,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8399,"name":"content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user generated text content","text":"`MESSAGE_CONTENT` (`1 << 15`) gateway intent is required to receive non-empty values from this field\n"},"sources":[{"fileName":"gateway/v10.ts","line":552,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8391,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild in which action was executed"},"sources":[{"fileName":"gateway/v10.ts","line":514,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8401,"name":"matched_content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The substring in content that triggered the rule","text":"`MESSAGE_CONTENT` (`1 << 15`) gateway intent is required to receive non-empty values from this field\n"},"sources":[{"fileName":"gateway/v10.ts","line":562,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8400,"name":"matched_keyword","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The word or phrase configured in the rule that triggered the rule"},"sources":[{"fileName":"gateway/v10.ts","line":556,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8397,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of any user message which content belongs to","text":"This field will not be present if message was blocked by AutoMod or content was not part of any message\n"},"sources":[{"fileName":"gateway/v10.ts","line":540,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8393,"name":"rule_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the rule which action belongs to"},"sources":[{"fileName":"gateway/v10.ts","line":522,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8394,"name":"rule_trigger_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The trigger type of rule which was triggered"},"sources":[{"fileName":"gateway/v10.ts","line":526,"character":1}],"type":{"type":"reference","id":8980,"name":"AutoModerationRuleTriggerType"}},{"id":8395,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the user which generated the content which triggered the rule"},"sources":[{"fileName":"gateway/v10.ts","line":530,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8392,8398,8396,8399,8391,8401,8400,8397,8393,8394,8395]}],"sources":[{"fileName":"gateway/v10.ts","line":510,"character":17}]},{"id":8417,"name":"GatewayChannelPinsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-pins-update"},"children":[{"id":8419,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":661,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8418,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":657,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8420,"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":665,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8419,8418,8420]}],"sources":[{"fileName":"gateway/v10.ts","line":653,"character":17}]},{"id":8483,"name":"GatewayGuildBanModifyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"children":[{"id":8484,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":805,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8485,"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":811,"character":1}],"type":{"type":"reference","id":10393,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[8484,8485]}],"sources":[{"fileName":"gateway/v10.ts","line":801,"character":17}]},{"id":8424,"name":"GatewayGuildCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-create\nhttps://discord.com/developers/docs/topics/gateway-events#guild-create-guild-create-extra-fields"},"children":[{"id":8442,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of afk channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":119,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9604,"name":"APIGuild.afk_channel_id"}},{"id":8443,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"payloads/v10/guild.ts","line":123,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]},"inheritedFrom":{"type":"reference","id":9605,"name":"APIGuild.afk_timeout"}},{"id":8453,"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":177,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9615,"name":"APIGuild.application_id"}},{"id":8467,"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":241,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9629,"name":"APIGuild.approximate_member_count"}},{"id":8468,"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":245,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9630,"name":"APIGuild.approximate_presence_count"}},{"id":8461,"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":213,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9623,"name":"APIGuild.banner"}},{"id":8431,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":733,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9157,"name":"APIChannel"}}},{"id":8447,"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":143,"character":1}],"type":{"type":"reference","id":9640,"name":"GuildDefaultMessageNotifications"},"inheritedFrom":{"type":"reference","id":9609,"name":"APIGuild.default_message_notifications"}},{"id":8460,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":207,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9622,"name":"APIGuild.description"}},{"id":8437,"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":90,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9599,"name":"APIGuild.discovery_splash"}},{"id":8450,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9478,"name":"APIEmoji"}},"inheritedFrom":{"type":"reference","id":9612,"name":"APIGuild.emojis"}},{"id":8448,"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":149,"character":1}],"type":{"type":"reference","id":9643,"name":"GuildExplicitContentFilter"},"inheritedFrom":{"type":"reference","id":9610,"name":"APIGuild.explicit_content_filter"}},{"id":8451,"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":167,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9675,"name":"GuildFeature"}},"inheritedFrom":{"type":"reference","id":9613,"name":"APIGuild.features"}},{"id":8435,"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-events#guild-create) event**\n\nhttps://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":765,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9859,"name":"APIGuildScheduledEvent"}}},{"id":8473,"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":271,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9666,"name":"GuildHubType"}]},"inheritedFrom":{"type":"reference","id":9635,"name":"APIGuild.hub_type"}},{"id":8475,"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":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9637,"name":"APIGuild.icon"}},{"id":8436,"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":84,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9598,"name":"APIGuild.icon_hash"}},{"id":8477,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9639,"name":"APIGuild.id"}},{"id":8425,"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-events#guild-create) event**\n"},"sources":[{"fileName":"gateway/v10.ts","line":693,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8426,"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-events#guild-create) event**\n"},"sources":[{"fileName":"gateway/v10.ts","line":699,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8458,"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":199,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9620,"name":"APIGuild.max_members"}},{"id":8457,"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":195,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","id":9619,"name":"APIGuild.max_presences"}},{"id":8466,"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":237,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9628,"name":"APIGuild.max_video_channel_users"}},{"id":8428,"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-events#guild-create) event**\n"},"sources":[{"fileName":"gateway/v10.ts","line":709,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8430,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":725,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9718,"name":"APIGuildMember"}}},{"id":8452,"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":173,"character":1}],"type":{"type":"reference","id":9647,"name":"GuildMFALevel"},"inheritedFrom":{"type":"reference","id":9614,"name":"APIGuild.mfa_level"}},{"id":8474,"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":34,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9636,"name":"APIGuild.name"}},{"id":8470,"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":257,"character":1}],"type":{"type":"reference","id":9650,"name":"GuildNSFWLevel"},"inheritedFrom":{"type":"reference","id":9632,"name":"APIGuild.nsfw_level"}},{"id":8438,"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":96,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9600,"name":"APIGuild.owner"}},{"id":8439,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of owner"},"sources":[{"fileName":"payloads/v10/guild.ts","line":100,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9601,"name":"APIGuild.owner_id"}},{"id":8440,"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":108,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9602,"name":"APIGuild.permissions"}},{"id":8464,"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":229,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9626,"name":"APIGuild.preferred_locale"}},{"id":8472,"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":267,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9634,"name":"APIGuild.premium_progress_bar_enabled"}},{"id":8463,"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":223,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9625,"name":"APIGuild.premium_subscription_count"}},{"id":8462,"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":219,"character":1}],"type":{"type":"reference","id":9661,"name":"GuildPremiumTier"},"inheritedFrom":{"type":"reference","id":9624,"name":"APIGuild.premium_tier"}},{"id":8433,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/topics/gateway-events#presence-update\n"},"sources":[{"fileName":"gateway/v10.ts","line":749,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9498,"name":"GatewayPresenceUpdate"}}},{"id":8465,"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":233,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9627,"name":"APIGuild.public_updates_channel_id"}},{"id":8441,"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":115,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9603,"name":"APIGuild.region"}},{"id":8449,"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":155,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10290,"name":"APIRole"}},"inheritedFrom":{"type":"reference","id":9611,"name":"APIGuild.roles"}},{"id":8456,"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":191,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9618,"name":"APIGuild.rules_channel_id"}},{"id":8476,"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":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9638,"name":"APIGuild.splash"}},{"id":8434,"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-events#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":757,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10306,"name":"APIStageInstance"}}},{"id":8471,"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":263,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10322,"name":"APISticker"}},"inheritedFrom":{"type":"reference","id":9633,"name":"APIGuild.stickers"}},{"id":8455,"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":187,"character":1}],"type":{"type":"reference","id":9670,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","id":9617,"name":"APIGuild.system_channel_flags"}},{"id":8454,"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":181,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9616,"name":"APIGuild.system_channel_id"}},{"id":8432,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":741,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9157,"name":"APIChannel"}}},{"id":8427,"name":"unavailable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"gateway/v10.ts","line":703,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8459,"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":203,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9621,"name":"APIGuild.vanity_url_code"}},{"id":8446,"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":137,"character":1}],"type":{"type":"reference","id":9655,"name":"GuildVerificationLevel"},"inheritedFrom":{"type":"reference","id":9608,"name":"APIGuild.verification_level"}},{"id":8429,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/voice#voice-state-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":717,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":10463,"name":"GatewayVoiceState"},{"type":"literal","value":"guild_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":8469,"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":251,"character":1}],"type":{"type":"reference","id":9789,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","id":9631,"name":"APIGuild.welcome_screen"}},{"id":8445,"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":131,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9607,"name":"APIGuild.widget_channel_id"}},{"id":8444,"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":127,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9606,"name":"APIGuild.widget_enabled"}}],"groups":[{"title":"Properties","kind":1024,"children":[8442,8443,8453,8467,8468,8461,8431,8447,8460,8437,8450,8448,8451,8435,8473,8475,8436,8477,8425,8426,8458,8457,8466,8428,8430,8452,8474,8470,8438,8439,8440,8464,8472,8463,8462,8433,8465,8441,8449,8456,8476,8434,8471,8455,8454,8432,8427,8459,8446,8429,8469,8445,8444]}],"sources":[{"fileName":"gateway/v10.ts","line":687,"character":17}],"extendedTypes":[{"type":"reference","id":9597,"name":"APIGuild"}]},{"id":8491,"name":"GatewayGuildEmojisUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-emojis-update"},"children":[{"id":8493,"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":855,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9478,"name":"APIEmoji"}}},{"id":8492,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":849,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8493,8492]}],"sources":[{"fileName":"gateway/v10.ts","line":845,"character":17}]},{"id":8499,"name":"GatewayGuildIntegrationsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-integrations-update"},"children":[{"id":8500,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild whose integrations were updated"},"sources":[{"fileName":"gateway/v10.ts","line":897,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8500]}],"sources":[{"fileName":"gateway/v10.ts","line":893,"character":17}]},{"id":8502,"name":"GatewayGuildMemberAddDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-add"},"children":[{"id":8506,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v10/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9721,"name":"APIGuildMember.avatar"}},{"id":8513,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9728,"name":"APIGuildMember.communication_disabled_until"}},{"id":8510,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":605,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9725,"name":"APIGuildMember.deaf"}},{"id":8503,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":915,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8508,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9723,"name":"APIGuildMember.joined_at"}},{"id":8511,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":609,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9726,"name":"APIGuildMember.mute"}},{"id":8505,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v10/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9720,"name":"APIGuildMember.nick"}},{"id":8512,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9727,"name":"APIGuildMember.pending"}},{"id":8509,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9724,"name":"APIGuildMember.premium_since"}},{"id":8507,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":9722,"name":"APIGuildMember.roles"}},{"id":8504,"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":577,"character":1}],"type":{"type":"reference","id":10393,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":9719,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[8506,8513,8510,8503,8508,8511,8505,8512,8509,8507,8504]}],"sources":[{"fileName":"gateway/v10.ts","line":911,"character":17}],"extendedTypes":[{"type":"reference","id":9718,"name":"APIGuildMember"}]},{"id":8515,"name":"GatewayGuildMemberRemoveDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-remove"},"children":[{"id":8516,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":933,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8517,"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":939,"character":1}],"type":{"type":"reference","id":10393,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[8516,8517]}],"sources":[{"fileName":"gateway/v10.ts","line":929,"character":17}]},{"id":8523,"name":"GatewayGuildMembersChunkDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-members-chunk"},"children":[{"id":8527,"name":"chunk_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The total number of expected chunks for this response"},"sources":[{"fileName":"gateway/v10.ts","line":992,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8526,"name":"chunk_index","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The chunk index in the expected chunks for this response (`0 <= chunk_index < chunk_count`)"},"sources":[{"fileName":"gateway/v10.ts","line":988,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8524,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":978,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8525,"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":984,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9718,"name":"APIGuildMember"}}},{"id":8530,"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-events#request-guild-members\n"},"sources":[{"fileName":"gateway/v10.ts","line":1008,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8528,"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":996,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"unknown"}}},{"id":8529,"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-events#update-presence\n"},"sources":[{"fileName":"gateway/v10.ts","line":1002,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9498,"name":"GatewayPresenceUpdate"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8527,8526,8524,8525,8530,8528,8529]}],"sources":[{"fileName":"gateway/v10.ts","line":974,"character":17}]},{"id":8540,"name":"GatewayGuildRoleDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-delete"},"children":[{"id":8541,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1072,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8542,"name":"role_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the role"},"sources":[{"fileName":"gateway/v10.ts","line":1076,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8541,8542]}],"sources":[{"fileName":"gateway/v10.ts","line":1068,"character":17}]},{"id":8532,"name":"GatewayGuildRoleModifyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"children":[{"id":8533,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1028,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8534,"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":1034,"character":1}],"type":{"type":"reference","id":10290,"name":"APIRole"}}],"groups":[{"title":"Properties","kind":1024,"children":[8533,8534]}],"sources":[{"fileName":"gateway/v10.ts","line":1024,"character":17}]},{"id":8550,"name":"GatewayGuildScheduledEventUserAddDispatchData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8553,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1108,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8551,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1106,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8552,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1107,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8553,8551,8552]}],"sources":[{"fileName":"gateway/v10.ts","line":1105,"character":17}]},{"id":8555,"name":"GatewayGuildScheduledEventUserRemoveDispatchData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8558,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1119,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8556,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1117,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8557,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1118,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8558,8556,8557]}],"sources":[{"fileName":"gateway/v10.ts","line":1116,"character":17}]},{"id":8495,"name":"GatewayGuildStickersUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-stickers-update"},"children":[{"id":8496,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":873,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8497,"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":879,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10322,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8496,8497]}],"sources":[{"fileName":"gateway/v10.ts","line":869,"character":17}]},{"id":8690,"name":"GatewayHeartbeat","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#sending-heartbeats"},"children":[{"id":8692,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1703,"character":1}],"type":{"type":"reference","id":8693,"name":"GatewayHeartbeatData"}},{"id":8691,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1702,"character":1}],"type":{"type":"reference","id":8234,"name":"Heartbeat"}}],"groups":[{"title":"Properties","kind":1024,"children":[8692,8691]}],"sources":[{"fileName":"gateway/v10.ts","line":1701,"character":17}]},{"id":8355,"name":"GatewayHeartbeatAck","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#heartbeat"},"children":[{"id":8357,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":372,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":8356,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":371,"character":1}],"type":{"type":"reference","id":8243,"name":"HeartbeatAck"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":8359,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1956,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":8358,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[8357,8356,8359,8358]}],"sources":[{"fileName":"gateway/v10.ts","line":370,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":8350,"name":"GatewayHeartbeatRequest","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#sending-heartbeats"},"children":[{"id":8352,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":364,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":8351,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":363,"character":1}],"type":{"type":"reference","id":8234,"name":"Heartbeat"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":8354,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1956,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":8353,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[8352,8351,8354,8353]}],"sources":[{"fileName":"gateway/v10.ts","line":362,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":8343,"name":"GatewayHello","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#hello"},"children":[{"id":8345,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":346,"character":1}],"type":{"type":"reference","id":8348,"name":"GatewayHelloData"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":8344,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":345,"character":1}],"type":{"type":"reference","id":8242,"name":"Hello"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":8347,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1956,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":8346,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[8345,8344,8347,8346]}],"sources":[{"fileName":"gateway/v10.ts","line":344,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":8348,"name":"GatewayHelloData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#hello"},"children":[{"id":8349,"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":356,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[8349]}],"sources":[{"fileName":"gateway/v10.ts","line":352,"character":17}]},{"id":8694,"name":"GatewayIdentify","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#identify"},"children":[{"id":8696,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1716,"character":1}],"type":{"type":"reference","id":8697,"name":"GatewayIdentifyData"}},{"id":8695,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1715,"character":1}],"type":{"type":"reference","id":8235,"name":"Identify"}}],"groups":[{"title":"Properties","kind":1024,"children":[8696,8695]}],"sources":[{"fileName":"gateway/v10.ts","line":1714,"character":17}]},{"id":8697,"name":"GatewayIdentifyData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#identify"},"children":[{"id":8700,"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":1738,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8704,"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":1763,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8701,"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":1745,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8703,"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-events#update-presence\n"},"sources":[{"fileName":"gateway/v10.ts","line":1757,"character":1}],"type":{"type":"reference","id":8746,"name":"GatewayPresenceUpdateData"}},{"id":8699,"name":"properties","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Connection properties","text":"See https://discord.com/developers/docs/topics/gateway-events#identify-identify-connection-properties\n"},"sources":[{"fileName":"gateway/v10.ts","line":1732,"character":1}],"type":{"type":"reference","id":8705,"name":"GatewayIdentifyProperties"}},{"id":8702,"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":1751,"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":8698,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Authentication token"},"sources":[{"fileName":"gateway/v10.ts","line":1726,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8700,8704,8701,8703,8699,8702,8698]}],"sources":[{"fileName":"gateway/v10.ts","line":1722,"character":17}]},{"id":8705,"name":"GatewayIdentifyProperties","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#identify-identify-connection-properties"},"children":[{"id":8707,"name":"browser","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your library name"},"sources":[{"fileName":"gateway/v10.ts","line":1777,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8708,"name":"device","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your library name"},"sources":[{"fileName":"gateway/v10.ts","line":1781,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8706,"name":"os","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your operating system"},"sources":[{"fileName":"gateway/v10.ts","line":1773,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8707,8708,8706]}],"sources":[{"fileName":"gateway/v10.ts","line":1769,"character":17}]},{"id":8568,"name":"GatewayIntegrationDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-delete"},"children":[{"id":8571,"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":1171,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8570,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1167,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8569,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration id"},"sources":[{"fileName":"gateway/v10.ts","line":1163,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8571,8570,8569]}],"sources":[{"fileName":"gateway/v10.ts","line":1159,"character":17}]},{"id":8360,"name":"GatewayInvalidSession","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invalid-session"},"children":[{"id":8362,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":380,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":8361,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":379,"character":1}],"type":{"type":"reference","id":8241,"name":"InvalidSession"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":8364,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1956,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":8363,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[8362,8361,8364,8363]}],"sources":[{"fileName":"gateway/v10.ts","line":378,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":8575,"name":"GatewayInviteCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-create"},"children":[{"id":8576,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel the invite is for"},"sources":[{"fileName":"gateway/v10.ts","line":1202,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8577,"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":1208,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8578,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the invite was created"},"sources":[{"fileName":"gateway/v10.ts","line":1212,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8579,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the invite"},"sources":[{"fileName":"gateway/v10.ts","line":1216,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8580,"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":1222,"character":1}],"type":{"type":"reference","id":10393,"name":"APIUser"}},{"id":8581,"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":1226,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8582,"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":1230,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8585,"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":1246,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8763,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":8583,"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":1236,"character":1}],"type":{"type":"reference","id":10244,"name":"InviteTargetType"}},{"id":8584,"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":1242,"character":1}],"type":{"type":"reference","id":10393,"name":"APIUser"}},{"id":8586,"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":1250,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8587,"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":1254,"character":1}],"type":{"type":"literal","value":0}}],"groups":[{"title":"Properties","kind":1024,"children":[8576,8577,8578,8579,8580,8581,8582,8585,8583,8584,8586,8587]}],"sources":[{"fileName":"gateway/v10.ts","line":1198,"character":17}]},{"id":8589,"name":"GatewayInviteDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-delete"},"children":[{"id":8590,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel of the invite"},"sources":[{"fileName":"gateway/v10.ts","line":1272,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8592,"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":1282,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8591,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the invite"},"sources":[{"fileName":"gateway/v10.ts","line":1276,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8590,8592,8591]}],"sources":[{"fileName":"gateway/v10.ts","line":1268,"character":17}]},{"id":8612,"name":"GatewayMessageDeleteBulkDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete-bulk"},"children":[{"id":8614,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":1392,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8615,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1396,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8613,"name":"ids","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The ids of the messages"},"sources":[{"fileName":"gateway/v10.ts","line":1388,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8614,8615,8613]}],"sources":[{"fileName":"gateway/v10.ts","line":1384,"character":17}]},{"id":8607,"name":"GatewayMessageDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete"},"children":[{"id":8609,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":1366,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8610,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1370,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8608,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the message"},"sources":[{"fileName":"gateway/v10.ts","line":1362,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8609,8610,8608]}],"sources":[{"fileName":"gateway/v10.ts","line":1358,"character":17}]},{"id":8600,"name":"GatewayMessageEventExtraFields","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8601,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the guild the message was sent in"},"sources":[{"fileName":"gateway/v10.ts","line":1325,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8602,"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":"gateway/v10.ts","line":1334,"character":1}],"type":{"type":"reference","id":9718,"name":"APIGuildMember"}},{"id":8603,"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":"gateway/v10.ts","line":1344,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","id":10393,"name":"APIUser"},{"type":"reflection","declaration":{"id":8604,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8605,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v10.ts","line":1344,"character":24}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9718,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}],"groups":[{"title":"Properties","kind":1024,"children":[8605]}]}}]}}}],"groups":[{"title":"Properties","kind":1024,"children":[8601,8602,8603]}],"sources":[{"fileName":"gateway/v10.ts","line":1321,"character":17}]},{"id":8623,"name":"GatewayMessageReactionRemoveEmojiDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-emoji"},"children":[{"id":8625,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":2006,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.channel_id"}},{"id":8624,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji that was removed"},"sources":[{"fileName":"gateway/v10.ts","line":1447,"character":1}],"type":{"type":"reference","id":9478,"name":"APIEmoji"}},{"id":8627,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":2014,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.guild_id"}},{"id":8626,"name":"message_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the message"},"sources":[{"fileName":"gateway/v10.ts","line":2010,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.message_id"}}],"groups":[{"title":"Properties","kind":1024,"children":[8625,8624,8627,8626]}],"sources":[{"fileName":"gateway/v10.ts","line":1443,"character":17}],"extendedTypes":[{"type":"reference","name":"MessageReactionRemoveData"}]},{"id":9510,"name":"GatewayPresenceClientStatus","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#client-status-object"},"children":[{"id":9511,"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":115,"character":1}],"type":{"type":"reference","id":9504,"name":"PresenceUpdateStatus"}},{"id":9512,"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":119,"character":1}],"type":{"type":"reference","id":9504,"name":"PresenceUpdateStatus"}},{"id":9513,"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":123,"character":1}],"type":{"type":"reference","id":9504,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[9511,9512,9513]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":111,"character":17}]},{"id":9498,"name":"GatewayPresenceUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#presence-update-presence-update-event-fields"},"children":[{"id":9502,"name":"activities","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User's current activities","text":"See https://discord.com/developers/docs/topics/gateway-events#activity-object\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":88,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9514,"name":"GatewayActivity"}}},{"id":9503,"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-events#client-status-object\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":94,"character":1}],"type":{"type":"reference","id":9510,"name":"GatewayPresenceClientStatus"}},{"id":9500,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9501,"name":"status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Either \"idle\", \"dnd\", \"online\", or \"offline\""},"sources":[{"fileName":"payloads/v10/gateway.ts","line":82,"character":1}],"type":{"type":"reference","id":9504,"name":"PresenceUpdateStatus"}},{"id":9499,"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":74,"character":1}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":10393,"name":"APIUser"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","id":10393,"name":"APIUser"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[9502,9503,9500,9501,9499]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":65,"character":17}]},{"id":8746,"name":"GatewayPresenceUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-presence-gateway-presence-update-structure"},"children":[{"id":8748,"name":"activities","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's activities","text":"See https://discord.com/developers/docs/topics/gateway-events#activity-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":1914,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8751,"name":"GatewayActivityUpdateData"}}},{"id":8750,"name":"afk","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether or not the client is afk"},"sources":[{"fileName":"gateway/v10.ts","line":1924,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8747,"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":1908,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":8749,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's new status","text":"See https://discord.com/developers/docs/topics/gateway-events#update-presence-status-types\n"},"sources":[{"fileName":"gateway/v10.ts","line":1920,"character":1}],"type":{"type":"reference","id":9504,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[8748,8750,8747,8749]}],"sources":[{"fileName":"gateway/v10.ts","line":1904,"character":17}]},{"id":8372,"name":"GatewayReadyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#ready"},"children":[{"id":8379,"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":442,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8763,"name":"APIApplication"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"flags"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":8375,"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":422,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9583,"name":"APIUnavailableGuild"}}},{"id":8377,"name":"resume_gateway_url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Gateway url for resuming connections"},"sources":[{"fileName":"gateway/v10.ts","line":430,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8376,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Used for resuming connections"},"sources":[{"fileName":"gateway/v10.ts","line":426,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8378,"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":436,"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":8374,"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":416,"character":1}],"type":{"type":"reference","id":10393,"name":"APIUser"}},{"id":8373,"name":"v","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Gateway version","text":"See https://discord.com/developers/docs/reference#api-versioning\n"},"sources":[{"fileName":"gateway/v10.ts","line":410,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[8379,8375,8377,8376,8378,8374,8373]}],"sources":[{"fileName":"gateway/v10.ts","line":404,"character":17}]},{"id":8366,"name":"GatewayReconnect","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#reconnect"},"children":[{"id":8368,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":393,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":8367,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":392,"character":1}],"type":{"type":"reference","id":8239,"name":"Reconnect"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":8370,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1956,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":8369,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[8368,8367,8370,8369]}],"sources":[{"fileName":"gateway/v10.ts","line":391,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":8716,"name":"GatewayRequestGuildMembers","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#request-guild-members"},"children":[{"id":8718,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1815,"character":1}],"type":{"type":"reference","id":8734,"name":"GatewayRequestGuildMembersData"}},{"id":8717,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1814,"character":1}],"type":{"type":"reference","id":8240,"name":"RequestGuildMembers"}}],"groups":[{"title":"Properties","kind":1024,"children":[8718,8717]}],"sources":[{"fileName":"gateway/v10.ts","line":1813,"character":17}]},{"id":8719,"name":"GatewayRequestGuildMembersDataBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8720,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v10.ts","line":1822,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8722,"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-events#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v10.ts","line":1834,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8721,"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":1826,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[8720,8722,8721]}],"sources":[{"fileName":"gateway/v10.ts","line":1818,"character":17}],"extendedBy":[{"type":"reference","id":8723,"name":"GatewayRequestGuildMembersDataWithUserIds"},{"type":"reference","id":8728,"name":"GatewayRequestGuildMembersDataWithQuery"}]},{"id":8728,"name":"GatewayRequestGuildMembersDataWithQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8731,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v10.ts","line":1822,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8720,"name":"GatewayRequestGuildMembersDataBase.guild_id"}},{"id":8730,"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":1853,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8733,"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-events#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v10.ts","line":1834,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8722,"name":"GatewayRequestGuildMembersDataBase.nonce"}},{"id":8732,"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":1826,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8721,"name":"GatewayRequestGuildMembersDataBase.presences"}},{"id":8729,"name":"query","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"String that username starts with, or an empty string to return all members"},"sources":[{"fileName":"gateway/v10.ts","line":1848,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8731,8730,8733,8732,8729]}],"sources":[{"fileName":"gateway/v10.ts","line":1844,"character":17}],"extendedTypes":[{"type":"reference","id":8719,"name":"GatewayRequestGuildMembersDataBase"}]},{"id":8723,"name":"GatewayRequestGuildMembersDataWithUserIds","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8725,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v10.ts","line":1822,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8720,"name":"GatewayRequestGuildMembersDataBase.guild_id"}},{"id":8727,"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-events#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v10.ts","line":1834,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8722,"name":"GatewayRequestGuildMembersDataBase.nonce"}},{"id":8726,"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":1826,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8721,"name":"GatewayRequestGuildMembersDataBase.presences"}},{"id":8724,"name":"user_ids","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Used to specify which users you wish to fetch"},"sources":[{"fileName":"gateway/v10.ts","line":1841,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"array","elementType":{"type":"intrinsic","name":"string"}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8725,8727,8726,8724]}],"sources":[{"fileName":"gateway/v10.ts","line":1837,"character":17}],"extendedTypes":[{"type":"reference","id":8719,"name":"GatewayRequestGuildMembersDataBase"}]},{"id":8709,"name":"GatewayResume","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#resume"},"children":[{"id":8711,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1789,"character":1}],"type":{"type":"reference","id":8712,"name":"GatewayResumeData"}},{"id":8710,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1788,"character":1}],"type":{"type":"reference","id":8238,"name":"Resume"}}],"groups":[{"title":"Properties","kind":1024,"children":[8711,8710]}],"sources":[{"fileName":"gateway/v10.ts","line":1787,"character":17}]},{"id":8712,"name":"GatewayResumeData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#resume"},"children":[{"id":8715,"name":"seq","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Last sequence number received"},"sources":[{"fileName":"gateway/v10.ts","line":1807,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8714,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Session id"},"sources":[{"fileName":"gateway/v10.ts","line":1803,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8713,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Session token"},"sources":[{"fileName":"gateway/v10.ts","line":1799,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8715,8714,8713]}],"sources":[{"fileName":"gateway/v10.ts","line":1795,"character":17}]},{"id":8646,"name":"GatewayThreadCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-create"},"children":[{"id":8656,"name":"applied_tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The IDs of the set of tags that have been applied to a thread in a forum channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":236,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":9116,"name":"APIThreadChannel.applied_tags"}},{"id":8663,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9466,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9123,"name":"APIThreadChannel.flags"}},{"id":8657,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9117,"name":"APIThreadChannel.guild_id"}},{"id":8664,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9124,"name":"APIThreadChannel.id"}},{"id":8654,"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":226,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9114,"name":"APIThreadChannel.last_message_id"}},{"id":8648,"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":194,"character":1}],"type":{"type":"reference","id":9283,"name":"APIThreadMember"},"inheritedFrom":{"type":"reference","id":9108,"name":"APIThreadChannel.member"}},{"id":8651,"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":208,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9111,"name":"APIThreadChannel.member_count"}},{"id":8650,"name":"message_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages (not including the initial message or deleted messages) in a thread","text":"If the thread was created before July 1, 2022, it stops counting at 50 messages\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":204,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9110,"name":"APIThreadChannel.message_count"}},{"id":8665,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9125,"name":"APIThreadChannel.name"}},{"id":8647,"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":1563,"character":1}],"type":{"type":"literal","value":true}},{"id":8661,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9121,"name":"APIThreadChannel.nsfw"}},{"id":8653,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the thread creator"},"sources":[{"fileName":"payloads/v10/channel.ts","line":222,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9113,"name":"APIThreadChannel.owner_id"}},{"id":8660,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9120,"name":"APIThreadChannel.parent_id"}},{"id":8658,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9263,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":9118,"name":"APIThreadChannel.permission_overwrites"}},{"id":8659,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9119,"name":"APIThreadChannel.position"}},{"id":8652,"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":218,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9112,"name":"APIThreadChannel.rate_limit_per_user"}},{"id":8649,"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":198,"character":1}],"type":{"type":"reference","id":9271,"name":"APIThreadMetadata"},"inheritedFrom":{"type":"reference","id":9109,"name":"APIThreadChannel.thread_metadata"}},{"id":8655,"name":"total_message_sent","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages ever sent in a thread","text":"Similar to `message_count` on message creation, but won't decrement when a message is deleted\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9115,"name":"APIThreadChannel.total_message_sent"}},{"id":8662,"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":38,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9165,"name":"AnnouncementThread"},{"type":"reference","id":9166,"name":"PublicThread"},{"type":"reference","id":9167,"name":"PrivateThread"}]},"inheritedFrom":{"type":"reference","id":9122,"name":"APIThreadChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[8656,8663,8657,8664,8654,8648,8651,8650,8665,8647,8661,8653,8660,8658,8659,8652,8649,8655,8662]}],"sources":[{"fileName":"gateway/v10.ts","line":1559,"character":17}],"extendedTypes":[{"type":"reference","id":9107,"name":"APIThreadChannel"}]},{"id":9572,"name":"GatewayThreadListSync","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-list-sync-thread-list-sync-event-fields"},"children":[{"id":9574,"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":352,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":9573,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":348,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9576,"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":360,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9283,"name":"APIThreadMember"}}},{"id":9575,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of the synced threads"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":356,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9157,"name":"APIChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9574,9573,9576,9575]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":344,"character":17}]},{"id":9577,"name":"GatewayThreadMembersUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-members-update-thread-members-update-event-fields"},"children":[{"id":9581,"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":382,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9283,"name":"APIThreadMember"}}},{"id":9579,"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":374,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9578,"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":370,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9580,"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":378,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9582,"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":386,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9581,9579,9578,9580,9582]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":366,"character":17}]},{"id":8671,"name":"GatewayTypingStartDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#typing-start"},"children":[{"id":8672,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":1598,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8673,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1602,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8676,"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":1616,"character":1}],"type":{"type":"reference","id":9718,"name":"APIGuildMember"}},{"id":8675,"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":1610,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8674,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the user"},"sources":[{"fileName":"gateway/v10.ts","line":1606,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8672,8673,8676,8675,8674]}],"sources":[{"fileName":"gateway/v10.ts","line":1594,"character":17}]},{"id":8743,"name":"GatewayUpdatePresence","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-presence"},"children":[{"id":8745,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1898,"character":1}],"type":{"type":"reference","id":8746,"name":"GatewayPresenceUpdateData"}},{"id":8744,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1897,"character":1}],"type":{"type":"reference","id":8236,"name":"PresenceUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[8745,8744]}],"sources":[{"fileName":"gateway/v10.ts","line":1896,"character":17}]},{"id":8682,"name":"GatewayVoiceServerUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-server-update"},"children":[{"id":8685,"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":1669,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8684,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild this voice server update is for"},"sources":[{"fileName":"gateway/v10.ts","line":1661,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8683,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Voice connection token"},"sources":[{"fileName":"gateway/v10.ts","line":1657,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8685,8684,8683]}],"sources":[{"fileName":"gateway/v10.ts","line":1653,"character":17}]},{"id":10463,"name":"GatewayVoiceState","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-state-object"},"children":[{"id":10465,"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":10469,"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":10464,"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":10467,"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":9718,"name":"APIGuildMember"}},{"id":10470,"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":10476,"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":10471,"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":10472,"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":10473,"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":10474,"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":10468,"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":10475,"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":10466,"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":[10465,10469,10464,10467,10470,10476,10471,10472,10473,10474,10468,10475,10466]}],"sources":[{"fileName":"payloads/v10/voice.ts","line":11,"character":17}]},{"id":8735,"name":"GatewayVoiceStateUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-voice-state"},"children":[{"id":8737,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1868,"character":1}],"type":{"type":"reference","id":8738,"name":"GatewayVoiceStateUpdateData"}},{"id":8736,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1867,"character":1}],"type":{"type":"reference","id":8237,"name":"VoiceStateUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[8737,8736]}],"sources":[{"fileName":"gateway/v10.ts","line":1866,"character":17}]},{"id":8738,"name":"GatewayVoiceStateUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-voice-state"},"children":[{"id":8740,"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":1882,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8739,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1878,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8742,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is the client deafened"},"sources":[{"fileName":"gateway/v10.ts","line":1890,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8741,"name":"self_mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is the client muted"},"sources":[{"fileName":"gateway/v10.ts","line":1886,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[8740,8739,8742,8741]}],"sources":[{"fileName":"gateway/v10.ts","line":1874,"character":17}]},{"id":8687,"name":"GatewayWebhooksUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#webhooks-update"},"children":[{"id":8689,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":1691,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8688,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1687,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8689,8688]}],"sources":[{"fileName":"gateway/v10.ts","line":1683,"character":17}]},{"id":10177,"name":"ModalSubmitActionRowComponent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10178,"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":10173,"name":"ModalSubmitComponent"}}},{"id":10179,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9374,"name":"ActionRow"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10178,10179]}],"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":16,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9383,"typeArguments":[{"type":"reference","id":9473,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"},{"type":"literal","value":"components"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":10173,"name":"ModalSubmitComponent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10175,"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":10174,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":11,"character":1}],"type":{"type":"reference","id":9373,"name":"ComponentType"}},{"id":10176,"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":[10175,10174,10176]}],"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":10,"character":17}]},{"id":11560,"name":"RESTAPIPartialCurrentUserGuild","kind":256,"kindString":"Interface","flags":{},"children":[{"id":11565,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/user.ts","line":64,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9675,"name":"GuildFeature"}}},{"id":11563,"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":11561,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/user.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11562,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/user.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11564,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/user.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11566,"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":[11565,11563,11561,11562,11564,11566]}],"sources":[{"fileName":"rest/v10/user.ts","line":59,"character":17}]},{"id":11357,"name":"RESTGetAPIApplicationCommandsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-global-application-commands"},"children":[{"id":11358,"name":"with_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to include full localization dictionaries (name_localizations and description_localizations)\nin the returned objects, instead of the name_localized and description_localized fields.","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v10/interactions.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11358]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":22,"character":17}]},{"id":10944,"name":"RESTGetAPIAuditLogQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#get-guild-audit-log"},"children":[{"id":10946,"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":8820,"name":"AuditLogEvent"}},{"id":10947,"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":10948,"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":10945,"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":[10946,10947,10948,10945]}],"sources":[{"fileName":"rest/v10/auditLog.ts","line":7,"character":17}]},{"id":11027,"name":"RESTGetAPIChannelMessageReactionUsersQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":11028,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get users after this user ID"},"sources":[{"fileName":"rest/v10/channel.ts","line":332,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11029,"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":338,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11028,11029]}],"sources":[{"fileName":"rest/v10/channel.ts","line":328,"character":17}]},{"id":10997,"name":"RESTGetAPIChannelMessagesQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-messages"},"children":[{"id":11000,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages after this message ID"},"sources":[{"fileName":"rest/v10/channel.ts","line":199,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10998,"name":"around","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages around this message ID"},"sources":[{"fileName":"rest/v10/channel.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10999,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages before this message ID"},"sources":[{"fileName":"rest/v10/channel.ts","line":195,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11001,"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":205,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11000,10998,10999,11001]}],"sources":[{"fileName":"rest/v10/channel.ts","line":187,"character":17}]},{"id":11100,"name":"RESTGetAPIChannelThreadsArchivedQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":11101,"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":690,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11102,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of thread to return"},"sources":[{"fileName":"rest/v10/channel.ts","line":694,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11101,11102]}],"sources":[{"fileName":"rest/v10/channel.ts","line":686,"character":17}]},{"id":11103,"name":"RESTGetAPIChannelUsersThreadsArchivedResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#list-joined-private-archived-threads"},"children":[{"id":11104,"name":"has_more","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether there are potentially additional threads"},"sources":[{"fileName":"rest/v10/channel.ts","line":704,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11106,"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":907,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9283,"name":"APIThreadMember"}},"inheritedFrom":{"type":"reference","id":9291,"name":"APIThreadList.members"}},{"id":11105,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The threads that were fetched"},"sources":[{"fileName":"payloads/v10/channel.ts","line":903,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9157,"name":"APIChannel"}},"inheritedFrom":{"type":"reference","id":9290,"name":"APIThreadList.threads"}}],"groups":[{"title":"Properties","kind":1024,"children":[11104,11106,11105]}],"sources":[{"fileName":"rest/v10/channel.ts","line":700,"character":17}],"extendedTypes":[{"type":"reference","id":9289,"name":"APIThreadList"}]},{"id":11556,"name":"RESTGetAPICurrentUserGuildsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user-guilds"},"children":[{"id":11558,"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":11557,"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":11559,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of guilds to return (1-200)","tags":[{"tag":"default","text":"200\n"}]},"sources":[{"fileName":"rest/v10/user.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11558,11557,11559]}],"sources":[{"fileName":"rest/v10/user.ts","line":42,"character":17}]},{"id":11239,"name":"RESTGetAPIGuildBansQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-bans"},"children":[{"id":11241,"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":559,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11240,"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":555,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11242,"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":565,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11241,11240,11242]}],"sources":[{"fileName":"rest/v10/guild.ts","line":551,"character":17}]},{"id":11203,"name":"RESTGetAPIGuildMembersQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-guild-members"},"children":[{"id":11205,"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":387,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11204,"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":381,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11205,11204]}],"sources":[{"fileName":"rest/v10/guild.ts","line":375,"character":17}]},{"id":11207,"name":"RESTGetAPIGuildMembersSearchQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#search-guild-members"},"children":[{"id":11209,"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":408,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11208,"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":402,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11209,11208]}],"sources":[{"fileName":"rest/v10/guild.ts","line":398,"character":17}]},{"id":11277,"name":"RESTGetAPIGuildPruneCountQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count"},"children":[{"id":11278,"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":727,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11279,"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":736,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11278,11279]}],"sources":[{"fileName":"rest/v10/guild.ts","line":721,"character":17}]},{"id":11280,"name":"RESTGetAPIGuildPruneCountResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count"},"children":[{"id":11281,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":743,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11281]}],"sources":[{"fileName":"rest/v10/guild.ts","line":742,"character":17}]},{"id":11163,"name":"RESTGetAPIGuildQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild"},"children":[{"id":11164,"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":191,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11164]}],"sources":[{"fileName":"rest/v10/guild.ts","line":185,"character":17}]},{"id":11341,"name":"RESTGetAPIGuildScheduledEventQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event"},"children":[{"id":11342,"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":[11342]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":77,"character":17}]},{"id":11351,"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":11355,"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":11354,"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":11352,"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":11353,"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":[11355,11354,11352,11353]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":121,"character":17}]},{"id":11326,"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":11327,"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":[11327]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":15,"character":17}]},{"id":11297,"name":"RESTGetAPIGuildVanityUrlResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-vanity-url"},"children":[{"id":11298,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":819,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":11299,"name":"uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":820,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11298,11299]}],"sources":[{"fileName":"rest/v10/guild.ts","line":818,"character":17}]},{"id":11300,"name":"RESTGetAPIGuildWidgetImageQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-image"},"children":[{"id":11301,"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":832,"character":1}],"type":{"type":"reference","id":9783,"name":"GuildWidgetStyle"}}],"groups":[{"title":"Properties","kind":1024,"children":[11301]}],"sources":[{"fileName":"rest/v10/guild.ts","line":826,"character":17}]},{"id":11415,"name":"RESTGetAPIInviteQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#get-invite"},"children":[{"id":11418,"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":11416,"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":11417,"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":[11418,11416,11417]}],"sources":[{"fileName":"rest/v10/invite.ts","line":7,"character":17}]},{"id":11422,"name":"RESTGetAPIOAuth2CurrentAuthorizationResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information"},"children":[{"id":11423,"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":8763,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":11425,"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":11424,"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":10265,"name":"OAuth2Scopes"}}},{"id":11426,"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":10393,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[11423,11425,11424,11426]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":12,"character":17}]},{"id":11515,"name":"RESTGetNitroStickerPacksResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#list-nitro-sticker-packs"},"children":[{"id":11516,"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":10343,"name":"APIStickerPack"}}}],"groups":[{"title":"Properties","kind":1024,"children":[11516]}],"sources":[{"fileName":"rest/v10/sticker.ts","line":12,"character":17}]},{"id":11473,"name":"RESTOAuth2AdvancedBotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization"},"children":[{"id":11474,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":148,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11478,"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":11477,"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":11476,"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":11480,"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":11479,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":163,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11475,"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":10266,"name":"Bot"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11474,11478,11477,11476,11480,11479,11475]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":147,"character":17}]},{"id":11481,"name":"RESTOAuth2AdvancedBotAuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"children":[{"id":11482,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":168,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11484,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11485,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11483,"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":[11482,11484,11485,11483]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":167,"character":17}]},{"id":11427,"name":"RESTOAuth2AuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant"},"children":[{"id":11429,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11433,"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":11431,"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":11428,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":35,"character":1}],"type":{"type":"literal","value":"code"}},{"id":11430,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11432,"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":[11429,11433,11431,11428,11430,11432]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":34,"character":17}]},{"id":11434,"name":"RESTOAuth2AuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example"},"children":[{"id":11435,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11436,"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":[11435,11436]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":46,"character":17}]},{"id":11467,"name":"RESTOAuth2BotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#bot-authorization-flow-bot-auth-parameters"},"children":[{"id":11468,"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":11472,"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":11471,"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":11470,"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":11469,"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":10266,"name":"Bot"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11468,11472,11471,11470,11469]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":115,"character":17}]},{"id":11455,"name":"RESTOAuth2ImplicitAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#implicit-grant"},"children":[{"id":11457,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":90,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11461,"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":11459,"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":11456,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":89,"character":1}],"type":{"type":"literal","value":"token"}},{"id":11458,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":91,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11460,"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":[11457,11461,11459,11456,11458,11460]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":88,"character":17}]},{"id":11066,"name":"RESTPostAPIChannelFollowersJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#follow-news-channel"},"children":[{"id":11067,"name":"webhook_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of target channel"},"sources":[{"fileName":"rest/v10/channel.ts","line":540,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11067]}],"sources":[{"fileName":"rest/v10/channel.ts","line":536,"character":17}]},{"id":11046,"name":"RESTPostAPIChannelMessagesBulkDeleteJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#bulk-delete-messages"},"children":[{"id":11047,"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":430,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[11047]}],"sources":[{"fileName":"rest/v10/channel.ts","line":426,"character":17}]},{"id":11365,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command"},"children":[{"id":11373,"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":74,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.default_member_permissions"}},{"id":11369,"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":85,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.default_permission"}},{"id":11371,"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":62,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"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"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.description_localizations"}},{"id":11372,"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":78,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.dm_permission"}},{"id":11367,"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":46,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.name"}},{"id":11370,"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":50,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"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"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.name_localizations"}},{"id":11368,"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":70,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":9907,"name":"APIApplicationCommandOption"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.options"}},{"id":11366,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/interactions.ts","line":71,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9898,"name":"User"},{"type":"reference","id":9899,"name":"Message"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11373,11369,11371,11372,11367,11370,11368,11366]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":70,"character":17}],"extendedTypes":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"}]},{"id":11569,"name":"RESTPostAPICurrentUserCreateDMChannelJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#create-dm"},"children":[{"id":11570,"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":[11570]}],"sources":[{"fileName":"rest/v10/user.ts","line":81,"character":17}]},{"id":11287,"name":"RESTPostAPIGuildPruneResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#begin-guild-prune"},"children":[{"id":11288,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":772,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11288]}],"sources":[{"fileName":"rest/v10/guild.ts","line":771,"character":17}]},{"id":11519,"name":"RESTPostAPIGuildStickerFormDataBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#create-guild-sticker"},"children":[{"id":11521,"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":11523,"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":11520,"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":11522,"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":[11521,11523,11520,11522]}],"sources":[{"fileName":"rest/v10/sticker.ts","line":29,"character":17}]},{"id":11160,"name":"RESTPostAPIGuildsMFAJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-mfa-level"},"children":[{"id":11161,"name":"level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"MFA level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-mfa-level\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":174,"character":1}],"type":{"type":"reference","id":9647,"name":"GuildMFALevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[11161]}],"sources":[{"fileName":"rest/v10/guild.ts","line":168,"character":17}]},{"id":11501,"name":"RESTPostAPIStageInstanceJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#create-stage-instance"},"children":[{"id":11502,"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":11504,"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":10314,"name":"StageInstancePrivacyLevel"}},{"id":11505,"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":11503,"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":[11502,11504,11505,11503]}],"sources":[{"fileName":"rest/v10/stageInstance.ts","line":8,"character":17}]},{"id":11609,"name":"RESTPostAPIWebhookWithTokenQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook-query-string-params"},"children":[{"id":11611,"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.","text":"Available only if the {@link RESTPostAPIWebhookWithTokenJSONBody.thread_name} JSON body property is not specified\n"},"sources":[{"fileName":"rest/v10/webhook.ts","line":183,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11610,"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":177,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11611,11610]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":170,"character":17}]},{"id":11443,"name":"RESTPostOAuth2AccessTokenResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-access-token-response"},"children":[{"id":11444,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11446,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11447,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11448,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11445,"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":[11444,11446,11447,11448,11445]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":65,"character":17}]},{"id":11437,"name":"RESTPostOAuth2AccessTokenURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example"},"children":[{"id":11438,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":55,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11439,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11441,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":58,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11440,"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":11442,"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":[11438,11439,11441,11440,11442]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":54,"character":17}]},{"id":11486,"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":11487,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":178,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11489,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":180,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11492,"name":"guild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":183,"character":1}],"type":{"type":"reference","id":9597,"name":"APIGuild"}},{"id":11490,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":181,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11491,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11488,"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":[11487,11489,11492,11490,11491,11488]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":177,"character":17}]},{"id":11493,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#webhooks-webhook-token-response-example"},"children":[{"id":11494,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":190,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11496,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11497,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":193,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11498,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":194,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11495,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11499,"name":"webhook","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":195,"character":1}],"type":{"type":"reference","id":10483,"name":"APIWebhook"}}],"groups":[{"title":"Properties","kind":1024,"children":[11494,11496,11497,11498,11495,11499]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":189,"character":17}]},{"id":11463,"name":"RESTPostOAuth2ClientCredentialsURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#client-credentials-grant"},"children":[{"id":11464,"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":11465,"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":[11464,11465]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":105,"character":17}]},{"id":11449,"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":11450,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":77,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11451,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11452,"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":11453,"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":[11450,11451,11452,11453]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":76,"character":17}]},{"id":11410,"name":"RESTPutAPIApplicationCommandPermissionsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-application-command-permissions"},"children":[{"id":11411,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/interactions.ts","line":264,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10051,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[11411]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":263,"character":17}]},{"id":11049,"name":"RESTPutAPIChannelPermissionJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-channel-permissions"},"children":[{"id":11050,"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":449,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":11051,"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":457,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":11052,"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":461,"character":1}],"type":{"type":"reference","id":9268,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[11050,11051,11052]}],"sources":[{"fileName":"rest/v10/channel.ts","line":441,"character":17}],"extendedBy":[{"type":"reference","id":10966,"name":"APIChannelPatchOverwrite"},{"type":"reference","id":11123,"name":"APIGuildCreateOverwrite"}]},{"id":9471,"name":"APIActionRowComponentTypes","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1605,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9472,"name":"APIMessageActionRowComponent"},{"type":"reference","id":9473,"name":"APIModalActionRowComponent"}]}},{"id":9920,"name":"APIApplicationCommandAttachmentOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/attachment.ts","line":5,"character":12}],"type":{"type":"reference","id":9922,"typeArguments":[{"type":"reference","id":9982,"name":"ApplicationCommandOptionType.Attachment"}],"name":"APIApplicationCommandOptionBase"}},{"id":10070,"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":10108,"typeArguments":[{"type":"reference","id":10069,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":10071,"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":10110,"typeArguments":[{"type":"reference","id":10069,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":10069,"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":10091,"typeArguments":[{"type":"reference","id":10191,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","id":9910,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10091,"typeArguments":[{"type":"reference","id":10191,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9910,"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":9906,"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":67,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9988,"name":"APIApplicationCommandStringOption"},{"type":"reference","id":9955,"name":"APIApplicationCommandIntegerOption"},{"type":"reference","id":9944,"name":"APIApplicationCommandBooleanOption"},{"type":"reference","id":10018,"name":"APIApplicationCommandUserOption"},{"type":"reference","id":9946,"name":"APIApplicationCommandChannelOption"},{"type":"reference","id":9969,"name":"APIApplicationCommandRoleOption"},{"type":"reference","id":9961,"name":"APIApplicationCommandMentionableOption"},{"type":"reference","id":9963,"name":"APIApplicationCommandNumberOption"},{"type":"reference","id":9920,"name":"APIApplicationCommandAttachmentOption"}]}},{"id":9944,"name":"APIApplicationCommandBooleanOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/boolean.ts","line":4,"character":12}],"type":{"type":"reference","id":9922,"typeArguments":[{"type":"reference","id":9976,"name":"ApplicationCommandOptionType.Boolean"}],"name":"APIApplicationCommandOptionBase"}},{"id":9904,"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":123,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9918,"name":"APIChatInputApplicationCommandDMInteraction"},{"type":"reference","id":10044,"name":"APIContextMenuDMInteraction"}]}},{"id":9905,"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":130,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9919,"name":"APIChatInputApplicationCommandGuildInteraction"},{"type":"reference","id":10045,"name":"APIContextMenuGuildInteraction"}]}},{"id":9955,"name":"APIApplicationCommandIntegerOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts","line":20,"character":12}],"type":{"type":"reference","id":9936,"typeArguments":[{"type":"reference","name":"APIApplicationCommandIntegerOptionBase"},{"type":"reference","id":9983,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":9903,"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":118,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9917,"name":"APIChatInputApplicationCommandInteraction"},{"type":"reference","id":10043,"name":"APIContextMenuInteraction"}]}},{"id":9900,"name":"APIApplicationCommandInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":104,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9910,"name":"APIChatInputApplicationCommandInteractionData"},{"type":"reference","id":10036,"name":"APIContextMenuInteractionData"}]}},{"id":9921,"name":"APIApplicationCommandInteractionDataAttachmentOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/attachment.ts","line":8,"character":12}],"type":{"type":"reference","id":9930,"typeArguments":[{"type":"reference","id":9982,"name":"ApplicationCommandOptionType.Attachment"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":9909,"name":"APIApplicationCommandInteractionDataBasicOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":94,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9989,"name":"APIApplicationCommandInteractionDataStringOption"},{"type":"reference","id":9956,"name":"APIApplicationCommandInteractionDataIntegerOption"},{"type":"reference","id":9945,"name":"APIApplicationCommandInteractionDataBooleanOption"},{"type":"reference","id":10019,"name":"APIApplicationCommandInteractionDataUserOption"},{"type":"reference","id":9954,"name":"APIApplicationCommandInteractionDataChannelOption"},{"type":"reference","id":9970,"name":"APIApplicationCommandInteractionDataRoleOption"},{"type":"reference","id":9962,"name":"APIApplicationCommandInteractionDataMentionableOption"},{"type":"reference","id":9964,"name":"APIApplicationCommandInteractionDataNumberOption"},{"type":"reference","id":9921,"name":"APIApplicationCommandInteractionDataAttachmentOption"}]}},{"id":9945,"name":"APIApplicationCommandInteractionDataBooleanOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/boolean.ts","line":6,"character":12}],"type":{"type":"reference","id":9930,"typeArguments":[{"type":"reference","id":9976,"name":"ApplicationCommandOptionType.Boolean"},{"type":"intrinsic","name":"boolean"}],"name":"APIInteractionDataOptionBase"}},{"id":9954,"name":"APIApplicationCommandInteractionDataChannelOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/channel.ts","line":11,"character":12}],"type":{"type":"reference","id":9930,"typeArguments":[{"type":"reference","id":9978,"name":"ApplicationCommandOptionType.Channel"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":9962,"name":"APIApplicationCommandInteractionDataMentionableOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/mentionable.ts","line":8,"character":12}],"type":{"type":"reference","id":9930,"typeArguments":[{"type":"reference","id":9980,"name":"ApplicationCommandOptionType.Mentionable"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":9908,"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":89,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10002,"name":"APIApplicationCommandInteractionDataSubcommandOption"},{"type":"reference","id":10014,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption"},{"type":"reference","id":9909,"name":"APIApplicationCommandInteractionDataBasicOption"}]}},{"id":9970,"name":"APIApplicationCommandInteractionDataRoleOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/role.ts","line":7,"character":12}],"type":{"type":"reference","id":9930,"typeArguments":[{"type":"reference","id":9979,"name":"ApplicationCommandOptionType.Role"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":10019,"name":"APIApplicationCommandInteractionDataUserOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/user.ts","line":7,"character":12}],"type":{"type":"reference","id":9930,"typeArguments":[{"type":"reference","id":9977,"name":"ApplicationCommandOptionType.User"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":9901,"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":111,"character":12}],"typeParameter":[{"id":9902,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9900,"name":"APIApplicationCommandInteractionData"}}],"type":{"type":"intersection","types":[{"type":"reference","id":10091,"typeArguments":[{"type":"reference","id":10189,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":9902,"name":"Data"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10091,"typeArguments":[{"type":"reference","id":10189,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":9902,"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":9961,"name":"APIApplicationCommandMentionableOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/mentionable.ts","line":5,"character":12}],"type":{"type":"reference","id":9922,"typeArguments":[{"type":"reference","id":9980,"name":"ApplicationCommandOptionType.Mentionable"}],"name":"APIApplicationCommandOptionBase"}},{"id":9963,"name":"APIApplicationCommandNumberOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts","line":20,"character":12}],"type":{"type":"reference","id":9936,"typeArguments":[{"type":"reference","name":"APIApplicationCommandNumberOptionBase"},{"type":"reference","id":9983,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":9907,"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":81,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9994,"name":"APIApplicationCommandSubcommandOption"},{"type":"reference","id":10006,"name":"APIApplicationCommandSubcommandGroupOption"},{"type":"reference","id":9906,"name":"APIApplicationCommandBasicOption"}]}},{"id":9936,"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":19,"character":12}],"typeParameter":[{"id":9942,"name":"Base","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9922,"typeArguments":[{"type":"reference","id":9971,"name":"ApplicationCommandOptionType"}],"name":"APIApplicationCommandOptionBase"}},{"id":9943,"name":"ChoiceType","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9983,"name":"APIApplicationCommandOptionChoice"}}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reference","id":9942,"name":"Base"},{"type":"reflection","declaration":{"id":9937,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":9938,"name":"autocomplete","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":24,"character":3}],"type":{"type":"literal","value":true}}],"groups":[{"title":"Properties","kind":1024,"children":[9938]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":23,"character":11}]}}]},{"type":"intersection","types":[{"type":"reference","id":9942,"name":"Base"},{"type":"reflection","declaration":{"id":9939,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":9940,"name":"autocomplete","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":27,"character":3}],"type":{"type":"literal","value":false}},{"id":9941,"name":"choices","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":28,"character":3}],"type":{"type":"array","elementType":{"type":"reference","id":9943,"name":"ChoiceType"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9940,9941]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":26,"character":11}]}}]}]}},{"id":9969,"name":"APIApplicationCommandRoleOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/role.ts","line":5,"character":12}],"type":{"type":"reference","id":9922,"typeArguments":[{"type":"reference","id":9979,"name":"ApplicationCommandOptionType.Role"}],"name":"APIApplicationCommandOptionBase"}},{"id":9988,"name":"APIApplicationCommandStringOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/string.ts","line":20,"character":12}],"type":{"type":"reference","id":9936,"typeArguments":[{"type":"reference","name":"APIApplicationCommandStringOptionBase"},{"type":"reference","id":9983,"typeArguments":[{"type":"intrinsic","name":"string"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":10018,"name":"APIApplicationCommandUserOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/user.ts","line":5,"character":12}],"type":{"type":"reference","id":9922,"typeArguments":[{"type":"reference","id":9977,"name":"ApplicationCommandOptionType.User"}],"name":"APIApplicationCommandOptionBase"}},{"id":8890,"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":324,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8891,"name":"APIAuditLogChangeKeyName"},{"type":"reference","id":8892,"name":"APIAuditLogChangeKeyDescription"},{"type":"reference","id":8893,"name":"APIAuditLogChangeKeyIconHash"},{"type":"reference","id":8894,"name":"APIAuditLogChangeKeyImageHash"},{"type":"reference","id":8895,"name":"APIAuditLogChangeKeySplashHash"},{"type":"reference","id":8896,"name":"APIAuditLogChangeKeyDiscoverySplashHash"},{"type":"reference","id":8897,"name":"APIAuditLogChangeKeyBannerHash"},{"type":"reference","id":8898,"name":"APIAuditLogChangeKeyOwnerId"},{"type":"reference","id":8899,"name":"APIAuditLogChangeKeyRegion"},{"type":"reference","id":8900,"name":"APIAuditLogChangeKeyPreferredLocale"},{"type":"reference","id":8901,"name":"APIAuditLogChangeKeyAFKChannelId"},{"type":"reference","id":8902,"name":"APIAuditLogChangeKeyAFKTimeout"},{"type":"reference","id":8903,"name":"APIAuditLogChangeKeyRulesChannelId"},{"type":"reference","id":8904,"name":"APIAuditLogChangeKeyPublicUpdatesChannelId"},{"type":"reference","id":8905,"name":"APIAuditLogChangeKeyMFALevel"},{"type":"reference","id":8906,"name":"APIAuditLogChangeKeyVerificationLevel"},{"type":"reference","id":8907,"name":"APIAuditLogChangeKeyExplicitContentFilter"},{"type":"reference","id":8908,"name":"APIAuditLogChangeKeyDefaultMessageNotifications"},{"type":"reference","id":8909,"name":"APIAuditLogChangeKeyVanityURLCode"},{"type":"reference","id":8910,"name":"APIAuditLogChangeKey$Add"},{"type":"reference","id":8911,"name":"APIAuditLogChangeKey$Remove"},{"type":"reference","id":8912,"name":"APIAuditLogChangeKeyPruneDeleteDays"},{"type":"reference","id":8913,"name":"APIAuditLogChangeKeyWidgetEnabled"},{"type":"reference","id":8914,"name":"APIAuditLogChangeKeyWidgetChannelId"},{"type":"reference","id":8915,"name":"APIAuditLogChangeKeySystemChannelId"},{"type":"reference","id":8916,"name":"APIAuditLogChangeKeyPosition"},{"type":"reference","id":8917,"name":"APIAuditLogChangeKeyTopic"},{"type":"reference","id":8918,"name":"APIAuditLogChangeKeyBitrate"},{"type":"reference","id":8919,"name":"APIAuditLogChangeKeyPermissionOverwrites"},{"type":"reference","id":8920,"name":"APIAuditLogChangeKeyNSFW"},{"type":"reference","id":8921,"name":"APIAuditLogChangeKeyApplicationId"},{"type":"reference","id":8922,"name":"APIAuditLogChangeKeyRateLimitPerUser"},{"type":"reference","id":8923,"name":"APIAuditLogChangeKeyPermissions"},{"type":"reference","id":8924,"name":"APIAuditLogChangeKeyColor"},{"type":"reference","id":8926,"name":"APIAuditLogChangeKeyHoist"},{"type":"reference","id":8927,"name":"APIAuditLogChangeKeyMentionable"},{"type":"reference","id":8928,"name":"APIAuditLogChangeKeyAllow"},{"type":"reference","id":8929,"name":"APIAuditLogChangeKeyDeny"},{"type":"reference","id":8930,"name":"APIAuditLogChangeKeyCode"},{"type":"reference","id":8931,"name":"APIAuditLogChangeKeyChannelId"},{"type":"reference","id":8932,"name":"APIAuditLogChangeKeyInviterId"},{"type":"reference","id":8933,"name":"APIAuditLogChangeKeyMaxUses"},{"type":"reference","id":8934,"name":"APIAuditLogChangeKeyUses"},{"type":"reference","id":8935,"name":"APIAuditLogChangeKeyMaxAge"},{"type":"reference","id":8936,"name":"APIAuditLogChangeKeyTemporary"},{"type":"reference","id":8937,"name":"APIAuditLogChangeKeyDeaf"},{"type":"reference","id":8938,"name":"APIAuditLogChangeKeyMute"},{"type":"reference","id":8939,"name":"APIAuditLogChangeKeyNick"},{"type":"reference","id":8940,"name":"APIAuditLogChangeKeyAvatarHash"},{"type":"reference","id":8941,"name":"APIAuditLogChangeKeyId"},{"type":"reference","id":8942,"name":"APIAuditLogChangeKeyType"},{"type":"reference","id":8943,"name":"APIAuditLogChangeKeyEnableEmoticons"},{"type":"reference","id":8944,"name":"APIAuditLogChangeKeyExpireBehavior"},{"type":"reference","id":8945,"name":"APIAuditLogChangeKeyExpireGracePeriod"},{"type":"reference","id":8946,"name":"APIAuditLogChangeKeyUserLimit"},{"type":"reference","id":8947,"name":"APIAuditLogChangeKeyPrivacyLevel"},{"type":"reference","id":8948,"name":"APIAuditLogChangeKeyTags"},{"type":"reference","id":8949,"name":"APIAuditLogChangeKeyFormatType"},{"type":"reference","id":8950,"name":"APIAuditLogChangeKeyAsset"},{"type":"reference","id":8951,"name":"APIAuditLogChangeKeyAvailable"},{"type":"reference","id":8952,"name":"APIAuditLogChangeKeyGuildId"},{"type":"reference","id":8953,"name":"APIAuditLogChangeKeyArchived"},{"type":"reference","id":8954,"name":"APIAuditLogChangeKeyLocked"},{"type":"reference","id":8955,"name":"APIAuditLogChangeKeyAutoArchiveDuration"},{"type":"reference","id":8956,"name":"APIAuditLogChangeKeyDefaultAutoArchiveDuration"},{"type":"reference","id":8957,"name":"APIAuditLogChangeKeyEntityType"},{"type":"reference","id":8958,"name":"APIAuditLogChangeKeyStatus"},{"type":"reference","id":8959,"name":"APIAuditLogChangeKeyLocation"},{"type":"reference","id":8960,"name":"APIAuditLogChangeKeyCommunicationDisabledUntil"},{"type":"reference","id":8961,"name":"APIAuditLogChangeKeyTriggerType"},{"type":"reference","id":8962,"name":"APIAuditLogChangeKeyEventType"},{"type":"reference","id":8963,"name":"APIAuditLogChangeKeyTriggerMetadata"},{"type":"reference","id":8964,"name":"APIAuditLogChangeKeyActions"},{"type":"reference","id":8965,"name":"APIAuditLogChangeKeyEnabled"},{"type":"reference","id":8966,"name":"APIAuditLogChangeKeyExemptRoles"},{"type":"reference","id":8967,"name":"APIAuditLogChangeKeyExemptChannels"}]}},{"id":8910,"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":506,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$add"},{"type":"array","elementType":{"type":"reference","id":10290,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":8911,"name":"APIAuditLogChangeKey$Remove","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when role(s) are removed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":511,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$remove"},{"type":"array","elementType":{"type":"reference","id":10290,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":8901,"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":455,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8902,"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":460,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_timeout"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8964,"name":"APIAuditLogChangeKeyActions","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's actions is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":784,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"actions"},{"type":"array","elementType":{"type":"reference","id":8996,"name":"APIAutoModerationAction"}}],"name":"AuditLogChangeData"}},{"id":8928,"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":598,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"allow"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8921,"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":561,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"application_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8953,"name":"APIAuditLogChangeKeyArchived","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":723,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"archived"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8950,"name":"APIAuditLogChangeKeyAsset","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Empty string"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":708,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"asset"},{"type":"literal","value":""}],"name":"AuditLogChangeData"}},{"id":8955,"name":"APIAuditLogChangeKeyAutoArchiveDuration","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":733,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"auto_archive_duration"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8951,"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":713,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"available"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8940,"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":658,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"avatar_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8897,"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":435,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"banner_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8918,"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":546,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"bitrate"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8931,"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":613,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8930,"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":608,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8924,"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":577,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"color"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8960,"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":761,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"communication_disabled_until"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8937,"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":643,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deaf"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8956,"name":"APIAuditLogChangeKeyDefaultAutoArchiveDuration","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":738,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"default_auto_archive_duration"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8908,"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":493,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"default_message_notifications"},{"type":"reference","id":9640,"name":"GuildDefaultMessageNotifications"}],"name":"AuditLogChangeData"}},{"id":8929,"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":603,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deny"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8892,"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":410,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"description"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8896,"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":430,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"discovery_splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8943,"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":673,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"enable_emoticons"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8965,"name":"APIAuditLogChangeKeyEnabled","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's enabled status is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":789,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"enabled"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8957,"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":746,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"entity_type"},{"type":"reference","id":9862,"name":"GuildScheduledEventEntityType"}],"name":"AuditLogChangeData"}},{"id":8962,"name":"APIAuditLogChangeKeyEventType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's event type is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":771,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"event_type"},{"type":"reference","id":8994,"name":"AutoModerationRuleEventType"}],"name":"AuditLogChangeData"}},{"id":8967,"name":"APIAuditLogChangeKeyExemptChannels","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's exempt channels is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":799,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"exempt_channels"},{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}],"name":"AuditLogChangeData"}},{"id":8966,"name":"APIAuditLogChangeKeyExemptRoles","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's exempt roles is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":794,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"exempt_roles"},{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}],"name":"AuditLogChangeData"}},{"id":8944,"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":678,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_behavior"},{"type":"reference","id":9747,"name":"IntegrationExpireBehavior"}],"name":"AuditLogChangeData"}},{"id":8945,"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":683,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_grace_period"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8907,"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":485,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"explicit_content_filter"},{"type":"reference","id":9643,"name":"GuildExplicitContentFilter"}],"name":"AuditLogChangeData"}},{"id":8949,"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":703,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"format_type"},{"type":"reference","id":10338,"name":"StickerFormatType"}],"name":"AuditLogChangeData"}},{"id":8952,"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":718,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"guild_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8926,"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":588,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"hoist"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8893,"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":415,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"icon_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8941,"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":663,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8894,"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":420,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"image_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8932,"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":618,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"inviter_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8959,"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":756,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"location"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8954,"name":"APIAuditLogChangeKeyLocked","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":728,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"locked"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8905,"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":475,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mfa_level"},{"type":"reference","id":9647,"name":"GuildMFALevel"}],"name":"AuditLogChangeData"}},{"id":8935,"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":633,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_age"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8933,"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":623,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8927,"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":593,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mentionable"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8938,"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":648,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mute"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8920,"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":556,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nsfw"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8891,"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":405,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"name"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8939,"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":653,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nick"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8898,"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":440,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"owner_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8919,"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":551,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permission_overwrites"},{"type":"array","elementType":{"type":"reference","id":9263,"name":"APIOverwrite"}}],"name":"AuditLogChangeData"}},{"id":8923,"name":"APIAuditLogChangeKeyPermissions","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a permission bitfield is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":572,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permissions"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8916,"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":536,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"position"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8900,"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":450,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"preferred_locale"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8947,"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":693,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"privacy_level"},{"type":"reference","id":10314,"name":"StageInstancePrivacyLevel"}],"name":"AuditLogChangeData"}},{"id":8912,"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":516,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"prune_delete_days"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8904,"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":470,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"public_updates_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8922,"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":567,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rate_limit_per_user"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8899,"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":445,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"region"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8903,"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":465,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rules_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8925,"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":583,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"intrinsic","name":"unknown"}],"name":"AuditLogChangeData"}},{"id":8895,"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":425,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8958,"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":751,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"status"},{"type":"reference","id":9866,"name":"GuildScheduledEventStatus"}],"name":"AuditLogChangeData"}},{"id":8915,"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":531,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"system_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8948,"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":698,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"tags"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8936,"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":638,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"temporary"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8917,"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":541,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"topic"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8963,"name":"APIAuditLogChangeKeyTriggerMetadata","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's trigger metadata is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":776,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"trigger_metadata"},{"type":"reference","id":8985,"name":"APIAutoModerationRuleTriggerMetadata"}],"name":"AuditLogChangeData"}},{"id":8961,"name":"APIAuditLogChangeKeyTriggerType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's trigger type is changed (only in rule creation or deletion)"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":766,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"trigger_type"},{"type":"reference","id":8980,"name":"AutoModerationRuleTriggerType"}],"name":"AuditLogChangeData"}},{"id":8942,"name":"APIAuditLogChangeKeyType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The type of entity created"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":668,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"type"},{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}],"name":"AuditLogChangeData"}},{"id":8946,"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":688,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"user_limit"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8934,"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":628,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8909,"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":501,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"vanity_url_code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8906,"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":480,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"verification_level"},{"type":"reference","id":9655,"name":"GuildVerificationLevel"}],"name":"AuditLogChangeData"}},{"id":8914,"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":526,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8913,"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":521,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_enabled"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":9412,"name":"APIButtonComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1415,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9398,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":9405,"name":"APIButtonComponentWithURL"}]}},{"id":9157,"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":316,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9097,"name":"APIGroupDMChannel"},{"type":"reference","id":9096,"name":"APIDMChannel"},{"type":"reference","id":9054,"name":"APITextChannel"},{"type":"reference","id":9055,"name":"APINewsChannel"},{"type":"reference","id":9071,"name":"APIGuildVoiceChannel"},{"type":"reference","id":9087,"name":"APIGuildStageVoiceChannel"},{"type":"reference","id":9056,"name":"APIGuildCategoryChannel"},{"type":"reference","id":9107,"name":"APIThreadChannel"},{"type":"reference","id":9055,"name":"APINewsChannel"},{"type":"reference","id":9138,"name":"APIGuildForumChannel"}]}},{"id":9918,"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":123,"character":12}],"type":{"type":"reference","id":10108,"typeArguments":[{"type":"reference","id":9917,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":9919,"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":129,"character":12}],"type":{"type":"reference","id":10110,"typeArguments":[{"type":"reference","id":9917,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":9917,"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":117,"character":12}],"type":{"type":"reference","id":9901,"typeArguments":[{"type":"reference","id":9910,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":10134,"name":"APIChatInputApplicationCommandInteractionDataResolved","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Renamed to `APIInteractionDataResolved`\n"}]},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":163,"character":12}],"type":{"type":"reference","id":10128,"name":"APIInteractionDataResolved"}},{"id":10044,"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":82,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10038,"name":"APIUserApplicationCommandDMInteraction"},{"type":"reference","id":10041,"name":"APIMessageApplicationCommandDMInteraction"}]}},{"id":10045,"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":89,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10039,"name":"APIUserApplicationCommandGuildInteraction"},{"type":"reference","id":10042,"name":"APIMessageApplicationCommandGuildInteraction"}]}},{"id":10043,"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":77,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10037,"name":"APIUserApplicationCommandInteraction"},{"type":"reference","id":10040,"name":"APIMessageApplicationCommandInteraction"}]}},{"id":10036,"name":"APIContextMenuInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":35,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10020,"name":"APIUserApplicationCommandInteractionData"},{"type":"reference","id":10027,"name":"APIMessageApplicationCommandInteractionData"}]}},{"id":9096,"name":"APIDMChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":164,"character":12}],"type":{"type":"reference","id":9088,"typeArguments":[{"type":"reference","id":9160,"name":"ChannelType.DM"}],"name":"APIDMChannelBase"}},{"id":9878,"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":9904,"name":"APIApplicationCommandDMInteraction"},{"type":"reference","id":10171,"name":"APIMessageComponentDMInteraction"},{"type":"reference","id":10070,"name":"APIApplicationCommandAutocompleteDMInteraction"},{"type":"reference","id":10184,"name":"APIModalSubmitDMInteraction"}]}},{"id":10108,"name":"APIDMInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":121,"character":12}],"typeParameter":[{"id":10109,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":10091,"typeArguments":[{"type":"reference","id":10187,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":10109,"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":10109,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":9056,"name":"APIGuildCategoryChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":123,"character":12}],"type":{"type":"reference","id":9026,"typeArguments":[{"type":"reference","id":9163,"name":"ChannelType.GuildCategory"}],"name":"APIGuildChannel"}},{"id":11128,"name":"APIGuildChannelResolvable","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":41,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9157,"name":"APIChannel"},{"type":"union","types":[{"type":"reference","id":9096,"name":"APIDMChannel"},{"type":"reference","id":9097,"name":"APIGroupDMChannel"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":11129,"name":"APIGuildCreatePartialChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":42,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":11128,"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"},{"type":"literal","value":"default_reaction_emoji"},{"type":"literal","value":"available_tags"},{"type":"literal","value":"default_sort_order"}]}],"name":"DistributivePick"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11130,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11132,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/guild.ts","line":63,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":11131,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":62,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":11133,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/guild.ts","line":64,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11134,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/guild.ts","line":65,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":11123,"name":"APIGuildCreateOverwrite"}}}],"groups":[{"title":"Properties","kind":1024,"children":[11132,11131,11133,11134]}],"sources":[{"fileName":"rest/v10/guild.ts","line":61,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":9746,"name":"APIGuildIntegrationType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":720,"character":12}],"type":{"type":"union","types":[{"type":"literal","value":"twitch"},{"type":"literal","value":"youtube"},{"type":"literal","value":"discord"}]}},{"id":9879,"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":9905,"name":"APIApplicationCommandGuildInteraction"},{"type":"reference","id":10172,"name":"APIMessageComponentGuildInteraction"},{"type":"reference","id":10071,"name":"APIApplicationCommandAutocompleteGuildInteraction"},{"type":"reference","id":10185,"name":"APIModalSubmitGuildInteraction"}]}},{"id":10110,"name":"APIGuildInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":127,"character":12}],"typeParameter":[{"id":10111,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":10091,"typeArguments":[{"type":"reference","id":10187,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":10111,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10111,"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":9859,"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":9808,"name":"APIStageInstanceGuildScheduledEvent"},{"type":"reference","id":9825,"name":"APIVoiceGuildScheduledEvent"},{"type":"reference","id":9842,"name":"APIExternalGuildScheduledEvent"}]}},{"id":9087,"name":"APIGuildStageVoiceChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":153,"character":12}],"type":{"type":"reference","id":9057,"typeArguments":[{"type":"reference","id":9168,"name":"ChannelType.GuildStageVoice"}],"name":"APIVoiceChannelBase"}},{"id":9877,"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":10186,"name":"APIPingInteraction"},{"type":"reference","id":9903,"name":"APIApplicationCommandInteraction"},{"type":"reference","id":10137,"name":"APIMessageComponentInteraction"},{"type":"reference","id":10069,"name":"APIApplicationCommandAutocompleteInteraction"},{"type":"reference","id":10183,"name":"APIModalSubmitInteraction"}]}},{"id":10193,"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":10194,"name":"APIInteractionResponsePong"},{"type":"reference","id":10202,"name":"APIInteractionResponseChannelMessageWithSource"},{"type":"reference","id":10205,"name":"APIInteractionResponseDeferredChannelMessageWithSource"},{"type":"reference","id":10208,"name":"APIInteractionResponseDeferredMessageUpdate"},{"type":"reference","id":10210,"name":"APIInteractionResponseUpdateMessage"},{"type":"reference","id":10196,"name":"APIApplicationCommandAutocompleteResponse"},{"type":"reference","id":10199,"name":"APIModalInteractionResponse"}]}},{"id":10221,"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":11594,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"union","types":[{"type":"literal","value":"username"},{"type":"literal","value":"avatar_url"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reflection","declaration":{"id":10222,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10223,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":102,"character":6}],"type":{"type":"reference","id":9246,"name":"MessageFlags"}}],"groups":[{"title":"Properties","kind":1024,"children":[10223]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":102,"character":4}]}}]}},{"id":10230,"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":9597,"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":9440,"name":"APIMentionableSelectComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1498,"character":12}],"type":{"type":"reference","id":9422,"typeArguments":[{"type":"reference","id":9380,"name":"ComponentType.MentionableSelect"}],"name":"APIBaseSelectMenuComponent"}},{"id":9472,"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":1610,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9412,"name":"APIButtonComponent"},{"type":"reference","id":9449,"name":"APISelectMenuComponent"}]}},{"id":10041,"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":65,"character":12}],"type":{"type":"reference","id":10108,"typeArguments":[{"type":"reference","id":10040,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":10042,"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":71,"character":12}],"type":{"type":"reference","id":10110,"typeArguments":[{"type":"reference","id":10040,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":10040,"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":59,"character":12}],"type":{"type":"reference","id":9901,"typeArguments":[{"type":"reference","id":10027,"name":"APIMessageApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":10145,"name":"APIMessageButtonInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":57,"character":12}],"type":{"type":"reference","id":10141,"typeArguments":[{"type":"reference","id":9375,"name":"ComponentType.Button"}],"name":"APIMessageComponentBaseInteractionData"}},{"id":9469,"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":1602,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9472,"name":"APIMessageActionRowComponent"},{"type":"reference","id":9383,"typeArguments":[{"type":"reference","id":9472,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":10138,"name":"APIMessageComponentButtonInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":22,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":10091,"typeArguments":[{"type":"reference","id":10190,"name":"InteractionType.MessageComponent"},{"type":"reference","id":10145,"name":"APIMessageButtonInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10091,"typeArguments":[{"type":"reference","id":10190,"name":"InteractionType.MessageComponent"},{"type":"reference","id":10145,"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":10171,"name":"APIMessageComponentDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":95,"character":12}],"type":{"type":"reference","id":10108,"typeArguments":[{"type":"reference","id":10137,"name":"APIMessageComponentInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":10172,"name":"APIMessageComponentGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":97,"character":12}],"type":{"type":"reference","id":10110,"typeArguments":[{"type":"reference","id":10137,"name":"APIMessageComponentInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":10137,"name":"APIMessageComponentInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":11,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":10091,"typeArguments":[{"type":"reference","id":10190,"name":"InteractionType.MessageComponent"},{"type":"reference","id":10140,"name":"APIMessageComponentInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10091,"typeArguments":[{"type":"reference","id":10190,"name":"InteractionType.MessageComponent"},{"type":"reference","id":10140,"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":10140,"name":"APIMessageComponentInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":44,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10145,"name":"APIMessageButtonInteractionData"},{"type":"reference","id":10170,"name":"APIMessageSelectMenuInteractionData"}]}},{"id":10139,"name":"APIMessageComponentSelectMenuInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":33,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":10091,"typeArguments":[{"type":"reference","id":10190,"name":"InteractionType.MessageComponent"},{"type":"reference","id":10170,"name":"APIMessageSelectMenuInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10091,"typeArguments":[{"type":"reference","id":10190,"name":"InteractionType.MessageComponent"},{"type":"reference","id":10170,"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":11004,"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":221,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9237,"name":"APIMessageReference"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9237,"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":11005,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11006,"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":229,"character":2}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11006]}],"sources":[{"fileName":"rest/v10/channel.ts","line":223,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":10170,"name":"APIMessageSelectMenuInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":88,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10146,"name":"APIMessageStringSelectInteractionData"},{"type":"reference","id":10150,"name":"APIMessageUserSelectInteractionData"},{"type":"reference","id":10155,"name":"APIMessageRoleSelectInteractionData"},{"type":"reference","id":10160,"name":"APIMessageMentionableSelectInteractionData"},{"type":"reference","id":10165,"name":"APIMessageChannelSelectInteractionData"}]}},{"id":9473,"name":"APIModalActionRowComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1613,"character":12}],"type":{"type":"reference","id":9456,"name":"APITextInputComponent"}},{"id":9470,"name":"APIModalComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1603,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9473,"name":"APIModalActionRowComponent"},{"type":"reference","id":9383,"typeArguments":[{"type":"reference","id":9473,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":10184,"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":44,"character":12}],"type":{"type":"reference","id":10108,"typeArguments":[{"type":"reference","id":10183,"name":"APIModalSubmitInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":10185,"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":49,"character":12}],"type":{"type":"reference","id":10110,"typeArguments":[{"type":"reference","id":10183,"name":"APIModalSubmitInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":10183,"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":38,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":10091,"typeArguments":[{"type":"reference","id":10192,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":10180,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10091,"typeArguments":[{"type":"reference","id":10192,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":10180,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"literal","value":"data"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":9055,"name":"APINewsChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":122,"character":12}],"type":{"type":"reference","id":9038,"typeArguments":[{"type":"reference","id":9164,"name":"ChannelType.GuildAnnouncement"}],"name":"APIGuildTextChannel"}},{"id":10186,"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":10091,"typeArguments":[{"type":"reference","id":10188,"name":"InteractionType.Ping"},{"type":"intrinsic","name":"never"}],"name":"APIBaseInteraction"},{"type":"literal","value":"locale"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":9439,"name":"APIRoleSelectComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1493,"character":12}],"type":{"type":"reference","id":9422,"typeArguments":[{"type":"reference","id":9379,"name":"ComponentType.RoleSelect"}],"name":"APIBaseSelectMenuComponent"}},{"id":9449,"name":"APISelectMenuComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1513,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9430,"name":"APIStringSelectComponent"},{"type":"reference","id":9438,"name":"APIUserSelectComponent"},{"type":"reference","id":9439,"name":"APIRoleSelectComponent"},{"type":"reference","id":9440,"name":"APIMentionableSelectComponent"},{"type":"reference","id":9441,"name":"APIChannelSelectComponent"}]}},{"id":10342,"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":10322,"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":9054,"name":"APITextChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":121,"character":12}],"type":{"type":"reference","id":9038,"typeArguments":[{"type":"reference","id":9159,"name":"ChannelType.GuildText"}],"name":"APIGuildTextChannel"}},{"id":10038,"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":48,"character":12}],"type":{"type":"reference","id":10108,"typeArguments":[{"type":"reference","id":10037,"name":"APIUserApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":10039,"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":53,"character":12}],"type":{"type":"reference","id":10110,"typeArguments":[{"type":"reference","id":10037,"name":"APIUserApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":10037,"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":42,"character":12}],"type":{"type":"reference","id":9901,"typeArguments":[{"type":"reference","id":10020,"name":"APIUserApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":10136,"name":"APIUserApplicationCommandInteractionDataResolved","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Renamed to `APIUserInteractionDataResolved`\n"}]},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":174,"character":12}],"type":{"type":"reference","id":10135,"name":"APIUserInteractionDataResolved"}},{"id":10135,"name":"APIUserInteractionDataResolved","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"`users` and optional `members` from APIInteractionDataResolved, for user commands and user selects"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":168,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10128,"name":"APIInteractionDataResolved"},{"type":"literal","value":"users"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"},{"type":"reference","typeArguments":[{"type":"reference","id":10128,"name":"APIInteractionDataResolved"},{"type":"literal","value":"members"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":9438,"name":"APIUserSelectComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1488,"character":12}],"type":{"type":"reference","id":9422,"typeArguments":[{"type":"reference","id":9378,"name":"ComponentType.UserSelect"}],"name":"APIBaseSelectMenuComponent"}},{"id":10913,"name":"AchievementIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1098,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10925,"name":"ImageFormat.Lottie"},{"type":"reference","id":10924,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10912,"name":"ApplicationAssetFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1097,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10925,"name":"ImageFormat.Lottie"},{"type":"reference","id":10924,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10911,"name":"ApplicationCoverFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1096,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10925,"name":"ImageFormat.Lottie"},{"type":"reference","id":10924,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10910,"name":"ApplicationIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1095,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10925,"name":"ImageFormat.Lottie"},{"type":"reference","id":10924,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":8889,"name":"AuditLogRuleTriggerType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":319,"character":12}],"type":{"type":"template-literal","head":"","tail":[[{"type":"reference","id":8980,"name":"AutoModerationRuleTriggerType"},""]]}},{"id":10907,"name":"DefaultUserAvatar","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1092,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"reference","id":10922,"name":"ImageFormat.PNG"}],"qualifiedName":"Extract","package":"typescript","name":"Extract"}},{"id":10900,"name":"DefaultUserAvatarAssets","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1084,"character":12}],"type":{"type":"union","types":[{"type":"literal","value":0},{"type":"literal","value":1},{"type":"literal","value":2},{"type":"literal","value":3},{"type":"literal","value":4},{"type":"literal","value":5}]}},{"id":10901,"name":"EmojiFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1086,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"reference","id":10925,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":9557,"name":"GatewayActivityAssets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-assets"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":306,"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":9553,"name":"GatewayActivityEmoji","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-emoji"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":287,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9478,"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":9478,"name":"APIEmoji"},{"type":"literal","value":"name"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":9558,"name":"GatewayActivitySecrets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-secrets"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":313,"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":8751,"name":"GatewayActivityUpdateData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-structure"},"sources":[{"fileName":"gateway/v10.ts","line":1930,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9514,"name":"GatewayActivity"},{"type":"union","types":[{"type":"literal","value":"name"},{"type":"literal","value":"type"},{"type":"literal","value":"url"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":8402,"name":"GatewayApplicationCommandPermissionsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#application-command-permissions-update"},"sources":[{"fileName":"gateway/v10.ts","line":568,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8280,"name":"GatewayDispatchEvents.ApplicationCommandPermissionsUpdate"},{"type":"reference","id":8403,"name":"GatewayApplicationCommandPermissionsUpdateDispatchData"}],"name":"DataPayload"}},{"id":8389,"name":"GatewayAutoModerationActionExecutionDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-action-execution"},"sources":[{"fileName":"gateway/v10.ts","line":502,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8339,"name":"GatewayDispatchEvents.AutoModerationActionExecution"},{"type":"reference","id":8390,"name":"GatewayAutoModerationActionExecutionDispatchData"}],"name":"DataPayload"}},{"id":8383,"name":"GatewayAutoModerationRuleCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create"},"sources":[{"fileName":"gateway/v10.ts","line":472,"character":12}],"type":{"type":"reference","id":8381,"name":"GatewayAutoModerationRuleModifyDispatch"}},{"id":8384,"name":"GatewayAutoModerationRuleCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create"},"sources":[{"fileName":"gateway/v10.ts","line":477,"character":12}],"type":{"type":"reference","id":8382,"name":"GatewayAutoModerationRuleModifyDispatchData"}},{"id":8387,"name":"GatewayAutoModerationRuleDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v10.ts","line":492,"character":12}],"type":{"type":"reference","id":8381,"name":"GatewayAutoModerationRuleModifyDispatch"}},{"id":8388,"name":"GatewayAutoModerationRuleDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v10.ts","line":497,"character":12}],"type":{"type":"reference","id":8382,"name":"GatewayAutoModerationRuleModifyDispatchData"}},{"id":8381,"name":"GatewayAutoModerationRuleModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v10.ts","line":455,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":8336,"name":"GatewayDispatchEvents.AutoModerationRuleCreate"},{"type":"reference","id":8337,"name":"GatewayDispatchEvents.AutoModerationRuleUpdate"},{"type":"reference","id":8338,"name":"GatewayDispatchEvents.AutoModerationRuleDelete"}]},{"type":"reference","id":8382,"name":"GatewayAutoModerationRuleModifyDispatchData"}],"name":"DataPayload"}},{"id":8382,"name":"GatewayAutoModerationRuleModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v10.ts","line":467,"character":12}],"type":{"type":"reference","id":8968,"name":"APIAutoModerationRule"}},{"id":8385,"name":"GatewayAutoModerationRuleUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update"},"sources":[{"fileName":"gateway/v10.ts","line":482,"character":12}],"type":{"type":"reference","id":8381,"name":"GatewayAutoModerationRuleModifyDispatch"}},{"id":8386,"name":"GatewayAutoModerationRuleUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update"},"sources":[{"fileName":"gateway/v10.ts","line":487,"character":12}],"type":{"type":"reference","id":8382,"name":"GatewayAutoModerationRuleModifyDispatchData"}},{"id":8410,"name":"GatewayChannelCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create"},"sources":[{"fileName":"gateway/v10.ts","line":615,"character":12}],"type":{"type":"reference","id":8408,"name":"GatewayChannelModifyDispatch"}},{"id":8411,"name":"GatewayChannelCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create"},"sources":[{"fileName":"gateway/v10.ts","line":620,"character":12}],"type":{"type":"reference","id":8409,"name":"GatewayChannelModifyDispatchData"}},{"id":8414,"name":"GatewayChannelDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v10.ts","line":635,"character":12}],"type":{"type":"reference","id":8408,"name":"GatewayChannelModifyDispatch"}},{"id":8415,"name":"GatewayChannelDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v10.ts","line":640,"character":12}],"type":{"type":"reference","id":8409,"name":"GatewayChannelModifyDispatchData"}},{"id":8408,"name":"GatewayChannelModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create\nhttps://discord.com/developers/docs/topics/gateway-events#channel-update\nhttps://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v10.ts","line":600,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":8281,"name":"GatewayDispatchEvents.ChannelCreate"},{"type":"reference","id":8282,"name":"GatewayDispatchEvents.ChannelDelete"},{"type":"reference","id":8284,"name":"GatewayDispatchEvents.ChannelUpdate"}]},{"type":"reference","id":8409,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":8409,"name":"GatewayChannelModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create\nhttps://discord.com/developers/docs/topics/gateway-events#channel-update\nhttps://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v10.ts","line":610,"character":12}],"type":{"type":"reference","id":9157,"name":"APIChannel"}},{"id":8416,"name":"GatewayChannelPinsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-pins-update"},"sources":[{"fileName":"gateway/v10.ts","line":645,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8283,"name":"GatewayDispatchEvents.ChannelPinsUpdate"},{"type":"reference","id":8417,"name":"GatewayChannelPinsUpdateDispatchData"}],"name":"DataPayload"}},{"id":8412,"name":"GatewayChannelUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-update"},"sources":[{"fileName":"gateway/v10.ts","line":625,"character":12}],"type":{"type":"reference","id":8408,"name":"GatewayChannelModifyDispatch"}},{"id":8413,"name":"GatewayChannelUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-update"},"sources":[{"fileName":"gateway/v10.ts","line":630,"character":12}],"type":{"type":"reference","id":8409,"name":"GatewayChannelModifyDispatchData"}},{"id":8342,"name":"GatewayDispatchPayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":283,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8381,"name":"GatewayAutoModerationRuleModifyDispatch"},{"type":"reference","id":8383,"name":"GatewayAutoModerationRuleCreateDispatch"},{"type":"reference","id":8387,"name":"GatewayAutoModerationRuleDeleteDispatch"},{"type":"reference","id":8389,"name":"GatewayAutoModerationActionExecutionDispatch"},{"type":"reference","id":8402,"name":"GatewayApplicationCommandPermissionsUpdateDispatch"},{"type":"reference","id":8408,"name":"GatewayChannelModifyDispatch"},{"type":"reference","id":8416,"name":"GatewayChannelPinsUpdateDispatch"},{"type":"reference","id":8482,"name":"GatewayGuildBanModifyDispatch"},{"type":"reference","id":8423,"name":"GatewayGuildCreateDispatch"},{"type":"reference","id":8480,"name":"GatewayGuildDeleteDispatch"},{"type":"reference","id":8490,"name":"GatewayGuildEmojisUpdateDispatch"},{"type":"reference","id":8498,"name":"GatewayGuildIntegrationsUpdateDispatch"},{"type":"reference","id":8501,"name":"GatewayGuildMemberAddDispatch"},{"type":"reference","id":8514,"name":"GatewayGuildMemberRemoveDispatch"},{"type":"reference","id":8522,"name":"GatewayGuildMembersChunkDispatch"},{"type":"reference","id":8518,"name":"GatewayGuildMemberUpdateDispatch"},{"type":"reference","id":8421,"name":"GatewayGuildModifyDispatch"},{"type":"reference","id":8539,"name":"GatewayGuildRoleDeleteDispatch"},{"type":"reference","id":8531,"name":"GatewayGuildRoleModifyDispatch"},{"type":"reference","id":8543,"name":"GatewayGuildScheduledEventCreateDispatch"},{"type":"reference","id":8545,"name":"GatewayGuildScheduledEventUpdateDispatch"},{"type":"reference","id":8547,"name":"GatewayGuildScheduledEventDeleteDispatch"},{"type":"reference","id":8549,"name":"GatewayGuildScheduledEventUserAddDispatch"},{"type":"reference","id":8554,"name":"GatewayGuildScheduledEventUserRemoveDispatch"},{"type":"reference","id":8494,"name":"GatewayGuildStickersUpdateDispatch"},{"type":"reference","id":8559,"name":"GatewayIntegrationCreateDispatch"},{"type":"reference","id":8567,"name":"GatewayIntegrationDeleteDispatch"},{"type":"reference","id":8563,"name":"GatewayIntegrationUpdateDispatch"},{"type":"reference","id":8572,"name":"GatewayInteractionCreateDispatch"},{"type":"reference","id":8574,"name":"GatewayInviteCreateDispatch"},{"type":"reference","id":8588,"name":"GatewayInviteDeleteDispatch"},{"type":"reference","id":8593,"name":"GatewayMessageCreateDispatch"},{"type":"reference","id":8611,"name":"GatewayMessageDeleteBulkDispatch"},{"type":"reference","id":8606,"name":"GatewayMessageDeleteDispatch"},{"type":"reference","id":8616,"name":"GatewayMessageReactionAddDispatch"},{"type":"reference","id":8620,"name":"GatewayMessageReactionRemoveAllDispatch"},{"type":"reference","id":8618,"name":"GatewayMessageReactionRemoveDispatch"},{"type":"reference","id":8622,"name":"GatewayMessageReactionRemoveEmojiDispatch"},{"type":"reference","id":8595,"name":"GatewayMessageUpdateDispatch"},{"type":"reference","id":8628,"name":"GatewayPresenceUpdateDispatch"},{"type":"reference","id":8630,"name":"GatewayStageInstanceCreateDispatch"},{"type":"reference","id":8632,"name":"GatewayStageInstanceDeleteDispatch"},{"type":"reference","id":8634,"name":"GatewayStageInstanceUpdateDispatch"},{"type":"reference","id":8371,"name":"GatewayReadyDispatch"},{"type":"reference","id":8380,"name":"GatewayResumedDispatch"},{"type":"reference","id":8636,"name":"GatewayThreadListSyncDispatch"},{"type":"reference","id":8638,"name":"GatewayThreadMembersUpdateDispatch"},{"type":"reference","id":8640,"name":"GatewayThreadMemberUpdateDispatch"},{"type":"reference","id":8644,"name":"GatewayThreadModifyDispatch"},{"type":"reference","id":8670,"name":"GatewayTypingStartDispatch"},{"type":"reference","id":8677,"name":"GatewayUserUpdateDispatch"},{"type":"reference","id":8681,"name":"GatewayVoiceServerUpdateDispatch"},{"type":"reference","id":8679,"name":"GatewayVoiceStateUpdateDispatch"},{"type":"reference","id":8686,"name":"GatewayWebhooksUpdateDispatch"}]}},{"id":8486,"name":"GatewayGuildBanAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add"},"sources":[{"fileName":"gateway/v10.ts","line":817,"character":12}],"type":{"type":"reference","id":8482,"name":"GatewayGuildBanModifyDispatch"}},{"id":8487,"name":"GatewayGuildBanAddDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add"},"sources":[{"fileName":"gateway/v10.ts","line":822,"character":12}],"type":{"type":"reference","id":8483,"name":"GatewayGuildBanModifyDispatchData"}},{"id":8482,"name":"GatewayGuildBanModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"sources":[{"fileName":"gateway/v10.ts","line":792,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":8285,"name":"GatewayDispatchEvents.GuildBanAdd"},{"type":"reference","id":8286,"name":"GatewayDispatchEvents.GuildBanRemove"}]},{"type":"reference","id":8483,"name":"GatewayGuildBanModifyDispatchData"}],"name":"DataPayload"}},{"id":8488,"name":"GatewayGuildBanRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"sources":[{"fileName":"gateway/v10.ts","line":827,"character":12}],"type":{"type":"reference","id":8482,"name":"GatewayGuildBanModifyDispatch"}},{"id":8489,"name":"GatewayGuildBanRemoveDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"sources":[{"fileName":"gateway/v10.ts","line":832,"character":12}],"type":{"type":"reference","id":8483,"name":"GatewayGuildBanModifyDispatchData"}},{"id":8423,"name":"GatewayGuildCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-create"},"sources":[{"fileName":"gateway/v10.ts","line":681,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8287,"name":"GatewayDispatchEvents.GuildCreate"},{"type":"reference","id":8424,"name":"GatewayGuildCreateDispatchData"}],"name":"DataPayload"}},{"id":8480,"name":"GatewayGuildDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-delete"},"sources":[{"fileName":"gateway/v10.ts","line":781,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8288,"name":"GatewayDispatchEvents.GuildDelete"},{"type":"reference","id":8481,"name":"GatewayGuildDeleteDispatchData"}],"name":"DataPayload"}},{"id":8481,"name":"GatewayGuildDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-delete"},"sources":[{"fileName":"gateway/v10.ts","line":786,"character":12}],"type":{"type":"reference","id":9583,"name":"APIUnavailableGuild"}},{"id":8490,"name":"GatewayGuildEmojisUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-emojis-update"},"sources":[{"fileName":"gateway/v10.ts","line":837,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8289,"name":"GatewayDispatchEvents.GuildEmojisUpdate"},{"type":"reference","id":8491,"name":"GatewayGuildEmojisUpdateDispatchData"}],"name":"DataPayload"}},{"id":8498,"name":"GatewayGuildIntegrationsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-integrations-update"},"sources":[{"fileName":"gateway/v10.ts","line":885,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8290,"name":"GatewayDispatchEvents.GuildIntegrationsUpdate"},{"type":"reference","id":8499,"name":"GatewayGuildIntegrationsUpdateDispatchData"}],"name":"DataPayload"}},{"id":8501,"name":"GatewayGuildMemberAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-add"},"sources":[{"fileName":"gateway/v10.ts","line":903,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8291,"name":"GatewayDispatchEvents.GuildMemberAdd"},{"type":"reference","id":8502,"name":"GatewayGuildMemberAddDispatchData"}],"name":"DataPayload"}},{"id":8514,"name":"GatewayGuildMemberRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-remove"},"sources":[{"fileName":"gateway/v10.ts","line":921,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8292,"name":"GatewayDispatchEvents.GuildMemberRemove"},{"type":"reference","id":8515,"name":"GatewayGuildMemberRemoveDispatchData"}],"name":"DataPayload"}},{"id":8518,"name":"GatewayGuildMemberUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-update"},"sources":[{"fileName":"gateway/v10.ts","line":945,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8294,"name":"GatewayDispatchEvents.GuildMemberUpdate"},{"type":"reference","id":8519,"name":"GatewayGuildMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":8519,"name":"GatewayGuildMemberUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-update"},"sources":[{"fileName":"gateway/v10.ts","line":953,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9718,"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":9718,"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":9718,"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":9718,"name":"APIGuildMember"},{"type":"literal","value":"joined_at"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"name":"Nullable"},{"type":"reflection","declaration":{"id":8520,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8521,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":960,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8521]}],"sources":[{"fileName":"gateway/v10.ts","line":956,"character":47}]}}]}},{"id":8522,"name":"GatewayGuildMembersChunkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-members-chunk"},"sources":[{"fileName":"gateway/v10.ts","line":966,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8293,"name":"GatewayDispatchEvents.GuildMembersChunk"},{"type":"reference","id":8523,"name":"GatewayGuildMembersChunkDispatchData"}],"name":"DataPayload"}},{"id":8421,"name":"GatewayGuildModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-create"},"sources":[{"fileName":"gateway/v10.ts","line":671,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8299,"name":"GatewayDispatchEvents.GuildUpdate"},{"type":"reference","id":8422,"name":"GatewayGuildModifyDispatchData"}],"name":"DataPayload"}},{"id":8422,"name":"GatewayGuildModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-update"},"sources":[{"fileName":"gateway/v10.ts","line":676,"character":12}],"type":{"type":"reference","id":9597,"name":"APIGuild"}},{"id":8535,"name":"GatewayGuildRoleCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create"},"sources":[{"fileName":"gateway/v10.ts","line":1040,"character":12}],"type":{"type":"reference","id":8531,"name":"GatewayGuildRoleModifyDispatch"}},{"id":8536,"name":"GatewayGuildRoleCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create"},"sources":[{"fileName":"gateway/v10.ts","line":1045,"character":12}],"type":{"type":"reference","id":8532,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":8539,"name":"GatewayGuildRoleDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1060,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8296,"name":"GatewayDispatchEvents.GuildRoleDelete"},{"type":"reference","id":8540,"name":"GatewayGuildRoleDeleteDispatchData"}],"name":"DataPayload"}},{"id":8531,"name":"GatewayGuildRoleModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"sources":[{"fileName":"gateway/v10.ts","line":1015,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":8295,"name":"GatewayDispatchEvents.GuildRoleCreate"},{"type":"reference","id":8297,"name":"GatewayDispatchEvents.GuildRoleUpdate"}]},{"type":"reference","id":8532,"name":"GatewayGuildRoleModifyDispatchData"}],"name":"DataPayload"}},{"id":8537,"name":"GatewayGuildRoleUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"sources":[{"fileName":"gateway/v10.ts","line":1050,"character":12}],"type":{"type":"reference","id":8531,"name":"GatewayGuildRoleModifyDispatch"}},{"id":8538,"name":"GatewayGuildRoleUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"sources":[{"fileName":"gateway/v10.ts","line":1055,"character":12}],"type":{"type":"reference","id":8532,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":8543,"name":"GatewayGuildScheduledEventCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1079,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8331,"name":"GatewayDispatchEvents.GuildScheduledEventCreate"},{"type":"reference","id":8544,"name":"GatewayGuildScheduledEventCreateDispatchData"}],"name":"DataPayload"}},{"id":8544,"name":"GatewayGuildScheduledEventCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1084,"character":12}],"type":{"type":"reference","id":9859,"name":"APIGuildScheduledEvent"}},{"id":8547,"name":"GatewayGuildScheduledEventDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1093,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8333,"name":"GatewayDispatchEvents.GuildScheduledEventDelete"},{"type":"reference","id":8548,"name":"GatewayGuildScheduledEventDeleteDispatchData"}],"name":"DataPayload"}},{"id":8548,"name":"GatewayGuildScheduledEventDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1098,"character":12}],"type":{"type":"reference","id":9859,"name":"APIGuildScheduledEvent"}},{"id":8545,"name":"GatewayGuildScheduledEventUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1086,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8332,"name":"GatewayDispatchEvents.GuildScheduledEventUpdate"},{"type":"reference","id":8546,"name":"GatewayGuildScheduledEventUpdateDispatchData"}],"name":"DataPayload"}},{"id":8546,"name":"GatewayGuildScheduledEventUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1091,"character":12}],"type":{"type":"reference","id":9859,"name":"APIGuildScheduledEvent"}},{"id":8549,"name":"GatewayGuildScheduledEventUserAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1100,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8334,"name":"GatewayDispatchEvents.GuildScheduledEventUserAdd"},{"type":"reference","id":8550,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":8554,"name":"GatewayGuildScheduledEventUserRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1111,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8335,"name":"GatewayDispatchEvents.GuildScheduledEventUserRemove"},{"type":"reference","id":8550,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":8494,"name":"GatewayGuildStickersUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-stickers-update"},"sources":[{"fileName":"gateway/v10.ts","line":861,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8298,"name":"GatewayDispatchEvents.GuildStickersUpdate"},{"type":"reference","id":8495,"name":"GatewayGuildStickersUpdateDispatchData"}],"name":"DataPayload"}},{"id":8478,"name":"GatewayGuildUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-update"},"sources":[{"fileName":"gateway/v10.ts","line":771,"character":12}],"type":{"type":"reference","id":8421,"name":"GatewayGuildModifyDispatch"}},{"id":8479,"name":"GatewayGuildUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-update"},"sources":[{"fileName":"gateway/v10.ts","line":776,"character":12}],"type":{"type":"reference","id":8422,"name":"GatewayGuildModifyDispatchData"}},{"id":8693,"name":"GatewayHeartbeatData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#sending-heartbeats"},"sources":[{"fileName":"gateway/v10.ts","line":1709,"character":12}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":8559,"name":"GatewayIntegrationCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-create"},"sources":[{"fileName":"gateway/v10.ts","line":1125,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8300,"name":"GatewayDispatchEvents.IntegrationCreate"},{"type":"reference","id":8560,"name":"GatewayIntegrationCreateDispatchData"}],"name":"DataPayload"}},{"id":8560,"name":"GatewayIntegrationCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-create"},"sources":[{"fileName":"gateway/v10.ts","line":1133,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":9729,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":8561,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8562,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1133,"character":75}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8562]}],"sources":[{"fileName":"gateway/v10.ts","line":1133,"character":73}]}}]}},{"id":8567,"name":"GatewayIntegrationDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-update"},"sources":[{"fileName":"gateway/v10.ts","line":1151,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8301,"name":"GatewayDispatchEvents.IntegrationDelete"},{"type":"reference","id":8568,"name":"GatewayIntegrationDeleteDispatchData"}],"name":"DataPayload"}},{"id":8563,"name":"GatewayIntegrationUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-update"},"sources":[{"fileName":"gateway/v10.ts","line":1138,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8302,"name":"GatewayDispatchEvents.IntegrationUpdate"},{"type":"reference","id":8564,"name":"GatewayIntegrationUpdateDispatchData"}],"name":"DataPayload"}},{"id":8564,"name":"GatewayIntegrationUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-update"},"sources":[{"fileName":"gateway/v10.ts","line":1146,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":9729,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":8565,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8566,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1146,"character":75}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8566]}],"sources":[{"fileName":"gateway/v10.ts","line":1146,"character":73}]}}]}},{"id":8572,"name":"GatewayInteractionCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#interaction-create"},"sources":[{"fileName":"gateway/v10.ts","line":1177,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8303,"name":"GatewayDispatchEvents.InteractionCreate"},{"type":"reference","id":8573,"name":"GatewayInteractionCreateDispatchData"}],"name":"DataPayload"}},{"id":8573,"name":"GatewayInteractionCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#interaction-create"},"sources":[{"fileName":"gateway/v10.ts","line":1185,"character":12}],"type":{"type":"reference","id":9877,"name":"APIInteraction"}},{"id":8365,"name":"GatewayInvalidSessionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invalid-session"},"sources":[{"fileName":"gateway/v10.ts","line":386,"character":12}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8574,"name":"GatewayInviteCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-create"},"sources":[{"fileName":"gateway/v10.ts","line":1190,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8304,"name":"GatewayDispatchEvents.InviteCreate"},{"type":"reference","id":8575,"name":"GatewayInviteCreateDispatchData"}],"name":"DataPayload"}},{"id":8588,"name":"GatewayInviteDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1260,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8305,"name":"GatewayDispatchEvents.InviteDelete"},{"type":"reference","id":8589,"name":"GatewayInviteDeleteDispatchData"}],"name":"DataPayload"}},{"id":8593,"name":"GatewayMessageCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-create"},"sources":[{"fileName":"gateway/v10.ts","line":1288,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8306,"name":"GatewayDispatchEvents.MessageCreate"},{"type":"reference","id":8594,"name":"GatewayMessageCreateDispatchData"}],"name":"DataPayload"}},{"id":8594,"name":"GatewayMessageCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-create"},"sources":[{"fileName":"gateway/v10.ts","line":1296,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9178,"name":"APIMessage"},{"type":"literal","value":"mentions"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","id":8600,"name":"GatewayMessageEventExtraFields"}]}},{"id":8611,"name":"GatewayMessageDeleteBulkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete-bulk"},"sources":[{"fileName":"gateway/v10.ts","line":1376,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8308,"name":"GatewayDispatchEvents.MessageDeleteBulk"},{"type":"reference","id":8612,"name":"GatewayMessageDeleteBulkDispatchData"}],"name":"DataPayload"}},{"id":8606,"name":"GatewayMessageDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1350,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8307,"name":"GatewayDispatchEvents.MessageDelete"},{"type":"reference","id":8607,"name":"GatewayMessageDeleteDispatchData"}],"name":"DataPayload"}},{"id":8616,"name":"GatewayMessageReactionAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-add"},"sources":[{"fileName":"gateway/v10.ts","line":1402,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8309,"name":"GatewayDispatchEvents.MessageReactionAdd"}],"name":"ReactionData"}},{"id":8617,"name":"GatewayMessageReactionAddDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-add"},"sources":[{"fileName":"gateway/v10.ts","line":1407,"character":12}],"type":{"type":"indexedAccess","indexType":{"type":"literal","value":"d"},"objectType":{"type":"reference","id":8616,"name":"GatewayMessageReactionAddDispatch"}}},{"id":8620,"name":"GatewayMessageReactionRemoveAllDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-all"},"sources":[{"fileName":"gateway/v10.ts","line":1422,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8311,"name":"GatewayDispatchEvents.MessageReactionRemoveAll"},{"type":"reference","id":8621,"name":"GatewayMessageReactionRemoveAllDispatchData"}],"name":"DataPayload"}},{"id":8621,"name":"GatewayMessageReactionRemoveAllDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-all"},"sources":[{"fileName":"gateway/v10.ts","line":1430,"character":12}],"type":{"type":"reference","name":"MessageReactionRemoveData"}},{"id":8618,"name":"GatewayMessageReactionRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove"},"sources":[{"fileName":"gateway/v10.ts","line":1412,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8310,"name":"GatewayDispatchEvents.MessageReactionRemove"},{"type":"literal","value":"member"}],"name":"ReactionData"}},{"id":8619,"name":"GatewayMessageReactionRemoveDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove"},"sources":[{"fileName":"gateway/v10.ts","line":1417,"character":12}],"type":{"type":"indexedAccess","indexType":{"type":"literal","value":"d"},"objectType":{"type":"reference","id":8618,"name":"GatewayMessageReactionRemoveDispatch"}}},{"id":8622,"name":"GatewayMessageReactionRemoveEmojiDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-emoji"},"sources":[{"fileName":"gateway/v10.ts","line":1435,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8312,"name":"GatewayDispatchEvents.MessageReactionRemoveEmoji"},{"type":"reference","id":8623,"name":"GatewayMessageReactionRemoveEmojiDispatchData"}],"name":"DataPayload"}},{"id":8595,"name":"GatewayMessageUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-update"},"sources":[{"fileName":"gateway/v10.ts","line":1301,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8313,"name":"GatewayDispatchEvents.MessageUpdate"},{"type":"reference","id":8596,"name":"GatewayMessageUpdateDispatchData"}],"name":"DataPayload"}},{"id":8596,"name":"GatewayMessageUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-update"},"sources":[{"fileName":"gateway/v10.ts","line":1309,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9178,"name":"APIMessage"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"mentions"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","id":8600,"name":"GatewayMessageEventExtraFields"},{"type":"reflection","declaration":{"id":8597,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8599,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the channel the message was sent in"},"sources":[{"fileName":"gateway/v10.ts","line":1318,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":8598,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the message"},"sources":[{"fileName":"gateway/v10.ts","line":1314,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8599,8598]}],"sources":[{"fileName":"gateway/v10.ts","line":1310,"character":34}]}}]}},{"id":8628,"name":"GatewayPresenceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#presence-update"},"sources":[{"fileName":"gateway/v10.ts","line":1453,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8314,"name":"GatewayDispatchEvents.PresenceUpdate"},{"type":"reference","id":8629,"name":"GatewayPresenceUpdateDispatchData"}],"name":"DataPayload"}},{"id":8629,"name":"GatewayPresenceUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#presence-update"},"sources":[{"fileName":"gateway/v10.ts","line":1461,"character":12}],"type":{"type":"reference","id":9498,"name":"RawGatewayPresenceUpdate"}},{"id":8371,"name":"GatewayReadyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#ready"},"sources":[{"fileName":"gateway/v10.ts","line":399,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8318,"name":"GatewayDispatchEvents.Ready"},{"type":"reference","id":8372,"name":"GatewayReadyDispatchData"}],"name":"DataPayload"}},{"id":8341,"name":"GatewayReceivePayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":275,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8343,"name":"GatewayHello"},{"type":"reference","id":8350,"name":"GatewayHeartbeatRequest"},{"type":"reference","id":8355,"name":"GatewayHeartbeatAck"},{"type":"reference","id":8360,"name":"GatewayInvalidSession"},{"type":"reference","id":8366,"name":"GatewayReconnect"},{"type":"reference","id":8342,"name":"GatewayDispatchPayload"}]}},{"id":8734,"name":"GatewayRequestGuildMembersData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#request-guild-members"},"sources":[{"fileName":"gateway/v10.ts","line":1859,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8723,"name":"GatewayRequestGuildMembersDataWithUserIds"},{"type":"reference","id":8728,"name":"GatewayRequestGuildMembersDataWithQuery"}]}},{"id":8380,"name":"GatewayResumedDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#resumed"},"sources":[{"fileName":"gateway/v10.ts","line":448,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8319,"name":"GatewayDispatchEvents.Resumed"},{"type":"intrinsic","name":"never"}],"name":"DataPayload"}},{"id":8340,"name":"GatewaySendPayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":267,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8690,"name":"GatewayHeartbeat"},{"type":"reference","id":8694,"name":"GatewayIdentify"},{"type":"reference","id":8743,"name":"GatewayUpdatePresence"},{"type":"reference","id":8735,"name":"GatewayVoiceStateUpdate"},{"type":"reference","id":8709,"name":"GatewayResume"},{"type":"reference","id":8716,"name":"GatewayRequestGuildMembers"}]}},{"id":8630,"name":"GatewayStageInstanceCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-create"},"sources":[{"fileName":"gateway/v10.ts","line":1466,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8315,"name":"GatewayDispatchEvents.StageInstanceCreate"},{"type":"reference","id":8631,"name":"GatewayStageInstanceCreateDispatchData"}],"name":"DataPayload"}},{"id":8631,"name":"GatewayStageInstanceCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-create"},"sources":[{"fileName":"gateway/v10.ts","line":1474,"character":12}],"type":{"type":"reference","id":10306,"name":"APIStageInstance"}},{"id":8632,"name":"GatewayStageInstanceDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1479,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8316,"name":"GatewayDispatchEvents.StageInstanceDelete"},{"type":"reference","id":8633,"name":"GatewayStageInstanceDeleteDispatchData"}],"name":"DataPayload"}},{"id":8633,"name":"GatewayStageInstanceDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1487,"character":12}],"type":{"type":"reference","id":10306,"name":"APIStageInstance"}},{"id":8634,"name":"GatewayStageInstanceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-update"},"sources":[{"fileName":"gateway/v10.ts","line":1492,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8317,"name":"GatewayDispatchEvents.StageInstanceUpdate"},{"type":"reference","id":8635,"name":"GatewayStageInstanceUpdateDispatchData"}],"name":"DataPayload"}},{"id":8635,"name":"GatewayStageInstanceUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-update"},"sources":[{"fileName":"gateway/v10.ts","line":1500,"character":12}],"type":{"type":"reference","id":10306,"name":"APIStageInstance"}},{"id":8645,"name":"GatewayThreadCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-create"},"sources":[{"fileName":"gateway/v10.ts","line":1554,"character":12}],"type":{"type":"reference","id":8408,"name":"GatewayChannelModifyDispatch"}},{"id":8668,"name":"GatewayThreadDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1579,"character":12}],"type":{"type":"reference","id":8408,"name":"GatewayChannelModifyDispatch"}},{"id":8669,"name":"GatewayThreadDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1584,"character":12}],"type":{"type":"reference","id":8409,"name":"GatewayChannelModifyDispatchData"}},{"id":8636,"name":"GatewayThreadListSyncDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-list-sync"},"sources":[{"fileName":"gateway/v10.ts","line":1505,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8322,"name":"GatewayDispatchEvents.ThreadListSync"},{"type":"reference","id":8637,"name":"GatewayThreadListSyncDispatchData"}],"name":"DataPayload"}},{"id":8637,"name":"GatewayThreadListSyncDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-list-sync"},"sources":[{"fileName":"gateway/v10.ts","line":1513,"character":12}],"type":{"type":"reference","id":9572,"name":"RawGatewayThreadListSync"}},{"id":8640,"name":"GatewayThreadMemberUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-member-update"},"sources":[{"fileName":"gateway/v10.ts","line":1531,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8324,"name":"GatewayDispatchEvents.ThreadMemberUpdate"},{"type":"reference","id":8641,"name":"GatewayThreadMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":8641,"name":"GatewayThreadMemberUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-member-update"},"sources":[{"fileName":"gateway/v10.ts","line":1539,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":9283,"name":"APIThreadMember"},{"type":"reflection","declaration":{"id":8642,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8643,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1539,"character":72}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8643]}],"sources":[{"fileName":"gateway/v10.ts","line":1539,"character":70}]}}]}},{"id":8638,"name":"GatewayThreadMembersUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-members-update"},"sources":[{"fileName":"gateway/v10.ts","line":1518,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8323,"name":"GatewayDispatchEvents.ThreadMembersUpdate"},{"type":"reference","id":8639,"name":"GatewayThreadMembersUpdateDispatchData"}],"name":"DataPayload"}},{"id":8639,"name":"GatewayThreadMembersUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-members-update"},"sources":[{"fileName":"gateway/v10.ts","line":1526,"character":12}],"type":{"type":"reference","id":9577,"name":"RawGatewayThreadMembersUpdate"}},{"id":8644,"name":"GatewayThreadModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-create\nhttps://discord.com/developers/docs/topics/gateway-events#thread-update\nhttps://discord.com/developers/docs/topics/gateway-events#thread-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1546,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":8320,"name":"GatewayDispatchEvents.ThreadCreate"},{"type":"reference","id":8321,"name":"GatewayDispatchEvents.ThreadDelete"},{"type":"reference","id":8325,"name":"GatewayDispatchEvents.ThreadUpdate"}]},{"type":"reference","id":8409,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":8666,"name":"GatewayThreadUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-update"},"sources":[{"fileName":"gateway/v10.ts","line":1569,"character":12}],"type":{"type":"reference","id":8408,"name":"GatewayChannelModifyDispatch"}},{"id":8667,"name":"GatewayThreadUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-update"},"sources":[{"fileName":"gateway/v10.ts","line":1574,"character":12}],"type":{"type":"reference","id":8409,"name":"GatewayChannelModifyDispatchData"}},{"id":8670,"name":"GatewayTypingStartDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#typing-start"},"sources":[{"fileName":"gateway/v10.ts","line":1589,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8326,"name":"GatewayDispatchEvents.TypingStart"},{"type":"reference","id":8671,"name":"GatewayTypingStartDispatchData"}],"name":"DataPayload"}},{"id":8677,"name":"GatewayUserUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#user-update"},"sources":[{"fileName":"gateway/v10.ts","line":1622,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8327,"name":"GatewayDispatchEvents.UserUpdate"},{"type":"reference","id":8678,"name":"GatewayUserUpdateDispatchData"}],"name":"DataPayload"}},{"id":8678,"name":"GatewayUserUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#user-update"},"sources":[{"fileName":"gateway/v10.ts","line":1627,"character":12}],"type":{"type":"reference","id":10393,"name":"APIUser"}},{"id":8681,"name":"GatewayVoiceServerUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-server-update"},"sources":[{"fileName":"gateway/v10.ts","line":1645,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8328,"name":"GatewayDispatchEvents.VoiceServerUpdate"},{"type":"reference","id":8682,"name":"GatewayVoiceServerUpdateDispatchData"}],"name":"DataPayload"}},{"id":8679,"name":"GatewayVoiceStateUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-state-update"},"sources":[{"fileName":"gateway/v10.ts","line":1632,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8329,"name":"GatewayDispatchEvents.VoiceStateUpdate"},{"type":"reference","id":8680,"name":"GatewayVoiceStateUpdateDispatchData"}],"name":"DataPayload"}},{"id":8680,"name":"GatewayVoiceStateUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-state-update"},"sources":[{"fileName":"gateway/v10.ts","line":1640,"character":12}],"type":{"type":"reference","id":10463,"name":"GatewayVoiceState"}},{"id":8686,"name":"GatewayWebhooksUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#webhooks-update"},"sources":[{"fileName":"gateway/v10.ts","line":1675,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8330,"name":"GatewayDispatchEvents.WebhooksUpdate"},{"type":"reference","id":8687,"name":"GatewayWebhooksUpdateDispatchData"}],"name":"DataPayload"}},{"id":11574,"name":"GetAPIVoiceRegionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"This was exported with the wrong name, use `RESTGetAPIVoiceRegionsResult` instead\n"}]},"sources":[{"fileName":"rest/v10/voice.ts","line":11,"character":12}],"type":{"type":"reference","id":11573,"name":"RESTGetAPIVoiceRegionsResult"}},{"id":10905,"name":"GuildBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1090,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"reference","id":10925,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":9017,"name":"GuildChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":53,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9158,"name":"ChannelType"},{"type":"union","types":[{"type":"reference","id":9160,"name":"ChannelType.DM"},{"type":"reference","id":9162,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10904,"name":"GuildDiscoverySplashFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1089,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10925,"name":"ImageFormat.Lottie"},{"type":"reference","id":10924,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10902,"name":"GuildIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1087,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"reference","id":10925,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10909,"name":"GuildMemberAvatarFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1094,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"reference","id":10925,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10919,"name":"GuildMemberBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1104,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"reference","id":10925,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10918,"name":"GuildScheduledEventCoverFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1103,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10925,"name":"ImageFormat.Lottie"},{"type":"reference","id":10924,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10903,"name":"GuildSplashFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1088,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10925,"name":"ImageFormat.Lottie"},{"type":"reference","id":10924,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":9037,"name":"GuildTextChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":101,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9016,"name":"TextChannelType"},{"type":"union","types":[{"type":"reference","id":9160,"name":"ChannelType.DM"},{"type":"reference","id":9162,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10072,"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":9718,"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":10965,"name":"RESTDeleteAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#delete-auto-moderation-rule"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":84,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11031,"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":349,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11025,"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":318,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11032,"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":354,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11045,"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":421,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11026,"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":323,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11065,"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":531,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11072,"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":566,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11078,"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":590,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":10996,"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":182,"character":12}],"type":{"type":"reference","id":9157,"name":"APIChannel"}},{"id":11098,"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":676,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11568,"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":11249,"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":597,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11120,"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":11292,"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":793,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11237,"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":541,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11236,"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":536,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11190,"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":316,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11276,"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":716,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11350,"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":11531,"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":11547,"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":10365,"name":"APITemplate"}},{"id":11407,"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":248,"character":12}],"type":{"type":"reference","id":11628,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":11397,"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":201,"character":12}],"type":{"type":"reference","id":11628,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":11420,"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":10231,"name":"APIInvite"}},{"id":11513,"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":11592,"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":11628,"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":276,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11593,"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":11409,"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":258,"character":12}],"type":{"type":"reference","id":10046,"name":"APIGuildApplicationCommandPermissions"}},{"id":11360,"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":40,"character":12}],"type":{"type":"reference","id":9880,"name":"APIApplicationCommand"}},{"id":11359,"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":35,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9880,"name":"APIApplicationCommand"}}},{"id":11382,"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":119,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9880,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":11380,"name":"RESTGetAPIApplicationGuildCommandsQuery","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":109,"character":12}],"type":{"type":"reference","id":11357,"name":"RESTGetAPIApplicationCommandsQuery"}},{"id":11381,"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":114,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":9880,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":10949,"name":"RESTGetAPIAuditLogResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/auditLog.ts","line":28,"character":12}],"type":{"type":"reference","id":8803,"name":"APIAuditLog"}},{"id":10951,"name":"RESTGetAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#get-auto-moderation-rule"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":19,"character":12}],"type":{"type":"reference","id":8968,"name":"APIAutoModerationRule"}},{"id":10950,"name":"RESTGetAPIAutoModerationRulesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#list-auto-moderation-rules-for-guild"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":14,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":8968,"name":"APIAutoModerationRule"}}},{"id":11054,"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":472,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10247,"name":"APIExtendedInvite"}}},{"id":11030,"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":344,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10393,"name":"APIUser"}}},{"id":11003,"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":216,"character":12}],"type":{"type":"reference","id":9178,"name":"APIMessage"}},{"id":11002,"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":211,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9178,"name":"APIMessage"}}},{"id":11070,"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":556,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9178,"name":"APIMessage"}}},{"id":10971,"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":35,"character":12}],"type":{"type":"reference","id":9157,"name":"APIChannel"}},{"id":11099,"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":681,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9283,"name":"APIThreadMember"}}},{"id":11580,"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":10483,"name":"APIWebhook"}}},{"id":11572,"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":10431,"name":"APIConnection"}}},{"id":11567,"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":11560,"name":"RESTAPIPartialCurrentUserGuild"}}},{"id":11548,"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":10393,"name":"APIUser"}},{"id":11122,"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":9489,"name":"APIGatewayBotInfo"}},{"id":11121,"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":9487,"name":"APIGatewayInfo"}},{"id":11408,"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":253,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10046,"name":"APIGuildApplicationCommandPermissions"}}},{"id":11243,"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":571,"character":12}],"type":{"type":"reference","id":9759,"name":"APIBan"}},{"id":11238,"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":546,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9759,"name":"APIBan"}}},{"id":11191,"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":321,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9157,"name":"APIChannel"}}},{"id":11108,"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":9478,"name":"APIEmoji"}},{"id":11107,"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":9478,"name":"APIEmoji"}}},{"id":11291,"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":788,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9729,"name":"APIGuildIntegration"}}},{"id":11290,"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":783,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10247,"name":"APIExtendedInvite"}}},{"id":11202,"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":370,"character":12}],"type":{"type":"reference","id":9718,"name":"APIGuildMember"}},{"id":11303,"name":"RESTGetAPIGuildMemberVerificationResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":841,"character":12}],"type":{"type":"reference","id":9797,"name":"APIGuildMembershipScreening"}},{"id":11206,"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":393,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9718,"name":"APIGuildMember"}}},{"id":11210,"name":"RESTGetAPIGuildMembersSearchResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":411,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9718,"name":"APIGuildMember"}}},{"id":11166,"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":202,"character":12}],"type":{"type":"reference","id":9703,"name":"APIGuildPreview"}},{"id":11165,"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":197,"character":12}],"type":{"type":"reference","id":9597,"name":"APIGuild"}},{"id":11250,"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":602,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10290,"name":"APIRole"}}},{"id":11343,"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":9859,"name":"APIGuildScheduledEvent"}},{"id":11356,"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":9873,"name":"APIGuildScheduledEventUser"}}},{"id":11328,"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":9859,"name":"APIGuildScheduledEvent"}}},{"id":11518,"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":10322,"name":"APISticker"}},{"id":11517,"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":10322,"name":"APISticker"}}},{"id":11538,"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":10365,"name":"APITemplate"}}},{"id":11201,"name":"RESTGetAPIGuildThreadsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-active-guild-threads"},"sources":[{"fileName":"rest/v10/guild.ts","line":365,"character":12}],"type":{"type":"reference","id":9289,"name":"APIThreadList"}},{"id":11289,"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":778,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10477,"name":"APIVoiceRegion"}}},{"id":11581,"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":10483,"name":"APIWebhook"}}},{"id":11321,"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":905,"character":12}],"type":{"type":"reference","id":9789,"name":"APIGuildWelcomeScreen"}},{"id":11302,"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":839,"character":12}],"type":{"type":"reference","qualifiedName":"ArrayBuffer","package":"typescript","name":"ArrayBuffer"}},{"id":11296,"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":813,"character":12}],"type":{"type":"reference","id":9762,"name":"APIGuildWidget"}},{"id":11293,"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":798,"character":12}],"type":{"type":"reference","id":9715,"name":"APIGuildWidgetSettings"}},{"id":11403,"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":228,"character":12}],"type":{"type":"reference","id":11620,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":11393,"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":181,"character":12}],"type":{"type":"reference","id":11620,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":11419,"name":"RESTGetAPIInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/invite.ts","line":22,"character":12}],"type":{"type":"reference","id":10231,"name":"APIInvite"}},{"id":11421,"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":8763,"name":"APIApplication"},{"type":"literal","value":"flags"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":11507,"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":10306,"name":"APIStageInstance"}},{"id":11514,"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":10322,"name":"APISticker"}},{"id":11532,"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":10365,"name":"APITemplate"}},{"id":11549,"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":10393,"name":"APIUser"}},{"id":11573,"name":"RESTGetAPIVoiceRegionsResult","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":10477,"name":"APIVoiceRegion"}}},{"id":11582,"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":10483,"name":"APIWebhook"}},{"id":11620,"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":238,"character":12}],"type":{"type":"reference","id":9178,"name":"APIMessage"}},{"id":11583,"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":10483,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":11550,"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":9718,"name":"APIGuildMember"}},{"id":11462,"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":11443,"name":"RESTPostOAuth2AccessTokenResult"},{"type":"literal","value":"refresh_token"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":11376,"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":89,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":11374,"name":"RESTPostAPIApplicationCommandsJSONBody"}],"name":"StrictPartial"}},{"id":11377,"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":94,"character":12}],"type":{"type":"reference","id":9880,"name":"APIApplicationCommand"}},{"id":11385,"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":136,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","typeArguments":[{"type":"reference","id":11361,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":11365,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]}],"name":"StrictPartial"}},{"id":11386,"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":144,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9880,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":10963,"name":"RESTPatchAPIAutoModerationRuleJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#modify-auto-moderation-rule"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":71,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10952,"name":"RESTPostAPIAutoModerationRuleJSONBody"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"trigger_type"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":10964,"name":"RESTPatchAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#modify-auto-moderation-rule"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":79,"character":12}],"type":{"type":"reference","id":8968,"name":"APIAutoModerationRule"}},{"id":10972,"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":40,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10973,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10986,"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":122,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10987,"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":128,"character":1}],"type":{"type":"reference","id":9278,"name":"ThreadAutoArchiveDuration"}},{"id":10991,"name":"available_tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The set of tags that can be used in a forum channel","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":152,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9126,"name":"APIGuildForumTag"}}},{"id":10980,"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":86,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10989,"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":140,"character":1}],"type":{"type":"reference","id":9278,"name":"ThreadAutoArchiveDuration"}},{"id":10992,"name":"default_reaction_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to show in the add reaction button on a thread in a forum channel","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":158,"character":1}],"type":{"type":"reference","id":9132,"name":"APIGuildForumDefaultReactionEmoji"}},{"id":10994,"name":"default_sort_order","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The default sort order type used to order posts in forum channels","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":171,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9135,"name":"SortOrderType"},{"type":"literal","value":null}]}},{"id":10993,"name":"default_thread_rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The initial `rate_limit_per_user` to set on newly created threads in a channel.\nThis field is copied to the thread at creation time and does not live update","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":165,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10990,"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":146,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10988,"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":134,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10974,"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":46,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10978,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw","text":"Channel types: text, voice, news, forum\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":72,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":10983,"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, voice, news\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":104,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":10982,"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":98,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":10966,"name":"APIChannelPatchOverwrite"}},{"type":"literal","value":null}]}},{"id":10976,"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":60,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10979,"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, forum\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":80,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10984,"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":110,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10977,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"0-1024 character channel topic (0-4096 characters for forum channels)","text":"Channel types: text, news, forum\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":66,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10975,"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":54,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9164,"name":"ChannelType.GuildAnnouncement"},{"type":"reference","id":9159,"name":"ChannelType.GuildText"}]}},{"id":10981,"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":92,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10985,"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":116,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9175,"name":"VideoQualityMode"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10986,10987,10991,10980,10989,10992,10994,10993,10990,10988,10974,10978,10983,10982,10976,10979,10984,10977,10975,10981,10985]}],"sources":[{"fileName":"rest/v10/channel.ts","line":40,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11041,"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":404,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":11042,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11043,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/channel.ts","line":409,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11043]}],"sources":[{"fileName":"rest/v10/channel.ts","line":405,"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":11033,"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":11033,"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":359,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11034,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11038,"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":384,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9365,"name":"APIAllowedMentions"},{"type":"literal","value":null}]}},{"id":11039,"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":392,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9345,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9345,"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":11040,"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":398,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":9383,"typeArguments":[{"type":"reference","id":9472,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}},{"type":"literal","value":null}]}},{"id":11035,"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":363,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11036,"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":369,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":9292,"name":"APIEmbed"}},{"type":"literal","value":null}]}},{"id":11037,"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":378,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9246,"name":"MessageFlags"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11038,11039,11040,11035,11036,11037]}],"sources":[{"fileName":"rest/v10/channel.ts","line":359,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11044,"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":416,"character":12}],"type":{"type":"reference","id":9178,"name":"APIMessage"}},{"id":10995,"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":177,"character":12}],"type":{"type":"reference","id":9157,"name":"APIChannel"}},{"id":11231,"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":511,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11232,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11233,"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":517,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11233]}],"sources":[{"fileName":"rest/v10/guild.ts","line":511,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11228,"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":499,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11229,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11230,"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":505,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11230]}],"sources":[{"fileName":"rest/v10/guild.ts","line":499,"character":114}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11234,"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":525,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":11228,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody"}],"name":"StrictRequired"}},{"id":11551,"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":11552,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11554,"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":11553,"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":[11554,11553]}],"sources":[{"fileName":"rest/v10/user.ts","line":23,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11555,"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":10393,"name":"APIUser"}},{"id":11194,"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":336,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11195,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11196,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Channel id"},"sources":[{"fileName":"rest/v10/guild.ts","line":341,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":11198,"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":349,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11199,"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":353,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11197,"name":"position","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":345,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11196,11198,11199,11197]}],"sources":[{"fileName":"rest/v10/guild.ts","line":337,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":11200,"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":360,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11115,"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":11116,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11117,"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":11118,"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":[11117,11118]}],"sources":[{"fileName":"rest/v10/emoji.ts","line":43,"character":98}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11119,"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":9478,"name":"APIEmoji"}},{"id":11167,"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":207,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11168,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11174,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":239,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11175,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"rest/v10/guild.ts","line":243,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]}},{"id":11180,"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":267,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11172,"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":229,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9640,"name":"GuildDefaultMessageNotifications"},{"type":"literal","value":null}]}},{"id":11187,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"rest/v10/guild.ts","line":301,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11179,"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":263,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11173,"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":235,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9643,"name":"GuildExplicitContentFilter"},{"type":"literal","value":null}]}},{"id":11186,"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":297,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9675,"name":"GuildFeature"}}},{"id":11176,"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":249,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11169,"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":211,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11177,"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":253,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":11185,"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":291,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11188,"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":305,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11184,"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":285,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11170,"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":217,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11183,"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":281,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11178,"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":259,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11182,"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":277,"character":1}],"type":{"type":"reference","id":9670,"name":"GuildSystemChannelFlags"}},{"id":11181,"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":271,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11171,"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":223,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9655,"name":"GuildVerificationLevel"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11174,11175,11180,11172,11187,11179,11173,11186,11176,11169,11177,11185,11188,11184,11170,11183,11178,11182,11181,11171]}],"sources":[{"fileName":"rest/v10/guild.ts","line":207,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11219,"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":452,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11220,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11225,"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":482,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11226,"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":486,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11224,"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":476,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":11223,"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":470,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":11221,"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":458,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11222,"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":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":[11225,11226,11224,11223,11221,11222]}],"sources":[{"fileName":"rest/v10/guild.ts","line":452,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11227,"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":492,"character":12}],"type":{"type":"reference","id":9718,"name":"APIGuildMember"}},{"id":11304,"name":"RESTPatchAPIGuildMemberVerificationJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":843,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11305,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11308,"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":855,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11306,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether Membership Screening is enabled"},"sources":[{"fileName":"rest/v10/guild.ts","line":847,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11307,"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":851,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11308,11306,11307]}],"sources":[{"fileName":"rest/v10/guild.ts","line":843,"character":111}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11309,"name":"RESTPatchAPIGuildMemberVerificationResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":858,"character":12}],"type":{"type":"reference","id":9797,"name":"APIGuildMembershipScreening"}},{"id":11189,"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":311,"character":12}],"type":{"type":"reference","id":9597,"name":"APIGuild"}},{"id":11266,"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":677,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11267,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11270,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"RGB color value"},"sources":[{"fileName":"rest/v10/guild.ts","line":689,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":11271,"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":693,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":11272,"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":697,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11274,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be mentionable"},"sources":[{"fileName":"rest/v10/guild.ts","line":705,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":11268,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role"},"sources":[{"fileName":"rest/v10/guild.ts","line":681,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11269,"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":685,"character":1}],"type":{"type":"union","types":[{"type":"reference","name":"Permissions"},{"type":"literal","value":null}]}},{"id":11273,"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":701,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11270,11271,11272,11274,11268,11269,11273]}],"sources":[{"fileName":"rest/v10/guild.ts","line":677,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11261,"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":656,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11262,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11263,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role id"},"sources":[{"fileName":"rest/v10/guild.ts","line":661,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":11264,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the role"},"sources":[{"fileName":"rest/v10/guild.ts","line":665,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11263,11264]}],"sources":[{"fileName":"rest/v10/guild.ts","line":657,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":11265,"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":672,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10290,"name":"APIRole"}}},{"id":11275,"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":711,"character":12}],"type":{"type":"reference","id":10290,"name":"APIRole"}},{"id":11344,"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":11329,"name":"RESTPostAPIGuildScheduledEventJSONBody"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11345,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11348,"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":11347,"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":9860,"name":"APIGuildScheduledEventEntityMetadata"},{"type":"literal","value":null}]}},{"id":11346,"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":9866,"name":"GuildScheduledEventStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[11348,11347,11346]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":93,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":11349,"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":9859,"name":"APIGuildScheduledEvent"}},{"id":11525,"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":11526,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11528,"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":11527,"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":11529,"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":[11528,11527,11529]}],"sources":[{"fileName":"rest/v10/sticker.ts","line":56,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11530,"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":10322,"name":"APISticker"}},{"id":11545,"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":11539,"name":"RESTPostAPIGuildTemplatesJSONBody"}],"name":"StrictPartial"}},{"id":11546,"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":10365,"name":"APITemplate"}},{"id":11310,"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":863,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11311,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11312,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel the user is currently in"},"sources":[{"fileName":"rest/v10/guild.ts","line":867,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":11314,"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":875,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11313,"name":"suppress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Toggles the user's suppress state"},"sources":[{"fileName":"rest/v10/guild.ts","line":871,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11312,11314,11313]}],"sources":[{"fileName":"rest/v10/guild.ts","line":863,"character":116}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11315,"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":881,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11316,"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":886,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11317,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11318,"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":890,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":11319,"name":"suppress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Toggles the user's suppress state"},"sources":[{"fileName":"rest/v10/guild.ts","line":894,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11318,11319]}],"sources":[{"fileName":"rest/v10/guild.ts","line":886,"character":107}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11320,"name":"RESTPatchAPIGuildVoiceStateUserResult","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":900,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11322,"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":910,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9789,"name":"APIGuildWelcomeScreen"}],"name":"StrictPartial"}],"name":"Nullable"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11323,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11324,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the welcome screen is enabled"},"sources":[{"fileName":"rest/v10/guild.ts","line":915,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11324]}],"sources":[{"fileName":"rest/v10/guild.ts","line":911,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":11325,"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":921,"character":12}],"type":{"type":"reference","id":9789,"name":"APIGuildWelcomeScreen"}},{"id":11294,"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":803,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9715,"name":"APIGuildWidgetSettings"}],"name":"StrictPartial"}},{"id":11295,"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":808,"character":12}],"type":{"type":"reference","id":9715,"name":"APIGuildWidgetSettings"}},{"id":11405,"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":238,"character":12}],"type":{"type":"reference","id":11624,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":11404,"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":233,"character":12}],"type":{"type":"reference","id":11621,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":11406,"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":243,"character":12}],"type":{"type":"reference","id":11627,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":11395,"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":191,"character":12}],"type":{"type":"reference","id":11624,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":11394,"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":186,"character":12}],"type":{"type":"reference","id":11621,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":11396,"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":196,"character":12}],"type":{"type":"reference","id":11627,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":11508,"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":11509,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11511,"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":10314,"name":"StageInstancePrivacyLevel"}},{"id":11510,"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":[11511,11510]}],"sources":[{"fileName":"rest/v10/stageInstance.ts","line":42,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11512,"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":10306,"name":"APIStageInstance"}},{"id":11584,"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":11585,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11587,"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":11588,"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":11586,"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":[11587,11588,11586]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":57,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11589,"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":10483,"name":"APIWebhook"}},{"id":11590,"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":11584,"name":"RESTPatchAPIWebhookJSONBody"},{"type":"literal","value":"channel_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":11624,"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":259,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":11625,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11626,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/webhook.ts","line":264,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11626]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":260,"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":11621,"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":11621,"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":243,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":11594,"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":11622,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11623,"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":252,"character":2}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9345,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9345,"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":[11623]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":244,"character":113}]}}]}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11627,"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":271,"character":12}],"type":{"type":"reference","id":9178,"name":"APIMessage"}},{"id":11591,"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":11583,"name":"RESTGetAPIWebhookWithTokenResult"}},{"id":11374,"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":77,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":11361,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"reference","id":11365,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"}]}},{"id":11375,"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":84,"character":12}],"type":{"type":"reference","id":9880,"name":"APIApplicationCommand"}},{"id":11383,"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":124,"character":12}],"type":{"type":"union","types":[{"type":"reference","typeArguments":[{"type":"reference","id":11361,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":11365,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]}},{"id":11384,"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":131,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9880,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":10952,"name":"RESTPostAPIAutoModerationRuleJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#create-auto-moderation-rule"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":24,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10953,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10958,"name":"actions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The actions which will execute when this rule is triggered"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":46,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8996,"name":"APIAutoModerationAction"}}},{"id":10959,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this rule is enabled","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10955,"name":"event_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule event type"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":32,"character":1}],"type":{"type":"reference","id":8994,"name":"AutoModerationRuleEventType"}},{"id":10961,"name":"exempt_channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel ids that shouldn't be affected by this rule (Maximum of 50)"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":60,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}},{"id":10960,"name":"exempt_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role ids that shouldn't be affected by this rule (Maximum of 20)"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":56,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}},{"id":10954,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule name"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10957,"name":"trigger_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The rule trigger metadata","text":"Can be omitted if the trigger type is {@link AutoModerationRuleTriggerType.HarmfulLink} or {@link AutoModerationRuleTriggerType.Spam}\n"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":42,"character":1}],"type":{"type":"reference","id":8985,"name":"APIAutoModerationRuleTriggerMetadata"}},{"id":10956,"name":"trigger_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule trigger type"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":36,"character":1}],"type":{"type":"reference","id":8980,"name":"AutoModerationRuleTriggerType"}}],"groups":[{"title":"Properties","kind":1024,"children":[10958,10959,10955,10961,10960,10954,10957,10956]}],"sources":[{"fileName":"rest/v10/autoModeration.ts","line":24,"character":105}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10962,"name":"RESTPostAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#create-auto-moderation-rule"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":66,"character":12}],"type":{"type":"reference","id":8968,"name":"APIAutoModerationRule"}},{"id":11068,"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":546,"character":12}],"type":{"type":"reference","id":9256,"name":"APIFollowedChannel"}},{"id":11055,"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":477,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11056,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11057,"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":483,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11058,"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":489,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11063,"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":520,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":11061,"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":508,"character":1}],"type":{"type":"reference","id":10244,"name":"InviteTargetType"}},{"id":11062,"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":514,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":11059,"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":495,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11060,"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":502,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11057,11058,11063,11061,11062,11059,11060]}],"sources":[{"fileName":"rest/v10/channel.ts","line":477,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11064,"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":526,"character":12}],"type":{"type":"reference","id":10247,"name":"APIExtendedInvite"}},{"id":11023,"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":308,"character":12}],"type":{"type":"reference","id":9178,"name":"APIMessage"}},{"id":11019,"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":291,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":11020,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11021,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/channel.ts","line":296,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11021]}],"sources":[{"fileName":"rest/v10/channel.ts","line":292,"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":11007,"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":11007,"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":235,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11008,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11013,"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":259,"character":1}],"type":{"type":"reference","id":9365,"name":"APIAllowedMentions"}},{"id":11017,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attachment objects with filename and description"},"sources":[{"fileName":"rest/v10/channel.ts","line":281,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9345,"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":9345,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":11015,"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":271,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9383,"typeArguments":[{"type":"reference","id":9472,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":11009,"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":239,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11012,"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":253,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9292,"name":"APIEmbed"}}},{"id":11018,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Message flags combined as a bitfield"},"sources":[{"fileName":"rest/v10/channel.ts","line":285,"character":1}],"type":{"type":"reference","id":9246,"name":"MessageFlags"}},{"id":11014,"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":265,"character":1}],"type":{"type":"reference","id":11004,"name":"APIMessageReferenceSend"}},{"id":11010,"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":243,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":11016,"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":277,"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":11011,"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":247,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11013,11017,11015,11009,11012,11018,11014,11010,11016,11011]}],"sources":[{"fileName":"rest/v10/channel.ts","line":235,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11022,"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":303,"character":12}],"type":{"type":"reference","id":9178,"name":"APIMessage"}},{"id":11048,"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":436,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11079,"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":595,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11080,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11082,"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":605,"character":1}],"type":{"type":"reference","id":9278,"name":"ThreadAutoArchiveDuration"}},{"id":11081,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-100 character thread name"},"sources":[{"fileName":"rest/v10/channel.ts","line":599,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11083,"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":609,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11082,11081,11083]}],"sources":[{"fileName":"rest/v10/channel.ts","line":595,"character":109}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11091,"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":639,"character":12}],"type":{"type":"reference","id":9157,"name":"APIChannel"}},{"id":11092,"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":644,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":11079,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11093,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11095,"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":660,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11094,"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.PrivateThread\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":656,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":9165,"name":"ChannelType.AnnouncementThread"},{"type":"reference","id":9166,"name":"ChannelType.PublicThread"},{"type":"reference","id":9167,"name":"ChannelType.PrivateThread"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11095,11094]}],"sources":[{"fileName":"rest/v10/channel.ts","line":645,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":11096,"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":666,"character":12}],"type":{"type":"reference","id":9157,"name":"APIChannel"}},{"id":11069,"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":551,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11575,"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":11576,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11578,"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":11577,"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":[11578,11577]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":16,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11579,"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":10483,"name":"APIWebhook"}},{"id":11361,"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":61,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11362,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11364,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/interactions.ts","line":64,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":11363,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/interactions.ts","line":63,"character":2}],"type":{"type":"reference","id":9897,"name":"ApplicationCommandType.ChatInput"}}],"groups":[{"title":"Properties","kind":1024,"children":[11364,11363]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":62,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":11571,"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":9157,"name":"APIChannel"}},{"id":11192,"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":326,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":11129,"name":"APIGuildCreatePartialChannel"},{"type":"literal","value":"id"}],"name":"DistributiveOmit"}},{"id":11193,"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":331,"character":12}],"type":{"type":"reference","id":9157,"name":"APIChannel"}},{"id":11109,"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":11110,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11112,"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":11111,"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":11113,"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":[11112,11111,11113]}],"sources":[{"fileName":"rest/v10/emoji.ts","line":18,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11114,"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":9478,"name":"APIEmoji"}},{"id":11088,"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":629,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":11079,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reflection","declaration":{"id":11089,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11090,"name":"message","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"First message in the forum thread"},"sources":[{"fileName":"rest/v10/channel.ts","line":633,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11090]}],"sources":[{"fileName":"rest/v10/channel.ts","line":629,"character":99}]}}]}},{"id":11084,"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":615,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":11079,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reflection","declaration":{"id":11085,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11087,"name":"applied_tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The IDs of the set of tags that have been applied to a thread in a forum channel"},"sources":[{"fileName":"rest/v10/channel.ts","line":623,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}},{"id":11086,"name":"message","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"First message in the forum thread"},"sources":[{"fileName":"rest/v10/channel.ts","line":619,"character":1}],"type":{"type":"reference","id":11007,"name":"RESTPostAPIChannelMessageJSONBody"}}],"groups":[{"title":"Properties","kind":1024,"children":[11087,11086]}],"sources":[{"fileName":"rest/v10/channel.ts","line":615,"character":95}]}}]}},{"id":11282,"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":749,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11283,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11285,"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":761,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11284,"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":755,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11286,"name":"include_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Role(s) to include"},"sources":[{"fileName":"rest/v10/guild.ts","line":765,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[11285,11284,11286]}],"sources":[{"fileName":"rest/v10/guild.ts","line":749,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11251,"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":607,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11252,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11255,"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":625,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":11256,"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":631,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":11257,"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":635,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11259,"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":645,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":11253,"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":613,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11254,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"reference","name":"Permissions"},{"type":"literal","value":null}]}},{"id":11258,"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":639,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11255,11256,11257,11259,11253,11254,11258]}],"sources":[{"fileName":"rest/v10/guild.ts","line":607,"character":96}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"},"extendedBy":[{"type":"reference","id":11135,"name":"APIGuildCreateRole"}]},{"id":11260,"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":651,"character":12}],"type":{"type":"reference","id":10290,"name":"APIRole"}},{"id":11329,"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":11330,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11331,"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":11336,"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":11338,"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":9860,"name":"APIGuildScheduledEventEntityMetadata"}},{"id":11337,"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":9862,"name":"GuildScheduledEventEntityType"}},{"id":11339,"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":11332,"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":11333,"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":9871,"name":"GuildScheduledEventPrivacyLevel"}},{"id":11335,"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":11334,"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":[11331,11336,11338,11337,11339,11332,11333,11335,11334]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":30,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11340,"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":9859,"name":"APIGuildScheduledEvent"}},{"id":11524,"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":10322,"name":"APISticker"}},{"id":11539,"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":11540,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11542,"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":11541,"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":[11542,11541]}],"sources":[{"fileName":"rest/v10/template.ts","line":38,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11543,"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":10365,"name":"APITemplate"}},{"id":11144,"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":75,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11145,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11154,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":139,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11155,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"rest/v10/guild.ts","line":143,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]}},{"id":11153,"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":135,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":11129,"name":"APIGuildCreatePartialChannel"}}},{"id":11150,"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":103,"character":1}],"type":{"type":"reference","id":9640,"name":"GuildDefaultMessageNotifications"}},{"id":11151,"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":109,"character":1}],"type":{"type":"reference","id":9643,"name":"GuildExplicitContentFilter"}},{"id":11148,"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":91,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11146,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v10/guild.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11158,"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":157,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11147,"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":85,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11152,"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":122,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":11135,"name":"APIGuildCreateRole"}}},{"id":11157,"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":153,"character":1}],"type":{"type":"reference","id":9670,"name":"GuildSystemChannelFlags"}},{"id":11156,"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":147,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11149,"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":97,"character":1}],"type":{"type":"reference","id":9655,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[11154,11155,11153,11150,11151,11148,11146,11158,11147,11152,11157,11156,11149]}],"sources":[{"fileName":"rest/v10/guild.ts","line":75,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11162,"name":"RESTPostAPIGuildsMFAResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-mfa-level"},"sources":[{"fileName":"rest/v10/guild.ts","line":180,"character":12}],"type":{"type":"reference","id":11160,"name":"RESTPostAPIGuildsMFAJSONBody"}},{"id":11159,"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":163,"character":12}],"type":{"type":"reference","id":9597,"name":"APIGuild"}},{"id":11390,"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":169,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":11391,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11392,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/interactions.ts","line":174,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11392]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":170,"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":11389,"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":11389,"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":164,"character":12}],"type":{"type":"reference","id":10193,"name":"APIInteractionResponse"}},{"id":11399,"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":211,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":11400,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11401,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/interactions.ts","line":216,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11401]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":212,"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":11398,"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":11398,"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":206,"character":12}],"type":{"type":"reference","id":10221,"name":"APIInteractionResponseCallbackData"}},{"id":11402,"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":223,"character":12}],"type":{"type":"reference","id":11613,"name":"RESTPostAPIWebhookWithTokenWaitResult"}},{"id":11506,"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":10306,"name":"APIStageInstance"}},{"id":11533,"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":11534,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11536,"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":11535,"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":[11536,11535]}],"sources":[{"fileName":"rest/v10/template.ts","line":12,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11537,"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":9597,"name":"APIGuild"}},{"id":11606,"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":158,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":11607,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11608,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/webhook.ts","line":163,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11608]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":159,"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":11594,"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":11617,"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":220,"character":12}],"type":{"type":"reference","id":11609,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":11618,"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":225,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11619,"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":233,"character":12}],"type":{"type":"reference","id":9178,"name":"APIMessage"}},{"id":11594,"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":11595,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11601,"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":9365,"name":"APIAllowedMentions"}},{"id":11603,"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":9345,"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":9345,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":11598,"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":11602,"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":9383,"typeArguments":[{"type":"reference","id":9472,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":11596,"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":11600,"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":9292,"name":"APIEmbed"}}},{"id":11604,"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":9246,"name":"MessageFlags"}},{"id":11605,"name":"thread_name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of thread to create","text":"Available only if the webhook is in a forum channel and a thread is not specified in {@link RESTPostAPIWebhookWithTokenQuery.thread_id} query parameter\n"},"sources":[{"fileName":"rest/v10/webhook.ts","line":152,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11599,"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":11597,"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":[11601,11603,11598,11602,11596,11600,11604,11605,11599,11597]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":102,"character":103}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11612,"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":189,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11614,"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":202,"character":12}],"type":{"type":"reference","id":11609,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":11615,"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":207,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11616,"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":215,"character":12}],"type":{"type":"reference","id":9178,"name":"APIMessage"}},{"id":11613,"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":197,"character":12}],"type":{"type":"reference","id":9178,"name":"APIMessage"}},{"id":11500,"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":11486,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult"},{"type":"reference","id":11493,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult"}]}},{"id":11466,"name":"RESTPostOAuth2ClientCredentialsResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":110,"character":12}],"type":{"type":"reference","id":11462,"name":"RESTOAuth2ImplicitAuthorizationURLFragmentResult"}},{"id":11454,"name":"RESTPostOAuth2RefreshTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":83,"character":12}],"type":{"type":"reference","id":11443,"name":"RESTPostOAuth2AccessTokenResult"}},{"id":11412,"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":270,"character":12}],"type":{"type":"reference","id":10046,"name":"APIGuildApplicationCommandPermissions"}},{"id":11378,"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":99,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":11374,"name":"RESTPostAPIApplicationCommandsJSONBody"}}},{"id":11379,"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":104,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9880,"name":"APIApplicationCommand"}}},{"id":11387,"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":149,"character":12}],"type":{"type":"array","elementType":{"type":"union","types":[{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":11361,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9880,"name":"APIApplicationCommand"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]},{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":11365,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9880,"name":"APIApplicationCommand"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}]}}},{"id":11388,"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":159,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":9880,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":11024,"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":313,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11053,"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":467,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11071,"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":561,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11073,"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":571,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11074,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11075,"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":575,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11076,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Nickname of the user being added"},"sources":[{"fileName":"rest/v10/channel.ts","line":579,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11075,11076]}],"sources":[{"fileName":"rest/v10/channel.ts","line":571,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11077,"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":585,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":11097,"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":671,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11413,"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":275,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":10046,"name":"APIGuildApplicationCommandPermissions"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"permissions"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}}},{"id":11414,"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":283,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10046,"name":"APIGuildApplicationCommandPermissions"}}},{"id":11244,"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":576,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11245,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11246,"name":"delete_message_days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days to delete messages for (0-7)","tags":[{"tag":"deprecated","text":"use `delete_message_seconds` instead\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":582,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11247,"name":"delete_message_seconds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of seconds to delete messages for, between 0 and 604800 (7 days)"},"sources":[{"fileName":"rest/v10/guild.ts","line":586,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11246,11247]}],"sources":[{"fileName":"rest/v10/guild.ts","line":576,"character":94}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11248,"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":592,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11211,"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":416,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11212,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11213,"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":420,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11217,"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":444,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11216,"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":438,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11214,"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":426,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11215,"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":432,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[11213,11217,11216,11214,11215]}],"sources":[{"fileName":"rest/v10/guild.ts","line":416,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11218,"name":"RESTPutAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":447,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9718,"name":"APIGuildMember"},{"type":"intrinsic","name":"never"}]}},{"id":11235,"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":531,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11544,"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":10365,"name":"APITemplate"}},{"id":10917,"name":"RoleIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1102,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10925,"name":"ImageFormat.Lottie"},{"type":"reference","id":10924,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10916,"name":"StickerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1101,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10922,"name":"ImageFormat.PNG"},{"type":"reference","id":10925,"name":"ImageFormat.Lottie"}]}],"qualifiedName":"Extract","package":"typescript","name":"Extract"}},{"id":10914,"name":"StickerPackBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1099,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10925,"name":"ImageFormat.Lottie"},{"type":"reference","id":10924,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10915,"name":"TeamIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1100,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10925,"name":"ImageFormat.Lottie"},{"type":"reference","id":10924,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":9016,"name":"TextChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":42,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9160,"name":"ChannelType.DM"},{"type":"reference","id":9162,"name":"ChannelType.GroupDM"},{"type":"reference","id":9164,"name":"ChannelType.GuildAnnouncement"},{"type":"reference","id":9166,"name":"ChannelType.PublicThread"},{"type":"reference","id":9167,"name":"ChannelType.PrivateThread"},{"type":"reference","id":9165,"name":"ChannelType.AnnouncementThread"},{"type":"reference","id":9159,"name":"ChannelType.GuildText"},{"type":"reference","id":9170,"name":"ChannelType.GuildForum"},{"type":"reference","id":9161,"name":"ChannelType.GuildVoice"}]}},{"id":10908,"name":"UserAvatarFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1093,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"reference","id":10925,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10906,"name":"UserBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1091,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10920,"name":"ImageFormat"},{"type":"reference","id":10925,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10059,"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":10060,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10065,"name":"AllChannels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":57,"character":1}],"type":{"type":"reflection","declaration":{"id":10066,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"signatures":[{"id":10067,"name":"__type","kind":4096,"kindString":"Call signature","flags":{},"parameters":[{"id":10068,"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":10061,"name":"Everyone","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":56,"character":1}],"type":{"type":"reflection","declaration":{"id":10062,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"signatures":[{"id":10063,"name":"__type","kind":4096,"kindString":"Call signature","flags":{},"parameters":[{"id":10064,"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":[10065,10061]}]}},"defaultValue":"..."},{"id":10500,"name":"APIVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":21,"character":13}],"type":{"type":"literal","value":"10"},"defaultValue":"'10'"},{"id":10805,"name":"CDNRoutes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":869,"character":13}],"type":{"type":"reflection","declaration":{"id":10806,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10865,"name":"achievementIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1010,"character":1}],"signatures":[{"id":10866,"name":"achievementIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-assets/{application.id}/achievements/{achievement.id}/icons/{achievement.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10867,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10868,"name":"achievementId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10869,"name":"achievementIconHash","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10870,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10913,"name":"AchievementIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-assets/","tail":[[{"type":"intrinsic","name":"string"},"/achievements/"],[{"type":"intrinsic","name":"string"},"/icons/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-assets/","tail":[[{"type":"intrinsic","name":"string"},"/achievements/"],[{"type":"intrinsic","name":"string"},"/icons/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-assets/","tail":[[{"type":"intrinsic","name":"string"},"/achievements/"],[{"type":"intrinsic","name":"string"},"/icons/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10860,"name":"applicationAsset","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1000,"character":1}],"signatures":[{"id":10861,"name":"applicationAsset","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-icons/{application.id}/{application.asset_id}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10862,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10863,"name":"applicationAssetId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10864,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10912,"name":"ApplicationAssetFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10855,"name":"applicationCover","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":990,"character":1}],"signatures":[{"id":10856,"name":"applicationCover","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-icons/{application.id}/{application.cover_image}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10857,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10858,"name":"applicationCoverImage","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10859,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10911,"name":"ApplicationCoverFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10850,"name":"applicationIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":980,"character":1}],"signatures":[{"id":10851,"name":"applicationIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-icons/{application.id}/{application.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10852,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10853,"name":"applicationIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10854,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10910,"name":"ApplicationIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10836,"name":"defaultUserAvatar","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":946,"character":1}],"signatures":[{"id":10837,"name":"defaultUserAvatar","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/embed/avatars/{user.discriminator % 5}.png`","text":"The `userDiscriminator` parameter should be the user discriminator modulo 5 (e.g. 1337 % 5 = 2)\n\nThis route supports the extension: PNG\n"},"parameters":[{"id":10838,"name":"userDiscriminator","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10900,"name":"DefaultUserAvatarAssets"}}],"type":{"type":"union","types":[{"type":"literal","value":"/embed/avatars/0.png"},{"type":"literal","value":"/embed/avatars/2.png"},{"type":"literal","value":"/embed/avatars/1.png"},{"type":"literal","value":"/embed/avatars/3.png"},{"type":"literal","value":"/embed/avatars/4.png"},{"type":"literal","value":"/embed/avatars/5.png"}]}}]},{"id":10807,"name":"emoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":878,"character":1}],"signatures":[{"id":10808,"name":"emoji","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/emojis/{emoji.id}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":10809,"name":"emojiId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10810,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10901,"name":"EmojiFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":10826,"name":"guildBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":922,"character":1}],"signatures":[{"id":10827,"name":"guildBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/banners/{guild.id}/{guild.banner}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":10828,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10829,"name":"guildBanner","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10830,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10905,"name":"GuildBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":10821,"name":"guildDiscoverySplash","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":910,"character":1}],"signatures":[{"id":10822,"name":"guildDiscoverySplash","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/discovery-splashes/{guild.id}/{guild.discovery_splash}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10823,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10824,"name":"guildDiscoverySplash","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10825,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10904,"name":"GuildDiscoverySplashFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/discovery-splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/discovery-splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/discovery-splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10811,"name":"guildIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":890,"character":1}],"signatures":[{"id":10812,"name":"guildIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/icons/{guild.id}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":10813,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10814,"name":"guildIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10815,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10902,"name":"GuildIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":10844,"name":"guildMemberAvatar","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":970,"character":1}],"signatures":[{"id":10845,"name":"guildMemberAvatar","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/users/{user.id}/{guild_member.avatar}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":10846,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10847,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10848,"name":"memberAvatar","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10849,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10909,"name":"GuildMemberAvatarFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":10894,"name":"guildMemberBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1079,"character":1}],"signatures":[{"id":10895,"name":"guildMemberBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/${guild.id}/users/${user.id}/banners/${guild_member.banner}.{png|jpeg|webp|gif}`","text":"This route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":10896,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10897,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10898,"name":"guildMemberBanner","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10899,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10919,"name":"GuildMemberBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":10889,"name":"guildScheduledEventCover","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1065,"character":1}],"signatures":[{"id":10890,"name":"guildScheduledEventCover","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guild-events/{guild_scheduled_event.id}/{guild_scheduled_event.image}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10891,"name":"guildScheduledEventId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10892,"name":"guildScheduledEventCoverImage","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10893,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10918,"name":"GuildScheduledEventCoverFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/guild-events/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/guild-events/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/guild-events/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10816,"name":"guildSplash","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":900,"character":1}],"signatures":[{"id":10817,"name":"guildSplash","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/splashes/{guild.id}/{guild.splash}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10818,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10819,"name":"guildSplash","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10820,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10903,"name":"GuildSplashFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10884,"name":"roleIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1055,"character":1}],"signatures":[{"id":10885,"name":"roleIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/role-icons/{role.id}/{role.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10886,"name":"roleId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10887,"name":"roleIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10888,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10917,"name":"RoleIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/role-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/role-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/role-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10880,"name":"sticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1045,"character":1}],"signatures":[{"id":10881,"name":"sticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stickers/{sticker.id}.{png|json}`","text":"This route supports the extensions: PNG, Lottie\n"},"parameters":[{"id":10882,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10883,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10916,"name":"StickerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},".json"]]}]}}]},{"id":10871,"name":"stickerPackBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1025,"character":1}],"signatures":[{"id":10872,"name":"stickerPackBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-assets/710982414301790216/store/{sticker_pack.banner.asset_id}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10873,"name":"stickerPackBannerAssetId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10874,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10914,"name":"StickerPackBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-assets/710982414301790216/store/","tail":[[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-assets/710982414301790216/store/","tail":[[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-assets/710982414301790216/store/","tail":[[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10875,"name":"teamIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1035,"character":1}],"signatures":[{"id":10876,"name":"teamIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `team-icons/{team.id}/{team.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10877,"name":"teamId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10878,"name":"teamIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10879,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10915,"name":"TeamIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/team-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/team-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/team-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10839,"name":"userAvatar","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":958,"character":1}],"signatures":[{"id":10840,"name":"userAvatar","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/avatars/{user.id}/{user.avatar}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":10841,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10842,"name":"userAvatar","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10843,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10908,"name":"UserAvatarFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":10831,"name":"userBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":934,"character":1}],"signatures":[{"id":10832,"name":"userBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/banners/{user.id}/{user.banner}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":10833,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10834,"name":"userBanner","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10835,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10906,"name":"UserBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]}],"groups":[{"title":"Methods","kind":2048,"children":[10865,10860,10855,10850,10836,10807,10826,10821,10811,10844,10894,10889,10816,10884,10880,10871,10875,10839,10831]}]}},"defaultValue":"..."},{"id":8231,"name":"GatewayVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"gateway/v10.ts","line":40,"character":13}],"type":{"type":"literal","value":"10"},"defaultValue":"'10'"},{"id":10936,"name":"OAuth2Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":1135,"character":13}],"type":{"type":"reflection","declaration":{"id":10937,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10938,"name":"authorizationURL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1136,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v10/oauth2/authorize"},"defaultValue":"..."},{"id":10940,"name":"tokenRevocationURL","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"See https://tools.ietf.org/html/rfc7009"},"sources":[{"fileName":"rest/v10/index.ts","line":1141,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v10/oauth2/token/revoke"},"defaultValue":"..."},{"id":10939,"name":"tokenURL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1137,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v10/oauth2/token"},"defaultValue":"..."}],"groups":[{"title":"Properties","kind":1024,"children":[10938,10940,10939]}]}},"defaultValue":"..."},{"id":10928,"name":"RouteBases","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":1123,"character":13}],"type":{"type":"reflection","declaration":{"id":10929,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10930,"name":"api","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1124,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v10"},"defaultValue":"..."},{"id":10931,"name":"cdn","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1125,"character":1}],"type":{"type":"literal","value":"https://cdn.discordapp.com"},"defaultValue":"'https://cdn.discordapp.com'"},{"id":10934,"name":"gift","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1128,"character":1}],"type":{"type":"literal","value":"https://discord.gift"},"defaultValue":"'https://discord.gift'"},{"id":10932,"name":"invite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1126,"character":1}],"type":{"type":"literal","value":"https://discord.gg"},"defaultValue":"'https://discord.gg'"},{"id":10935,"name":"scheduledEvent","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1129,"character":1}],"type":{"type":"literal","value":"https://discord.com/events"},"defaultValue":"'https://discord.com/events'"},{"id":10933,"name":"template","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1127,"character":1}],"type":{"type":"literal","value":"https://discord.new"},"defaultValue":"'https://discord.new'"}],"groups":[{"title":"Properties","kind":1024,"children":[10930,10931,10934,10932,10935,10933]}]}},"defaultValue":"..."},{"id":10501,"name":"Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":23,"character":13}],"type":{"type":"reflection","declaration":{"id":10502,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10740,"name":"applicationCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":709,"character":1}],"signatures":[{"id":10741,"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":10742,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10743,"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":10768,"name":"applicationCommandPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":773,"character":1}],"signatures":[{"id":10769,"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":10770,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10771,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10772,"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":10737,"name":"applicationCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":699,"character":1}],"signatures":[{"id":10738,"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":10739,"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":10748,"name":"applicationGuildCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":729,"character":1}],"signatures":[{"id":10749,"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":10750,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10751,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10752,"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":10744,"name":"applicationGuildCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":719,"character":1}],"signatures":[{"id":10745,"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":10746,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10747,"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":10513,"name":"channel","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":57,"character":1}],"signatures":[{"id":10514,"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":10515,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10547,"name":"channelBulkDelete","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":132,"character":1}],"signatures":[{"id":10548,"name":"channelBulkDelete","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/bulk-delete`"},"parameters":[{"id":10549,"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":10557,"name":"channelFollowers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":158,"character":1}],"signatures":[{"id":10558,"name":"channelFollowers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/followers`"},"parameters":[{"id":10559,"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":10554,"name":"channelInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":150,"character":1}],"signatures":[{"id":10555,"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":10556,"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":10679,"name":"channelJoinedArchivedThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":489,"character":1}],"signatures":[{"id":10680,"name":"channelJoinedArchivedThreads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/users/@me/threads/archived/prviate`"},"parameters":[{"id":10681,"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":10519,"name":"channelMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":76,"character":1}],"signatures":[{"id":10520,"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":10521,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10522,"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":10543,"name":"channelMessageAllReactions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":124,"character":1}],"signatures":[{"id":10544,"name":"channelMessageAllReactions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions`"},"parameters":[{"id":10545,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10546,"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":10523,"name":"channelMessageCrosspost","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":84,"character":1}],"signatures":[{"id":10524,"name":"channelMessageCrosspost","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/{message.id}/crosspost`"},"parameters":[{"id":10525,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10526,"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":10527,"name":"channelMessageOwnReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":95,"character":1}],"signatures":[{"id":10528,"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":10529,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10530,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10531,"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":10538,"name":"channelMessageReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":116,"character":1}],"signatures":[{"id":10539,"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":10540,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10541,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10542,"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":10532,"name":"channelMessageUserReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":105,"character":1}],"signatures":[{"id":10533,"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":10534,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10535,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10536,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10537,"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":10516,"name":"channelMessages","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":66,"character":1}],"signatures":[{"id":10517,"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":10518,"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":10550,"name":"channelPermission","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":141,"character":1}],"signatures":[{"id":10551,"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":10552,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10553,"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":10566,"name":"channelPin","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":183,"character":1}],"signatures":[{"id":10567,"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":10568,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10569,"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":10563,"name":"channelPins","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":174,"character":1}],"signatures":[{"id":10564,"name":"channelPins","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/pins`"},"parameters":[{"id":10565,"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":10570,"name":"channelRecipient","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":192,"character":1}],"signatures":[{"id":10571,"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":10572,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10573,"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":10675,"name":"channelThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":481,"character":1}],"signatures":[{"id":10676,"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":10677,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10678,"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":10560,"name":"channelTyping","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":166,"character":1}],"signatures":[{"id":10561,"name":"channelTyping","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/typing`"},"parameters":[{"id":10562,"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":10703,"name":"channelWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":577,"character":1}],"signatures":[{"id":10704,"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":10705,"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":10723,"name":"gateway","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":641,"character":1}],"signatures":[{"id":10724,"name":"gateway","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway`"},"type":{"type":"literal","value":"/gateway"}}]},{"id":10725,"name":"gatewayBot","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":649,"character":1}],"signatures":[{"id":10726,"name":"gatewayBot","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway/bot`"},"type":{"type":"literal","value":"/gateway/bot"}}]},{"id":10583,"name":"guild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":229,"character":1}],"signatures":[{"id":10584,"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":10585,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10672,"name":"guildActiveThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":472,"character":1}],"signatures":[{"id":10673,"name":"guildActiveThreads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/threads/active`"},"parameters":[{"id":10674,"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":10764,"name":"guildApplicationCommandsPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":764,"character":1}],"signatures":[{"id":10765,"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":10766,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10767,"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":10510,"name":"guildAuditLog","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":47,"character":1}],"signatures":[{"id":10511,"name":"guildAuditLog","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/audit-logs`"},"parameters":[{"id":10512,"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":10506,"name":"guildAutoModerationRule","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":39,"character":1}],"signatures":[{"id":10507,"name":"guildAutoModerationRule","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Routes for:\n- GET `/guilds/{guild.id}/auto-moderation/rules/{rule.id}`\n- PATCH `/guilds/{guild.id}/auto-moderation/rules/{rule.id}`\n- DELETE `/guilds/{guild.id}/auto-moderation/rules/{rule.id}`"},"parameters":[{"id":10508,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10509,"name":"ruleId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/auto-moderation/rules/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10503,"name":"guildAutoModerationRules","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":29,"character":1}],"signatures":[{"id":10504,"name":"guildAutoModerationRules","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/auto-moderation/rules`\n- POST `/guilds/{guild.id}/auto-moderation/rules`"},"parameters":[{"id":10505,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/auto-moderation/rules"]]}}]},{"id":10616,"name":"guildBan","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":319,"character":1}],"signatures":[{"id":10617,"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":10618,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10619,"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":10613,"name":"guildBans","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":309,"character":1}],"signatures":[{"id":10614,"name":"guildBans","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans`"},"parameters":[{"id":10615,"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":10589,"name":"guildChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":247,"character":1}],"signatures":[{"id":10590,"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":10591,"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":10602,"name":"guildCurrentMemberNickname","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":284,"character":1}],"signatures":[{"id":10603,"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":10604,"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":10577,"name":"guildEmoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":211,"character":1}],"signatures":[{"id":10578,"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":10579,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10580,"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":10574,"name":"guildEmojis","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":201,"character":1}],"signatures":[{"id":10575,"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":10576,"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":10639,"name":"guildIntegration","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":379,"character":1}],"signatures":[{"id":10640,"name":"guildIntegration","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/guilds/{guild.id}/integrations/{integration.id}`"},"parameters":[{"id":10641,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10642,"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":10636,"name":"guildIntegrations","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":371,"character":1}],"signatures":[{"id":10637,"name":"guildIntegrations","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/integrations`"},"parameters":[{"id":10638,"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":10633,"name":"guildInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":363,"character":1}],"signatures":[{"id":10634,"name":"guildInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/invites`"},"parameters":[{"id":10635,"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":10610,"name":"guildMFA","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":301,"character":1}],"signatures":[{"id":10611,"name":"guildMFA","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds/{guild.id}/mfa`"},"parameters":[{"id":10612,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/mfa"]]}}]},{"id":10592,"name":"guildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":259,"character":1}],"signatures":[{"id":10593,"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":10594,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10595,"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":10605,"name":"guildMemberRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":293,"character":1}],"signatures":[{"id":10606,"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":10607,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10608,"name":"memberId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10609,"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":10757,"name":"guildMemberVerification","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":746,"character":1}],"signatures":[{"id":10758,"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":10759,"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":10596,"name":"guildMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":267,"character":1}],"signatures":[{"id":10597,"name":"guildMembers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members`"},"parameters":[{"id":10598,"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":10599,"name":"guildMembersSearch","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":275,"character":1}],"signatures":[{"id":10600,"name":"guildMembersSearch","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/search`"},"parameters":[{"id":10601,"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":10586,"name":"guildPreview","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":237,"character":1}],"signatures":[{"id":10587,"name":"guildPreview","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/preview`"},"parameters":[{"id":10588,"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":10627,"name":"guildPrune","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":347,"character":1}],"signatures":[{"id":10628,"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":10629,"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":10623,"name":"guildRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":338,"character":1}],"signatures":[{"id":10624,"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":10625,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10626,"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":10620,"name":"guildRoles","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":329,"character":1}],"signatures":[{"id":10621,"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":10622,"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":10796,"name":"guildScheduledEvent","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":854,"character":1}],"signatures":[{"id":10797,"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":10798,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10799,"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":10800,"name":"guildScheduledEventUsers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":862,"character":1}],"signatures":[{"id":10801,"name":"guildScheduledEventUsers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}/users`"},"parameters":[{"id":10802,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10803,"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":10793,"name":"guildScheduledEvents","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":844,"character":1}],"signatures":[{"id":10794,"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":10795,"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":10789,"name":"guildSticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":835,"character":1}],"signatures":[{"id":10790,"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":10791,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10792,"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":10786,"name":"guildStickers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":825,"character":1}],"signatures":[{"id":10787,"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":10788,"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":10664,"name":"guildTemplate","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":449,"character":1}],"signatures":[{"id":10665,"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":10666,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10667,"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":10661,"name":"guildTemplates","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":439,"character":1}],"signatures":[{"id":10662,"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":10663,"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":10649,"name":"guildVanityUrl","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":404,"character":1}],"signatures":[{"id":10650,"name":"guildVanityUrl","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/vanity-url`"},"parameters":[{"id":10651,"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":10630,"name":"guildVoiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":355,"character":1}],"signatures":[{"id":10631,"name":"guildVoiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/regions`"},"parameters":[{"id":10632,"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":10760,"name":"guildVoiceState","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":755,"character":1}],"signatures":[{"id":10761,"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":10762,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10763,"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":10706,"name":"guildWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":585,"character":1}],"signatures":[{"id":10707,"name":"guildWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/webhooks`"},"parameters":[{"id":10708,"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":10773,"name":"guildWelcomeScreen","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":782,"character":1}],"signatures":[{"id":10774,"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":10775,"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":10652,"name":"guildWidgetImage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":412,"character":1}],"signatures":[{"id":10653,"name":"guildWidgetImage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.png`"},"parameters":[{"id":10654,"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":10646,"name":"guildWidgetJSON","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":396,"character":1}],"signatures":[{"id":10647,"name":"guildWidgetJSON","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.json`"},"parameters":[{"id":10648,"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":10643,"name":"guildWidgetSettings","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":388,"character":1}],"signatures":[{"id":10644,"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":10645,"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":10581,"name":"guilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":219,"character":1}],"signatures":[{"id":10582,"name":"guilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds`"},"type":{"type":"literal","value":"/guilds"}}]},{"id":10753,"name":"interactionCallback","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":737,"character":1}],"signatures":[{"id":10754,"name":"interactionCallback","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/interactions/{interaction.id}/{interaction.token}/callback`"},"parameters":[{"id":10755,"name":"interactionId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10756,"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":10655,"name":"invite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":421,"character":1}],"signatures":[{"id":10656,"name":"invite","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/invites/{invite.code}`\n- DELETE `/invites/{invite.code}`"},"parameters":[{"id":10657,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/invites/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10784,"name":"nitroStickerPacks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":816,"character":1}],"signatures":[{"id":10785,"name":"nitroStickerPacks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/sticker-packs`"},"type":{"type":"literal","value":"/sticker-packs"}}]},{"id":10731,"name":"oauth2Authorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":673,"character":1}],"signatures":[{"id":10732,"name":"oauth2Authorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/authorize`"},"type":{"type":"literal","value":"/oauth2/authorize"}}]},{"id":10727,"name":"oauth2CurrentApplication","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":657,"character":1}],"signatures":[{"id":10728,"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":10729,"name":"oauth2CurrentAuthorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":665,"character":1}],"signatures":[{"id":10730,"name":"oauth2CurrentAuthorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/@me`"},"type":{"type":"literal","value":"/oauth2/@me"}}]},{"id":10733,"name":"oauth2TokenExchange","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":681,"character":1}],"signatures":[{"id":10734,"name":"oauth2TokenExchange","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/oauth2/token`"},"type":{"type":"literal","value":"/oauth2/token"}}]},{"id":10735,"name":"oauth2TokenRevocation","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":689,"character":1}],"signatures":[{"id":10736,"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":10778,"name":"stageInstance","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":800,"character":1}],"signatures":[{"id":10779,"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":10780,"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":10776,"name":"stageInstances","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":790,"character":1}],"signatures":[{"id":10777,"name":"stageInstances","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/stage-instances`"},"type":{"type":"literal","value":"/stage-instances"}}]},{"id":10781,"name":"sticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":808,"character":1}],"signatures":[{"id":10782,"name":"sticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stickers/{sticker.id}`"},"parameters":[{"id":10783,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10658,"name":"template","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":430,"character":1}],"signatures":[{"id":10659,"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":10660,"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":10682,"name":"threadMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":502,"character":1}],"signatures":[{"id":10683,"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":10684,"name":"threadId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10685,"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":10668,"name":"threads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":458,"character":1}],"signatures":[{"id":10669,"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":10670,"name":"parentId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10671,"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":10686,"name":"user","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":520,"character":1}],"signatures":[{"id":10687,"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":10688,"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":10697,"name":"userChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":552,"character":1}],"signatures":[{"id":10698,"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":10699,"name":"userConnections","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":560,"character":1}],"signatures":[{"id":10700,"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":10694,"name":"userGuild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":544,"character":1}],"signatures":[{"id":10695,"name":"userGuild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/users/@me/guilds/{guild.id}`"},"parameters":[{"id":10696,"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":10691,"name":"userGuildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":536,"character":1}],"signatures":[{"id":10692,"name":"userGuildMember","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds/{guild.id}/member`"},"parameters":[{"id":10693,"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":10689,"name":"userGuilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":528,"character":1}],"signatures":[{"id":10690,"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":10701,"name":"voiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":568,"character":1}],"signatures":[{"id":10702,"name":"voiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/voice/regions`"},"type":{"type":"literal","value":"/voice/regions"}}]},{"id":10709,"name":"webhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":601,"character":1}],"signatures":[{"id":10710,"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":10711,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10712,"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":10713,"name":"webhookMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":624,"character":1}],"signatures":[{"id":10714,"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":10715,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10716,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10717,"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":10718,"name":"webhookPlatform","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":633,"character":1}],"signatures":[{"id":10719,"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":10720,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10721,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10722,"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":[10740,10768,10737,10748,10744,10513,10547,10557,10554,10679,10519,10543,10523,10527,10538,10532,10516,10550,10566,10563,10570,10675,10560,10703,10723,10725,10583,10672,10764,10510,10506,10503,10616,10613,10589,10602,10577,10574,10639,10636,10633,10610,10592,10605,10757,10596,10599,10586,10627,10623,10620,10796,10800,10793,10789,10786,10664,10661,10649,10630,10760,10706,10773,10652,10646,10643,10581,10753,10655,10784,10731,10727,10729,10733,10735,10778,10776,10781,10658,10682,10668,10686,10697,10699,10694,10691,10689,10701,10709,10713,10718]}]}},"defaultValue":"..."},{"id":10804,"name":"StickerPackApplicationId","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":867,"character":13}],"type":{"type":"literal","value":"710982414301790216"},"defaultValue":"'710982414301790216'"}],"groups":[{"title":"References","kind":16777216,"children":[8755,8752,10942,10943,8757,8756,8758,8761,8759,8760,10941,8762,11630,11629,8753,8230]},{"title":"Enumerations","kind":8,"children":[9559,9534,9543,9361,9971,10055,9896,8788,8820,8886,8999,8994,8990,8980,9413,9466,9158,9373,10442,10460,9306,8244,8279,8259,8232,9640,9643,9675,9666,9647,9650,9661,9862,9871,9866,9670,9655,9783,10920,9747,10213,10187,10244,9806,9241,9246,9209,10265,9268,9504,9135,10314,10338,10335,10362,9419,9278,9288,10409,10426,9175,10496]},{"title":"Interfaces","kind":256,"children":[9383,9365,8763,9880,10196,9946,9956,9964,9989,10014,10002,9922,9983,10051,10006,9994,8785,9345,8803,8812,8875,8996,9003,8968,8985,9759,9370,10091,9422,9387,9398,9405,9010,9356,10966,9441,9910,10224,10431,9088,9292,9332,9341,9337,9324,9329,9314,9319,9478,10247,9842,9256,9489,9487,9493,9097,9597,10046,9026,11123,11135,9138,9132,9126,9729,9753,9718,9797,9801,9703,9860,9873,9038,9071,9789,9792,9762,9769,9773,9715,9750,9930,10128,10112,10119,10079,10202,10205,10208,10194,10210,10231,10317,9178,9234,10027,10034,10165,10141,9394,10073,10160,9237,10155,10146,10150,10199,10226,10180,9263,9006,9474,9586,9259,10290,10302,9450,10306,9808,10322,10343,9430,10351,10357,10365,10377,9018,9456,9107,9289,9283,9271,9583,10393,10020,9057,9825,10477,10483,10926,9514,9569,9554,9550,8403,8390,8417,8483,8424,8491,8499,8502,8515,8523,8540,8532,8550,8555,8495,8690,8355,8350,8343,8348,8694,8697,8705,8568,8360,8575,8589,8612,8607,8600,8623,9510,9498,8746,8372,8366,8716,8719,8728,8723,8709,8712,8646,9572,9577,8671,8743,8682,10463,8735,8738,8687,10177,10173,11560,11357,10944,11027,10997,11100,11103,11556,11239,11203,11207,11277,11280,11163,11341,11351,11326,11297,11300,11415,11422,11515,11473,11481,11427,11434,11467,11455,11066,11046,11365,11569,11287,11519,11160,11501,11609,11443,11437,11486,11493,11463,11449,11410,11049]},{"title":"Type Aliases","kind":4194304,"children":[9471,9920,10070,10071,10069,9906,9944,9904,9905,9955,9903,9900,9921,9909,9945,9954,9962,9908,9970,10019,9901,9961,9963,9907,9936,9969,9988,10018,8890,8910,8911,8901,8902,8964,8928,8921,8953,8950,8955,8951,8940,8897,8918,8931,8930,8924,8960,8937,8956,8908,8929,8892,8896,8943,8965,8957,8962,8967,8966,8944,8945,8907,8949,8952,8926,8893,8941,8894,8932,8959,8954,8905,8935,8933,8927,8938,8920,8891,8939,8898,8919,8923,8916,8900,8947,8912,8904,8922,8899,8903,8925,8895,8958,8915,8948,8936,8917,8963,8961,8942,8946,8934,8909,8906,8914,8913,9412,9157,9918,9919,9917,10134,10044,10045,10043,10036,9096,9878,10108,9056,11128,11129,9746,9879,10110,9859,9087,9877,10193,10221,10230,9440,9472,10041,10042,10040,10145,9469,10138,10171,10172,10137,10140,10139,11004,10170,9473,9470,10184,10185,10183,9055,10186,9439,9449,10342,9054,10038,10039,10037,10136,10135,9438,10913,10912,10911,10910,8889,10907,10900,10901,9557,9553,9558,8751,8402,8389,8383,8384,8387,8388,8381,8382,8385,8386,8410,8411,8414,8415,8408,8409,8416,8412,8413,8342,8486,8487,8482,8488,8489,8423,8480,8481,8490,8498,8501,8514,8518,8519,8522,8421,8422,8535,8536,8539,8531,8537,8538,8543,8544,8547,8548,8545,8546,8549,8554,8494,8478,8479,8693,8559,8560,8567,8563,8564,8572,8573,8365,8574,8588,8593,8594,8611,8606,8616,8617,8620,8621,8618,8619,8622,8595,8596,8628,8629,8371,8341,8734,8380,8340,8630,8631,8632,8633,8634,8635,8645,8668,8669,8636,8637,8640,8641,8638,8639,8644,8666,8667,8670,8677,8678,8681,8679,8680,8686,11574,10905,9017,10904,10902,10909,10919,10918,10903,9037,10072,10965,11031,11025,11032,11045,11026,11065,11072,11078,10996,11098,11568,11249,11120,11292,11237,11236,11190,11276,11350,11531,11547,11407,11397,11420,11513,11592,11628,11593,11409,11360,11359,11382,11380,11381,10949,10951,10950,11054,11030,11003,11002,11070,10971,11099,11580,11572,11567,11548,11122,11121,11408,11243,11238,11191,11108,11107,11291,11290,11202,11303,11206,11210,11166,11165,11250,11343,11356,11328,11518,11517,11538,11201,11289,11581,11321,11302,11296,11293,11403,11393,11419,11421,11507,11514,11532,11549,11573,11582,11620,11583,11550,11462,11376,11377,11385,11386,10963,10964,10972,11041,11033,11044,10995,11231,11228,11234,11551,11555,11194,11200,11115,11119,11167,11219,11227,11304,11309,11189,11266,11261,11265,11275,11344,11349,11525,11530,11545,11546,11310,11315,11316,11320,11322,11325,11294,11295,11405,11404,11406,11395,11394,11396,11508,11512,11584,11589,11590,11624,11621,11627,11591,11374,11375,11383,11384,10952,10962,11068,11055,11064,11023,11019,11007,11022,11048,11079,11091,11092,11096,11069,11575,11579,11361,11571,11192,11193,11109,11114,11088,11084,11282,11251,11260,11329,11340,11524,11539,11543,11144,11162,11159,11390,11389,11399,11398,11402,11506,11533,11537,11606,11617,11618,11619,11594,11612,11614,11615,11616,11613,11500,11466,11454,11412,11378,11379,11387,11388,11024,11053,11071,11073,11077,11097,11413,11414,11244,11248,11211,11218,11235,11544,10917,10916,10914,10915,9016,10908,10906]},{"title":"Variables","kind":32,"children":[10059,10500,10805,8231,10936,10928,10501,10804]}],"sources":[{"fileName":"v10.ts","line":1,"character":0}]},{"id":325,"name":"v6","kind":2,"kindString":"Module","flags":{},"children":[{"id":772,"name":"FormattingPatterns","kind":16777216,"kindString":"Reference","flags":{},"target":4},{"id":769,"name":"GatewayURLQuery","kind":16777216,"kindString":"Reference","flags":{},"target":19},{"id":1690,"name":"Locale","kind":16777216,"kindString":"Reference","flags":{},"target":268},{"id":1691,"name":"LocaleString","kind":16777216,"kindString":"Reference","flags":{},"target":299},{"id":1689,"name":"RESTJSONErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":86},{"id":770,"name":"Snowflake","kind":16777216,"kindString":"Reference","flags":{},"target":2},{"id":1142,"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":1143,"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":1144,"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":1146,"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":1148,"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":1145,"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":1147,"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":[1143,1144,1146,1148,1145,1147]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":146,"character":12}]},{"id":1127,"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":1132,"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":1131,"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":1128,"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":1130,"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":1129,"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":[1132,1131,1128,1130,1129]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":95,"character":12}]},{"id":1703,"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":1704,"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":1705,"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":1706,"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":[1704,1705,1706]}],"sources":[{"fileName":"rest/v6/channel.ts","line":33,"character":12}]},{"id":786,"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":802,"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":788,"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":790,"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":791,"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":793,"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":792,"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":789,"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":812,"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":814,"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":813,"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":787,"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":819,"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":821,"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":820,"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":806,"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":808,"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":807,"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":796,"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":797,"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":801,"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":794,"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":800,"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":795,"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":799,"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":798,"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":816,"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":815,"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":817,"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":818,"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":803,"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":805,"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":804,"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":809,"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":811,"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":810,"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":[802,788,790,791,793,792,789,812,814,813,787,819,821,820,806,808,807,796,797,801,794,800,795,799,798,816,815,817,818,803,805,804,809,811,810]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":47,"character":12}]},{"id":831,"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":832,"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":833,"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":[832,833]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":164,"character":12}]},{"id":911,"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":913,"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":915,"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":916,"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":917,"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":918,"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":912,"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":914,"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":[913,915,916,917,918,912,914]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":46,"character":12}]},{"id":1464,"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":1466,"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":1465,"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":[1466,1465]}],"sources":[{"fileName":"payloads/v6/user.ts","line":77,"character":12}]},{"id":1017,"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":1022,"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":1021,"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":1019,"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":1023,"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":1018,"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":1020,"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":[1022,1021,1019,1023,1018,1020]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":231,"character":12}]},{"id":478,"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":484,"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":483,"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":481,"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":492,"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":490,"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":491,"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":485,"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":488,"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":482,"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":486,"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":487,"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":489,"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":479,"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":480,"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":[484,483,481,492,490,491,485,488,482,486,487,489,479,480]}],"sources":[{"fileName":"gateway/v6.ts","line":51,"character":12}]},{"id":533,"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":536,"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":538,"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":539,"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":537,"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":543,"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":544,"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":540,"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":542,"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":545,"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":546,"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":547,"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":548,"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":549,"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":550,"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":551,"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":553,"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":552,"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":541,"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":554,"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":555,"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":556,"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":558,"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":559,"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":560,"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":561,"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":562,"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":563,"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":557,"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":564,"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":534,"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":535,"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":565,"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":566,"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":568,"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":567,"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":569,"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":[536,538,539,537,543,544,540,542,545,546,547,548,549,550,551,553,552,541,554,555,556,558,559,560,561,562,563,557,564,534,535,565,566,568,567,569]}],"sources":[{"fileName":"gateway/v6.ts","line":136,"character":12}]},{"id":517,"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":530,"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":531,"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":532,"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":518,"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":520,"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":521,"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":522,"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":524,"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":519,"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":527,"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":528,"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":529,"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":526,"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":525,"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":523,"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":[530,531,532,518,520,521,522,524,519,527,528,529,526,525,523]}],"sources":[{"fileName":"gateway/v6.ts","line":114,"character":12}]},{"id":466,"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":467,"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":468,"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":477,"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":476,"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":469,"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":475,"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":470,"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":473,"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":474,"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":472,"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":471,"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":[467,468,477,476,469,475,470,473,474,472,471]}],"sources":[{"fileName":"gateway/v6.ts","line":32,"character":12}]},{"id":1213,"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":1214,"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":1215,"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":[1214,1215]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":104,"character":12}]},{"id":1216,"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":1219,"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":1217,"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":1218,"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":[1219,1217,1218]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":113,"character":12}]},{"id":1237,"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":1238,"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":1239,"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":1240,"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":1241,"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":1242,"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":1243,"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":1244,"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":1245,"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":1246,"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":1247,"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":1248,"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":1249,"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":1250,"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":1251,"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":[1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":164,"character":12}]},{"id":1220,"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":1222,"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":1221,"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":[1222,1221]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":123,"character":12}]},{"id":1229,"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":1230,"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":1231,"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":1232,"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":1233,"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":[1230,1231,1232,1233]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":144,"character":12}]},{"id":1234,"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":1235,"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":1236,"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":[1235,1236]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":155,"character":12}]},{"id":1223,"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":1227,"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":1225,"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":1226,"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":1224,"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":1228,"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":[1227,1225,1226,1224,1228]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":132,"character":12}]},{"id":1306,"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":1307,"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":1308,"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":1309,"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":1310,"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":1311,"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":[1307,1308,1309,1310,1311]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":292,"character":12}]},{"id":1290,"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":1292,"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":1291,"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":[1292,1291]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":252,"character":12}]},{"id":1328,"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":1329,"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":[1329]}],"sources":[{"fileName":"payloads/v6/invite.ts","line":28,"character":12}]},{"id":978,"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":979,"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":982,"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":981,"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":980,"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":[979,982,981,980]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":147,"character":12}]},{"id":983,"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":984,"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":985,"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":987,"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":986,"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":988,"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":[984,985,987,986,988]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":158,"character":12}]},{"id":947,"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":951,"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":960,"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":953,"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":952,"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":954,"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":948,"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":961,"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":964,"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":963,"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":962,"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":955,"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":949,"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":950,"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":956,"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":957,"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":958,"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":959,"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":[951,960,953,952,954,948,961,964,963,962,955,949,950,956,957,958,959]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":92,"character":12}]},{"id":1000,"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":1001,"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":1002,"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":[1001,1002]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":198,"character":12}]},{"id":1105,"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":1106,"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":1107,"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":1108,"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":1109,"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":1110,"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":[1106,1107,1108,1109,1110]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":56,"character":12}]},{"id":1418,"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":1420,"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":1419,"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":[1420,1419]}],"sources":[{"fileName":"payloads/v6/teams.ts","line":33,"character":12}]},{"id":1435,"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":1440,"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":1447,"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":1437,"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":1439,"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":1444,"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":1449,"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":1443,"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":1441,"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":1442,"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":1436,"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":1438,"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":1446,"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":1445,"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":1448,"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":[1440,1447,1437,1439,1444,1449,1443,1441,1442,1436,1438,1446,1445,1448]}],"sources":[{"fileName":"payloads/v6/user.ts","line":31,"character":12}]},{"id":1450,"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":1453,"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":1452,"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":1451,"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":[1453,1452,1451]}],"sources":[{"fileName":"payloads/v6/user.ts","line":52,"character":12}]},{"id":505,"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":509,"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":508,"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":514,"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":507,"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":512,"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":510,"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":511,"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":516,"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":506,"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":513,"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":515,"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":[509,508,514,507,512,510,511,516,506,513,515]}],"sources":[{"fileName":"gateway/v6.ts","line":92,"character":12}]},{"id":493,"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":504,"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":497,"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":500,"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":502,"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":494,"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":496,"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":501,"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":503,"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":495,"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":498,"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":499,"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":[504,497,500,502,494,496,501,503,495,498,499]}],"sources":[{"fileName":"gateway/v6.ts","line":73,"character":12}]},{"id":1499,"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":1501,"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":1500,"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":[1501,1500]}],"sources":[{"fileName":"payloads/v6/webhook.ts","line":30,"character":12}]},{"id":1707,"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":1708,"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":1703,"name":"AllowedMentionsTypes"}}},{"id":1709,"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":1710,"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":[1708,1709,1710]}],"sources":[{"fileName":"rest/v6/channel.ts","line":43,"character":17}]},{"id":1344,"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":1350,"name":"bot_public","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1351,"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":1359,"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":1348,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1356,"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":1347,"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":1345,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1346,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1352,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":20,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":1357,"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":1349,"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":1358,"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":1353,"name":"summary","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1355,"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":1408,"name":"APITeam"}]}},{"id":1354,"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":[1350,1351,1359,1348,1356,1347,1345,1346,1352,1357,1349,1358,1353,1355,1354]}],"sources":[{"fileName":"payloads/v6/oauth2.ts","line":12,"character":17}]},{"id":1054,"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":1056,"name":"filename","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":318,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1060,"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":1055,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":317,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1059,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":321,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1057,"name":"size","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":319,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1058,"name":"url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":320,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1061,"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":[1056,1060,1055,1059,1057,1058,1061]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":316,"character":17}]},{"id":773,"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":776,"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":778,"name":"APIAuditLogEntry"}}},{"id":777,"name":"integrations","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":26,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1274,"name":"APIGuildIntegration"}}},{"id":775,"name":"users","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":24,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1421,"name":"APIUser"}}},{"id":774,"name":"webhooks","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":23,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1487,"name":"APIWebhook"}}}],"groups":[{"title":"Properties","kind":1024,"children":[776,777,775,774]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":22,"character":17}]},{"id":880,"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":881,"name":"key","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":510,"character":1}],"type":{"type":"literal","value":"id"}},{"id":882,"name":"new_value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":511,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":883,"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":[881,882,883]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":509,"character":17}]},{"id":778,"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":783,"name":"action_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":38,"character":1}],"type":{"type":"reference","id":786,"name":"AuditLogEvent"}},{"id":780,"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":834,"name":"APIAuditLogChange"}}},{"id":782,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":784,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":39,"character":1}],"type":{"type":"reference","id":822,"name":"APIAuditLogOptions"}},{"id":785,"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":779,"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":781,"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":[783,780,782,784,785,779,781]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":33,"character":17}]},{"id":822,"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":825,"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":827,"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":823,"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":828,"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":824,"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":826,"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":830,"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":829,"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":831,"name":"AuditLogOptionsType"}}],"groups":[{"title":"Properties","kind":1024,"children":[825,827,823,828,824,826,830,829]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":97,"character":17}]},{"id":1303,"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":1304,"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":1305,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":285,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1304,1305]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":283,"character":17}]},{"id":892,"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":906,"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":900,"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":893,"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":904,"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":909,"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":889,"name":"APIPartialChannel.id"}},{"id":899,"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":908,"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":896,"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":891,"name":"APIPartialChannel.name"}},{"id":898,"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":905,"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":907,"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":895,"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":993,"name":"APIOverwrite"}}},{"id":894,"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":902,"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":903,"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":1421,"name":"APIUser"}}},{"id":897,"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":910,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":15,"character":1}],"type":{"type":"reference","id":911,"name":"ChannelType"},"inheritedFrom":{"type":"reference","id":890,"name":"APIPartialChannel.type"}},{"id":901,"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":[906,900,893,904,909,899,908,896,898,905,907,895,894,902,903,897,910,901]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":23,"character":17}],"extendedTypes":[{"type":"reference","id":888,"name":"APIPartialChannel"}]},{"id":1062,"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":1064,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":332,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1063,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":331,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1066,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":334,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1065,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":333,"character":1}],"type":{"type":"reference","id":911,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[1064,1063,1066,1065]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":330,"character":17}]},{"id":1454,"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":1461,"name":"friend_sync","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1455,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1459,"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":1274,"name":"APIGuildIntegration"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}}},{"id":1456,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":64,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1458,"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":1462,"name":"show_activity","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1457,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":65,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1460,"name":"verified","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1463,"name":"visibility","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":71,"character":1}],"type":{"type":"reference","id":1464,"name":"ConnectionVisibility"}}],"groups":[{"title":"Properties","kind":1024,"children":[1461,1455,1459,1456,1458,1462,1457,1460,1463]}],"sources":[{"fileName":"payloads/v6/user.ts","line":62,"character":17}]},{"id":1003,"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":1015,"name":"author","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":222,"character":1}],"type":{"type":"reference","id":1041,"name":"APIEmbedAuthor"}},{"id":1009,"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":1006,"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":1016,"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":1050,"name":"APIEmbedField"}}},{"id":1010,"name":"footer","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":217,"character":1}],"type":{"type":"reference","id":1046,"name":"APIEmbedFooter"}},{"id":1011,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":218,"character":1}],"type":{"type":"reference","id":1033,"name":"APIEmbedImage"}},{"id":1014,"name":"provider","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":221,"character":1}],"type":{"type":"reference","id":1038,"name":"APIEmbedProvider"}},{"id":1012,"name":"thumbnail","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":219,"character":1}],"type":{"type":"reference","id":1024,"name":"APIEmbedThumbnail"}},{"id":1008,"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":1004,"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":1005,"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":1017,"name":"EmbedType"}},{"id":1007,"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":1013,"name":"video","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":220,"character":1}],"type":{"type":"reference","id":1029,"name":"APIEmbedVideo"}}],"groups":[{"title":"Properties","kind":1024,"children":[1015,1009,1006,1016,1010,1011,1014,1012,1008,1004,1005,1007,1013]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":207,"character":17}]},{"id":1041,"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":1044,"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":1042,"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":1045,"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":1043,"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":[1044,1042,1045,1043]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":285,"character":17}]},{"id":1050,"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":1053,"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":1051,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":307,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1052,"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":[1053,1051,1052]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":306,"character":17}]},{"id":1046,"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":1048,"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":1049,"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":1047,"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":[1048,1049,1047]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":296,"character":17}]},{"id":1033,"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":1036,"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":1035,"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":1034,"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":1037,"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":[1036,1035,1034,1037]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":265,"character":17}]},{"id":1038,"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":1039,"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":1040,"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":[1039,1040]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":276,"character":17}]},{"id":1024,"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":1027,"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":1026,"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":1025,"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":1028,"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":[1027,1026,1025,1028]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":244,"character":17}]},{"id":1029,"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":1031,"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":1030,"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":1032,"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":[1031,1030,1032]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":255,"character":17}]},{"id":1074,"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":1082,"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":1073,"name":"APIPartialEmoji.animated"}},{"id":1079,"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":1080,"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":1071,"name":"APIPartialEmoji.id"}},{"id":1078,"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":1081,"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":1072,"name":"APIPartialEmoji.name"}},{"id":1077,"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":1075,"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":1076,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/emoji.ts","line":23,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1082,1079,1080,1078,1081,1077,1075,1076]}],"sources":[{"fileName":"payloads/v6/emoji.ts","line":21,"character":17}],"extendedTypes":[{"type":"reference","id":1070,"name":"APIPartialEmoji"}]},{"id":1330,"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":1343,"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":1327,"name":"APIInvite.approximate_member_count"}},{"id":1342,"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":1326,"name":"APIInvite.approximate_presence_count"}},{"id":1338,"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":888,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"},"inheritedFrom":{"type":"reference","id":1322,"name":"APIInvite.channel"}},{"id":1336,"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":1320,"name":"APIInvite.code"}},{"id":1335,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1337,"name":"guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":15,"character":1}],"type":{"type":"reference","id":1152,"name":"APIPartialGuild"},"inheritedFrom":{"type":"reference","id":1321,"name":"APIInvite.guild"}},{"id":1339,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":17,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":1323,"name":"APIInvite.inviter"}},{"id":1333,"name":"max_age","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1332,"name":"max_uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1340,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":18,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":1324,"name":"APIInvite.target_user"}},{"id":1341,"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":1329,"name":"STREAM"},"inheritedFrom":{"type":"reference","id":1325,"name":"APIInvite.target_user_type"}},{"id":1334,"name":"temporary","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1331,"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":[1343,1342,1338,1336,1335,1337,1339,1333,1332,1340,1341,1334,1331]}],"sources":[{"fileName":"payloads/v6/invite.ts","line":36,"character":17}],"extendedTypes":[{"type":"reference","id":1319,"name":"APIInvite"}]},{"id":1067,"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":1068,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":341,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1069,"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":[1068,1069]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":340,"character":17}]},{"id":1085,"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":1087,"name":"session_start_limit","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":22,"character":1}],"type":{"type":"reference","id":1089,"name":"APIGatewaySessionStartLimit"}},{"id":1086,"name":"shards","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1088,"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":1084,"name":"APIGatewayInfo.url"}}],"groups":[{"title":"Properties","kind":1024,"children":[1087,1086,1088]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":20,"character":17}],"extendedTypes":[{"type":"reference","id":1083,"name":"APIGatewayInfo"}]},{"id":1083,"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":1084,"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":[1084]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":12,"character":17}],"extendedBy":[{"type":"reference","id":1085,"name":"APIGatewayBotInfo"}]},{"id":1089,"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":1091,"name":"remaining","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1092,"name":"reset_after","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1090,"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":[1091,1092,1090]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":29,"character":17}]},{"id":1164,"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":1171,"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":1172,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1182,"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":1205,"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":1206,"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":1199,"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":1156,"name":"APIPartialGuild.banner"}},{"id":1193,"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":892,"name":"APIChannel"}}},{"id":1176,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":60,"character":1}],"type":{"type":"reference","id":1213,"name":"GuildDefaultMessageNotifications"}},{"id":1198,"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":1157,"name":"APIPartialGuild.description"}},{"id":1165,"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":1174,"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":1173,"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":1179,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":63,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1074,"name":"APIEmoji"}}},{"id":1177,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":61,"character":1}],"type":{"type":"reference","id":1216,"name":"GuildExplicitContentFilter"}},{"id":1180,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":64,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1237,"name":"GuildFeature"}},"overwrites":{"type":"reference","id":1158,"name":"APIPartialGuild.features"}},{"id":1209,"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":1154,"name":"APIPartialGuild.icon"}},{"id":1212,"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":1162,"name":"APIPartialGuild.id"}},{"id":1188,"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":1189,"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":1196,"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":1195,"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":1204,"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":1190,"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":1192,"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":1266,"name":"APIGuildMember"}}},{"id":1181,"name":"mfa_level","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":65,"character":1}],"type":{"type":"reference","id":1220,"name":"GuildMFALevel"}},{"id":1208,"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":1153,"name":"APIPartialGuild.name"}},{"id":1166,"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":1167,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1168,"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":1169,"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":1202,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1201,"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":1200,"name":"premium_tier","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":84,"character":1}],"type":{"type":"reference","id":1229,"name":"GuildPremiumTier"}},{"id":1194,"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":1093,"name":"GatewayPresenceUpdate"}}},{"id":1203,"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":1170,"name":"region","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1178,"name":"roles","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":62,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1393,"name":"APIRole"}}},{"id":1187,"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":1210,"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":1155,"name":"APIPartialGuild.splash"}},{"id":1186,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":70,"character":1}],"type":{"type":"reference","id":1234,"name":"GuildSystemChannelFlags"}},{"id":1185,"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":1211,"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":1161,"name":"APIPartialGuild.unavailable"}},{"id":1197,"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":1160,"name":"APIPartialGuild.vanity_url_code"}},{"id":1175,"name":"verification_level","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":59,"character":1}],"type":{"type":"reference","id":1223,"name":"GuildVerificationLevel"},"overwrites":{"type":"reference","id":1159,"name":"APIPartialGuild.verification_level"}},{"id":1191,"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":1467,"name":"GatewayVoiceState"},{"type":"literal","value":"guild_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":1207,"name":"welcome_screen","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":97,"character":1}],"type":{"type":"reference","id":1312,"name":"APIGuildWelcomeScreen"},"overwrites":{"type":"reference","id":1163,"name":"APIPartialGuild.welcome_screen"}},{"id":1184,"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":1183,"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":[1171,1172,1182,1205,1206,1199,1193,1176,1198,1165,1174,1173,1179,1177,1180,1209,1212,1188,1189,1196,1195,1204,1190,1192,1181,1208,1166,1167,1168,1169,1202,1201,1200,1194,1203,1170,1178,1187,1210,1186,1185,1211,1197,1175,1191,1207,1184,1183]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":39,"character":17}],"extendedTypes":[{"type":"reference","id":1152,"name":"APIPartialGuild"}]},{"id":1810,"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":1812,"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":1770,"name":"RESTPutAPIChannelPermissionsJSONBody.allow"}},{"id":1813,"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":1771,"name":"RESTPutAPIChannelPermissionsJSONBody.deny"}},{"id":1811,"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":1814,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":220,"character":1}],"type":{"type":"reference","id":1000,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":1772,"name":"RESTPutAPIChannelPermissionsJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[1812,1813,1811,1814]}],"sources":[{"fileName":"rest/v6/guild.ts","line":24,"character":17}],"extendedTypes":[{"type":"reference","id":1769,"name":"RESTPutAPIChannelPermissionsJSONBody"}]},{"id":1821,"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":1825,"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":1916,"name":"RESTPostAPIGuildRoleJSONBody.color"}},{"id":1826,"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":1917,"name":"RESTPostAPIGuildRoleJSONBody.hoist"}},{"id":1822,"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":1827,"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":1918,"name":"RESTPostAPIGuildRoleJSONBody.mentionable"}},{"id":1823,"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":1914,"name":"RESTPostAPIGuildRoleJSONBody.name"}},{"id":1824,"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":1915,"name":"RESTPostAPIGuildRoleJSONBody.permissions"}}],"groups":[{"title":"Properties","kind":1024,"children":[1825,1826,1822,1827,1823,1824]}],"sources":[{"fileName":"rest/v6/guild.ts","line":43,"character":17}],"extendedTypes":[{"type":"reference","id":1913,"name":"RESTPostAPIGuildRoleJSONBody"}]},{"id":1274,"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":1285,"name":"account","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":241,"character":1}],"type":{"type":"reference","id":1293,"name":"APIIntegrationAccount"}},{"id":1289,"name":"application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":245,"character":1}],"type":{"type":"reference","id":1296,"name":"APIGuildIntegrationApplication"}},{"id":1281,"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":1278,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":234,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1282,"name":"expire_behavior","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":238,"character":1}],"type":{"type":"reference","id":1290,"name":"IntegrationExpireBehavior"}},{"id":1283,"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":1275,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":231,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1276,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1288,"name":"revoked","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":244,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1280,"name":"role_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":236,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1287,"name":"subscriber_count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":243,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1286,"name":"synced_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":242,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1279,"name":"syncing","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":235,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1277,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":233,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1284,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":240,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1285,1289,1281,1278,1282,1283,1275,1276,1288,1280,1287,1286,1279,1277,1284]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":230,"character":17}]},{"id":1296,"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":1302,"name":"bot","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":276,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":1300,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":274,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1299,"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":1297,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":271,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1298,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":272,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1301,"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":[1302,1300,1299,1297,1298,1301]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":270,"character":17}]},{"id":1266,"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":1272,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":222,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1270,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":220,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1273,"name":"mute","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":223,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1268,"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":1271,"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":1269,"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":1267,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":217,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1272,1270,1273,1268,1271,1269,1267]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":216,"character":17}]},{"id":1252,"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":1260,"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":1261,"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":1257,"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":1258,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":191,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1074,"name":"APIEmoji"}}},{"id":1259,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":192,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1237,"name":"GuildFeature"}}},{"id":1255,"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":1253,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":186,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1254,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":187,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1256,"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":[1260,1261,1257,1258,1259,1255,1253,1254,1256]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":185,"character":17}]},{"id":1312,"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":1313,"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":1314,"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":1315,"name":"APIGuildWelcomeScreenChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[1313,1314]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":303,"character":17}]},{"id":1315,"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":1316,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":312,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1317,"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":1318,"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":[1316,1317,1318]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":311,"character":17}]},{"id":1263,"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":1265,"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":1264,"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":[1265,1264]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":207,"character":17}]},{"id":1293,"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":1294,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":262,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1295,"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":[1294,1295]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":261,"character":17}]},{"id":1319,"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":1327,"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":1326,"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":1322,"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":888,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}},{"id":1320,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1321,"name":"guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":15,"character":1}],"type":{"type":"reference","id":1152,"name":"APIPartialGuild"}},{"id":1323,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":17,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":1324,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":18,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":1325,"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":1329,"name":"STREAM"}}],"groups":[{"title":"Properties","kind":1024,"children":[1327,1326,1322,1320,1321,1323,1324,1325]}],"sources":[{"fileName":"payloads/v6/invite.ts","line":13,"character":17}],"extendedBy":[{"type":"reference","id":1330,"name":"APIExtendedInvite"}]},{"id":919,"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":942,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":81,"character":1}],"type":{"type":"reference","id":965,"name":"APIMessageActivity"}},{"id":943,"name":"application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":82,"character":1}],"type":{"type":"reference","id":968,"name":"APIMessageApplication"}},{"id":935,"name":"attachments","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":74,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1054,"name":"APIAttachment"}}},{"id":923,"name":"author","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":64,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":921,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":62,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":925,"name":"content","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":927,"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":936,"name":"embeds","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":75,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1003,"name":"APIEmbed"}}},{"id":945,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":84,"character":1}],"type":{"type":"reference","id":983,"name":"MessageFlags"}},{"id":922,"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":920,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":924,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":65,"character":1}],"type":{"type":"reference","id":1266,"name":"APIGuildMember"}},{"id":934,"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":1062,"name":"APIChannelMention"}}},{"id":929,"name":"mention_everyone","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":933,"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":930,"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":1421,"name":"APIUser"},{"type":"reflection","declaration":{"id":931,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":932,"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":1266,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}],"groups":[{"title":"Properties","kind":1024,"children":[932]}]}}]}}},{"id":944,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":83,"character":1}],"type":{"type":"reference","id":974,"name":"APIMessageReference"}},{"id":938,"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":939,"name":"pinned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":937,"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":989,"name":"APIReaction"}}},{"id":946,"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":919,"name":"APIMessage"}]}},{"id":926,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":928,"name":"tts","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":941,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":80,"character":1}],"type":{"type":"reference","id":947,"name":"MessageType"}},{"id":940,"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":[942,943,935,923,921,925,927,936,945,922,920,924,934,929,933,930,944,938,939,937,946,926,928,941,940]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":60,"character":17}]},{"id":965,"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":967,"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":966,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":117,"character":1}],"type":{"type":"reference","id":978,"name":"MessageActivityType"}}],"groups":[{"title":"Properties","kind":1024,"children":[967,966]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":116,"character":17}]},{"id":968,"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":970,"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":971,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":128,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":972,"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":969,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":126,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":973,"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":[970,971,972,969,973]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":125,"character":17}]},{"id":974,"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":976,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":139,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":977,"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":975,"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":[976,977,975]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":137,"character":17}]},{"id":993,"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":996,"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":997,"name":"allow_new","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":187,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":998,"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":999,"name":"deny_new","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":994,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":181,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":995,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":182,"character":1}],"type":{"type":"reference","id":1000,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[996,997,998,999,994,995]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":180,"character":17}]},{"id":1698,"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":1701,"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":1702,"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":1699,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1700,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":24,"character":1}],"type":{"type":"reference","id":1000,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[1701,1702,1699,1700]}],"sources":[{"fileName":"rest/v6/channel.ts","line":22,"character":17}]},{"id":888,"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":889,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":891,"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":890,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":15,"character":1}],"type":{"type":"reference","id":911,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[889,891,890]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":13,"character":17}],"extendedBy":[{"type":"reference","id":892,"name":"APIChannel"}]},{"id":1070,"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":1073,"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":1071,"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":1072,"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":[1073,1071,1072]}],"sources":[{"fileName":"payloads/v6/emoji.ts","line":11,"character":17}],"extendedBy":[{"type":"reference","id":1074,"name":"APIEmoji"}]},{"id":1152,"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":1156,"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":1157,"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":1158,"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":1237,"name":"GuildFeature"}}},{"id":1154,"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":1162,"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":1153,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1155,"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":1161,"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":1160,"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":1159,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":31,"character":1}],"type":{"type":"reference","id":1223,"name":"GuildVerificationLevel"}},{"id":1163,"name":"welcome_screen","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":97,"character":1}],"type":{"type":"reference","id":1312,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","name":"Pick.welcome_screen"}}],"groups":[{"title":"Properties","kind":1024,"children":[1156,1157,1158,1154,1162,1153,1155,1161,1160,1159,1163]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":24,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":1149,"name":"APIUnavailableGuild"},{"type":"literal","value":"unavailable"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":1164,"name":"APIGuild"},{"type":"literal","value":"welcome_screen"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"extendedBy":[{"type":"reference","id":1164,"name":"APIGuild"}]},{"id":989,"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":990,"name":"count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":992,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":173,"character":1}],"type":{"type":"reference","id":1070,"name":"APIPartialEmoji"}},{"id":991,"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":[990,992,991]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":170,"character":17}]},{"id":1393,"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":1396,"name":"color","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1397,"name":"hoist","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":62,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1394,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":59,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1401,"name":"managed","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1402,"name":"mentionable","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1395,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1399,"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":1400,"name":"permissions_new","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1398,"name":"position","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1403,"name":"tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/permissions.ts","line":71,"character":1}],"type":{"type":"reference","id":1404,"name":"APIRoleTags"}}],"groups":[{"title":"Properties","kind":1024,"children":[1396,1397,1394,1401,1402,1395,1399,1400,1398,1403]}],"sources":[{"fileName":"payloads/v6/permissions.ts","line":58,"character":17}]},{"id":1404,"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":1405,"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":1407,"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":1406,"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":[1405,1407,1406]}],"sources":[{"fileName":"payloads/v6/permissions.ts","line":77,"character":17}]},{"id":1408,"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":1410,"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":1409,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1411,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":14,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1413,"name":"APITeamMember"}}},{"id":1412,"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":[1410,1409,1411,1412]}],"sources":[{"fileName":"payloads/v6/teams.ts","line":11,"character":17}]},{"id":1413,"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":1414,"name":"membership_state","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":23,"character":1}],"type":{"type":"reference","id":1418,"name":"TeamMemberMembershipState"}},{"id":1415,"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":1416,"name":"team_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1417,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":26,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1414,1415,1416,1417]}],"sources":[{"fileName":"payloads/v6/teams.ts","line":22,"character":17}]},{"id":1149,"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":1150,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1151,"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":[1150,1151]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":16,"character":17}]},{"id":1421,"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":1425,"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":1426,"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":1424,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1431,"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":1432,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":22,"character":1}],"type":{"type":"reference","id":1435,"name":"UserFlags"}},{"id":1422,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1429,"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":1428,"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":1433,"name":"premium_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":23,"character":1}],"type":{"type":"reference","id":1450,"name":"UserPremiumType"}},{"id":1434,"name":"public_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":24,"character":1}],"type":{"type":"reference","id":1435,"name":"UserFlags"}},{"id":1427,"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":1423,"name":"username","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1430,"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":[1425,1426,1424,1431,1432,1422,1429,1428,1433,1434,1427,1423,1430]}],"sources":[{"fileName":"payloads/v6/user.ts","line":11,"character":17}]},{"id":1480,"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":1486,"name":"custom","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1485,"name":"deprecated","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":35,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1481,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1482,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1484,"name":"optimal","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1483,"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":[1486,1485,1481,1482,1484,1483]}],"sources":[{"fileName":"payloads/v6/voice.ts","line":30,"character":17}]},{"id":1487,"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":1498,"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":1494,"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":1491,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/webhook.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1490,"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":1488,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/webhook.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1493,"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":1497,"name":"source_channel","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/webhook.ts","line":23,"character":1}],"type":{"type":"reference","id":888,"name":"APIPartialChannel"}},{"id":1496,"name":"source_guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/webhook.ts","line":22,"character":1}],"type":{"type":"reference","id":1152,"name":"APIPartialGuild"}},{"id":1495,"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":1489,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/webhook.ts","line":15,"character":1}],"type":{"type":"reference","id":1499,"name":"WebhookType"}},{"id":1492,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/webhook.ts","line":18,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1498,1494,1491,1490,1488,1493,1497,1496,1495,1489,1492]}],"sources":[{"fileName":"payloads/v6/webhook.ts","line":13,"character":17}]},{"id":1112,"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":1118,"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":1123,"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":1116,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1119,"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":1121,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":83,"character":1}],"type":{"type":"reference","id":1136,"name":"GatewayActivityEmoji"}},{"id":1126,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":88,"character":1}],"type":{"type":"reference","id":1142,"name":"ActivityFlags"}},{"id":1125,"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":1113,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1122,"name":"party","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":84,"character":1}],"type":{"type":"reference","id":1137,"name":"GatewayActivityParty"}},{"id":1124,"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":1120,"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":1117,"name":"timestamps","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":79,"character":1}],"type":{"type":"reference","id":1133,"name":"GatewayActivityTimestamps"}},{"id":1114,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":76,"character":1}],"type":{"type":"reference","id":1127,"name":"ActivityType"}},{"id":1115,"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":[1118,1123,1116,1119,1121,1126,1125,1113,1122,1124,1120,1117,1114,1115]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":74,"character":17}]},{"id":1137,"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":1138,"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":1139,"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":[1138,1139]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":123,"character":17}]},{"id":1133,"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":1135,"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":1134,"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":[1135,1134]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":108,"character":17}]},{"id":717,"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":719,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":673,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":718,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":672,"character":1}],"type":{"type":"reference","id":468,"name":"Heartbeat"}}],"groups":[{"title":"Properties","kind":1024,"children":[719,718]}],"sources":[{"fileName":"gateway/v6.ts","line":671,"character":17}]},{"id":583,"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":585,"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":584,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":259,"character":1}],"type":{"type":"reference","id":477,"name":"HeartbeatAck"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":586,"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":[585,584,586]}],"sources":[{"fileName":"gateway/v6.ts","line":258,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":579,"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":581,"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":580,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":250,"character":1}],"type":{"type":"reference","id":468,"name":"Heartbeat"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":582,"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":[581,580,582]}],"sources":[{"fileName":"gateway/v6.ts","line":249,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":573,"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":575,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":240,"character":1}],"type":{"type":"reflection","declaration":{"id":576,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":577,"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":[577]}]}},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":574,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":239,"character":1}],"type":{"type":"reference","id":476,"name":"Hello"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":578,"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":[575,574,578]}],"sources":[{"fileName":"gateway/v6.ts","line":238,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":724,"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":726,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":692,"character":1}],"type":{"type":"reflection","declaration":{"id":727,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":730,"name":"compress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":695,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":734,"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":735,"name":"intents","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":700,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":731,"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":733,"name":"presence","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":698,"character":2}],"type":{"type":"reference","id":1093,"name":"GatewayPresenceUpdate"}},{"id":729,"name":"properties","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":694,"character":2}],"type":{"type":"reference","id":720,"name":"GatewayIdentifyProperties"}},{"id":732,"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":728,"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":[730,734,735,731,733,729,732,728]}]}}},{"id":725,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":691,"character":1}],"type":{"type":"reference","id":469,"name":"Identify"}}],"groups":[{"title":"Properties","kind":1024,"children":[726,725]}],"sources":[{"fileName":"gateway/v6.ts","line":690,"character":17}]},{"id":720,"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":722,"name":"$browser","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":682,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":723,"name":"$device","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":683,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":721,"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":[722,723,721]}],"sources":[{"fileName":"gateway/v6.ts","line":680,"character":17}]},{"id":587,"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":589,"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":588,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":268,"character":1}],"type":{"type":"reference","id":475,"name":"InvalidSession"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":590,"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":[589,588,590]}],"sources":[{"fileName":"gateway/v6.ts","line":267,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":1093,"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":1101,"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":1112,"name":"GatewayActivity"}}},{"id":1102,"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":1105,"name":"PresenceUpdateStatus"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":1098,"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":1112,"name":"GatewayActivity"}]}},{"id":1099,"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":1104,"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":1103,"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":1097,"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":1100,"name":"status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":46,"character":1}],"type":{"type":"reference","id":1105,"name":"PresenceUpdateStatus"}},{"id":1094,"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":1421,"name":"APIUser"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reflection","declaration":{"id":1095,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1096,"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":[1096]}]}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1101,1102,1098,1099,1104,1103,1097,1100,1094]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":39,"character":17}]},{"id":764,"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":768,"name":"afk","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":764,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":766,"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":1112,"name":"GatewayActivity"}]}},{"id":765,"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":767,"name":"status","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":763,"character":1}],"type":{"type":"reference","id":1105,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[768,766,765,767]}],"sources":[{"fileName":"gateway/v6.ts","line":760,"character":17}]},{"id":591,"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":593,"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":592,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":277,"character":1}],"type":{"type":"reference","id":473,"name":"Reconnect"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":594,"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":[593,592,594]}],"sources":[{"fileName":"gateway/v6.ts","line":276,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":743,"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":745,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":723,"character":1}],"type":{"type":"reflection","declaration":{"id":746,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":747,"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":749,"name":"limit","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":726,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":752,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":729,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":750,"name":"presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":727,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":748,"name":"query","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":725,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":751,"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":[747,749,752,750,748,751]}]}}},{"id":744,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":722,"character":1}],"type":{"type":"reference","id":474,"name":"RequestGuildMembers"}}],"groups":[{"title":"Properties","kind":1024,"children":[745,744]}],"sources":[{"fileName":"gateway/v6.ts","line":721,"character":17}]},{"id":736,"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":738,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":710,"character":1}],"type":{"type":"reflection","declaration":{"id":739,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":742,"name":"seq","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":713,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":741,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":712,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":740,"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":[742,741,740]}]}}},{"id":737,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":709,"character":1}],"type":{"type":"reference","id":472,"name":"Resume"}}],"groups":[{"title":"Properties","kind":1024,"children":[738,737]}],"sources":[{"fileName":"gateway/v6.ts","line":708,"character":17}]},{"id":761,"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":763,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":753,"character":1}],"type":{"type":"reference","id":764,"name":"GatewayPresenceUpdateData"}},{"id":762,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":752,"character":1}],"type":{"type":"reference","id":470,"name":"PresenceUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[763,762]}],"sources":[{"fileName":"gateway/v6.ts","line":751,"character":17}]},{"id":1467,"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":1469,"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":1473,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1468,"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":1471,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/voice.ts","line":15,"character":1}],"type":{"type":"reference","id":1266,"name":"APIGuildMember"}},{"id":1474,"name":"mute","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1475,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1476,"name":"self_mute","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1477,"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":1478,"name":"self_video","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1472,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1479,"name":"suppress","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1470,"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":[1469,1473,1468,1471,1474,1475,1476,1477,1478,1472,1479,1470]}],"sources":[{"fileName":"payloads/v6/voice.ts","line":11,"character":17}]},{"id":753,"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":755,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":739,"character":1}],"type":{"type":"reflection","declaration":{"id":756,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":758,"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":757,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":740,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":760,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":743,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":759,"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":[758,757,760,759]}]}}},{"id":754,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":738,"character":1}],"type":{"type":"reference","id":471,"name":"VoiceStateUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[755,754]}],"sources":[{"fileName":"gateway/v6.ts","line":737,"character":17}]},{"id":2066,"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":2071,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":47,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1237,"name":"GuildFeature"}}},{"id":2069,"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":2067,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":43,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2068,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2070,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2072,"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":2073,"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":[2071,2069,2067,2068,2070,2072,2073]}],"sources":[{"fileName":"rest/v6/user.ts","line":42,"character":17}]},{"id":1692,"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":1694,"name":"action_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/auditLog.ts","line":9,"character":1}],"type":{"type":"reference","id":786,"name":"AuditLogEvent"}},{"id":1695,"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":1696,"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":1693,"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":[1694,1695,1696,1693]}],"sources":[{"fileName":"rest/v6/auditLog.ts","line":7,"character":17}]},{"id":1758,"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":1760,"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":1759,"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":1761,"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":[1760,1759,1761]}],"sources":[{"fileName":"rest/v6/channel.ts","line":174,"character":17}]},{"id":1724,"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":1727,"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":1725,"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":1726,"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":1728,"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":[1727,1725,1726,1728]}],"sources":[{"fileName":"rest/v6/channel.ts","line":86,"character":17}]},{"id":2062,"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":2064,"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":2063,"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":2065,"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":[2064,2063,2065]}],"sources":[{"fileName":"rest/v6/user.ts","line":33,"character":17}]},{"id":1946,"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":1947,"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":[1947]}],"sources":[{"fileName":"rest/v6/guild.ts","line":409,"character":17}]},{"id":1877,"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":1879,"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":1878,"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":[1879,1878]}],"sources":[{"fileName":"rest/v6/guild.ts","line":174,"character":17}]},{"id":1881,"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":1883,"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":1882,"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":[1883,1882]}],"sources":[{"fileName":"rest/v6/guild.ts","line":187,"character":17}]},{"id":1933,"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":1934,"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":1935,"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":[1934,1935]}],"sources":[{"fileName":"rest/v6/guild.ts","line":358,"character":17}]},{"id":1936,"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":1937,"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":[1937]}],"sources":[{"fileName":"rest/v6/guild.ts","line":372,"character":17}]},{"id":1841,"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":1842,"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":[1842]}],"sources":[{"fileName":"rest/v6/guild.ts","line":74,"character":17}]},{"id":1966,"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":1967,"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":1968,"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":[1967,1968]}],"sources":[{"fileName":"rest/v6/guild.ts","line":498,"character":17}]},{"id":1969,"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":1970,"name":"style","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":508,"character":1}],"type":{"type":"reference","id":1306,"name":"GuildWidgetStyle"}}],"groups":[{"title":"Properties","kind":1024,"children":[1970]}],"sources":[{"fileName":"rest/v6/guild.ts","line":507,"character":17}]},{"id":1972,"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":1973,"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":[1973]}],"sources":[{"fileName":"rest/v6/invite.ts","line":7,"character":17}]},{"id":2028,"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":2029,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":126,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2033,"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":2032,"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":2031,"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":2035,"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":2034,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":137,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2030,"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":[2029,2033,2032,2031,2035,2034,2030]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":125,"character":17}]},{"id":2036,"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":2037,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":145,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2039,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":147,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2040,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":148,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2038,"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":[2037,2039,2040,2038]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":144,"character":17}]},{"id":1977,"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":1979,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1983,"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":1981,"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":1978,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":14,"character":1}],"type":{"type":"literal","value":"code"}},{"id":1980,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1982,"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":[1979,1983,1981,1978,1980,1982]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":13,"character":17}]},{"id":1984,"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":1985,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1986,"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":[1985,1986]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":26,"character":17}]},{"id":2022,"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":2023,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":111,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2027,"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":2026,"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":2025,"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":2024,"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":[2023,2027,2026,2025,2024]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":110,"character":17}]},{"id":2008,"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":2010,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":77,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2014,"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":2012,"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":2009,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":76,"character":1}],"type":{"type":"literal","value":"token"}},{"id":2011,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2013,"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":[2010,2014,2012,2009,2011,2013]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":75,"character":17}]},{"id":1711,"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":1712,"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":1716,"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":1720,"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":1719,"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":993,"name":"APIOverwrite"}}]}},{"id":1714,"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":1717,"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":1715,"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":1713,"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":912,"name":"GUILD_TEXT"},{"type":"reference","id":917,"name":"GUILD_NEWS"}]}},{"id":1718,"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":[1712,1716,1720,1719,1714,1717,1715,1713,1718]}],"sources":[{"fileName":"rest/v6/channel.ts","line":55,"character":17}]},{"id":1749,"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":1752,"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":1707,"name":"APIAllowedMentionsSend"}]}},{"id":1750,"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":1751,"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":1003,"name":"APIEmbed"}]}},{"id":1753,"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":983,"name":"MessageFlags"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1752,1750,1751,1753]}],"sources":[{"fileName":"rest/v6/channel.ts","line":143,"character":17}]},{"id":1899,"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":1900,"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":[1900]}],"sources":[{"fileName":"rest/v6/guild.ts","line":235,"character":17}]},{"id":2058,"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":2060,"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":2059,"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":[2060,2059]}],"sources":[{"fileName":"rest/v6/user.ts","line":19,"character":17}]},{"id":1803,"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":1804,"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":1805,"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":[1804,1805]}],"sources":[{"fileName":"rest/v6/emoji.ts","line":37,"character":17}]},{"id":1953,"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":1956,"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":1954,"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":1290,"name":"IntegrationExpireBehavior"}]}},{"id":1955,"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":[1956,1954,1955]}],"sources":[{"fileName":"rest/v6/guild.ts","line":436,"character":17}]},{"id":1845,"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":1851,"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":1852,"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":1857,"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":1849,"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":1213,"name":"GuildDefaultMessageNotifications"}},{"id":1863,"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":1856,"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":1850,"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":1216,"name":"GuildExplicitContentFilter"}},{"id":1862,"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":1237,"name":"GuildFeature"}}},{"id":1853,"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":1846,"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":1854,"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":1861,"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":1860,"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":1847,"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":1859,"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":1855,"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":1858,"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":1848,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":96,"character":1}],"type":{"type":"reference","id":1223,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[1851,1852,1857,1849,1863,1856,1850,1862,1853,1846,1854,1861,1860,1847,1859,1855,1858,1848]}],"sources":[{"fileName":"rest/v6/guild.ts","line":93,"character":17}]},{"id":1892,"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":1897,"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":1896,"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":1895,"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":1893,"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":1894,"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":[1897,1896,1895,1893,1894]}],"sources":[{"fileName":"rest/v6/guild.ts","line":218,"character":17}]},{"id":1925,"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":1928,"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":1929,"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":1930,"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":1926,"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":1927,"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":[1928,1929,1930,1926,1927]}],"sources":[{"fileName":"rest/v6/guild.ts","line":335,"character":17}]},{"id":2089,"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":2091,"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":2092,"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":2090,"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":[2091,2092,2090]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":46,"character":17}]},{"id":1793,"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":1794,"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":[1794]}],"sources":[{"fileName":"rest/v6/channel.ts","line":303,"character":17}]},{"id":1776,"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":1777,"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":1778,"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":1781,"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":1782,"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":1329,"name":"STREAM"}},{"id":1779,"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":1780,"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":[1777,1778,1781,1782,1779,1780]}],"sources":[{"fileName":"rest/v6/channel.ts","line":242,"character":17}]},{"id":1730,"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":1735,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":107,"character":1}],"type":{"type":"reference","id":1707,"name":"APIAllowedMentionsSend"}},{"id":1731,"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":1734,"name":"embed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":106,"character":1}],"type":{"type":"reference","id":1003,"name":"APIEmbed"}},{"id":1736,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":108,"character":1}],"type":{"type":"reference","id":974,"name":"APIMessageReference"}},{"id":1732,"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":1733,"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":[1735,1731,1734,1736,1732,1733]}],"sources":[{"fileName":"rest/v6/channel.ts","line":102,"character":17}]},{"id":1766,"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":1767,"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":[1767]}],"sources":[{"fileName":"rest/v6/channel.ts","line":204,"character":17}]},{"id":2081,"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":2083,"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":2082,"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":[2083,2082]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":8,"character":17}]},{"id":2076,"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":2077,"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":[2077]}],"sources":[{"fileName":"rest/v6/user.ts","line":70,"character":17}]},{"id":1798,"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":1800,"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":1799,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/emoji.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1801,"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":[1800,1799,1801]}],"sources":[{"fileName":"rest/v6/emoji.ts","line":19,"character":17}]},{"id":1949,"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":1951,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":424,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1950,"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":[1951,1950]}],"sources":[{"fileName":"rest/v6/guild.ts","line":422,"character":17}]},{"id":1938,"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":1940,"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":1939,"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":1941,"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":[1940,1939,1941]}],"sources":[{"fileName":"rest/v6/guild.ts","line":380,"character":17}]},{"id":1942,"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":1943,"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":[1943]}],"sources":[{"fileName":"rest/v6/guild.ts","line":389,"character":17}]},{"id":1913,"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":1916,"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":1917,"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":1918,"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":1914,"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":1915,"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":[1916,1917,1918,1914,1915]}],"sources":[{"fileName":"rest/v6/guild.ts","line":304,"character":17}],"extendedBy":[{"type":"reference","id":1821,"name":"APIGuildCreateRole"}]},{"id":1828,"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":1837,"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":1838,"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":1836,"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":1815,"name":"APIGuildCreatePartialChannel"}}},{"id":1833,"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":1213,"name":"GuildDefaultMessageNotifications"}},{"id":1834,"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":1216,"name":"GuildExplicitContentFilter"}},{"id":1831,"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":1829,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1830,"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":1835,"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":1821,"name":"APIGuildCreateRole"}}},{"id":1839,"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":1832,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":55,"character":1}],"type":{"type":"reference","id":1223,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[1837,1838,1836,1833,1834,1831,1829,1830,1835,1839,1832]}],"sources":[{"fileName":"rest/v6/guild.ts","line":51,"character":17}]},{"id":2098,"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":2104,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/webhook.ts","line":89,"character":1}],"type":{"type":"reference","id":1707,"name":"APIAllowedMentionsSend"}},{"id":2101,"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":2099,"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":2103,"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":1003,"name":"APIEmbed"}}},{"id":2102,"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":2100,"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":[2104,2101,2099,2103,2102,2100]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":83,"character":17}]},{"id":2111,"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":2112,"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":[2112]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":118,"character":17}]},{"id":1994,"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":1995,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1997,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1998,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1999,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":53,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1996,"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":[1995,1997,1998,1999,1996]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":48,"character":17}]},{"id":1987,"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":1988,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1989,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1991,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1990,"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":1992,"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":1993,"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":[1988,1989,1991,1990,1992,1993]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":35,"character":17}]},{"id":2041,"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":2042,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":156,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2044,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":158,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2047,"name":"guild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":161,"character":1}],"type":{"type":"reference","id":1164,"name":"APIGuild"}},{"id":2045,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":159,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2046,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":160,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2043,"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":[2042,2044,2047,2045,2046,2043]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":155,"character":17}]},{"id":2048,"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":2049,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":169,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2051,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2052,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":172,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2053,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":173,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2050,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2054,"name":"webhook","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":174,"character":1}],"type":{"type":"reference","id":1487,"name":"APIWebhook"}}],"groups":[{"title":"Properties","kind":1024,"children":[2049,2051,2052,2053,2050,2054]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":168,"character":17}]},{"id":2016,"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":2017,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":95,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2018,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":96,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2019,"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":2020,"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":[2017,2018,2019,2020]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":94,"character":17}]},{"id":2000,"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":2001,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2002,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":62,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2003,"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":2005,"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":2004,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":64,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2006,"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":[2001,2002,2003,2005,2004,2006]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":60,"character":17}]},{"id":1769,"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":1770,"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":1771,"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":1772,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":220,"character":1}],"type":{"type":"reference","id":1000,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[1770,1771,1772]}],"sources":[{"fileName":"rest/v6/channel.ts","line":217,"character":17}],"extendedBy":[{"type":"reference","id":1810,"name":"APIGuildCreateOverwrite"}]},{"id":1787,"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":1788,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":279,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1789,"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":[1788,1789]}],"sources":[{"fileName":"rest/v6/channel.ts","line":278,"character":17}]},{"id":1907,"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":1908,"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":1909,"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":[1908,1909]}],"sources":[{"fileName":"rest/v6/guild.ts","line":278,"character":17}]},{"id":1885,"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":1886,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":202,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1890,"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":1889,"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":1887,"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":1888,"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":[1886,1890,1889,1887,1888]}],"sources":[{"fileName":"rest/v6/guild.ts","line":201,"character":17}]},{"id":834,"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":835,"name":"APIAuditLogChangeKeyName"},{"type":"reference","id":836,"name":"APIAuditLogChangeKeyIconHash"},{"type":"reference","id":837,"name":"APIAuditLogChangeKeySplashHash"},{"type":"reference","id":838,"name":"APIAuditLogChangeKeyOwnerID"},{"type":"reference","id":839,"name":"APIAuditLogChangeKeyRegion"},{"type":"reference","id":840,"name":"APIAuditLogChangeKeyAFKChannelID"},{"type":"reference","id":841,"name":"APIAuditLogChangeKeyAFKTimeout"},{"type":"reference","id":842,"name":"APIAuditLogChangeKeyMFALevel"},{"type":"reference","id":843,"name":"APIAuditLogChangeKeyVerificationLevel"},{"type":"reference","id":844,"name":"APIAuditLogChangeKeyExplicitContentFilter"},{"type":"reference","id":845,"name":"APIAuditLogChangeKeyDefaultMessageNotifications"},{"type":"reference","id":846,"name":"APIAuditLogChangeKeyVanityURLCode"},{"type":"reference","id":847,"name":"APIAuditLogChangeKey$Add"},{"type":"reference","id":848,"name":"APIAuditLogChangeKey$Remove"},{"type":"reference","id":849,"name":"APIAuditLogChangeKeyPruneDeleteDays"},{"type":"reference","id":850,"name":"APIAuditLogChangeKeyWidgetEnabled"},{"type":"reference","id":851,"name":"APIAuditLogChangeKeyWidgetChannelID"},{"type":"reference","id":852,"name":"APIAuditLogChangeKeySystemChannelID"},{"type":"reference","id":853,"name":"APIAuditLogChangeKeyPosition"},{"type":"reference","id":854,"name":"APIAuditLogChangeKeyTopic"},{"type":"reference","id":855,"name":"APIAuditLogChangeKeyBitrate"},{"type":"reference","id":856,"name":"APIAuditLogChangeKeyPermissionOverwrites"},{"type":"reference","id":857,"name":"APIAuditLogChangeKeyNSFW"},{"type":"reference","id":858,"name":"APIAuditLogChangeKeyApplicationID"},{"type":"reference","id":859,"name":"APIAuditLogChangeKeyRateLimitPerUser"},{"type":"reference","id":860,"name":"APIAuditLogChangeKeyPermissions"},{"type":"reference","id":861,"name":"APIAuditLogChangeKeyPermissionsNew"},{"type":"reference","id":862,"name":"APIAuditLogChangeKeyColor"},{"type":"reference","id":863,"name":"APIAuditLogChangeKeyHoist"},{"type":"reference","id":864,"name":"APIAuditLogChangeKeyMentionable"},{"type":"reference","id":865,"name":"APIAuditLogChangeKeyAllow"},{"type":"reference","id":866,"name":"APIAuditLogChangeKeyAllowNew"},{"type":"reference","id":867,"name":"APIAuditLogChangeKeyDeny"},{"type":"reference","id":868,"name":"APIAuditLogChangeKeyDenyNew"},{"type":"reference","id":869,"name":"APIAuditLogChangeKeyCode"},{"type":"reference","id":870,"name":"APIAuditLogChangeKeyChannelID"},{"type":"reference","id":871,"name":"APIAuditLogChangeKeyInviterID"},{"type":"reference","id":872,"name":"APIAuditLogChangeKeyMaxUses"},{"type":"reference","id":873,"name":"APIAuditLogChangeKeyUses"},{"type":"reference","id":874,"name":"APIAuditLogChangeKeyMaxAge"},{"type":"reference","id":875,"name":"APIAuditLogChangeKeyTemporary"},{"type":"reference","id":876,"name":"APIAuditLogChangeKeyDeaf"},{"type":"reference","id":877,"name":"APIAuditLogChangeKeyMute"},{"type":"reference","id":878,"name":"APIAuditLogChangeKeyNick"},{"type":"reference","id":879,"name":"APIAuditLogChangeKeyAvatarHash"},{"type":"reference","id":880,"name":"APIAuditLogChangeKeyID"},{"type":"reference","id":884,"name":"APIAuditLogChangeKeyType"},{"type":"reference","id":885,"name":"APIAuditLogChangeKeyEnableEmoticons"},{"type":"reference","id":886,"name":"APIAuditLogChangeKeyExpireBehavior"},{"type":"reference","id":887,"name":"APIAuditLogChangeKeyExpireGracePeriod"}]}},{"id":847,"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":1393,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":848,"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":1393,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":840,"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":841,"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":865,"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":866,"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":858,"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":879,"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":855,"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":870,"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":869,"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":862,"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":876,"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":845,"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":1213,"name":"GuildDefaultMessageNotifications"}],"name":"AuditLogChangeData"}},{"id":867,"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":868,"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":885,"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":886,"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":1290,"name":"IntegrationExpireBehavior"}],"name":"AuditLogChangeData"}},{"id":887,"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":844,"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":1216,"name":"GuildExplicitContentFilter"}],"name":"AuditLogChangeData"}},{"id":863,"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":836,"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":871,"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":842,"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":1220,"name":"GuildMFALevel"}],"name":"AuditLogChangeData"}},{"id":874,"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":872,"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":864,"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":877,"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":857,"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":835,"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":878,"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":838,"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":856,"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":993,"name":"APIOverwrite"}}],"name":"AuditLogChangeData"}},{"id":860,"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":861,"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":853,"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":849,"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":859,"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":839,"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":837,"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":852,"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":875,"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":854,"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":884,"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":911,"name":"ChannelType"},{"type":"intrinsic","name":"string"}]}],"name":"AuditLogChangeData"}},{"id":873,"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":846,"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":843,"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":1223,"name":"GuildVerificationLevel"}],"name":"AuditLogChangeData"}},{"id":851,"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":850,"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":1815,"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":892,"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":1816,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1818,"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":1817,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1819,"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":1820,"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":1810,"name":"APIGuildCreateOverwrite"}}}],"groups":[{"title":"Properties","kind":1024,"children":[1818,1817,1819,1820]}],"sources":[{"fileName":"rest/v6/guild.ts","line":33,"character":4}]}}]}},{"id":1262,"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":1263,"name":"APIGuildWidgetSettings"}},{"id":1140,"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":1136,"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":1074,"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":1074,"name":"APIEmoji"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":1141,"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":605,"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":604,"name":"GatewayChannelModifyDispatch"}},{"id":607,"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":604,"name":"GatewayChannelModifyDispatch"}},{"id":604,"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":536,"name":"GatewayDispatchEvents.ChannelCreate"},{"type":"reference","id":538,"name":"GatewayDispatchEvents.ChannelDelete"},{"type":"reference","id":537,"name":"GatewayDispatchEvents.ChannelUpdate"}]},{"type":"reference","id":892,"name":"APIChannel"}],"name":"DataPayload"}},{"id":608,"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":539,"name":"GatewayDispatchEvents.ChannelPinsUpdate"},{"type":"reflection","declaration":{"id":609,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":611,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":339,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":610,"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":612,"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":[611,610,612]}],"sources":[{"fileName":"gateway/v6.ts","line":337,"character":1}]}}],"name":"DataPayload"}},{"id":606,"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":604,"name":"GatewayChannelModifyDispatch"}},{"id":572,"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":595,"name":"GatewayReadyDispatch"},{"type":"reference","id":603,"name":"GatewayResumedDispatch"},{"type":"reference","id":604,"name":"GatewayChannelModifyDispatch"},{"type":"reference","id":608,"name":"GatewayChannelPinsUpdateDispatch"},{"type":"reference","id":613,"name":"GatewayGuildModifyDispatch"},{"type":"reference","id":616,"name":"GatewayGuildDeleteDispatch"},{"type":"reference","id":617,"name":"GatewayGuildBanModifyDispatch"},{"type":"reference","id":623,"name":"GatewayGuildEmojisUpdateDispatch"},{"type":"reference","id":627,"name":"GatewayGuildIntegrationsUpdateDispatch"},{"type":"reference","id":630,"name":"GatewayGuildMemberAddDispatch"},{"type":"reference","id":633,"name":"GatewayGuildMemberRemoveDispatch"},{"type":"reference","id":637,"name":"GatewayGuildMemberUpdateDispatch"},{"type":"reference","id":640,"name":"GatewayGuildMembersChunkDispatch"},{"type":"reference","id":649,"name":"GatewayGuildRoleModifyDispatch"},{"type":"reference","id":655,"name":"GatewayGuildRoleDeleteDispatch"},{"type":"reference","id":659,"name":"GatewayInviteCreateDispatch"},{"type":"reference","id":672,"name":"GatewayInviteDeleteDispatch"},{"type":"reference","id":677,"name":"GatewayMessageCreateDispatch"},{"type":"reference","id":678,"name":"GatewayMessageUpdateDispatch"},{"type":"reference","id":682,"name":"GatewayMessageDeleteDispatch"},{"type":"reference","id":687,"name":"GatewayMessageDeleteBulkDispatch"},{"type":"reference","id":692,"name":"GatewayMessageReactionAddDispatch"},{"type":"reference","id":693,"name":"GatewayMessageReactionRemoveDispatch"},{"type":"reference","id":694,"name":"GatewayMessageReactionRemoveAllDispatch"},{"type":"reference","id":695,"name":"GatewayMessageReactionRemoveEmojiDispatch"},{"type":"reference","id":698,"name":"GatewayPresenceUpdateDispatch"},{"type":"reference","id":699,"name":"GatewayTypingStartDispatch"},{"type":"reference","id":706,"name":"GatewayUserUpdateDispatch"},{"type":"reference","id":707,"name":"GatewayVoiceStateUpdateDispatch"},{"type":"reference","id":708,"name":"GatewayVoiceServerUpdateDispatch"},{"type":"reference","id":713,"name":"GatewayWebhooksUpdateDispatch"}]}},{"id":621,"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":617,"name":"GatewayGuildBanModifyDispatch"}},{"id":617,"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":543,"name":"GatewayDispatchEvents.GuildBanAdd"},{"type":"reference","id":544,"name":"GatewayDispatchEvents.GuildBanRemove"}]},{"type":"reflection","declaration":{"id":618,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":619,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":378,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":620,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":379,"character":2}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[619,620]}],"sources":[{"fileName":"gateway/v6.ts","line":377,"character":1}]}}],"name":"DataPayload"}},{"id":622,"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":617,"name":"GatewayGuildBanModifyDispatch"}},{"id":614,"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":613,"name":"GatewayGuildModifyDispatch"}},{"id":616,"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":542,"name":"GatewayDispatchEvents.GuildDelete"},{"type":"reference","id":1149,"name":"APIUnavailableGuild"}],"name":"DataPayload"}},{"id":623,"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":545,"name":"GatewayDispatchEvents.GuildEmojisUpdate"},{"type":"reflection","declaration":{"id":624,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":626,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":401,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":1074,"name":"APIEmoji"}}},{"id":625,"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":[626,625]}],"sources":[{"fileName":"gateway/v6.ts","line":399,"character":1}]}}],"name":"DataPayload"}},{"id":627,"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":546,"name":"GatewayDispatchEvents.GuildIntegrationsUpdate"},{"type":"reflection","declaration":{"id":628,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":629,"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":[629]}],"sources":[{"fileName":"gateway/v6.ts","line":411,"character":1}]}}],"name":"DataPayload"}},{"id":630,"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":547,"name":"GatewayDispatchEvents.GuildMemberAdd"},{"type":"intersection","types":[{"type":"reference","id":1266,"name":"APIGuildMember"},{"type":"reflection","declaration":{"id":631,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":632,"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":[632]}],"sources":[{"fileName":"gateway/v6.ts","line":420,"character":18}]}}]}],"name":"DataPayload"}},{"id":633,"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":548,"name":"GatewayDispatchEvents.GuildMemberRemove"},{"type":"reflection","declaration":{"id":634,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":635,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":430,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":636,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":431,"character":2}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[635,636]}],"sources":[{"fileName":"gateway/v6.ts","line":429,"character":1}]}}],"name":"DataPayload"}},{"id":637,"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":549,"name":"GatewayDispatchEvents.GuildMemberUpdate"},{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":1266,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reflection","declaration":{"id":638,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":639,"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":[639]}],"sources":[{"fileName":"gateway/v6.ts","line":441,"character":41}]}}]}],"name":"DataPayload"}},{"id":640,"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":550,"name":"GatewayDispatchEvents.GuildMembersChunk"},{"type":"reflection","declaration":{"id":641,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":645,"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":644,"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":642,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":453,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":643,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":454,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":1266,"name":"APIGuildMember"}}},{"id":648,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":459,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":646,"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":647,"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":1093,"name":"RawGatewayPresenceUpdate"}}}],"groups":[{"title":"Properties","kind":1024,"children":[645,644,642,643,648,646,647]}],"sources":[{"fileName":"gateway/v6.ts","line":452,"character":1}]}}],"name":"DataPayload"}},{"id":613,"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":540,"name":"GatewayDispatchEvents.GuildCreate"},{"type":"reference","id":541,"name":"GatewayDispatchEvents.GuildUpdate"}]},{"type":"reference","id":1164,"name":"APIGuild"}],"name":"DataPayload"}},{"id":653,"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":649,"name":"GatewayGuildRoleModifyDispatch"}},{"id":655,"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":553,"name":"GatewayDispatchEvents.GuildRoleDelete"},{"type":"reflection","declaration":{"id":656,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":657,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":493,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":658,"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":[657,658]}],"sources":[{"fileName":"gateway/v6.ts","line":492,"character":1}]}}],"name":"DataPayload"}},{"id":649,"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":551,"name":"GatewayDispatchEvents.GuildRoleCreate"},{"type":"reference","id":552,"name":"GatewayDispatchEvents.GuildRoleUpdate"}]},{"type":"reflection","declaration":{"id":650,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":651,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":471,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":652,"name":"role","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":472,"character":2}],"type":{"type":"reference","id":1393,"name":"APIRole"}}],"groups":[{"title":"Properties","kind":1024,"children":[651,652]}],"sources":[{"fileName":"gateway/v6.ts","line":470,"character":1}]}}],"name":"DataPayload"}},{"id":654,"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":649,"name":"GatewayGuildRoleModifyDispatch"}},{"id":615,"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":613,"name":"GatewayGuildModifyDispatch"}},{"id":659,"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":554,"name":"GatewayDispatchEvents.InviteCreate"},{"type":"reflection","declaration":{"id":660,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":661,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":505,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":662,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":506,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":663,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":507,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":664,"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":665,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":509,"character":2}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":666,"name":"max_age","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":510,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":667,"name":"max_uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":511,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":668,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":512,"character":2}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":669,"name":"target_user_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":513,"character":2}],"type":{"type":"reference","id":1328,"name":"InviteTargetUserType"}},{"id":670,"name":"temporary","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":514,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":671,"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":[661,662,663,664,665,666,667,668,669,670,671]}],"sources":[{"fileName":"gateway/v6.ts","line":504,"character":1}]}}],"name":"DataPayload"}},{"id":672,"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":555,"name":"GatewayDispatchEvents.InviteDelete"},{"type":"reflection","declaration":{"id":673,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":674,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":526,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":676,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":528,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":675,"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":[674,676,675]}],"sources":[{"fileName":"gateway/v6.ts","line":525,"character":1}]}}],"name":"DataPayload"}},{"id":677,"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":556,"name":"GatewayDispatchEvents.MessageCreate"},{"type":"reference","id":919,"name":"APIMessage"}],"name":"DataPayload"}},{"id":687,"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":559,"name":"GatewayDispatchEvents.MessageDeleteBulk"},{"type":"reflection","declaration":{"id":688,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":690,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":568,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":691,"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":689,"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":[690,691,689]}],"sources":[{"fileName":"gateway/v6.ts","line":566,"character":1}]}}],"name":"DataPayload"}},{"id":682,"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":558,"name":"GatewayDispatchEvents.MessageDelete"},{"type":"reflection","declaration":{"id":683,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":685,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":555,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":686,"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":684,"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":[685,686,684]}],"sources":[{"fileName":"gateway/v6.ts","line":553,"character":1}]}}],"name":"DataPayload"}},{"id":692,"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":560,"name":"GatewayDispatchEvents.MessageReactionAdd"}],"name":"ReactionData"}},{"id":694,"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":562,"name":"GatewayDispatchEvents.MessageReactionRemoveAll"},{"type":"reference","name":"MessageReactionRemoveData"}],"name":"DataPayload"}},{"id":693,"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":561,"name":"GatewayDispatchEvents.MessageReactionRemove"},{"type":"literal","value":"member"}],"name":"ReactionData"}},{"id":695,"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":563,"name":"GatewayDispatchEvents.MessageReactionRemoveEmoji"},{"type":"intersection","types":[{"type":"reference","name":"MessageReactionRemoveData"},{"type":"reflection","declaration":{"id":696,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":697,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":601,"character":2}],"type":{"type":"reference","id":1074,"name":"APIEmoji"}}],"groups":[{"title":"Properties","kind":1024,"children":[697]}],"sources":[{"fileName":"gateway/v6.ts","line":600,"character":29}]}}]}],"name":"DataPayload"}},{"id":678,"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":557,"name":"GatewayDispatchEvents.MessageUpdate"},{"type":"intersection","types":[{"type":"reflection","declaration":{"id":679,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":681,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":544,"character":15}],"type":{"type":"intrinsic","name":"string"}},{"id":680,"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":[681,680]}],"sources":[{"fileName":"gateway/v6.ts","line":544,"character":1}]}},{"type":"reference","typeArguments":[{"type":"reference","id":919,"name":"APIMessage"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}],"name":"DataPayload"}},{"id":1111,"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":1105,"name":"PresenceUpdateStatus"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":698,"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":564,"name":"GatewayDispatchEvents.PresenceUpdate"},{"type":"reference","id":1093,"name":"RawGatewayPresenceUpdate"}],"name":"DataPayload"}},{"id":595,"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":534,"name":"GatewayDispatchEvents.Ready"},{"type":"reflection","declaration":{"id":596,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":601,"name":"guilds","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":292,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":1149,"name":"APIUnavailableGuild"}}},{"id":600,"name":"private_channels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":291,"character":2}],"type":{"type":"tuple"}},{"id":599,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":290,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":602,"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":598,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":289,"character":2}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":597,"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":[601,600,599,602,598,597]}],"sources":[{"fileName":"gateway/v6.ts","line":287,"character":1}]}}],"name":"DataPayload"}},{"id":571,"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":573,"name":"GatewayHello"},{"type":"reference","id":579,"name":"GatewayHeartbeatRequest"},{"type":"reference","id":583,"name":"GatewayHeartbeatAck"},{"type":"reference","id":587,"name":"GatewayInvalidSession"},{"type":"reference","id":591,"name":"GatewayReconnect"},{"type":"reference","id":572,"name":"GatewayDispatchPayload"}]}},{"id":603,"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":535,"name":"GatewayDispatchEvents.Resumed"},{"type":"intrinsic","name":"never"}],"name":"DataPayload"}},{"id":570,"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":717,"name":"GatewayHeartbeat"},{"type":"reference","id":724,"name":"GatewayIdentify"},{"type":"reference","id":761,"name":"GatewayUpdatePresence"},{"type":"reference","id":753,"name":"GatewayVoiceStateUpdate"},{"type":"reference","id":736,"name":"GatewayResume"},{"type":"reference","id":743,"name":"GatewayRequestGuildMembers"}]}},{"id":699,"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":565,"name":"GatewayDispatchEvents.TypingStart"},{"type":"reflection","declaration":{"id":700,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":701,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":618,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":702,"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":705,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":622,"character":2}],"type":{"type":"reference","id":1266,"name":"APIGuildMember"}},{"id":704,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":621,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":703,"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":[701,702,705,704,703]}],"sources":[{"fileName":"gateway/v6.ts","line":617,"character":1}]}}],"name":"DataPayload"}},{"id":706,"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":566,"name":"GatewayDispatchEvents.UserUpdate"},{"type":"reference","id":1421,"name":"APIUser"}],"name":"DataPayload"}},{"id":708,"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":568,"name":"GatewayDispatchEvents.VoiceServerUpdate"},{"type":"reflection","declaration":{"id":709,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":712,"name":"endpoint","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":647,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":711,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":646,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":710,"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":[712,711,710]}],"sources":[{"fileName":"gateway/v6.ts","line":644,"character":1}]}}],"name":"DataPayload"}},{"id":707,"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":567,"name":"GatewayDispatchEvents.VoiceStateUpdate"},{"type":"reference","id":1467,"name":"GatewayVoiceState"}],"name":"DataPayload"}},{"id":713,"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":569,"name":"GatewayDispatchEvents.WebhooksUpdate"},{"type":"reflection","declaration":{"id":714,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":716,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":659,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":715,"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":[716,715]}],"sources":[{"fileName":"gateway/v6.ts","line":657,"character":1}]}}],"name":"DataPayload"}},{"id":2080,"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":1480,"name":"APIVoiceRegion"}}},{"id":1765,"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":1764,"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":1757,"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":1774,"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":1786,"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":1791,"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":1723,"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":892,"name":"APIChannel"}},{"id":2075,"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":1911,"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":1807,"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":1958,"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":1904,"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":1903,"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":1865,"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":1932,"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":1975,"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":1319,"name":"APIInvite"}},{"id":2096,"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":2097,"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":1697,"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":773,"name":"APIAuditLog"}},{"id":1775,"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":1319,"name":"APIInvite"}}},{"id":1762,"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":1421,"name":"APIUser"}}},{"id":1754,"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":919,"name":"APIMessage"}},{"id":1729,"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":919,"name":"APIMessage"}}},{"id":1784,"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":919,"name":"APIMessage"}}},{"id":1721,"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":892,"name":"APIChannel"}},{"id":2085,"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":1487,"name":"APIWebhook"}}},{"id":2079,"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":1454,"name":"APIConnection"}}},{"id":2074,"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":2066,"name":"RESTAPIPartialCurrentUserGuild"}}},{"id":2056,"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":1421,"name":"APIUser"}},{"id":1809,"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":1085,"name":"APIGatewayBotInfo"}},{"id":1808,"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":1083,"name":"APIGatewayInfo"}},{"id":1906,"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":1303,"name":"APIBan"}},{"id":1905,"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":1303,"name":"APIBan"}}},{"id":1866,"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":892,"name":"APIChannel"}}},{"id":1797,"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":1074,"name":"APIEmoji"}},{"id":1796,"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":1074,"name":"APIEmoji"}}},{"id":1948,"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":1274,"name":"APIGuildIntegration"}}},{"id":1945,"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":1319,"name":"APIInvite"}}},{"id":1876,"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":1266,"name":"APIGuildMember"}},{"id":1880,"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":1266,"name":"APIGuildMember"}}},{"id":1884,"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":1266,"name":"APIGuildMember"}}},{"id":1844,"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":1252,"name":"APIGuildPreview"}},{"id":1843,"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":1164,"name":"APIGuild"}},{"id":1912,"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":1393,"name":"APIRole"}}},{"id":1944,"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":1480,"name":"APIVoiceRegion"}}},{"id":2086,"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":1487,"name":"APIWebhook"}}},{"id":1971,"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":1960,"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":1263,"name":"APIGuildWidgetSettings"}},{"id":1961,"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":1263,"name":"APIGuildWidgetSettings"}},{"id":1974,"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":1319,"name":"APIInvite"}},{"id":1976,"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":1344,"name":"APIApplication"}},{"id":2057,"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":1421,"name":"APIUser"}},{"id":2087,"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":1487,"name":"APIWebhook"}},{"id":2088,"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":1487,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":2015,"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":1994,"name":"RESTPostOAuth2AccessTokenResult"},{"type":"literal","value":"refresh_token"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":1756,"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":919,"name":"APIMessage"}},{"id":1722,"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":892,"name":"APIChannel"}},{"id":1901,"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":1899,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody"}],"qualifiedName":"Required","package":"typescript","name":"Required"}},{"id":2061,"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":1421,"name":"APIUser"}},{"id":1869,"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":1870,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1871,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":153,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1873,"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":1874,"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":1872,"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":[1871,1873,1874,1872]}],"sources":[{"fileName":"rest/v6/guild.ts","line":152,"character":62}]}}}},{"id":1875,"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":1806,"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":1074,"name":"APIEmoji"}},{"id":1957,"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":1898,"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":1864,"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":1164,"name":"APIGuild"}},{"id":1920,"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":1921,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1922,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":322,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1923,"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":[1922,1923]}],"sources":[{"fileName":"rest/v6/guild.ts","line":321,"character":59}]}}}},{"id":1924,"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":1393,"name":"APIRole"}}},{"id":1931,"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":1393,"name":"APIRole"}},{"id":1962,"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":1263,"name":"APIGuildWidgetSettings"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":1964,"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":1263,"name":"APIGuildWidgetSettings"}},{"id":1963,"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":1263,"name":"APIGuildWidgetSettings"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":1965,"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":1263,"name":"APIGuildWidgetSettings"}},{"id":2093,"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":1487,"name":"APIWebhook"}},{"id":2094,"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":2089,"name":"RESTPatchAPIWebhookJSONBody"},{"type":"literal","value":"channel_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":2095,"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":1487,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":1795,"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":1067,"name":"APIFollowedChannel"}},{"id":1792,"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":919,"name":"APIMessage"}},{"id":1737,"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":1738,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1740,"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":1739,"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":[1740,1739]}],"sources":[{"fileName":"rest/v6/channel.ts","line":116,"character":3}]}},{"type":"reflection","declaration":{"id":1741,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1746,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":131,"character":3}],"type":{"type":"reference","id":1707,"name":"APIAllowedMentionsSend"}},{"id":1742,"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":1745,"name":"embed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":130,"character":3}],"type":{"type":"reference","id":1003,"name":"APIEmbed"}},{"id":1748,"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":1747,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":132,"character":3}],"type":{"type":"reference","id":974,"name":"APIMessageReference"}},{"id":1743,"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":1744,"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":[1746,1742,1745,1748,1747,1743,1744]}],"sources":[{"fileName":"rest/v6/channel.ts","line":126,"character":3}]}}]}},{"id":1755,"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":919,"name":"APIMessage"}},{"id":1768,"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":1783,"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":2084,"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":1487,"name":"APIWebhook"}},{"id":2078,"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":892,"name":"APIChannel"}},{"id":1867,"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":892,"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":892,"name":"APIChannel"},{"type":"literal","value":"name"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":1868,"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":892,"name":"APIChannel"}},{"id":1802,"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":1074,"name":"APIEmoji"}},{"id":1952,"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":1959,"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":1919,"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":1393,"name":"APIRole"}},{"id":1840,"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":1164,"name":"APIGuild"}},{"id":2105,"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":2106,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2108,"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":2107,"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":[2108,2107]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":97,"character":3}]}},{"type":"intersection","types":[{"type":"reference","id":2098,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"reflection","declaration":{"id":2109,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2110,"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":[2110]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":107,"character":42}]}}]}]}},{"id":2116,"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":2111,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":2113,"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":2115,"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":2111,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":2114,"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":919,"name":"APIMessage"}},{"id":2055,"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":2041,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult"},{"type":"reference","id":2048,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult"}]}},{"id":2021,"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":2015,"name":"RESTOAuth2ImplicitAuthorizationURIFragmentResult"}},{"id":2007,"name":"RESTPostOAuth2RefreshTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":69,"character":12}],"type":{"type":"reference","id":1994,"name":"RESTPostOAuth2AccessTokenResult"}},{"id":1763,"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":1773,"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":1785,"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":1790,"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":1910,"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":1891,"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":1266,"name":"APIGuildMember"},{"type":"intrinsic","name":"undefined"}]}},{"id":1902,"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":1502,"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":465,"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":1360,"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":1361,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1368,"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":1365,"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":1377,"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":1364,"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":1388,"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":1382,"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":1362,"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":1385,"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":1376,"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":1363,"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":1366,"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":1392,"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":1367,"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":1375,"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":1389,"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":1390,"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":1391,"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":1379,"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":1386,"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":1384,"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":1370,"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":1378,"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":1373,"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":1374,"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":1383,"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":1371,"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":1380,"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":1387,"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":1369,"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":1372,"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":1381,"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":[1368,1365,1377,1364,1388,1382,1362,1385,1376,1363,1366,1392,1367,1375,1389,1390,1391,1379,1386,1384,1370,1378,1373,1374,1383,1371,1380,1387,1369,1372,1381]}]}},"defaultValue":"..."},{"id":1503,"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":1504,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1508,"name":"channel","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":37,"character":1}],"signatures":[{"id":1509,"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":1510,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1542,"name":"channelBulkDelete","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":112,"character":1}],"signatures":[{"id":1543,"name":"channelBulkDelete","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/bulk-delete`"},"parameters":[{"id":1544,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1518,"name":"channelCrosspost","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":64,"character":1}],"signatures":[{"id":1519,"name":"channelCrosspost","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/{message.id}/crosspost`"},"parameters":[{"id":1520,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1521,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1552,"name":"channelFollowers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":138,"character":1}],"signatures":[{"id":1553,"name":"channelFollowers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/followers`"},"parameters":[{"id":1554,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1549,"name":"channelInvite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":130,"character":1}],"signatures":[{"id":1550,"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":1551,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1514,"name":"channelMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":56,"character":1}],"signatures":[{"id":1515,"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":1516,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1517,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1538,"name":"channelMessageAllReactions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":104,"character":1}],"signatures":[{"id":1539,"name":"channelMessageAllReactions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions`"},"parameters":[{"id":1540,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1541,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1522,"name":"channelMessageOwnReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":75,"character":1}],"signatures":[{"id":1523,"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":1524,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1525,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1526,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1533,"name":"channelMessageSpecificReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":96,"character":1}],"signatures":[{"id":1534,"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":1535,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1536,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1537,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1527,"name":"channelMessageUserReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":85,"character":1}],"signatures":[{"id":1528,"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":1529,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1530,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1531,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1532,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1511,"name":"channelMessages","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":46,"character":1}],"signatures":[{"id":1512,"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":1513,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1545,"name":"channelPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":121,"character":1}],"signatures":[{"id":1546,"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":1547,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1548,"name":"overwriteID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1561,"name":"channelPin","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":163,"character":1}],"signatures":[{"id":1562,"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":1563,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1564,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1558,"name":"channelPins","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":154,"character":1}],"signatures":[{"id":1559,"name":"channelPins","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/pins`"},"parameters":[{"id":1560,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1565,"name":"channelRecipient","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":172,"character":1}],"signatures":[{"id":1566,"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":1567,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1568,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1555,"name":"channelTyping","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":146,"character":1}],"signatures":[{"id":1556,"name":"channelTyping","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/typing`"},"parameters":[{"id":1557,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1668,"name":"channelWebhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":459,"character":1}],"signatures":[{"id":1669,"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":1670,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1683,"name":"gateway","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":502,"character":1}],"signatures":[{"id":1684,"name":"gateway","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1685,"name":"gatewayBot","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":510,"character":1}],"signatures":[{"id":1686,"name":"gatewayBot","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway/bot`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1578,"name":"guild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":209,"character":1}],"signatures":[{"id":1579,"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":1580,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1505,"name":"guildAuditLog","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":27,"character":1}],"signatures":[{"id":1506,"name":"guildAuditLog","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/audit-logs`"},"parameters":[{"id":1507,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1608,"name":"guildBan","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":289,"character":1}],"signatures":[{"id":1609,"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":1610,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1611,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1605,"name":"guildBans","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":279,"character":1}],"signatures":[{"id":1606,"name":"guildBans","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans`"},"parameters":[{"id":1607,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1584,"name":"guildChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":227,"character":1}],"signatures":[{"id":1585,"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":1586,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1597,"name":"guildCurrentMemberNickname","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":262,"character":1}],"signatures":[{"id":1598,"name":"guildCurrentMemberNickname","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PATCH `/guilds/{guild.id}/members/@me/nick`"},"parameters":[{"id":1599,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1572,"name":"guildEmoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":191,"character":1}],"signatures":[{"id":1573,"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":1574,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1575,"name":"emojiID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1569,"name":"guildEmojis","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":181,"character":1}],"signatures":[{"id":1570,"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":1571,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1631,"name":"guildIntegration","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":351,"character":1}],"signatures":[{"id":1632,"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":1633,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1634,"name":"integrationID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1635,"name":"guildIntegrationSync","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":359,"character":1}],"signatures":[{"id":1636,"name":"guildIntegrationSync","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds/{guild.id}/integrations/{integration.id}/sync`"},"parameters":[{"id":1637,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1638,"name":"integrationID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1628,"name":"guildIntegrations","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":342,"character":1}],"signatures":[{"id":1629,"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":1630,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1625,"name":"guildInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":333,"character":1}],"signatures":[{"id":1626,"name":"guildInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/invites`"},"parameters":[{"id":1627,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1587,"name":"guildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":238,"character":1}],"signatures":[{"id":1588,"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":1589,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1590,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1600,"name":"guildMemberRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":271,"character":1}],"signatures":[{"id":1601,"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":1602,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1603,"name":"memberID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1604,"name":"roleID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1591,"name":"guildMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":246,"character":1}],"signatures":[{"id":1592,"name":"guildMembers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members`"},"parameters":[{"id":1593,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1594,"name":"guildMembersSearch","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":254,"character":1}],"signatures":[{"id":1595,"name":"guildMembersSearch","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/search`"},"parameters":[{"id":1596,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1581,"name":"guildPreview","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":217,"character":1}],"signatures":[{"id":1582,"name":"guildPreview","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/preview`"},"parameters":[{"id":1583,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1619,"name":"guildPrune","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":317,"character":1}],"signatures":[{"id":1620,"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":1621,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1615,"name":"guildRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":308,"character":1}],"signatures":[{"id":1616,"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":1617,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1618,"name":"roleID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1612,"name":"guildRoles","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":299,"character":1}],"signatures":[{"id":1613,"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":1614,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1645,"name":"guildVanityUrl","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":383,"character":1}],"signatures":[{"id":1646,"name":"guildVanityUrl","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/vanity-url`"},"parameters":[{"id":1647,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1622,"name":"guildVoiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":325,"character":1}],"signatures":[{"id":1623,"name":"guildVoiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/regions`"},"parameters":[{"id":1624,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1671,"name":"guildWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":467,"character":1}],"signatures":[{"id":1672,"name":"guildWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/webhooks`"},"parameters":[{"id":1673,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1639,"name":"guildWidget","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":366,"character":1}],"signatures":[{"id":1640,"name":"guildWidget","kind":4096,"kindString":"Call signature","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Use `guildWidgetSettings` instead\n"}]},"parameters":[{"id":1641,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1648,"name":"guildWidgetImage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":391,"character":1}],"signatures":[{"id":1649,"name":"guildWidgetImage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.png`"},"parameters":[{"id":1650,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1642,"name":"guildWidgetSettings","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":375,"character":1}],"signatures":[{"id":1643,"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":1644,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1576,"name":"guilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":199,"character":1}],"signatures":[{"id":1577,"name":"guilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1651,"name":"invite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":400,"character":1}],"signatures":[{"id":1652,"name":"invite","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/invites/{invite.code}`\n- DELETE `/invites/{invite.code}`"},"parameters":[{"id":1653,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1687,"name":"oauth2CurrentApplication","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":518,"character":1}],"signatures":[{"id":1688,"name":"oauth2CurrentApplication","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/applications/@me`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1654,"name":"user","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":410,"character":1}],"signatures":[{"id":1655,"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":1656,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@me'"}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1662,"name":"userChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":434,"character":1}],"signatures":[{"id":1663,"name":"userChannels","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/users/@me/channels`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1664,"name":"userConnections","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":442,"character":1}],"signatures":[{"id":1665,"name":"userConnections","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/connections`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1659,"name":"userGuild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":426,"character":1}],"signatures":[{"id":1660,"name":"userGuild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/users/@me/guilds/{guild.id}`"},"parameters":[{"id":1661,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1657,"name":"userGuilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":418,"character":1}],"signatures":[{"id":1658,"name":"userGuilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1666,"name":"voiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":450,"character":1}],"signatures":[{"id":1667,"name":"voiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/voice/regions`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1674,"name":"webhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":481,"character":1}],"signatures":[{"id":1675,"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":1676,"name":"webhookID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1677,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{"isOptional":true},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1678,"name":"webhookPlatform","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":494,"character":1}],"signatures":[{"id":1679,"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":1680,"name":"webhookID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1681,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1682,"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":[1508,1542,1518,1552,1549,1514,1538,1522,1533,1527,1511,1545,1561,1558,1565,1555,1668,1683,1685,1578,1505,1608,1605,1584,1597,1572,1569,1631,1635,1628,1625,1587,1600,1591,1594,1581,1619,1615,1612,1645,1622,1671,1639,1648,1642,1576,1651,1687,1654,1662,1664,1659,1657,1666,1674,1678]}]}},"defaultValue":"..."}],"groups":[{"title":"References","kind":16777216,"children":[772,769,1690,1691,1689,770]},{"title":"Enumerations","kind":8,"children":[1142,1127,1703,786,831,911,1464,1017,478,533,517,466,1213,1216,1237,1220,1229,1234,1223,1306,1290,1328,978,983,947,1000,1105,1418,1435,1450,505,493,1499]},{"title":"Interfaces","kind":256,"children":[1707,1344,1054,773,880,778,822,1303,892,1062,1454,1003,1041,1050,1046,1033,1038,1024,1029,1074,1330,1067,1085,1083,1089,1164,1810,1821,1274,1296,1266,1252,1312,1315,1263,1293,1319,919,965,968,974,993,1698,888,1070,1152,989,1393,1404,1408,1413,1149,1421,1480,1487,1112,1137,1133,717,583,579,573,724,720,587,1093,764,591,743,736,761,1467,753,2066,1692,1758,1724,2062,1946,1877,1881,1933,1936,1841,1966,1969,1972,2028,2036,1977,1984,2022,2008,1711,1749,1899,2058,1803,1953,1845,1892,1925,2089,1793,1776,1730,1766,2081,2076,1798,1949,1938,1942,1913,1828,2098,2111,1994,1987,2041,2048,2016,2000,1769,1787,1907,1885]},{"title":"Type Aliases","kind":4194304,"children":[834,847,848,840,841,865,866,858,879,855,870,869,862,876,845,867,868,885,886,887,844,863,836,871,842,874,872,864,877,857,835,878,838,856,860,861,853,849,859,839,837,852,875,854,884,873,846,843,851,850,1815,1262,1140,1136,1141,605,607,604,608,606,572,621,617,622,614,616,623,627,630,633,637,640,613,653,655,649,654,615,659,672,677,687,682,692,694,693,695,678,1111,698,595,571,603,570,699,706,708,707,713,2080,1765,1764,1757,1774,1786,1791,1723,2075,1911,1807,1958,1904,1903,1865,1932,1975,2096,2097,1697,1775,1762,1754,1729,1784,1721,2085,2079,2074,2056,1809,1808,1906,1905,1866,1797,1796,1948,1945,1876,1880,1884,1844,1843,1912,1944,2086,1971,1960,1961,1974,1976,2057,2087,2088,2015,1756,1722,1901,2061,1869,1875,1806,1957,1898,1864,1920,1924,1931,1962,1964,1963,1965,2093,2094,2095,1795,1792,1737,1755,1768,1783,2084,2078,1867,1868,1802,1952,1959,1919,1840,2105,2116,2113,2115,2114,2055,2021,2007,1763,1773,1785,1790,1910,1891,1902]},{"title":"Variables","kind":32,"children":[1502,465,1360,1503]}],"sources":[{"fileName":"v6.ts","line":1,"character":0}]},{"id":326,"name":"v8","kind":2,"kindString":"Module","flags":{},"children":[{"id":2498,"name":"FormattingPatterns","kind":16777216,"kindString":"Reference","flags":{},"target":4},{"id":2495,"name":"GatewayURLQuery","kind":16777216,"kindString":"Reference","flags":{},"target":19},{"id":4213,"name":"Locale","kind":16777216,"kindString":"Reference","flags":{},"target":268},{"id":4214,"name":"LocaleString","kind":16777216,"kindString":"Reference","flags":{},"target":299},{"id":2500,"name":"LocalizationMap","kind":16777216,"kindString":"Reference","flags":{},"target":67},{"id":2499,"name":"PermissionFlagsBits","kind":16777216,"kindString":"Reference","flags":{},"target":24},{"id":2501,"name":"RESTError","kind":16777216,"kindString":"Reference","flags":{},"target":68},{"id":2504,"name":"RESTErrorData","kind":16777216,"kindString":"Reference","flags":{},"target":77},{"id":2502,"name":"RESTErrorFieldInformation","kind":16777216,"kindString":"Reference","flags":{},"target":72},{"id":2503,"name":"RESTErrorGroupWrapper","kind":16777216,"kindString":"Reference","flags":{},"target":75},{"id":4212,"name":"RESTJSONErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":86},{"id":2505,"name":"RESTRateLimit","kind":16777216,"kindString":"Reference","flags":{},"target":81},{"id":4827,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":318},{"id":4826,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":301},{"id":2496,"name":"Snowflake","kind":16777216,"kindString":"Reference","flags":{},"target":2},{"id":2117,"name":"Utils","kind":16777216,"kindString":"Reference","flags":{},"sources":[{"fileName":"v8.ts","line":6,"character":12}],"target":360},{"id":3089,"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":3098,"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":3090,"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":3091,"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":3093,"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":3096,"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":3097,"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":3095,"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":3092,"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":3094,"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":[3098,3090,3091,3093,3096,3097,3095,3092,3094]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":313,"character":12}]},{"id":3069,"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":3070,"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":3071,"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":3072,"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":[3070,3071,3072]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":222,"character":12}]},{"id":3073,"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":3079,"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":3078,"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":3076,"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":3074,"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":3075,"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":3077,"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":[3079,3078,3076,3074,3075,3077]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":232,"character":12}]},{"id":2931,"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":2932,"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":2933,"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":2934,"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":[2932,2933,2934]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1010,"character":12}]},{"id":3482,"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":3493,"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":3487,"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":3489,"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":3486,"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":3491,"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":3492,"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":3490,"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":3485,"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":3483,"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":3484,"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":3488,"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":[3493,3487,3489,3486,3491,3492,3490,3485,3483,3484,3488]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":5,"character":12}]},{"id":3562,"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":3563,"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":3564,"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":[3563,3564]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":49,"character":12}]},{"id":3412,"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":3413,"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":3415,"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":3414,"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":[3413,3415,3414]}],"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":73,"character":12}]},{"id":2531,"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":2541,"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":2544,"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":2532,"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":2538,"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":2539,"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":2542,"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":2543,"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":2536,"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":2537,"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":2534,"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":2533,"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":2535,"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":2540,"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":[2541,2544,2532,2538,2539,2542,2543,2536,2537,2534,2533,2535,2540]}],"sources":[{"fileName":"payloads/v8/application.ts","line":121,"character":12}]},{"id":2559,"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":2575,"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":2561,"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":2563,"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":2564,"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":2566,"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":2565,"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":2562,"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":2585,"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":2587,"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":2586,"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":2601,"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":2603,"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":2602,"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":2560,"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":2592,"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":2594,"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":2593,"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":2579,"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":2581,"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":2580,"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":2569,"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":2570,"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":2574,"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":2567,"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":2573,"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":2568,"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":2572,"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":2571,"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":2589,"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":2588,"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":2590,"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":2591,"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":2576,"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":2578,"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":2577,"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":2595,"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":2597,"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":2596,"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":2598,"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":2600,"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":2599,"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":2582,"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":2584,"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":2583,"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":[2575,2561,2563,2564,2566,2565,2562,2585,2587,2586,2601,2603,2602,2560,2592,2594,2593,2579,2581,2580,2569,2570,2574,2567,2573,2568,2572,2571,2589,2588,2590,2591,2576,2578,2577,2595,2597,2596,2598,2600,2599,2582,2584,2583]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":110,"character":12}]},{"id":2613,"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":2615,"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":2614,"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":[2615,2614]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":259,"character":12}]},{"id":2971,"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":2975,"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":2976,"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":2972,"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":2973,"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":2974,"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":[2975,2976,2972,2973,2974]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1170,"character":12}]},{"id":2762,"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":2764,"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":2766,"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":2767,"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":2768,"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":2770,"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":2769,"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":2763,"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":2765,"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":[2764,2766,2767,2768,2770,2769,2763,2765]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":231,"character":12}]},{"id":2943,"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":2944,"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":2945,"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":2946,"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":2947,"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":[2944,2945,2946,2947]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1067,"character":12}]},{"id":3883,"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":3885,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Visible to everyone"},"sources":[{"fileName":"payloads/v8/user.ts","line":228,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3884,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible to everyone except the user themselves"},"sources":[{"fileName":"payloads/v8/user.ts","line":224,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3885,3884]}],"sources":[{"fileName":"payloads/v8/user.ts","line":220,"character":12}]},{"id":2878,"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":2883,"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":2882,"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":2880,"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":2884,"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":2879,"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":2881,"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":[2883,2882,2880,2884,2879,2881]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":756,"character":12}]},{"id":2131,"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":2137,"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":2136,"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":2134,"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":2145,"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":2143,"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":2144,"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":2138,"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":2141,"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":2135,"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":2139,"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":2140,"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":2142,"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":2132,"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":2133,"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":[2137,2136,2134,2145,2143,2144,2138,2141,2135,2139,2140,2142,2132,2133]}],"sources":[{"fileName":"gateway/v8.ts","line":92,"character":12}]},{"id":2163,"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":2164,"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":2165,"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":2166,"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":2167,"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":2168,"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":2169,"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":2170,"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":2171,"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":2172,"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":2173,"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":2174,"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":2175,"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":2177,"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":2176,"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":2178,"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":2179,"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":2180,"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":2208,"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":2210,"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":2209,"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":2211,"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":2212,"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":2181,"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":2182,"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":2183,"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":2184,"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":2185,"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":2186,"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":2187,"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":2188,"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":2189,"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":2190,"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":2191,"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":2192,"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":2193,"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":2194,"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":2195,"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":2196,"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":2197,"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":2201,"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":2202,"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":2198,"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":2199,"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":2200,"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":2203,"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":2204,"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":2205,"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":2206,"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":2207,"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":[2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2177,2176,2178,2179,2180,2208,2210,2209,2211,2212,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2201,2202,2198,2199,2200,2203,2204,2205,2206,2207]}],"sources":[{"fileName":"gateway/v8.ts","line":199,"character":12}]},{"id":2146,"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":2160,"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":2161,"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":2159,"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":2149,"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":2150,"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":2151,"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":2153,"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":2148,"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":2157,"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":2158,"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":2156,"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":2155,"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":2162,"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":2154,"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":2152,"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":2147,"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":[2160,2161,2159,2149,2150,2151,2153,2148,2157,2158,2156,2155,2162,2154,2152,2147]}],"sources":[{"fileName":"gateway/v8.ts","line":176,"character":12}]},{"id":2119,"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":2120,"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":2121,"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":2130,"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":2129,"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":2122,"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":2128,"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":2123,"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":2126,"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":2127,"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":2125,"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":2124,"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":[2120,2121,2130,2129,2122,2128,2123,2126,2127,2125,2124]}],"sources":[{"fileName":"gateway/v8.ts","line":40,"character":12}]},{"id":3169,"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":3170,"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":3171,"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":[3170,3171]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":350,"character":12}]},{"id":3172,"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":3175,"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":3173,"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":3174,"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":[3175,3173,3174]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":359,"character":12}]},{"id":3200,"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":3201,"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":3202,"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":3203,"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":3204,"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":3205,"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":3206,"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":3207,"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":3208,"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":3209,"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":3210,"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":3211,"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":3212,"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":3213,"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":3214,"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":3215,"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":3216,"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":3217,"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":3218,"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":3219,"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":3220,"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":3223,"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":3221,"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":3222,"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":3224,"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":[3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3223,3221,3222,3224]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":450,"character":12}]},{"id":3176,"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":3178,"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":3177,"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":[3178,3177]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":369,"character":12}]},{"id":3179,"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":3183,"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":3180,"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":3181,"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":3182,"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":[3183,3180,3181,3182]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":378,"character":12}]},{"id":3190,"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":3191,"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":3192,"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":3193,"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":3194,"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":[3191,3192,3193,3194]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":416,"character":12}]},{"id":3384,"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":3387,"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":3385,"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":3386,"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":[3387,3385,3386]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":125,"character":12}]},{"id":3393,"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":3394,"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":[3394]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":146,"character":12}]},{"id":3388,"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":3390,"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":3392,"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":3391,"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":3389,"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":[3390,3392,3391,3389]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":135,"character":12}]},{"id":3195,"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":3198,"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":3199,"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":3196,"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":3197,"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":[3198,3199,3196,3197]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":427,"character":12}]},{"id":3184,"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":3188,"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":3186,"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":3187,"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":3185,"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":3189,"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":[3188,3186,3187,3185,3189]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":389,"character":12}]},{"id":3305,"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":3307,"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":3308,"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":3309,"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":3310,"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":3306,"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":[3307,3308,3309,3310,3306]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":896,"character":12}]},{"id":3268,"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":3270,"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":3269,"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":[3270,3269]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":783,"character":12}]},{"id":3660,"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":3666,"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":3662,"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":3663,"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":3664,"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":3667,"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":3661,"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":3665,"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":[3666,3662,3663,3664,3667,3661,3665]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":89,"character":12}]},{"id":3634,"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":3636,"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":3638,"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":3637,"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":3639,"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":3635,"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":[3636,3638,3637,3639,3635]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":10,"character":12}]},{"id":3691,"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":3693,"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":3692,"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":[3693,3692]}],"sources":[{"fileName":"payloads/v8/invite.ts","line":98,"character":12}]},{"id":3328,"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":3329,"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":[3329]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":1001,"character":12}]},{"id":2836,"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":2837,"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":2840,"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":2839,"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":2838,"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":[2837,2840,2839,2838]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":547,"character":12}]},{"id":2841,"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":2842,"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":2847,"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":2843,"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":2848,"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":2845,"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":2844,"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":2846,"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":[2842,2847,2843,2848,2845,2844,2846]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":558,"character":12}]},{"id":2807,"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":2811,"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":2820,"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":2813,"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":2812,"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":2814,"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":2826,"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":2828,"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":2808,"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":2821,"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":2824,"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":2823,"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":2822,"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":2827,"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":2815,"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":2809,"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":2810,"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":2825,"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":2816,"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":2817,"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":2818,"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":2819,"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":[2811,2820,2813,2812,2814,2826,2828,2808,2821,2824,2823,2822,2827,2815,2809,2810,2825,2816,2817,2818,2819]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":481,"character":12}]},{"id":3712,"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":3730,"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":3731,"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":3726,"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":3725,"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":3732,"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":3733,"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":3728,"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":3727,"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":3713,"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":3714,"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":3715,"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":3720,"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":3717,"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":3718,"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":3719,"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":3716,"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":3721,"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":3722,"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":3723,"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":3729,"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":3724,"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":[3730,3731,3726,3725,3732,3733,3728,3727,3713,3714,3715,3720,3717,3718,3719,3716,3721,3722,3723,3729,3724]}],"sources":[{"fileName":"payloads/v8/oauth2.ts","line":8,"character":12}]},{"id":2861,"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":2863,"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":2862,"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":[2863,2862]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":661,"character":12}]},{"id":3039,"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":3041,"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":3042,"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":3043,"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":3044,"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":3040,"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":[3041,3042,3043,3044,3040]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":101,"character":12}]},{"id":3757,"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":3759,"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":3758,"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":[3759,3758]}],"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":41,"character":12}]},{"id":3781,"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":3783,"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":3784,"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":3782,"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":[3783,3784,3782]}],"sources":[{"fileName":"payloads/v8/sticker.ts","line":87,"character":12}]},{"id":3778,"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":3780,"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":3779,"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":[3780,3779]}],"sources":[{"fileName":"payloads/v8/sticker.ts","line":72,"character":12}]},{"id":3805,"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":3807,"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":3806,"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":[3807,3806]}],"sources":[{"fileName":"payloads/v8/teams.ts","line":66,"character":12}]},{"id":2977,"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":2979,"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":2978,"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":[2979,2978]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1182,"character":12}]},{"id":3852,"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":3866,"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":3856,"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":3862,"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":3865,"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":3857,"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":3858,"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":3859,"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":3855,"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":3854,"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":3860,"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":3868,"name":"Quarantined","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User's account has been quarantined based on recent activity","tags":[{"tag":"unstable","text":"This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.\n"}]},"sources":[{"fileName":"payloads/v8/user.ts","line":157,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3867,"name":"Spammer","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User has been identified as spammer","tags":[{"tag":"unstable","text":"This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.\n"}]},"sources":[{"fileName":"payloads/v8/user.ts","line":151,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":3853,"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":3861,"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":3863,"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":3864,"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":[3866,3856,3862,3865,3857,3858,3859,3855,3854,3860,3868,3867,3853,3861,3863,3864]}],"sources":[{"fileName":"payloads/v8/user.ts","line":89,"character":12}]},{"id":3869,"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":3872,"name":"Nitro","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/user.ts","line":167,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3871,"name":"NitroClassic","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/user.ts","line":166,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3870,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/user.ts","line":165,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3872,3871,3870]}],"sources":[{"fileName":"payloads/v8/user.ts","line":164,"character":12}]},{"id":2771,"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":2772,"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":2773,"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":[2772,2773]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":277,"character":12}]},{"id":3919,"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":3922,"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":3921,"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":3920,"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":[3922,3921,3920]}],"sources":[{"fileName":"payloads/v8/webhook.ts","line":70,"character":12}]},{"id":2948,"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":2949,"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":2951,"name":"T"}}},{"id":2950,"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":2944,"name":"ActionRow"},"inheritedFrom":{"type":"reference","id":2941,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2949,2950]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1090,"character":17}],"typeParameter":[{"id":2951,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":3006,"name":"APIActionRowComponentTypes"}}],"extendedTypes":[{"type":"reference","id":2940,"typeArguments":[{"type":"reference","id":2944,"name":"ComponentType.ActionRow"}],"name":"APIBaseComponent"}]},{"id":2935,"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":2936,"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":2931,"name":"AllowedMentionsTypes"}}},{"id":2939,"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":2937,"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":2938,"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":[2936,2939,2937,2938]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1029,"character":17}]},{"id":2506,"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":2512,"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":2513,"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":2523,"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":2527,"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":2510,"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":2524,"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":2531,"name":"ApplicationFlags"}},{"id":2520,"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":2509,"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":2507,"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":2526,"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":2528,"name":"APIApplicationInstallParams"}},{"id":2508,"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":2516,"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":3836,"name":"APIUser"}},{"id":2521,"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":2515,"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":2511,"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":2522,"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":2517,"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":2525,"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":2519,"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":3794,"name":"APITeam"}]}},{"id":2514,"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":2518,"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":[2512,2513,2523,2527,2510,2524,2520,2509,2507,2526,2508,2516,2521,2515,2511,2522,2517,2525,2519,2514,2518]}],"sources":[{"fileName":"payloads/v8/application.ts","line":14,"character":17}]},{"id":3402,"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":3405,"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":3410,"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":3408,"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":3406,"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":3403,"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":3407,"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":3409,"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":3437,"name":"APIApplicationCommandOption"}}},{"id":3404,"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":3412,"name":"ApplicationCommandType"}},{"id":3411,"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":[3405,3410,3408,3406,3403,3407,3409,3404,3411]}],"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":28,"character":17}]},{"id":3643,"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":3645,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":43,"character":1}],"type":{"type":"reference","id":3671,"name":"APICommandAutocompleteInteractionResponseCallbackData"}},{"id":3644,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":42,"character":1}],"type":{"type":"reference","id":3666,"name":"ApplicationCommandAutocompleteResult"}}],"groups":[{"title":"Properties","kind":1024,"children":[3645,3644]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":41,"character":17}]},{"id":3459,"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":3460,"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":2763,"name":"GuildText"},{"type":"reference","id":2765,"name":"GuildVoice"},{"type":"reference","id":2767,"name":"GuildCategory"},{"type":"reference","id":2768,"name":"GuildNews"},{"type":"reference","id":2769,"name":"GuildStore"},{"type":"reference","id":2770,"name":"GuildStageVoice"}]}}},{"id":3463,"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":3462,"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":3464,"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":3461,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"reference","id":3489,"name":"Channel"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3460,3463,3462,3464,3461]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/channel.ts","line":9,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3489,"name":"ApplicationCommandOptionType.Channel"}],"name":"APIApplicationCommandOptionBase"}]},{"id":3467,"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":3468,"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":3469,"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":3470,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":18,"character":1}],"type":{"type":"reference","id":3486,"name":"Integer"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":3471,"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":[3468,3469,3470,3471]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/integer.ts","line":34,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3486,"name":"ApplicationCommandOptionType.Integer"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":3475,"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":3476,"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":3477,"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":3478,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":18,"character":1}],"type":{"type":"reference","id":3492,"name":"Number"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":3479,"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":[3476,3477,3478,3479]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/number.ts","line":34,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3492,"name":"ApplicationCommandOptionType.Number"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":3499,"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":3500,"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":3501,"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":3502,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":18,"character":1}],"type":{"type":"reference","id":3485,"name":"String"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":3503,"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":[3500,3501,3502,3503]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/string.ts","line":19,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3485,"name":"ApplicationCommandOptionType.String"},{"type":"intrinsic","name":"string"}],"name":"APIInteractionDataOptionBase"}]},{"id":3520,"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":3521,"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":3523,"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":3510,"name":"APIApplicationCommandInteractionDataSubcommandOption"}}},{"id":3522,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":21,"character":1}],"type":{"type":"reference","id":3484,"name":"SubcommandGroup"}}],"groups":[{"title":"Properties","kind":1024,"children":[3521,3523,3522]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":19,"character":17}]},{"id":3510,"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":3511,"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":3513,"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":3439,"name":"APIApplicationCommandInteractionDataBasicOption"}}},{"id":3512,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":18,"character":1}],"type":{"type":"reference","id":3483,"name":"Subcommand"}}],"groups":[{"title":"Properties","kind":1024,"children":[3511,3513,3512]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":16,"character":17}]},{"id":3494,"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":3495,"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":3496,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":25,"character":1}],"type":{"type":"reference","id":3497,"name":"ValueType"}}],"groups":[{"title":"Properties","kind":1024,"children":[3495,3496]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":23,"character":17}],"typeParameter":[{"id":3497,"name":"ValueType","kind":131072,"kindString":"Type parameter","flags":{},"default":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}}]},{"id":3558,"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":3559,"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":3561,"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":3560,"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":3562,"name":"ApplicationCommandPermissionType"}}],"groups":[{"title":"Properties","kind":1024,"children":[3559,3561,3560]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":30,"character":17}]},{"id":3514,"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":3518,"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":3517,"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":3515,"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":3504,"name":"APIApplicationCommandSubcommandOption"}}},{"id":3519,"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":3516,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"reference","id":3484,"name":"SubcommandGroup"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3518,3517,3515,3519,3516]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":11,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3484,"name":"ApplicationCommandOptionType.SubcommandGroup"}],"name":"APIApplicationCommandOptionBase"}]},{"id":3504,"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":3508,"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":3507,"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":3505,"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":3436,"name":"APIApplicationCommandBasicOption"}}},{"id":3509,"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":3506,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"reference","id":3483,"name":"Subcommand"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3508,3507,3505,3509,3506]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":8,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3483,"name":"ApplicationCommandOptionType.Subcommand"}],"name":"APIApplicationCommandOptionBase"}]},{"id":2528,"name":"APIApplicationInstallParams","kind":256,"kindString":"Interface","flags":{},"children":[{"id":2530,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":114,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2529,"name":"scopes","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":113,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3712,"name":"OAuth2Scopes"}}}],"groups":[{"title":"Properties","kind":1024,"children":[2530,2529]}],"sources":[{"fileName":"payloads/v8/application.ts","line":112,"character":17}]},{"id":2915,"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":2919,"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":2918,"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":2925,"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":2917,"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":2923,"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":2916,"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":2922,"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":2920,"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":2921,"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":2924,"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":[2919,2918,2925,2917,2923,2916,2922,2920,2921,2924]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":936,"character":17}]},{"id":2545,"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":2548,"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":2551,"name":"APIAuditLogEntry"}}},{"id":2550,"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":3381,"name":"APIGuildScheduledEvent"}}},{"id":2549,"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":3251,"name":"APIGuildIntegration"}}},{"id":2547,"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":3836,"name":"APIUser"}}},{"id":2546,"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":3906,"name":"APIWebhook"}}}],"groups":[{"title":"Properties","kind":1024,"children":[2548,2550,2549,2547,2546]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":30,"character":17}]},{"id":2551,"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":2556,"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":2559,"name":"AuditLogEvent"}},{"id":2553,"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":2616,"name":"APIAuditLogChange"}}},{"id":2555,"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":2557,"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":2604,"name":"APIAuditLogOptions"}},{"id":2558,"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":2552,"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":2554,"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":[2556,2553,2555,2557,2558,2552,2554]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":67,"character":17}]},{"id":2604,"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":2607,"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":2609,"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":2605,"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":2610,"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":2606,"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":2608,"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":2612,"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":2611,"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":2613,"name":"AuditLogOptionsType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2607,2609,2605,2610,2606,2608,2612,2611]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":171,"character":17}]},{"id":3281,"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":3282,"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":3283,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3282,3283]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":844,"character":17}]},{"id":2940,"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":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":2942,"name":"T"}}],"groups":[{"title":"Properties","kind":1024,"children":[2941]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1056,"character":17}],"typeParameter":[{"id":2942,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2943,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":2948,"name":"APIActionRowComponent"},{"type":"reference","id":2980,"name":"APISelectMenuComponent"},{"type":"reference","id":2994,"name":"APITextInputComponent"}]},{"id":3587,"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":3589,"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":3593,"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":3591,"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":3602,"name":"Data"}},{"id":3592,"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":3600,"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":3588,"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":3599,"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":3594,"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":3575,"name":"APIInteractionGuildMember"}},{"id":3598,"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":2774,"name":"APIMessage"}},{"id":3596,"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":3590,"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":3601,"name":"Type"}},{"id":3595,"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":3836,"name":"APIUser"}},{"id":3597,"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":[3589,3593,3591,3592,3600,3588,3599,3594,3598,3596,3590,3595,3597]}],"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":66,"character":17}],"typeParameter":[{"id":3601,"name":"Type","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":3634,"name":"InteractionType"}},{"id":3602,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{}}]},{"id":2956,"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":2957,"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":2961,"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":2960,"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":2952,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.emoji"}},{"id":2958,"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":2959,"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":2972,"name":"Primary"},{"type":"reference","id":2973,"name":"Secondary"},{"type":"reference","id":2974,"name":"Success"},{"type":"reference","id":2975,"name":"Danger"}]},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.style"}},{"id":2962,"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":2945,"name":"Button"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2957,2961,2960,2958,2959,2962]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1141,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":2972,"name":"ButtonStyle.Primary"},{"type":"reference","id":2973,"name":"ButtonStyle.Secondary"},{"type":"reference","id":2974,"name":"ButtonStyle.Success"},{"type":"reference","id":2975,"name":"ButtonStyle.Danger"}]}],"name":"APIButtonComponentBase"}]},{"id":2963,"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":2968,"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":2967,"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":2952,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.emoji"}},{"id":2965,"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":2966,"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":2976,"name":"Link"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.style"}},{"id":2969,"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":2945,"name":"Button"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.type"}},{"id":2964,"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":[2968,2967,2965,2966,2969,2964]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1154,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":2976,"name":"ButtonStyle.Link"}],"name":"APIButtonComponentBase"}]},{"id":2685,"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":2687,"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":2682,"name":"APIPartialChannel.id"}},{"id":2688,"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":2684,"name":"APIPartialChannel.name"}},{"id":2686,"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":2689,"name":"T"},"overwrites":{"type":"reference","id":2683,"name":"APIPartialChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2687,2688,2686]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":40,"character":17}],"typeParameter":[{"id":2689,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2762,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":2681,"name":"APIPartialChannel"}],"extendedBy":[{"type":"reference","id":2692,"name":"APITextBasedChannel"},{"type":"reference","id":2698,"name":"APIGuildChannel"}]},{"id":2926,"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":2928,"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":2927,"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":2930,"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":2929,"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":2762,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2928,2927,2930,2929]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":985,"character":17}]},{"id":4221,"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":4223,"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":4298,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":4224,"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":4299,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":4222,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/channel.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4225,"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":2861,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":4300,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[4223,4224,4222,4225]}],"sources":[{"fileName":"rest/v8/channel.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":4297,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":3440,"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":3443,"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":3445,"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":3441,"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":3438,"name":"APIApplicationCommandInteractionDataOption"}}},{"id":3442,"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":3446,"name":"APIChatInputApplicationCommandInteractionDataResolved"}},{"id":3444,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":9,"character":1}],"type":{"type":"reference","id":3413,"name":"ChatInput"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3443,3445,3441,3442,3444]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":120,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3413,"name":"ApplicationCommandType.ChatInput"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":3446,"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":3451,"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":2915,"name":"APIAttachment"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3450,"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":3417,"name":"APIInteractionDataResolvedChannel"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3449,"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":3422,"name":"APIInteractionDataResolvedGuildMember"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3448,"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":3734,"name":"APIRole"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3447,"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":3836,"name":"APIUser"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[3451,3450,3449,3448,3447]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":130,"character":17}]},{"id":3671,"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":3672,"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":3494,"typeArguments":[{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}],"name":"APIApplicationCommandOptionChoice"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3672]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":132,"character":17}]},{"id":3873,"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":3880,"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":204,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3874,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the connection account"},"sources":[{"fileName":"payloads/v8/user.ts","line":178,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3878,"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":196,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":3251,"name":"APIGuildIntegration"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}}},{"id":3875,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The username of the connection account"},"sources":[{"fileName":"payloads/v8/user.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3877,"name":"revoked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the connection is revoked"},"sources":[{"fileName":"payloads/v8/user.ts","line":190,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3881,"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":208,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3876,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The service of the connection"},"sources":[{"fileName":"payloads/v8/user.ts","line":186,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3879,"name":"verified","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the connection is verified"},"sources":[{"fileName":"payloads/v8/user.ts","line":200,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3882,"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":214,"character":1}],"type":{"type":"reference","id":3883,"name":"ConnectionVisibility"}}],"groups":[{"title":"Properties","kind":1024,"children":[3880,3874,3878,3875,3877,3881,3876,3879,3882]}],"sources":[{"fileName":"payloads/v8/user.ts","line":174,"character":17}]},{"id":2864,"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":2876,"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":2902,"name":"APIEmbedAuthor"}},{"id":2870,"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":2867,"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":2877,"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":2911,"name":"APIEmbedField"}}},{"id":2871,"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":2907,"name":"APIEmbedFooter"}},{"id":2872,"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":2894,"name":"APIEmbedImage"}},{"id":2875,"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":2899,"name":"APIEmbedProvider"}},{"id":2873,"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":2885,"name":"APIEmbedThumbnail"}},{"id":2869,"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":2865,"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":2866,"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":2878,"name":"EmbedType"}},{"id":2868,"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":2874,"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":2890,"name":"APIEmbedVideo"}}],"groups":[{"title":"Properties","kind":1024,"children":[2876,2870,2867,2877,2871,2872,2875,2873,2869,2865,2866,2868,2874]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":672,"character":17}]},{"id":2902,"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":2905,"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":2903,"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":2906,"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":2904,"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":[2905,2903,2906,2904]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":867,"character":17}]},{"id":2911,"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":2914,"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":2912,"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":2913,"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":[2914,2912,2913]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":913,"character":17}]},{"id":2907,"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":2909,"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":2910,"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":2908,"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":[2909,2910,2908]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":892,"character":17}]},{"id":2894,"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":2897,"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":2896,"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":2895,"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":2898,"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":[2897,2896,2895,2898]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":829,"character":17}]},{"id":2899,"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":2900,"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":2901,"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":[2900,2901]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":852,"character":17}]},{"id":2885,"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":2888,"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":2887,"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":2886,"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":2889,"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":[2888,2887,2886,2889]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":787,"character":17}]},{"id":2890,"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":2892,"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":2891,"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":2893,"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":[2892,2891,2893]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":810,"character":17}]},{"id":3013,"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":3021,"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":3012,"name":"APIPartialEmoji.animated"}},{"id":3018,"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":3019,"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":3010,"name":"APIPartialEmoji.id"}},{"id":3017,"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":3020,"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":3011,"name":"APIPartialEmoji.name"}},{"id":3016,"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":3014,"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":3015,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3021,3018,3019,3017,3020,3016,3014,3015]}],"sources":[{"fileName":"payloads/v8/emoji.ts","line":32,"character":17}],"extendedTypes":[{"type":"reference","id":3009,"name":"APIPartialEmoji"}]},{"id":3694,"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":3708,"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":3687,"name":"APIInvite.approximate_member_count"}},{"id":3707,"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":3686,"name":"APIInvite.approximate_presence_count"}},{"id":3702,"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":2681,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},"inheritedFrom":{"type":"reference","id":3681,"name":"APIInvite.channel"}},{"id":3700,"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":3679,"name":"APIInvite.code"}},{"id":3699,"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":3709,"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":3688,"name":"APIInvite.expires_at"}},{"id":3701,"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":3677,"name":"APIInviteGuild"},"inheritedFrom":{"type":"reference","id":3680,"name":"APIInvite.guild"}},{"id":3711,"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":3381,"name":"APIGuildScheduledEvent"},"inheritedFrom":{"type":"reference","id":3690,"name":"APIInvite.guild_scheduled_event"}},{"id":3703,"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":3836,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":3682,"name":"APIInvite.inviter"}},{"id":3697,"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":3696,"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":3710,"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":3760,"name":"APIInviteStageInstance"},"inheritedFrom":{"type":"reference","id":3689,"name":"APIInvite.stage_instance"}},{"id":3706,"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":2506,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},"inheritedFrom":{"type":"reference","id":3685,"name":"APIInvite.target_application"}},{"id":3704,"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":3691,"name":"InviteTargetType"},"inheritedFrom":{"type":"reference","id":3683,"name":"APIInvite.target_type"}},{"id":3705,"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":3836,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":3684,"name":"APIInvite.target_user"}},{"id":3698,"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":3695,"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":[3708,3707,3702,3700,3699,3709,3701,3711,3703,3697,3696,3710,3706,3704,3705,3698,3695]}],"sources":[{"fileName":"payloads/v8/invite.ts","line":107,"character":17}],"extendedTypes":[{"type":"reference","id":3678,"name":"APIInvite"}]},{"id":3364,"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":3365,"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":3378,"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":3836,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":3369,"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":3371,"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":3377,"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":3366,"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":3382,"name":"APIGuildScheduledEventEntityMetadata"}],"qualifiedName":"Required","package":"typescript","name":"Required"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":3376,"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":3387,"name":"External"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":3368,"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":3367,"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":3380,"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":3370,"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":3374,"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":3394,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":3373,"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":3372,"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":3375,"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":3388,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":3379,"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":[3365,3378,3369,3371,3377,3366,3376,3368,3367,3380,3370,3374,3373,3372,3375,3379]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":95,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3387,"name":"GuildScheduledEventEntityType.External"}],"name":"APIGuildScheduledEventBase"}]},{"id":2849,"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":2850,"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":2851,"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":[2850,2851]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":593,"character":17}]},{"id":3024,"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":3026,"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":3028,"name":"APIGatewaySessionStartLimit"}},{"id":3025,"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":3027,"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":3023,"name":"APIGatewayInfo.url"}}],"groups":[{"title":"Properties","kind":1024,"children":[3026,3025,3027]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":24,"character":17}],"extendedTypes":[{"type":"reference","id":3022,"name":"APIGatewayInfo"}]},{"id":3022,"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":3023,"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":[3023]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":13,"character":17}],"extendedBy":[{"type":"reference","id":3024,"name":"APIGatewayBotInfo"}]},{"id":3028,"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":3032,"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":3030,"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":3031,"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":3029,"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":[3032,3030,3031,3029]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":43,"character":17}]},{"id":2752,"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":2753,"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":2754,"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":2759,"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":2756,"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":2760,"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":2755,"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":2757,"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":3836,"name":"APIUser"}},"inheritedFrom":{"type":"reference","name":"APIDMChannelBase.recipients"}},{"id":2758,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":41,"character":1}],"type":{"type":"reference","id":2766,"name":"GroupDM"},"inheritedFrom":{"type":"reference","name":"APIDMChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2753,2754,2759,2756,2760,2755,2757,2758]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":194,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":2766,"name":"ChannelType.GroupDM"}],"name":"APIDMChannelBase"}]},{"id":3117,"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":3124,"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":3125,"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":3135,"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":3156,"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":3157,"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":3150,"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":3109,"name":"APIPartialGuild.banner"}},{"id":3144,"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":2761,"name":"APIChannel"}}},{"id":3129,"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":3169,"name":"GuildDefaultMessageNotifications"}},{"id":3149,"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":3110,"name":"APIPartialGuild.description"}},{"id":3119,"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":3132,"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":3013,"name":"APIEmoji"}}},{"id":3130,"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":3172,"name":"GuildExplicitContentFilter"}},{"id":3133,"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":3200,"name":"GuildFeature"}},"overwrites":{"type":"reference","id":3111,"name":"APIPartialGuild.features"}},{"id":3163,"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":3381,"name":"APIGuildScheduledEvent"}}},{"id":3165,"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":3107,"name":"APIPartialGuild.icon"}},{"id":3118,"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":3168,"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":3115,"name":"APIPartialGuild.id"}},{"id":3139,"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":3140,"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":3147,"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":3146,"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":3155,"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":3141,"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":3143,"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":3240,"name":"APIGuildMember"}}},{"id":3134,"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":3176,"name":"GuildMFALevel"}},{"id":3164,"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":3106,"name":"APIPartialGuild.name"}},{"id":3159,"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":3179,"name":"GuildNSFWLevel"}},{"id":3120,"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":3121,"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":3122,"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":3153,"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":3162,"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":3152,"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":3151,"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":3190,"name":"GuildPremiumTier"}},{"id":3145,"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":3033,"name":"GatewayPresenceUpdate"}}},{"id":3154,"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":3123,"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":3131,"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":3734,"name":"APIRole"}}},{"id":3138,"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":3166,"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":3108,"name":"APIPartialGuild.splash"}},{"id":3160,"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":3750,"name":"APIStageInstance"}}},{"id":3161,"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":3765,"name":"APISticker"}}},{"id":3137,"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":3195,"name":"GuildSystemChannelFlags"}},{"id":3136,"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":3167,"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":3114,"name":"APIPartialGuild.unavailable"}},{"id":3148,"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":3113,"name":"APIPartialGuild.vanity_url_code"}},{"id":3128,"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":3184,"name":"GuildVerificationLevel"},"overwrites":{"type":"reference","id":3112,"name":"APIPartialGuild.verification_level"}},{"id":3142,"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":3886,"name":"GatewayVoiceState"},{"type":"literal","value":"guild_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":3158,"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":3311,"name":"APIGuildWelcomeScreen"},"overwrites":{"type":"reference","id":3116,"name":"APIPartialGuild.welcome_screen"}},{"id":3127,"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":3126,"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":[3124,3125,3135,3156,3157,3150,3144,3129,3149,3119,3132,3130,3133,3163,3165,3118,3168,3139,3140,3147,3146,3155,3141,3143,3134,3164,3159,3120,3121,3122,3153,3162,3152,3151,3145,3154,3123,3131,3138,3166,3160,3161,3137,3136,3167,3148,3128,3142,3158,3127,3126]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":88,"character":17}],"extendedTypes":[{"type":"reference","id":3105,"name":"APIPartialGuild"}]},{"id":3553,"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":3555,"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":3556,"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":3554,"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":3557,"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":3558,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3555,3556,3554,3557]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":7,"character":17}]},{"id":2698,"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":2699,"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":2705,"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":2687,"name":"APIChannelBase.id"}},{"id":2706,"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":2688,"name":"APIChannelBase.name"}},{"id":2703,"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":2702,"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":2700,"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":2856,"name":"APIOverwrite"}}},{"id":2701,"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":2704,"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":2707,"name":"T"},"inheritedFrom":{"type":"reference","id":2686,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2699,2705,2706,2703,2702,2700,2701,2704]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":75,"character":17}],"typeParameter":[{"id":2707,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2762,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":2685,"typeArguments":[{"type":"reference","id":2707,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":2709,"name":"APIGuildTextChannel"},{"type":"reference","id":2738,"name":"APIVoiceChannel"}]},{"id":4343,"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":4345,"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":4298,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":4346,"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":4299,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":4344,"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":4347,"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":2861,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":4300,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[4345,4346,4344,4347]}],"sources":[{"fileName":"rest/v8/guild.ts","line":37,"character":17}],"extendedTypes":[{"type":"reference","id":4297,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":4355,"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":4359,"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":4360,"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":4361,"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":4356,"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":4363,"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":4357,"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":4358,"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":4362,"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":[4359,4360,4361,4356,4363,4357,4358,4362]}],"sources":[{"fileName":"rest/v8/guild.ts","line":65,"character":17}],"extendedTypes":[{"type":"reference","id":4463,"name":"RESTPostAPIGuildRoleJSONBody"}]},{"id":3251,"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":3262,"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":3271,"name":"APIIntegrationAccount"}},{"id":3266,"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":3274,"name":"APIGuildIntegrationApplication"}},{"id":3258,"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":3255,"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":3259,"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":3268,"name":"IntegrationExpireBehavior"}},{"id":3260,"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":3252,"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":3253,"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":3265,"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":3257,"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":3264,"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":3263,"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":3256,"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":3254,"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":3267,"name":"APIGuildInteractionType"}},{"id":3261,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3262,3266,3258,3255,3259,3260,3252,3253,3265,3257,3264,3263,3256,3254,3261]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":683,"character":17}]},{"id":3274,"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":3280,"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":3836,"name":"APIUser"}},{"id":3278,"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":3277,"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":3275,"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":3276,"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":3279,"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":[3280,3278,3277,3275,3276,3279]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":807,"character":17}]},{"id":3240,"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":3243,"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":3250,"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":3247,"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":3245,"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":3248,"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":3242,"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":3249,"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":3246,"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":3244,"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":3241,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3243,3250,3247,3245,3248,3242,3249,3246,3244,3241]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":626,"character":17}],"extendedBy":[{"type":"reference","id":2294,"name":"GatewayGuildMemberAddDispatchData"},{"type":"reference","id":3575,"name":"APIInteractionGuildMember"}]},{"id":3319,"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":3322,"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":3321,"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":3323,"name":"APIGuildMembershipScreeningField"}}},{"id":3320,"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":[3322,3321,3320]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":959,"character":17}]},{"id":3323,"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":3324,"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":3329,"name":"Terms"}},{"id":3325,"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":3327,"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":3326,"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":[3324,3325,3327,3326]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":979,"character":17}]},{"id":3225,"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":3233,"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":3234,"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":3235,"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":3230,"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":3231,"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":3013,"name":"APIEmoji"}}},{"id":3232,"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":3200,"name":"GuildFeature"}}},{"id":3228,"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":3226,"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":3227,"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":3229,"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":3236,"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":3765,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3233,3234,3235,3230,3231,3232,3228,3226,3227,3229,3236]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":550,"character":17}]},{"id":3382,"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":3383,"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":[3383]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":114,"character":17}]},{"id":3395,"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":3396,"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":3398,"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":3240,"name":"APIGuildMember"}},{"id":3397,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3396,3398,3397]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":157,"character":17}]},{"id":2709,"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":2716,"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":2699,"name":"APIGuildChannel.guild_id"}},{"id":2714,"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":2705,"name":"APIGuildChannel.id"}},{"id":2712,"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":2693,"name":"APITextBasedChannel.last_message_id"}},{"id":2711,"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":2715,"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":2706,"name":"APIGuildChannel.name"}},{"id":2720,"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":2703,"name":"APIGuildChannel.nsfw"}},{"id":2719,"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":2702,"name":"APIGuildChannel.parent_id"}},{"id":2717,"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":2856,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":2700,"name":"APIGuildChannel.permission_overwrites"}},{"id":2718,"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":2701,"name":"APIGuildChannel.position"}},{"id":2710,"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":2713,"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":2721,"name":"T"},"inheritedFrom":{"type":"reference","id":2704,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2716,2714,2712,2711,2715,2720,2719,2717,2718,2710,2713]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":108,"character":17}],"typeParameter":[{"id":2721,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2708,"name":"GuildTextChannelType"}}],"extendedTypes":[{"type":"reference","id":2692,"typeArguments":[{"type":"reference","id":2721,"name":"T"}],"name":"APITextBasedChannel"},{"type":"reference","id":2698,"typeArguments":[{"type":"reference","id":2721,"name":"T"}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":2722,"name":"APITextChannel"}]},{"id":3311,"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":3312,"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":3313,"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":3314,"name":"APIGuildWelcomeScreenChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3312,3313]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":923,"character":17}]},{"id":3314,"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":3315,"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":3316,"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":3317,"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":3318,"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":[3315,3316,3317,3318]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":937,"character":17}]},{"id":3284,"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":3288,"name":"channels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":863,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3291,"name":"APIGuildWidgetChannel"}}},{"id":3285,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":860,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3287,"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":3289,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":864,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3295,"name":"APIGuildWidgetMember"}}},{"id":3286,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":861,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3290,"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":[3288,3285,3287,3289,3286,3290]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":859,"character":17}]},{"id":3291,"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":3292,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":873,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3293,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":874,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3294,"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":[3292,3293,3294]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":872,"character":17}]},{"id":3295,"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":3301,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/guild.ts","line":888,"character":1}],"type":{"type":"reflection","declaration":{"id":3302,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":3303,"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":[3303]}]}}},{"id":3299,"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":3304,"name":"avatar_url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":889,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3298,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":885,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3296,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":883,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3300,"name":"status","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":887,"character":1}],"type":{"type":"reference","id":3039,"name":"PresenceUpdateStatus"}},{"id":3297,"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":[3301,3299,3304,3298,3296,3300,3297]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":882,"character":17}]},{"id":3237,"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":3239,"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":3238,"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":[3239,3238]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":611,"character":17}]},{"id":3271,"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":3272,"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":3273,"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":[3272,3273]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":792,"character":17}]},{"id":3417,"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":3419,"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":3421,"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":3418,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3420,"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":2762,"name":"ChannelType"},"inheritedFrom":{"type":"reference","name":"Required.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3419,3421,3418,3420]}],"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":91,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":2681,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},{"id":3422,"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":3428,"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":3430,"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":3425,"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":3426,"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":3429,"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":3423,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":100,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3427,"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":3424,"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":[3428,3430,3425,3426,3429,3423,3427,3424]}],"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":99,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3240,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"user"},{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":3575,"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":3579,"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":3243,"name":"APIGuildMember.avatar"}},{"id":3586,"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":3250,"name":"APIGuildMember.communication_disabled_until"}},{"id":3583,"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":3247,"name":"APIGuildMember.deaf"}},{"id":3581,"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":3245,"name":"APIGuildMember.joined_at"}},{"id":3584,"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":3248,"name":"APIGuildMember.mute"}},{"id":3578,"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":3242,"name":"APIGuildMember.nick"}},{"id":3585,"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":3249,"name":"APIGuildMember.pending"}},{"id":3576,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3582,"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":3246,"name":"APIGuildMember.premium_since"}},{"id":3580,"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":3244,"name":"APIGuildMember.roles"}},{"id":3577,"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":3836,"name":"APIUser"},"overwrites":{"type":"reference","id":3241,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[3579,3586,3583,3581,3584,3578,3585,3576,3582,3580,3577]}],"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":55,"character":17}],"extendedTypes":[{"type":"reference","id":3240,"name":"APIGuildMember"}]},{"id":3649,"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":3651,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":59,"character":1}],"type":{"type":"reference","id":3668,"name":"APIInteractionResponseCallbackData"}},{"id":3650,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":58,"character":1}],"type":{"type":"reference","id":3662,"name":"ChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[3651,3650]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":57,"character":17}]},{"id":3652,"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":3654,"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":3668,"name":"APIInteractionResponseCallbackData"},{"type":"literal","value":"flags"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":3653,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":66,"character":1}],"type":{"type":"reference","id":3663,"name":"DeferredChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[3654,3653]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":65,"character":17}]},{"id":3655,"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":3656,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":74,"character":1}],"type":{"type":"reference","id":3664,"name":"DeferredMessageUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[3656]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":73,"character":17}]},{"id":3641,"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":3642,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":35,"character":1}],"type":{"type":"reference","id":3661,"name":"Pong"}}],"groups":[{"title":"Properties","kind":1024,"children":[3642]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":34,"character":17}]},{"id":3657,"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":3659,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":82,"character":1}],"type":{"type":"reference","id":3668,"name":"APIInteractionResponseCallbackData"}},{"id":3658,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":81,"character":1}],"type":{"type":"reference","id":3665,"name":"UpdateMessage"}}],"groups":[{"title":"Properties","kind":1024,"children":[3659,3658]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":80,"character":17}]},{"id":3678,"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":3687,"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":3686,"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":3681,"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":2681,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":3679,"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":3688,"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":3680,"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":3677,"name":"APIInviteGuild"}},{"id":3690,"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":3381,"name":"APIGuildScheduledEvent"}},{"id":3682,"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":3836,"name":"APIUser"}},{"id":3689,"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":3760,"name":"APIInviteStageInstance"}},{"id":3685,"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":2506,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":3683,"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":3691,"name":"InviteTargetType"}},{"id":3684,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3687,3686,3681,3679,3688,3680,3690,3682,3689,3685,3683,3684]}],"sources":[{"fileName":"payloads/v8/invite.ts","line":31,"character":17}],"extendedBy":[{"type":"reference","id":3694,"name":"APIExtendedInvite"}]},{"id":3760,"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":3764,"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":3240,"name":"APIGuildMember"}}},{"id":3762,"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":3763,"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":3761,"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":[3764,3762,3763,3761]}],"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":56,"character":17}]},{"id":2774,"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":2797,"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":2829,"name":"APIMessageActivity"}},{"id":2798,"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":2506,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":2799,"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":2790,"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":2915,"name":"APIAttachment"}}},{"id":2778,"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":3836,"name":"APIUser"}},{"id":2776,"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":2804,"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":2948,"typeArguments":[{"type":"reference","id":3007,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":2780,"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":2782,"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":2791,"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":2864,"name":"APIEmbed"}}},{"id":2801,"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":2841,"name":"MessageFlags"}},{"id":2777,"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":2775,"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":2803,"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":3569,"name":"APIMessageInteraction"}},{"id":2779,"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":3240,"name":"APIGuildMember"}},{"id":2789,"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":2926,"name":"APIChannelMention"}}},{"id":2784,"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":2788,"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":2785,"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":3836,"name":"APIUser"},{"type":"reflection","declaration":{"id":2786,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2787,"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":3240,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}],"groups":[{"title":"Properties","kind":1024,"children":[2787]}]}}]}}},{"id":2800,"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":2832,"name":"APIMessageReference"}},{"id":2793,"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":2794,"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":2792,"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":2852,"name":"APIReaction"}}},{"id":2802,"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":2774,"name":"APIMessage"}]}},{"id":2805,"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":3785,"name":"APIStickerItem"}}},{"id":2806,"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":3765,"name":"APISticker"}}},{"id":2781,"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":2783,"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":2796,"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":2807,"name":"MessageType"}},{"id":2795,"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":[2797,2798,2799,2790,2778,2776,2804,2780,2782,2791,2801,2777,2775,2803,2779,2789,2784,2788,2785,2800,2793,2794,2792,2802,2805,2806,2781,2783,2796,2795]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":292,"character":17}]},{"id":2829,"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":2831,"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":2830,"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":2836,"name":"MessageActivityType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2831,2830]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":509,"character":17}]},{"id":3535,"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":3538,"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":3540,"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":3537,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":38,"character":1}],"type":{"type":"reference","id":3541,"name":"APIMessageApplicationCommandInteractionDataResolved"}},{"id":3536,"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":3539,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":9,"character":1}],"type":{"type":"reference","id":3415,"name":"Message"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3538,3540,3537,3536,3539]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":35,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3415,"name":"ApplicationCommandType.Message"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":3541,"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":3542,"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":2774,"name":"APIMessage"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[3542]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":45,"character":17}]},{"id":3609,"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":3611,"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":3612,"name":"CType"}},{"id":3610,"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":[3611,3610]}],"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":27,"character":17}],"typeParameter":[{"id":3612,"name":"CType","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2943,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":3614,"name":"APIMessageSelectMenuInteractionData"}]},{"id":2952,"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":2955,"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":2953,"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":2954,"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":[2955,2953,2954]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1123,"character":17}]},{"id":3569,"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":3570,"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":3574,"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":3568,"name":"PartialAPIMessageInteractionGuildMember"}},{"id":3572,"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":3571,"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":3634,"name":"InteractionType"}},{"id":3573,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3570,3574,3572,3571,3573]}],"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":28,"character":17}]},{"id":2832,"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":2834,"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":2835,"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":2833,"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":[2834,2835,2833]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":528,"character":17}]},{"id":3614,"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":3617,"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":2946,"name":"SelectMenu"},"inheritedFrom":{"type":"reference","id":3611,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":3616,"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":3610,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":3615,"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":[3617,3616,3615]}],"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":46,"character":17}],"extendedTypes":[{"type":"reference","id":3609,"typeArguments":[{"type":"reference","id":2946,"name":"ComponentType.SelectMenu"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":3646,"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":3648,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":51,"character":1}],"type":{"type":"reference","id":3673,"name":"APIModalInteractionResponseCallbackData"}},{"id":3647,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":50,"character":1}],"type":{"type":"reference","id":3667,"name":"Modal"}}],"groups":[{"title":"Properties","kind":1024,"children":[3648,3647]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":49,"character":17}]},{"id":3673,"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":3676,"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":2948,"typeArguments":[{"type":"reference","id":2994,"name":"APITextInputComponent"}],"name":"APIActionRowComponent"}}},{"id":3674,"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":3675,"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":[3676,3674,3675]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":140,"character":17}]},{"id":3627,"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":3629,"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":3624,"name":"ModalSubmitActionRowComponent"}}},{"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/modalSubmit.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3629,3628]}],"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":30,"character":17}]},{"id":2856,"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":2859,"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":2860,"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":2857,"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":2858,"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":2861,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2859,2860,2857,2858]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":629,"character":17}]},{"id":2681,"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":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"}},{"id":2684,"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":2683,"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":2762,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2682,2684,2683]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":18,"character":17}],"extendedBy":[{"type":"reference","id":2685,"name":"APIChannelBase"}]},{"id":3009,"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":3012,"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":3010,"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":3011,"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":[3012,3010,3011]}],"sources":[{"fileName":"payloads/v8/emoji.ts","line":13,"character":17}],"extendedBy":[{"type":"reference","id":3013,"name":"APIEmoji"}]},{"id":3105,"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":3109,"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":3110,"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":3111,"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":3200,"name":"GuildFeature"}}},{"id":3107,"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":3115,"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":3106,"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":3108,"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":3114,"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":3113,"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":3112,"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":3184,"name":"GuildVerificationLevel"}},{"id":3116,"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":3311,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","name":"Pick.welcome_screen"}}],"groups":[{"title":"Properties","kind":1024,"children":[3109,3110,3111,3107,3115,3106,3108,3114,3113,3112,3116]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":35,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3102,"name":"APIUnavailableGuild"},{"type":"literal","value":"unavailable"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":3117,"name":"APIGuild"},{"type":"literal","value":"welcome_screen"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"extendedBy":[{"type":"reference","id":3117,"name":"APIGuild"}]},{"id":2852,"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":2853,"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":2855,"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":3009,"name":"APIPartialEmoji"}},{"id":2854,"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":[2853,2855,2854]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":608,"character":17}]},{"id":3734,"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":3737,"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":3738,"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":3739,"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":3735,"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":3743,"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":3744,"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":3736,"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":3742,"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":3741,"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":3745,"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":3746,"name":"APIRoleTags"}},{"id":3740,"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":[3737,3738,3739,3735,3743,3744,3736,3742,3741,3745,3740]}],"sources":[{"fileName":"payloads/v8/permissions.ts","line":11,"character":17}]},{"id":3746,"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":3747,"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":3749,"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":3748,"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":[3747,3749,3748]}],"sources":[{"fileName":"payloads/v8/permissions.ts","line":64,"character":17}]},{"id":2980,"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":2981,"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":2986,"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":2985,"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":2984,"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":2982,"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":2988,"name":"APISelectMenuOption"}}},{"id":2983,"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":2987,"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":2946,"name":"SelectMenu"},"inheritedFrom":{"type":"reference","id":2941,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2981,2986,2985,2984,2982,2983,2987]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1191,"character":17}],"extendedTypes":[{"type":"reference","id":2940,"typeArguments":[{"type":"reference","id":2946,"name":"ComponentType.SelectMenu"}],"name":"APIBaseComponent"}]},{"id":2988,"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":2993,"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":2991,"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":2992,"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":2952,"name":"APIMessageComponentEmoji"}},{"id":2989,"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":2990,"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":[2993,2991,2992,2989,2990]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1228,"character":17}]},{"id":3750,"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":3753,"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":3756,"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":3752,"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":3751,"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":3755,"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":3757,"name":"StageInstancePrivacyLevel"}},{"id":3754,"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":[3753,3756,3752,3751,3755,3754]}],"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":8,"character":17}]},{"id":3330,"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":3331,"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":3344,"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":3836,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":3335,"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":3337,"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":3343,"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":3332,"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":3342,"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":3385,"name":"StageInstance"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":3334,"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":3333,"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":3346,"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":3336,"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":3340,"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":3394,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":3339,"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":3338,"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":3341,"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":3388,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":3345,"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":[3331,3344,3335,3337,3343,3332,3342,3334,3333,3346,3336,3340,3339,3338,3341,3345]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":78,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3385,"name":"GuildScheduledEventEntityType.StageInstance"}],"name":"APIGuildScheduledEventBase"}]},{"id":3765,"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":3771,"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":3774,"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":3769,"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":3773,"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":3781,"name":"StickerFormatType"}},{"id":3775,"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":3766,"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":3768,"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":3767,"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":3777,"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":3770,"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":3772,"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":3778,"name":"StickerType"}},{"id":3776,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3771,3774,3769,3773,3775,3766,3768,3767,3777,3770,3772,3776]}],"sources":[{"fileName":"payloads/v8/sticker.ts","line":12,"character":17}]},{"id":3786,"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":3793,"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":3791,"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":3792,"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":3787,"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":3789,"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":3790,"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":3788,"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":3765,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3793,3791,3792,3787,3789,3790,3788]}],"sources":[{"fileName":"payloads/v8/sticker.ts","line":103,"character":17}]},{"id":3794,"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":3795,"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":3796,"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":3797,"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":3800,"name":"APITeamMember"}}},{"id":3798,"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":3799,"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":[3795,3796,3797,3798,3799]}],"sources":[{"fileName":"payloads/v8/teams.ts","line":12,"character":17}]},{"id":3800,"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":3801,"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":3805,"name":"TeamMemberMembershipState"}},{"id":3802,"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":3803,"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":3804,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3801,3802,3803,3804]}],"sources":[{"fileName":"payloads/v8/teams.ts","line":39,"character":17}]},{"id":3808,"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":3809,"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":3815,"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":3814,"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":3836,"name":"APIUser"}},{"id":3813,"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":3811,"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":3819,"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":3810,"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":3818,"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":3820,"name":"APITemplateSerializedSourceGuild"}},{"id":3817,"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":3816,"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":3812,"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":[3809,3815,3814,3813,3811,3819,3810,3818,3817,3816,3812]}],"sources":[{"fileName":"payloads/v8/template.ts","line":13,"character":17}]},{"id":3820,"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":3828,"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":3829,"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":3834,"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","typeArguments":[{"type":"reference","id":4349,"name":"APIGuildCreatePartialChannel"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"Omit.channels"}},{"id":3830,"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":"union","types":[{"type":"reference","id":3170,"name":"AllMessages"},{"type":"reference","id":3171,"name":"OnlyMentions"}]},"inheritedFrom":{"type":"reference","name":"Omit.default_message_notifications"}},{"id":3821,"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":3831,"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":"union","types":[{"type":"reference","id":3173,"name":"Disabled"},{"type":"reference","id":3174,"name":"MembersWithoutRoles"},{"type":"reference","id":3175,"name":"AllMembers"}]},"inheritedFrom":{"type":"reference","name":"Omit.explicit_content_filter"}},{"id":3823,"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":3824,"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":3822,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/template.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3835,"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":3825,"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":3826,"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","typeArguments":[{"type":"reference","id":4355,"name":"APIGuildCreateRole"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}},{"id":3833,"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":3195,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.system_channel_flags"}},{"id":3832,"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":3827,"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":"union","types":[{"type":"reference","id":3185,"name":"None"},{"type":"reference","id":3186,"name":"Low"},{"type":"reference","id":3187,"name":"Medium"},{"type":"reference","id":3188,"name":"High"},{"type":"reference","id":3189,"name":"VeryHigh"}]},"inheritedFrom":{"type":"reference","name":"Omit.verification_level"}}],"groups":[{"title":"Properties","kind":1024,"children":[3828,3829,3834,3830,3821,3831,3823,3824,3822,3835,3825,3826,3833,3832,3827]}],"sources":[{"fileName":"payloads/v8/template.ts","line":65,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":4364,"name":"RESTPostAPIGuildsJSONBody"},{"type":"literal","value":"icon"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":2692,"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":2695,"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":2687,"name":"APIChannelBase.id"}},{"id":2693,"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":2696,"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":2688,"name":"APIChannelBase.name"}},{"id":2694,"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":2697,"name":"T"},"inheritedFrom":{"type":"reference","id":2686,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2695,2693,2696,2694]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":65,"character":17}],"typeParameter":[{"id":2697,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2762,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":2685,"typeArguments":[{"type":"reference","id":2697,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":2709,"name":"APIGuildTextChannel"}]},{"id":2722,"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":2730,"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":2716,"name":"APIGuildTextChannel.guild_id"}},{"id":2728,"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":2714,"name":"APIGuildTextChannel.id"}},{"id":2726,"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":2712,"name":"APIGuildTextChannel.last_message_id"}},{"id":2725,"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":2711,"name":"APIGuildTextChannel.last_pin_timestamp"}},{"id":2729,"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":2715,"name":"APIGuildTextChannel.name"}},{"id":2734,"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":2720,"name":"APIGuildTextChannel.nsfw"}},{"id":2733,"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":2719,"name":"APIGuildTextChannel.parent_id"}},{"id":2731,"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":2856,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":2717,"name":"APIGuildTextChannel.permission_overwrites"}},{"id":2732,"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":2718,"name":"APIGuildTextChannel.position"}},{"id":2723,"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":2724,"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":2710,"name":"APIGuildTextChannel.topic"}},{"id":2727,"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":2763,"name":"GuildText"},"inheritedFrom":{"type":"reference","id":2713,"name":"APIGuildTextChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2730,2728,2726,2725,2729,2734,2733,2731,2732,2723,2724,2727]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":125,"character":17}],"extendedTypes":[{"type":"reference","id":2709,"typeArguments":[{"type":"reference","id":2763,"name":"ChannelType.GuildText"}],"name":"APIGuildTextChannel"}]},{"id":2994,"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":2996,"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":2997,"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":3001,"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":3000,"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":2998,"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":3002,"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":2995,"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":2977,"name":"TextInputStyle"}},{"id":3003,"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":2947,"name":"TextInput"},"inheritedFrom":{"type":"reference","id":2941,"name":"APIBaseComponent.type"}},{"id":2999,"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":[2996,2997,3001,3000,2998,3002,2995,3003,2999]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1255,"character":17}],"extendedTypes":[{"type":"reference","id":2940,"typeArguments":[{"type":"reference","id":2947,"name":"ComponentType.TextInput"}],"name":"APIBaseComponent"}]},{"id":3102,"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":3103,"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":3104,"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":[3103,3104]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":20,"character":17}]},{"id":3836,"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":3845,"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":3840,"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":3844,"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":3841,"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":3839,"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":3848,"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":3849,"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":3852,"name":"UserFlags"}},{"id":3837,"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":3846,"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":3843,"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":3850,"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":3869,"name":"UserPremiumType"}},{"id":3851,"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":3852,"name":"UserFlags"}},{"id":3842,"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":3838,"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":3847,"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":[3845,3840,3844,3841,3839,3848,3849,3837,3846,3843,3850,3851,3842,3838,3847]}],"sources":[{"fileName":"payloads/v8/user.ts","line":12,"character":17}]},{"id":3526,"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":3529,"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":3531,"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":3528,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":19,"character":1}],"type":{"type":"reference","id":3532,"name":"APIUserApplicationCommandInteractionDataResolved"}},{"id":3527,"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":3530,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":9,"character":1}],"type":{"type":"reference","id":3414,"name":"User"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3529,3531,3528,3527,3530]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":16,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3414,"name":"ApplicationCommandType.User"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":3532,"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":3534,"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":3422,"name":"APIInteractionDataResolvedGuildMember"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3533,"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":3836,"name":"APIUser"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[3534,3533]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":26,"character":17}]},{"id":2738,"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":2739,"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":2743,"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":2699,"name":"APIGuildChannel.guild_id"}},{"id":2749,"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":2705,"name":"APIGuildChannel.id"}},{"id":2750,"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":2706,"name":"APIGuildChannel.name"}},{"id":2747,"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":2703,"name":"APIGuildChannel.nsfw"}},{"id":2746,"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":2702,"name":"APIGuildChannel.parent_id"}},{"id":2744,"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":2856,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":2700,"name":"APIGuildChannel.permission_overwrites"}},{"id":2745,"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":2701,"name":"APIGuildChannel.position"}},{"id":2741,"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":2748,"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":2765,"name":"GuildVoice"},{"type":"reference","id":2770,"name":"GuildStageVoice"}]},"inheritedFrom":{"type":"reference","id":2704,"name":"APIGuildChannel.type"}},{"id":2740,"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":2742,"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":2771,"name":"VideoQualityMode"}}],"groups":[{"title":"Properties","kind":1024,"children":[2739,2743,2749,2750,2747,2746,2744,2745,2741,2748,2740,2742]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":151,"character":17}],"extendedTypes":[{"type":"reference","id":2698,"typeArguments":[{"type":"union","types":[{"type":"reference","id":2770,"name":"ChannelType.GuildStageVoice"},{"type":"reference","id":2765,"name":"ChannelType.GuildVoice"}]}],"name":"APIGuildChannel"}]},{"id":3347,"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":3348,"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":3361,"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":3836,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":3352,"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":3354,"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":3360,"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":3349,"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":3359,"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":3386,"name":"Voice"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":3351,"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":3350,"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":3363,"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":3353,"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":3357,"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":3394,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":3356,"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":3355,"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":3358,"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":3388,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":3362,"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":[3348,3361,3352,3354,3360,3349,3359,3351,3350,3363,3353,3357,3356,3355,3358,3362]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":87,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3386,"name":"GuildScheduledEventEntityType.Voice"}],"name":"APIGuildScheduledEventBase"}]},{"id":3900,"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":3905,"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":3904,"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":3901,"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":3902,"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":3903,"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":[3905,3904,3901,3902,3903]}],"sources":[{"fileName":"payloads/v8/voice.ts","line":73,"character":17}]},{"id":3906,"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":3915,"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":3913,"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":3910,"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":3909,"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":3907,"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":3912,"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":3917,"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":2681,"name":"APIPartialChannel"}},{"id":3916,"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":3105,"name":"APIPartialGuild"}},{"id":3914,"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":3908,"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":3919,"name":"WebhookType"}},{"id":3918,"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":3911,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3915,3913,3910,3909,3907,3912,3917,3916,3914,3908,3918,3911]}],"sources":[{"fileName":"payloads/v8/webhook.ts","line":12,"character":17}]},{"id":3049,"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":3058,"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":3064,"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":3068,"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":3099,"name":"GatewayActivityButton"}}]}},{"id":3054,"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":3059,"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":3061,"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":3083,"name":"GatewayActivityEmoji"}},{"id":3067,"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":3089,"name":"ActivityFlags"}},{"id":3050,"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":3066,"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":3051,"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":3063,"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":3084,"name":"GatewayActivityParty"}},{"id":3057,"name":"platform","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/gateway.ts","line":163,"character":1}],"type":{"type":"reference","id":3069,"name":"ActivityPlatform"}},{"id":3065,"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":3062,"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":3060,"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":3056,"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":3055,"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":3080,"name":"GatewayActivityTimestamps"}},{"id":3052,"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":3073,"name":"ActivityType"}},{"id":3053,"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":[3058,3064,3068,3054,3059,3061,3067,3050,3066,3051,3063,3057,3065,3062,3060,3056,3055,3052,3053]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":135,"character":17}]},{"id":3099,"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":3100,"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":3101,"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":[3100,3101]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":328,"character":17}]},{"id":3084,"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":3085,"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":3086,"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":[3085,3086]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":284,"character":17}]},{"id":3080,"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":3082,"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":3081,"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":[3082,3081]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":263,"character":17}]},{"id":2262,"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":2264,"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":2263,"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":2265,"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":[2264,2263,2265]}],"sources":[{"fileName":"gateway/v8.ts","line":507,"character":17}]},{"id":2275,"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":2276,"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":2277,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[2276,2277]}],"sources":[{"fileName":"gateway/v8.ts","line":590,"character":17}]},{"id":2283,"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":2285,"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":3013,"name":"APIEmoji"}}},{"id":2284,"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":[2285,2284]}],"sources":[{"fileName":"gateway/v8.ts","line":640,"character":17}]},{"id":2291,"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":2292,"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":[2292]}],"sources":[{"fileName":"gateway/v8.ts","line":692,"character":17}]},{"id":2294,"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":2298,"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":3243,"name":"APIGuildMember.avatar"}},{"id":2305,"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":3250,"name":"APIGuildMember.communication_disabled_until"}},{"id":2302,"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":3247,"name":"APIGuildMember.deaf"}},{"id":2295,"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":2300,"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":3245,"name":"APIGuildMember.joined_at"}},{"id":2303,"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":3248,"name":"APIGuildMember.mute"}},{"id":2297,"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":3242,"name":"APIGuildMember.nick"}},{"id":2304,"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":3249,"name":"APIGuildMember.pending"}},{"id":2301,"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":3246,"name":"APIGuildMember.premium_since"}},{"id":2299,"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":3244,"name":"APIGuildMember.roles"}},{"id":2296,"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":3836,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":3241,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[2298,2305,2302,2295,2300,2303,2297,2304,2301,2299,2296]}],"sources":[{"fileName":"gateway/v8.ts","line":712,"character":17}],"extendedTypes":[{"type":"reference","id":3240,"name":"APIGuildMember"}]},{"id":2307,"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":2308,"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":2309,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[2308,2309]}],"sources":[{"fileName":"gateway/v8.ts","line":732,"character":17}]},{"id":2315,"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":2319,"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":2318,"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":2316,"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":2317,"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":3240,"name":"APIGuildMember"}}},{"id":2322,"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":2320,"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":2321,"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":3033,"name":"GatewayPresenceUpdate"}}}],"groups":[{"title":"Properties","kind":1024,"children":[2319,2318,2316,2317,2322,2320,2321]}],"sources":[{"fileName":"gateway/v8.ts","line":781,"character":17}]},{"id":2332,"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":2333,"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":2334,"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":[2333,2334]}],"sources":[{"fileName":"gateway/v8.ts","line":883,"character":17}]},{"id":2324,"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":2325,"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":2326,"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":3734,"name":"APIRole"}}],"groups":[{"title":"Properties","kind":1024,"children":[2325,2326]}],"sources":[{"fileName":"gateway/v8.ts","line":833,"character":17}]},{"id":2342,"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":2345,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":947,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2343,"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":2344,"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":[2345,2343,2344]}],"sources":[{"fileName":"gateway/v8.ts","line":944,"character":17}]},{"id":2347,"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":2350,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":964,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2348,"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":2349,"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":[2350,2348,2349]}],"sources":[{"fileName":"gateway/v8.ts","line":961,"character":17}]},{"id":2287,"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":2288,"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":2289,"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":3765,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[2288,2289]}],"sources":[{"fileName":"gateway/v8.ts","line":666,"character":17}]},{"id":2442,"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":2444,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1478,"character":1}],"type":{"type":"reference","id":2445,"name":"GatewayHeartbeatData"}},{"id":2443,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1477,"character":1}],"type":{"type":"reference","id":2121,"name":"Heartbeat"}}],"groups":[{"title":"Properties","kind":1024,"children":[2444,2443]}],"sources":[{"fileName":"gateway/v8.ts","line":1476,"character":17}]},{"id":2228,"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":2230,"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":2229,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":358,"character":1}],"type":{"type":"reference","id":2130,"name":"HeartbeatAck"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2232,"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":2231,"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":[2230,2229,2232,2231]}],"sources":[{"fileName":"gateway/v8.ts","line":357,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2223,"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":2225,"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":2224,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":349,"character":1}],"type":{"type":"reference","id":2121,"name":"Heartbeat"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2227,"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":2226,"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":[2225,2224,2227,2226]}],"sources":[{"fileName":"gateway/v8.ts","line":348,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2216,"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":2218,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":330,"character":1}],"type":{"type":"reference","id":2221,"name":"GatewayHelloData"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":2217,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":329,"character":1}],"type":{"type":"reference","id":2129,"name":"Hello"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2220,"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":2219,"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":[2218,2217,2220,2219]}],"sources":[{"fileName":"gateway/v8.ts","line":328,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2221,"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":2222,"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":[2222]}],"sources":[{"fileName":"gateway/v8.ts","line":337,"character":17}]},{"id":2446,"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":2448,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1493,"character":1}],"type":{"type":"reference","id":2449,"name":"GatewayIdentifyData"}},{"id":2447,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1492,"character":1}],"type":{"type":"reference","id":2122,"name":"Identify"}}],"groups":[{"title":"Properties","kind":1024,"children":[2448,2447]}],"sources":[{"fileName":"gateway/v8.ts","line":1491,"character":17}]},{"id":2449,"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":2452,"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":2456,"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":2453,"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":2455,"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":2489,"name":"GatewayPresenceUpdateData"}},{"id":2451,"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":2457,"name":"GatewayIdentifyProperties"}},{"id":2454,"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":2450,"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":[2452,2456,2453,2455,2451,2454,2450]}],"sources":[{"fileName":"gateway/v8.ts","line":1500,"character":17}]},{"id":2457,"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":2459,"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":2460,"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":2458,"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":[2459,2460,2458]}],"sources":[{"fileName":"gateway/v8.ts","line":1548,"character":17}]},{"id":2360,"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":2363,"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":2362,"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":2361,"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":[2363,2362,2361]}],"sources":[{"fileName":"gateway/v8.ts","line":1010,"character":17}]},{"id":2233,"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":2235,"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":2234,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":367,"character":1}],"type":{"type":"reference","id":2128,"name":"InvalidSession"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2237,"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":2236,"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":[2235,2234,2237,2236]}],"sources":[{"fileName":"gateway/v8.ts","line":366,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2367,"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":2368,"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":2369,"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":2370,"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":2371,"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":2372,"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":3836,"name":"APIUser"}},{"id":2373,"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":2374,"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":2377,"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":2506,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":2375,"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":3691,"name":"InviteTargetType"}},{"id":2376,"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":3836,"name":"APIUser"}},{"id":2378,"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":2379,"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":[2368,2369,2370,2371,2372,2373,2374,2377,2375,2376,2378,2379]}],"sources":[{"fileName":"gateway/v8.ts","line":1053,"character":17}]},{"id":2381,"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":2382,"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":2384,"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":2383,"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":[2382,2384,2383]}],"sources":[{"fileName":"gateway/v8.ts","line":1125,"character":17}]},{"id":2398,"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":2400,"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":2401,"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":2399,"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":[2400,2401,2399]}],"sources":[{"fileName":"gateway/v8.ts","line":1216,"character":17}]},{"id":2393,"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":2395,"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":2396,"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":2394,"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":[2395,2396,2394]}],"sources":[{"fileName":"gateway/v8.ts","line":1188,"character":17}]},{"id":2409,"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":2411,"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":2410,"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":3013,"name":"APIEmoji"}},{"id":2413,"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":2412,"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":[2411,2410,2413,2412]}],"sources":[{"fileName":"gateway/v8.ts","line":1283,"character":17}],"extendedTypes":[{"type":"reference","name":"MessageReactionRemoveData"}]},{"id":3045,"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":3046,"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":3039,"name":"PresenceUpdateStatus"}},{"id":3047,"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":3039,"name":"PresenceUpdateStatus"}},{"id":3048,"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":3039,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[3046,3047,3048]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":116,"character":17}]},{"id":3033,"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":3037,"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":3049,"name":"GatewayActivity"}}},{"id":3038,"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":3045,"name":"GatewayPresenceClientStatus"}},{"id":3035,"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":3036,"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":3039,"name":"PresenceUpdateStatus"}},{"id":3034,"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":3836,"name":"APIUser"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","id":3836,"name":"APIUser"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[3037,3038,3035,3036,3034]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":66,"character":17}]},{"id":2489,"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":2491,"name":"activities","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's activities","text":"See https://discord.com/developers/docs/topics/gateway-events#activity-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":1691,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2494,"name":"GatewayActivityUpdateData"}}},{"id":2493,"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":2490,"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":2492,"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":3039,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[2491,2493,2490,2492]}],"sources":[{"fileName":"gateway/v8.ts","line":1681,"character":17}]},{"id":2245,"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":2251,"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":2506,"name":"APIApplication"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"flags"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":2248,"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":3102,"name":"APIUnavailableGuild"}}},{"id":2249,"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":2250,"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":2247,"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":3836,"name":"APIUser"}},{"id":2246,"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":[2251,2248,2249,2250,2247,2246]}],"sources":[{"fileName":"gateway/v8.ts","line":396,"character":17}]},{"id":2239,"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":2241,"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":2240,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":382,"character":1}],"type":{"type":"reference","id":2126,"name":"Reconnect"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2243,"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":2242,"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":[2241,2240,2243,2242]}],"sources":[{"fileName":"gateway/v8.ts","line":381,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2468,"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":2470,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1597,"character":1}],"type":{"type":"reference","id":2471,"name":"GatewayRequestGuildMembersData"}},{"id":2469,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1596,"character":1}],"type":{"type":"reference","id":2127,"name":"RequestGuildMembers"}}],"groups":[{"title":"Properties","kind":1024,"children":[2470,2469]}],"sources":[{"fileName":"gateway/v8.ts","line":1595,"character":17}]},{"id":2471,"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":2472,"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":2474,"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":2477,"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":2475,"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":2473,"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":2476,"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":[2472,2474,2477,2475,2473,2476]}],"sources":[{"fileName":"gateway/v8.ts","line":1604,"character":17}]},{"id":2461,"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":2463,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1569,"character":1}],"type":{"type":"reference","id":2464,"name":"GatewayResumeData"}},{"id":2462,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1568,"character":1}],"type":{"type":"reference","id":2125,"name":"Resume"}}],"groups":[{"title":"Properties","kind":1024,"children":[2463,2462]}],"sources":[{"fileName":"gateway/v8.ts","line":1567,"character":17}]},{"id":2464,"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":2467,"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":2466,"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":2465,"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":[2467,2466,2465]}],"sources":[{"fileName":"gateway/v8.ts","line":1576,"character":17}]},{"id":2423,"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":2424,"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":2425,"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":2428,"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":3240,"name":"APIGuildMember"}},{"id":2427,"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":2426,"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":[2424,2425,2428,2427,2426]}],"sources":[{"fileName":"gateway/v8.ts","line":1360,"character":17}]},{"id":2486,"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":2488,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1674,"character":1}],"type":{"type":"reference","id":2489,"name":"GatewayPresenceUpdateData"}},{"id":2487,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1673,"character":1}],"type":{"type":"reference","id":2123,"name":"PresenceUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[2488,2487]}],"sources":[{"fileName":"gateway/v8.ts","line":1672,"character":17}]},{"id":2434,"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":2437,"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":2436,"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":2435,"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":[2437,2436,2435]}],"sources":[{"fileName":"gateway/v8.ts","line":1425,"character":17}]},{"id":3886,"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":3888,"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":3892,"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":3887,"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":3890,"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":3240,"name":"APIGuildMember"}},{"id":3893,"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":3899,"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":3894,"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":3895,"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":3896,"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":3897,"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":3891,"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":3898,"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":3889,"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":[3888,3892,3887,3890,3893,3899,3894,3895,3896,3897,3891,3898,3889]}],"sources":[{"fileName":"payloads/v8/voice.ts","line":12,"character":17}]},{"id":2478,"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":2480,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1642,"character":1}],"type":{"type":"reference","id":2481,"name":"GatewayVoiceStateUpdateData"}},{"id":2479,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1641,"character":1}],"type":{"type":"reference","id":2124,"name":"VoiceStateUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[2480,2479]}],"sources":[{"fileName":"gateway/v8.ts","line":1640,"character":17}]},{"id":2481,"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":2483,"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":2482,"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":2485,"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":2484,"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":[2483,2482,2485,2484]}],"sources":[{"fileName":"gateway/v8.ts","line":1649,"character":17}]},{"id":2439,"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":2441,"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":2440,"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":[2441,2440]}],"sources":[{"fileName":"gateway/v8.ts","line":1457,"character":17}]},{"id":3624,"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":3625,"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":3620,"name":"ModalSubmitComponent"}}},{"id":3626,"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":2944,"name":"ActionRow"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3625,3626]}],"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":22,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":2948,"typeArguments":[{"type":"reference","id":3008,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"},{"type":"literal","value":"components"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":3620,"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":3622,"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":3621,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":14,"character":1}],"type":{"type":"reference","id":2943,"name":"ComponentType"}},{"id":3623,"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":[3622,3621,3623]}],"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":13,"character":17}]},{"id":4759,"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":4764,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/user.ts","line":73,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3200,"name":"GuildFeature"}}},{"id":4762,"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":4760,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/user.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4761,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/user.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4763,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/user.ts","line":72,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4765,"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":[4764,4762,4760,4761,4763,4765]}],"sources":[{"fileName":"rest/v8/user.ts","line":68,"character":17}]},{"id":4215,"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":4217,"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":2559,"name":"AuditLogEvent"}},{"id":4218,"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":4219,"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":4216,"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":[4217,4218,4219,4216]}],"sources":[{"fileName":"rest/v8/auditLog.ts","line":8,"character":17}]},{"id":4274,"name":"RESTGetAPIChannelMessageReactionUsersQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":4275,"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":4276,"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":[4275,4276]}],"sources":[{"fileName":"rest/v8/channel.ts","line":293,"character":17}]},{"id":4243,"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":4246,"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":4244,"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":4245,"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":4247,"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":[4246,4244,4245,4247]}],"sources":[{"fileName":"rest/v8/channel.ts","line":134,"character":17}]},{"id":4755,"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":4757,"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":4756,"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":4758,"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":[4757,4756,4758]}],"sources":[{"fileName":"rest/v8/user.ts","line":48,"character":17}]},{"id":4419,"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":4421,"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":4420,"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":[4421,4420]}],"sources":[{"fileName":"rest/v8/guild.ts","line":365,"character":17}]},{"id":4423,"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":4425,"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":4424,"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":[4425,4424]}],"sources":[{"fileName":"rest/v8/guild.ts","line":390,"character":17}]},{"id":4489,"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":4490,"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":4491,"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":[4490,4491]}],"sources":[{"fileName":"rest/v8/guild.ts","line":722,"character":17}]},{"id":4492,"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":4493,"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":[4493]}],"sources":[{"fileName":"rest/v8/guild.ts","line":744,"character":17}]},{"id":4380,"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":4381,"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":[4381]}],"sources":[{"fileName":"rest/v8/guild.ts","line":168,"character":17}]},{"id":4550,"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":4551,"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":[4551]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":82,"character":17}]},{"id":4558,"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":4562,"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":4561,"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":4559,"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":4560,"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":[4562,4561,4559,4560]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":123,"character":17}]},{"id":4535,"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":4536,"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":[4536]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":16,"character":17}]},{"id":4509,"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":4510,"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":4511,"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":[4510,4511]}],"sources":[{"fileName":"rest/v8/guild.ts","line":831,"character":17}]},{"id":4512,"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":4513,"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":3305,"name":"GuildWidgetStyle"}}],"groups":[{"title":"Properties","kind":1024,"children":[4513]}],"sources":[{"fileName":"rest/v8/guild.ts","line":840,"character":17}]},{"id":4615,"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":4618,"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":4616,"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":4617,"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":[4618,4616,4617]}],"sources":[{"fileName":"rest/v8/invite.ts","line":8,"character":17}]},{"id":4622,"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":4623,"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":2506,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":4625,"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":4624,"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":3712,"name":"OAuth2Scopes"}}},{"id":4626,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[4623,4625,4624,4626]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":14,"character":17}]},{"id":4714,"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":4715,"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":3786,"name":"APIStickerPack"}}}],"groups":[{"title":"Properties","kind":1024,"children":[4715]}],"sources":[{"fileName":"rest/v8/sticker.ts","line":12,"character":17}]},{"id":4673,"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":4674,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":166,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4678,"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":4677,"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":4676,"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":4680,"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":4679,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":181,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4675,"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":3713,"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":[4674,4678,4677,4676,4680,4679,4675]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":165,"character":17}]},{"id":4681,"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":4682,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":189,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4684,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4685,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4683,"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":[4682,4684,4685,4683]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":188,"character":17}]},{"id":4627,"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":4629,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4633,"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":4631,"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":4628,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":38,"character":1}],"type":{"type":"literal","value":"code"}},{"id":4630,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4632,"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":[4629,4633,4631,4628,4630,4632]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":37,"character":17}]},{"id":4634,"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":4635,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":51,"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":52,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4635,4636]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":50,"character":17}]},{"id":4667,"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":4668,"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":4672,"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":4671,"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":4670,"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":4669,"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":3713,"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":[4668,4672,4671,4670,4669]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":132,"character":17}]},{"id":4655,"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":4657,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":101,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4661,"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":4659,"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":4656,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":100,"character":1}],"type":{"type":"literal","value":"token"}},{"id":4658,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":102,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4660,"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":[4657,4661,4659,4656,4658,4660]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":99,"character":17}]},{"id":4314,"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":4315,"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":[4315]}],"sources":[{"fileName":"rest/v8/channel.ts","line":524,"character":17}]},{"id":4294,"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":4295,"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":[4295]}],"sources":[{"fileName":"rest/v8/channel.ts","line":406,"character":17}]},{"id":4570,"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":4574,"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":4572,"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":4573,"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","typeArguments":[{"type":"reference","id":3437,"name":"APIApplicationCommandOption"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.options"}},{"id":4571,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/interactions.ts","line":50,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":3414,"name":"User"},{"type":"reference","id":3415,"name":"Message"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4574,4572,4573,4571]}],"sources":[{"fileName":"rest/v8/interactions.ts","line":49,"character":17}],"extendedTypes":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"}]},{"id":4768,"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":4769,"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":[4769]}],"sources":[{"fileName":"rest/v8/user.ts","line":93,"character":17}]},{"id":4499,"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":4500,"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":[4500]}],"sources":[{"fileName":"rest/v8/guild.ts","line":775,"character":17}]},{"id":4718,"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":4720,"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":4722,"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":4719,"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":4721,"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":[4720,4722,4719,4721]}],"sources":[{"fileName":"rest/v8/sticker.ts","line":29,"character":17}]},{"id":4701,"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":4702,"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":4704,"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":3757,"name":"StageInstancePrivacyLevel"}},{"id":4703,"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":[4702,4704,4703]}],"sources":[{"fileName":"rest/v8/stageInstance.ts","line":9,"character":17}]},{"id":4806,"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":4808,"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":4807,"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":[4808,4807]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":180,"character":17}]},{"id":4643,"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":4644,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":72,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4646,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":74,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4647,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4648,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":76,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4645,"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":[4644,4646,4647,4648,4645]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":71,"character":17}]},{"id":4637,"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":4638,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4639,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4641,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4640,"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":4642,"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":[4638,4639,4641,4640,4642]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":59,"character":17}]},{"id":4686,"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":4687,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":200,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4689,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":202,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4692,"name":"guild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":205,"character":1}],"type":{"type":"reference","id":3117,"name":"APIGuild"}},{"id":4690,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":203,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4691,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":204,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4688,"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":[4687,4689,4692,4690,4691,4688]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":199,"character":17}]},{"id":4693,"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":4694,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":213,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4696,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":215,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4697,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":216,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4698,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":217,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4695,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":214,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4699,"name":"webhook","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":218,"character":1}],"type":{"type":"reference","id":3906,"name":"APIWebhook"}}],"groups":[{"title":"Properties","kind":1024,"children":[4694,4696,4697,4698,4695,4699]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":212,"character":17}]},{"id":4663,"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":4664,"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":4665,"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":[4664,4665]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":118,"character":17}]},{"id":4649,"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":4650,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":84,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4651,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":85,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4652,"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":4653,"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":[4650,4651,4652,4653]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":83,"character":17}]},{"id":4610,"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":4611,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/interactions.ts","line":260,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3558,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[4611]}],"sources":[{"fileName":"rest/v8/interactions.ts","line":259,"character":17}]},{"id":4297,"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":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"}]}},{"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"}]}},{"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":2861,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[4298,4299,4300]}],"sources":[{"fileName":"rest/v8/channel.ts","line":423,"character":17}],"extendedBy":[{"type":"reference","id":4221,"name":"APIChannelPatchOverwrite"},{"type":"reference","id":4343,"name":"APIGuildCreateOverwrite"}]},{"id":3006,"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":3007,"name":"APIMessageActionRowComponent"},{"type":"reference","id":3008,"name":"APIModalActionRowComponent"}]}},{"id":3455,"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":3493,"name":"ApplicationCommandOptionType.Attachment"}],"name":"APIApplicationCommandOptionBase"}},{"id":3566,"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":3603,"typeArguments":[{"type":"reference","id":3565,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3567,"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":3605,"typeArguments":[{"type":"reference","id":3565,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3565,"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":3587,"typeArguments":[{"type":"reference","id":3638,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","id":3440,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3587,"typeArguments":[{"type":"reference","id":3638,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3440,"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":3436,"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":3498,"name":"APIApplicationCommandStringOption"},{"type":"reference","id":3466,"name":"APIApplicationCommandIntegerOption"},{"type":"reference","id":3457,"name":"APIApplicationCommandBooleanOption"},{"type":"reference","id":3524,"name":"APIApplicationCommandUserOption"},{"type":"reference","id":3459,"name":"APIApplicationCommandChannelOption"},{"type":"reference","id":3480,"name":"APIApplicationCommandRoleOption"},{"type":"reference","id":3472,"name":"APIApplicationCommandMentionableOption"},{"type":"reference","id":3474,"name":"APIApplicationCommandNumberOption"},{"type":"reference","id":3455,"name":"APIApplicationCommandAttachmentOption"}]}},{"id":3457,"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":3487,"name":"ApplicationCommandOptionType.Boolean"}],"name":"APIApplicationCommandOptionBase"}},{"id":3434,"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":3453,"name":"APIChatInputApplicationCommandDMInteraction"},{"type":"reference","id":3551,"name":"APIContextMenuDMInteraction"}]}},{"id":3435,"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":3454,"name":"APIChatInputApplicationCommandGuildInteraction"},{"type":"reference","id":3552,"name":"APIContextMenuGuildInteraction"}]}},{"id":3466,"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":3494,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":3433,"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":3452,"name":"APIChatInputApplicationCommandInteraction"},{"type":"reference","id":3550,"name":"APIContextMenuInteraction"}]}},{"id":3416,"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":3440,"name":"APIChatInputApplicationCommandInteractionData"},{"type":"reference","id":3543,"name":"APIContextMenuInteractionData"}]}},{"id":3456,"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":3493,"name":"ApplicationCommandOptionType.Attachment"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3439,"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":3499,"name":"APIApplicationCommandInteractionDataStringOption"},{"type":"reference","id":3467,"name":"APIApplicationCommandInteractionDataIntegerOption"},{"type":"reference","id":3458,"name":"APIApplicationCommandInteractionDataBooleanOption"},{"type":"reference","id":3525,"name":"APIApplicationCommandInteractionDataUserOption"},{"type":"reference","id":3465,"name":"APIApplicationCommandInteractionDataChannelOption"},{"type":"reference","id":3481,"name":"APIApplicationCommandInteractionDataRoleOption"},{"type":"reference","id":3473,"name":"APIApplicationCommandInteractionDataMentionableOption"},{"type":"reference","id":3475,"name":"APIApplicationCommandInteractionDataNumberOption"},{"type":"reference","id":3456,"name":"APIApplicationCommandInteractionDataAttachmentOption"}]}},{"id":3458,"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":3487,"name":"ApplicationCommandOptionType.Boolean"},{"type":"intrinsic","name":"boolean"}],"name":"APIInteractionDataOptionBase"}},{"id":3465,"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":3489,"name":"ApplicationCommandOptionType.Channel"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3473,"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":3491,"name":"ApplicationCommandOptionType.Mentionable"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3438,"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":3510,"name":"APIApplicationCommandInteractionDataSubcommandOption"},{"type":"reference","id":3520,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption"},{"type":"reference","id":3439,"name":"APIApplicationCommandInteractionDataBasicOption"}]}},{"id":3481,"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":3490,"name":"ApplicationCommandOptionType.Role"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3525,"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":3488,"name":"ApplicationCommandOptionType.User"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3431,"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":3432,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":3416,"name":"APIApplicationCommandInteractionData"}}],"type":{"type":"intersection","types":[{"type":"reference","id":3587,"typeArguments":[{"type":"reference","id":3636,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":3432,"name":"Data"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3587,"typeArguments":[{"type":"reference","id":3636,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":3432,"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":3472,"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":3491,"name":"ApplicationCommandOptionType.Mentionable"}],"name":"APIApplicationCommandOptionBase"}},{"id":3474,"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":3494,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":3437,"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":3504,"name":"APIApplicationCommandSubcommandOption"},{"type":"reference","id":3514,"name":"APIApplicationCommandSubcommandGroupOption"},{"type":"reference","id":3436,"name":"APIApplicationCommandBasicOption"}]}},{"id":3480,"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":3490,"name":"ApplicationCommandOptionType.Role"}],"name":"APIApplicationCommandOptionBase"}},{"id":3498,"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":3485,"name":"ApplicationCommandOptionType.String"}],"name":"APIApplicationCommandOptionBase"},{"type":"reference","id":3494,"typeArguments":[{"type":"intrinsic","name":"string"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":3524,"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":3488,"name":"ApplicationCommandOptionType.User"}],"name":"APIApplicationCommandOptionBase"}},{"id":2616,"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":2617,"name":"APIAuditLogChangeKeyName"},{"type":"reference","id":2618,"name":"APIAuditLogChangeKeyDescription"},{"type":"reference","id":2619,"name":"APIAuditLogChangeKeyIconHash"},{"type":"reference","id":2620,"name":"APIAuditLogChangeKeySplashHash"},{"type":"reference","id":2621,"name":"APIAuditLogChangeKeyDiscoverySplashHash"},{"type":"reference","id":2622,"name":"APIAuditLogChangeKeyBannerHash"},{"type":"reference","id":2623,"name":"APIAuditLogChangeKeyOwnerId"},{"type":"reference","id":2624,"name":"APIAuditLogChangeKeyRegion"},{"type":"reference","id":2625,"name":"APIAuditLogChangeKeyPreferredLocale"},{"type":"reference","id":2626,"name":"APIAuditLogChangeKeyAFKChannelId"},{"type":"reference","id":2627,"name":"APIAuditLogChangeKeyAFKTimeout"},{"type":"reference","id":2628,"name":"APIAuditLogChangeKeyRulesChannelId"},{"type":"reference","id":2629,"name":"APIAuditLogChangeKeyPublicUpdatesChannelId"},{"type":"reference","id":2630,"name":"APIAuditLogChangeKeyMFALevel"},{"type":"reference","id":2631,"name":"APIAuditLogChangeKeyVerificationLevel"},{"type":"reference","id":2632,"name":"APIAuditLogChangeKeyExplicitContentFilter"},{"type":"reference","id":2633,"name":"APIAuditLogChangeKeyDefaultMessageNotifications"},{"type":"reference","id":2634,"name":"APIAuditLogChangeKeyVanityURLCode"},{"type":"reference","id":2635,"name":"APIAuditLogChangeKey$Add"},{"type":"reference","id":2636,"name":"APIAuditLogChangeKey$Remove"},{"type":"reference","id":2637,"name":"APIAuditLogChangeKeyPruneDeleteDays"},{"type":"reference","id":2638,"name":"APIAuditLogChangeKeyWidgetEnabled"},{"type":"reference","id":2639,"name":"APIAuditLogChangeKeyWidgetChannelId"},{"type":"reference","id":2640,"name":"APIAuditLogChangeKeySystemChannelId"},{"type":"reference","id":2641,"name":"APIAuditLogChangeKeyPosition"},{"type":"reference","id":2642,"name":"APIAuditLogChangeKeyTopic"},{"type":"reference","id":2643,"name":"APIAuditLogChangeKeyBitrate"},{"type":"reference","id":2644,"name":"APIAuditLogChangeKeyPermissionOverwrites"},{"type":"reference","id":2645,"name":"APIAuditLogChangeKeyNSFW"},{"type":"reference","id":2646,"name":"APIAuditLogChangeKeyApplicationId"},{"type":"reference","id":2647,"name":"APIAuditLogChangeKeyRateLimitPerUser"},{"type":"reference","id":2648,"name":"APIAuditLogChangeKeyPermissions"},{"type":"reference","id":2649,"name":"APIAuditLogChangeKeyColor"},{"type":"reference","id":2650,"name":"APIAuditLogChangeKeyHoist"},{"type":"reference","id":2651,"name":"APIAuditLogChangeKeyMentionable"},{"type":"reference","id":2652,"name":"APIAuditLogChangeKeyAllow"},{"type":"reference","id":2653,"name":"APIAuditLogChangeKeyDeny"},{"type":"reference","id":2654,"name":"APIAuditLogChangeKeyCode"},{"type":"reference","id":2655,"name":"APIAuditLogChangeKeyChannelId"},{"type":"reference","id":2656,"name":"APIAuditLogChangeKeyInviterId"},{"type":"reference","id":2657,"name":"APIAuditLogChangeKeyMaxUses"},{"type":"reference","id":2658,"name":"APIAuditLogChangeKeyUses"},{"type":"reference","id":2659,"name":"APIAuditLogChangeKeyMaxAge"},{"type":"reference","id":2660,"name":"APIAuditLogChangeKeyTemporary"},{"type":"reference","id":2661,"name":"APIAuditLogChangeKeyDeaf"},{"type":"reference","id":2662,"name":"APIAuditLogChangeKeyMute"},{"type":"reference","id":2663,"name":"APIAuditLogChangeKeyNick"},{"type":"reference","id":2664,"name":"APIAuditLogChangeKeyAvatarHash"},{"type":"reference","id":2665,"name":"APIAuditLogChangeKeyId"},{"type":"reference","id":2666,"name":"APIAuditLogChangeKeyType"},{"type":"reference","id":2667,"name":"APIAuditLogChangeKeyEnableEmoticons"},{"type":"reference","id":2668,"name":"APIAuditLogChangeKeyExpireBehavior"},{"type":"reference","id":2669,"name":"APIAuditLogChangeKeyExpireGracePeriod"},{"type":"reference","id":2670,"name":"APIAuditLogChangeKeyUserLimit"},{"type":"reference","id":2671,"name":"APIAuditLogChangeKeyPrivacyLevel"},{"type":"reference","id":2672,"name":"APIAuditLogChangeKeyTags"},{"type":"reference","id":2673,"name":"APIAuditLogChangeKeyFormatType"},{"type":"reference","id":2674,"name":"APIAuditLogChangeKeyAsset"},{"type":"reference","id":2675,"name":"APIAuditLogChangeKeyAvailable"},{"type":"reference","id":2676,"name":"APIAuditLogChangeKeyGuildId"},{"type":"reference","id":2677,"name":"APIAuditLogChangeKeyEntityType"},{"type":"reference","id":2678,"name":"APIAuditLogChangeKeyStatus"},{"type":"reference","id":2679,"name":"APIAuditLogChangeKeyLocation"},{"type":"reference","id":2680,"name":"APIAuditLogChangeKeyCommunicationDisabledUntil"}]}},{"id":2635,"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":3734,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":2636,"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":3734,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":2626,"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":2627,"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":2652,"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":2646,"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":2674,"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":2675,"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":2664,"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":2622,"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":2643,"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":2655,"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":2654,"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":2649,"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":2680,"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":2661,"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":2633,"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":3169,"name":"GuildDefaultMessageNotifications"}],"name":"AuditLogChangeData"}},{"id":2653,"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":2618,"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":2621,"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":2667,"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":2677,"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":3384,"name":"GuildScheduledEventEntityType"}],"name":"AuditLogChangeData"}},{"id":2668,"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":3268,"name":"IntegrationExpireBehavior"}],"name":"AuditLogChangeData"}},{"id":2669,"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":2632,"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":3172,"name":"GuildExplicitContentFilter"}],"name":"AuditLogChangeData"}},{"id":2673,"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":3781,"name":"StickerFormatType"}],"name":"AuditLogChangeData"}},{"id":2676,"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":2650,"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":2619,"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":2665,"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":2656,"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":2679,"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":2630,"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":3176,"name":"GuildMFALevel"}],"name":"AuditLogChangeData"}},{"id":2659,"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":2657,"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":2651,"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":2662,"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":2645,"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":2617,"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":2663,"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":2623,"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":2644,"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":2856,"name":"APIOverwrite"}}],"name":"AuditLogChangeData"}},{"id":2648,"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":2641,"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":2625,"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":2671,"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":3757,"name":"StageInstancePrivacyLevel"}],"name":"AuditLogChangeData"}},{"id":2637,"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":2629,"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":2647,"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":2624,"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":2628,"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":2620,"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":2678,"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":3388,"name":"GuildScheduledEventStatus"}],"name":"AuditLogChangeData"}},{"id":2640,"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":2672,"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":2660,"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":2642,"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":2666,"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":2670,"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":2658,"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":2634,"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":2631,"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":3184,"name":"GuildVerificationLevel"}],"name":"AuditLogChangeData"}},{"id":2639,"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":2638,"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":2970,"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":2956,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":2963,"name":"APIButtonComponentWithURL"}]}},{"id":2761,"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":2752,"name":"APIGroupDMChannel"},{"type":"reference","id":2751,"name":"APIDMChannel"},{"type":"reference","id":2722,"name":"APITextChannel"},{"type":"reference","id":2735,"name":"APINewsChannel"},{"type":"reference","id":2737,"name":"APIGuildStoreChannel"},{"type":"reference","id":2738,"name":"APIVoiceChannel"},{"type":"reference","id":2736,"name":"APIGuildCategoryChannel"},{"type":"reference","id":2735,"name":"APINewsChannel"}]}},{"id":3453,"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":3603,"typeArguments":[{"type":"reference","id":3452,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3454,"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":3605,"typeArguments":[{"type":"reference","id":3452,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3452,"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":3431,"typeArguments":[{"type":"reference","id":3440,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":3551,"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":3545,"name":"APIUserApplicationCommandDMInteraction"},{"type":"reference","id":3548,"name":"APIMessageApplicationCommandDMInteraction"}]}},{"id":3552,"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":3546,"name":"APIUserApplicationCommandGuildInteraction"},{"type":"reference","id":3549,"name":"APIMessageApplicationCommandGuildInteraction"}]}},{"id":3550,"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":3544,"name":"APIUserApplicationCommandInteraction"},{"type":"reference","id":3547,"name":"APIMessageApplicationCommandInteraction"}]}},{"id":3543,"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":3526,"name":"APIUserApplicationCommandInteractionData"},{"type":"reference","id":3535,"name":"APIMessageApplicationCommandInteractionData"}]}},{"id":2751,"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":2764,"name":"ChannelType.DM"}],"name":"APIDMChannelBase"}},{"id":3400,"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":3434,"name":"APIApplicationCommandDMInteraction"},{"type":"reference","id":3618,"name":"APIMessageComponentDMInteraction"},{"type":"reference","id":3566,"name":"APIApplicationCommandAutocompleteDMInteraction"},{"type":"reference","id":3631,"name":"APIModalSubmitDMInteraction"}]}},{"id":3603,"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":3604,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":3587,"typeArguments":[{"type":"reference","id":3634,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":3604,"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":3604,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":2736,"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":2698,"typeArguments":[{"type":"reference","id":2767,"name":"ChannelType.GuildCategory"}],"name":"APIGuildChannel"}},{"id":4348,"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":2761,"name":"APIChannel"},{"type":"union","types":[{"type":"reference","id":2751,"name":"APIDMChannel"},{"type":"reference","id":2752,"name":"APIGroupDMChannel"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":4349,"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":4348,"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":4350,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4352,"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":4351,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/guild.ts","line":56,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":4353,"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":4354,"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":4343,"name":"APIGuildCreateOverwrite"}}}],"groups":[{"title":"Properties","kind":1024,"children":[4352,4351,4353,4354]}],"sources":[{"fileName":"rest/v8/guild.ts","line":55,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":3401,"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":3435,"name":"APIApplicationCommandGuildInteraction"},{"type":"reference","id":3619,"name":"APIMessageComponentGuildInteraction"},{"type":"reference","id":3567,"name":"APIApplicationCommandAutocompleteGuildInteraction"},{"type":"reference","id":3632,"name":"APIModalSubmitGuildInteraction"}]}},{"id":3267,"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":3605,"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":3606,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":3587,"typeArguments":[{"type":"reference","id":3634,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":3606,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3606,"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":3381,"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":3330,"name":"APIStageInstanceGuildScheduledEvent"},{"type":"reference","id":3347,"name":"APIVoiceGuildScheduledEvent"},{"type":"reference","id":3364,"name":"APIExternalGuildScheduledEvent"}]}},{"id":2737,"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":2698,"typeArguments":[{"type":"reference","id":2769,"name":"ChannelType.GuildStore"}],"name":"APIGuildChannel"}},{"id":3399,"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":3633,"name":"APIPingInteraction"},{"type":"reference","id":3433,"name":"APIApplicationCommandInteraction"},{"type":"reference","id":3607,"name":"APIMessageComponentInteraction"},{"type":"reference","id":3565,"name":"APIApplicationCommandAutocompleteInteraction"},{"type":"reference","id":3630,"name":"APIModalSubmitInteraction"}]}},{"id":3640,"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":3641,"name":"APIInteractionResponsePong"},{"type":"reference","id":3649,"name":"APIInteractionResponseChannelMessageWithSource"},{"type":"reference","id":3652,"name":"APIInteractionResponseDeferredChannelMessageWithSource"},{"type":"reference","id":3655,"name":"APIInteractionResponseDeferredMessageUpdate"},{"type":"reference","id":3657,"name":"APIInteractionResponseUpdateMessage"},{"type":"reference","id":3643,"name":"APIApplicationCommandAutocompleteResponse"},{"type":"reference","id":3646,"name":"APIModalInteractionResponse"}]}},{"id":3668,"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":4792,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"union","types":[{"type":"literal","value":"username"},{"type":"literal","value":"avatar_url"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reflection","declaration":{"id":3669,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":3670,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":127,"character":6}],"type":{"type":"reference","id":2841,"name":"MessageFlags"}}],"groups":[{"title":"Properties","kind":1024,"children":[3670]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":127,"character":4}]}}]}},{"id":3677,"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":3117,"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":3007,"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":2970,"name":"APIButtonComponent"},{"type":"reference","id":2980,"name":"APISelectMenuComponent"}]}},{"id":3548,"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":3603,"typeArguments":[{"type":"reference","id":3547,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3549,"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":3605,"typeArguments":[{"type":"reference","id":3547,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3547,"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":3431,"typeArguments":[{"type":"reference","id":3535,"name":"APIMessageApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":3613,"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":3609,"typeArguments":[{"type":"reference","id":2945,"name":"ComponentType.Button"}],"name":"APIMessageComponentBaseInteractionData"}},{"id":3004,"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":3007,"name":"APIMessageActionRowComponent"},{"type":"reference","id":2948,"typeArguments":[{"type":"reference","id":3007,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":3618,"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":3603,"typeArguments":[{"type":"reference","id":3607,"name":"APIMessageComponentInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3619,"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":3605,"typeArguments":[{"type":"reference","id":3607,"name":"APIMessageComponentInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3607,"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":3587,"typeArguments":[{"type":"reference","id":3637,"name":"InteractionType.MessageComponent"},{"type":"reference","id":3608,"name":"APIMessageComponentInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3587,"typeArguments":[{"type":"reference","id":3637,"name":"InteractionType.MessageComponent"},{"type":"reference","id":3608,"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":3608,"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":3613,"name":"APIMessageButtonInteractionData"},{"type":"reference","id":3614,"name":"APIMessageSelectMenuInteractionData"}]}},{"id":4250,"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":2832,"name":"APIMessageReference"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":2832,"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":4251,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4252,"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":[4252]}],"sources":[{"fileName":"rest/v8/channel.ts","line":173,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":3008,"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":2994,"name":"APITextInputComponent"}},{"id":3005,"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":3008,"name":"APIModalActionRowComponent"},{"type":"reference","id":2948,"typeArguments":[{"type":"reference","id":3008,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":3631,"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":3603,"typeArguments":[{"type":"reference","id":3630,"name":"APIModalSubmitInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3632,"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":3605,"typeArguments":[{"type":"reference","id":3630,"name":"APIModalSubmitInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3630,"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":3587,"typeArguments":[{"type":"reference","id":3639,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":3627,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3587,"typeArguments":[{"type":"reference","id":3639,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":3627,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"literal","value":"data"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":2735,"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":2709,"typeArguments":[{"type":"reference","id":2768,"name":"ChannelType.GuildNews"}],"name":"APIGuildTextChannel"}},{"id":3633,"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":3587,"typeArguments":[{"type":"reference","id":3635,"name":"InteractionType.Ping"},{"type":"intrinsic","name":"never"}],"name":"APIBaseInteraction"},{"type":"literal","value":"locale"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":3785,"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":3765,"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":3545,"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":3603,"typeArguments":[{"type":"reference","id":3544,"name":"APIUserApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3546,"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":3605,"typeArguments":[{"type":"reference","id":3544,"name":"APIUserApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3544,"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":3431,"typeArguments":[{"type":"reference","id":3526,"name":"APIUserApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":3087,"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":3083,"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":3013,"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":3013,"name":"APIEmoji"},{"type":"literal","value":"name"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":3088,"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":2494,"name":"GatewayActivityUpdateData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#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":3049,"name":"GatewayActivity"},{"type":"union","types":[{"type":"literal","value":"name"},{"type":"literal","value":"type"},{"type":"literal","value":"url"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":2255,"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":2253,"name":"GatewayChannelModifyDispatch"}},{"id":2256,"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":2254,"name":"GatewayChannelModifyDispatchData"}},{"id":2259,"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":2253,"name":"GatewayChannelModifyDispatch"}},{"id":2260,"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":2254,"name":"GatewayChannelModifyDispatchData"}},{"id":2253,"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":2164,"name":"GatewayDispatchEvents.ChannelCreate"},{"type":"reference","id":2165,"name":"GatewayDispatchEvents.ChannelDelete"},{"type":"reference","id":2167,"name":"GatewayDispatchEvents.ChannelUpdate"}]},{"type":"reference","id":2254,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":2254,"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":2761,"name":"APIChannel"}},{"id":2261,"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":2166,"name":"GatewayDispatchEvents.ChannelPinsUpdate"},{"type":"reference","id":2262,"name":"GatewayChannelPinsUpdateDispatchData"}],"name":"DataPayload"}},{"id":2257,"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":2253,"name":"GatewayChannelModifyDispatch"}},{"id":2258,"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":2254,"name":"GatewayChannelModifyDispatchData"}},{"id":2215,"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":2253,"name":"GatewayChannelModifyDispatch"},{"type":"reference","id":2261,"name":"GatewayChannelPinsUpdateDispatch"},{"type":"reference","id":2274,"name":"GatewayGuildBanModifyDispatch"},{"type":"reference","id":2272,"name":"GatewayGuildDeleteDispatch"},{"type":"reference","id":2282,"name":"GatewayGuildEmojisUpdateDispatch"},{"type":"reference","id":2290,"name":"GatewayGuildIntegrationsUpdateDispatch"},{"type":"reference","id":2293,"name":"GatewayGuildMemberAddDispatch"},{"type":"reference","id":2306,"name":"GatewayGuildMemberRemoveDispatch"},{"type":"reference","id":2314,"name":"GatewayGuildMembersChunkDispatch"},{"type":"reference","id":2310,"name":"GatewayGuildMemberUpdateDispatch"},{"type":"reference","id":2266,"name":"GatewayGuildModifyDispatch"},{"type":"reference","id":2331,"name":"GatewayGuildRoleDeleteDispatch"},{"type":"reference","id":2323,"name":"GatewayGuildRoleModifyDispatch"},{"type":"reference","id":2335,"name":"GatewayGuildScheduledEventCreateDispatch"},{"type":"reference","id":2337,"name":"GatewayGuildScheduledEventUpdateDispatch"},{"type":"reference","id":2339,"name":"GatewayGuildScheduledEventDeleteDispatch"},{"type":"reference","id":2341,"name":"GatewayGuildScheduledEventUserAddDispatch"},{"type":"reference","id":2346,"name":"GatewayGuildScheduledEventUserRemoveDispatch"},{"type":"reference","id":2286,"name":"GatewayGuildStickersUpdateDispatch"},{"type":"reference","id":2351,"name":"GatewayIntegrationCreateDispatch"},{"type":"reference","id":2359,"name":"GatewayIntegrationDeleteDispatch"},{"type":"reference","id":2355,"name":"GatewayIntegrationUpdateDispatch"},{"type":"reference","id":2364,"name":"GatewayInteractionCreateDispatch"},{"type":"reference","id":2366,"name":"GatewayInviteCreateDispatch"},{"type":"reference","id":2380,"name":"GatewayInviteDeleteDispatch"},{"type":"reference","id":2385,"name":"GatewayMessageCreateDispatch"},{"type":"reference","id":2397,"name":"GatewayMessageDeleteBulkDispatch"},{"type":"reference","id":2392,"name":"GatewayMessageDeleteDispatch"},{"type":"reference","id":2402,"name":"GatewayMessageReactionAddDispatch"},{"type":"reference","id":2406,"name":"GatewayMessageReactionRemoveAllDispatch"},{"type":"reference","id":2404,"name":"GatewayMessageReactionRemoveDispatch"},{"type":"reference","id":2408,"name":"GatewayMessageReactionRemoveEmojiDispatch"},{"type":"reference","id":2387,"name":"GatewayMessageUpdateDispatch"},{"type":"reference","id":2414,"name":"GatewayPresenceUpdateDispatch"},{"type":"reference","id":2416,"name":"GatewayStageInstanceCreateDispatch"},{"type":"reference","id":2418,"name":"GatewayStageInstanceDeleteDispatch"},{"type":"reference","id":2420,"name":"GatewayStageInstanceUpdateDispatch"},{"type":"reference","id":2244,"name":"GatewayReadyDispatch"},{"type":"reference","id":2252,"name":"GatewayResumedDispatch"},{"type":"reference","id":2422,"name":"GatewayTypingStartDispatch"},{"type":"reference","id":2429,"name":"GatewayUserUpdateDispatch"},{"type":"reference","id":2433,"name":"GatewayVoiceServerUpdateDispatch"},{"type":"reference","id":2431,"name":"GatewayVoiceStateUpdateDispatch"},{"type":"reference","id":2438,"name":"GatewayWebhooksUpdateDispatch"}]}},{"id":2278,"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":2274,"name":"GatewayGuildBanModifyDispatch"}},{"id":2279,"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":2275,"name":"GatewayGuildBanModifyDispatchData"}},{"id":2274,"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":2168,"name":"GatewayDispatchEvents.GuildBanAdd"},{"type":"reference","id":2169,"name":"GatewayDispatchEvents.GuildBanRemove"}]},{"type":"reference","id":2275,"name":"GatewayGuildBanModifyDispatchData"}],"name":"DataPayload"}},{"id":2280,"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":2274,"name":"GatewayGuildBanModifyDispatch"}},{"id":2281,"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":2275,"name":"GatewayGuildBanModifyDispatchData"}},{"id":2268,"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":2266,"name":"GatewayGuildModifyDispatch"}},{"id":2269,"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":2267,"name":"GatewayGuildModifyDispatchData"}},{"id":2272,"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":2171,"name":"GatewayDispatchEvents.GuildDelete"},{"type":"reference","id":2273,"name":"GatewayGuildDeleteDispatchData"}],"name":"DataPayload"}},{"id":2273,"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":3102,"name":"APIUnavailableGuild"}},{"id":2282,"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":2172,"name":"GatewayDispatchEvents.GuildEmojisUpdate"},{"type":"reference","id":2283,"name":"GatewayGuildEmojisUpdateDispatchData"}],"name":"DataPayload"}},{"id":2290,"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":2173,"name":"GatewayDispatchEvents.GuildIntegrationsUpdate"},{"type":"reference","id":2291,"name":"GatewayGuildIntegrationsUpdateDispatchData"}],"name":"DataPayload"}},{"id":2293,"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":2174,"name":"GatewayDispatchEvents.GuildMemberAdd"},{"type":"reference","id":2294,"name":"GatewayGuildMemberAddDispatchData"}],"name":"DataPayload"}},{"id":2306,"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":2175,"name":"GatewayDispatchEvents.GuildMemberRemove"},{"type":"reference","id":2307,"name":"GatewayGuildMemberRemoveDispatchData"}],"name":"DataPayload"}},{"id":2310,"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":2177,"name":"GatewayDispatchEvents.GuildMemberUpdate"},{"type":"reference","id":2311,"name":"GatewayGuildMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":2311,"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":3240,"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":3240,"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":3240,"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":3240,"name":"APIGuildMember"},{"type":"literal","value":"joined_at"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"name":"Nullable"},{"type":"reflection","declaration":{"id":2312,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2313,"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":[2313]}],"sources":[{"fileName":"gateway/v8.ts","line":761,"character":47}]}}]}},{"id":2314,"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":2176,"name":"GatewayDispatchEvents.GuildMembersChunk"},{"type":"reference","id":2315,"name":"GatewayGuildMembersChunkDispatchData"}],"name":"DataPayload"}},{"id":2266,"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":2170,"name":"GatewayDispatchEvents.GuildCreate"},{"type":"reference","id":2182,"name":"GatewayDispatchEvents.GuildUpdate"}]},{"type":"reference","id":2267,"name":"GatewayGuildModifyDispatchData"}],"name":"DataPayload"}},{"id":2267,"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":3117,"name":"APIGuild"}},{"id":2327,"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":2323,"name":"GatewayGuildRoleModifyDispatch"}},{"id":2328,"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":2324,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":2331,"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":2179,"name":"GatewayDispatchEvents.GuildRoleDelete"},{"type":"reference","id":2332,"name":"GatewayGuildRoleDeleteDispatchData"}],"name":"DataPayload"}},{"id":2323,"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":2178,"name":"GatewayDispatchEvents.GuildRoleCreate"},{"type":"reference","id":2180,"name":"GatewayDispatchEvents.GuildRoleUpdate"}]},{"type":"reference","id":2324,"name":"GatewayGuildRoleModifyDispatchData"}],"name":"DataPayload"}},{"id":2329,"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":2323,"name":"GatewayGuildRoleModifyDispatch"}},{"id":2330,"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":2324,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":2335,"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":2208,"name":"GatewayDispatchEvents.GuildScheduledEventCreate"},{"type":"reference","id":2336,"name":"GatewayGuildScheduledEventCreateDispatchData"}],"name":"DataPayload"}},{"id":2336,"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":3381,"name":"APIGuildScheduledEvent"}},{"id":2339,"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":2210,"name":"GatewayDispatchEvents.GuildScheduledEventDelete"},{"type":"reference","id":2340,"name":"GatewayGuildScheduledEventDeleteDispatchData"}],"name":"DataPayload"}},{"id":2340,"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":3381,"name":"APIGuildScheduledEvent"}},{"id":2337,"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":2209,"name":"GatewayDispatchEvents.GuildScheduledEventUpdate"},{"type":"reference","id":2338,"name":"GatewayGuildScheduledEventUpdateDispatchData"}],"name":"DataPayload"}},{"id":2338,"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":3381,"name":"APIGuildScheduledEvent"}},{"id":2341,"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":2211,"name":"GatewayDispatchEvents.GuildScheduledEventUserAdd"},{"type":"reference","id":2342,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":2346,"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":2212,"name":"GatewayDispatchEvents.GuildScheduledEventUserRemove"},{"type":"reference","id":2342,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":2286,"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":2181,"name":"GatewayDispatchEvents.GuildStickersUpdate"},{"type":"reference","id":2287,"name":"GatewayGuildStickersUpdateDispatchData"}],"name":"DataPayload"}},{"id":2270,"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":2266,"name":"GatewayGuildModifyDispatch"}},{"id":2271,"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":2267,"name":"GatewayGuildModifyDispatchData"}},{"id":2445,"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":2351,"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":2183,"name":"GatewayDispatchEvents.IntegrationCreate"},{"type":"reference","id":2352,"name":"GatewayIntegrationCreateDispatchData"}],"name":"DataPayload"}},{"id":2352,"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":3251,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":2353,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2354,"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":[2354]}],"sources":[{"fileName":"gateway/v8.ts","line":980,"character":73}]}}]}},{"id":2359,"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":2184,"name":"GatewayDispatchEvents.IntegrationDelete"},{"type":"reference","id":2360,"name":"GatewayIntegrationDeleteDispatchData"}],"name":"DataPayload"}},{"id":2355,"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":2185,"name":"GatewayDispatchEvents.IntegrationUpdate"},{"type":"reference","id":2356,"name":"GatewayIntegrationUpdateDispatchData"}],"name":"DataPayload"}},{"id":2356,"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":3251,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":2357,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2358,"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":[2358]}],"sources":[{"fileName":"gateway/v8.ts","line":995,"character":73}]}}]}},{"id":2364,"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":2186,"name":"GatewayDispatchEvents.InteractionCreate"},{"type":"reference","id":2365,"name":"GatewayInteractionCreateDispatchData"}],"name":"DataPayload"}},{"id":2365,"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":3399,"name":"APIInteraction"}},{"id":2238,"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":2366,"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":2187,"name":"GatewayDispatchEvents.InviteCreate"},{"type":"reference","id":2367,"name":"GatewayInviteCreateDispatchData"}],"name":"DataPayload"}},{"id":2380,"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":2188,"name":"GatewayDispatchEvents.InviteDelete"},{"type":"reference","id":2381,"name":"GatewayInviteDeleteDispatchData"}],"name":"DataPayload"}},{"id":2385,"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":2189,"name":"GatewayDispatchEvents.MessageCreate"},{"type":"reference","id":2386,"name":"GatewayMessageCreateDispatchData"}],"name":"DataPayload"}},{"id":2386,"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":2774,"name":"APIMessage"}},{"id":2397,"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":2191,"name":"GatewayDispatchEvents.MessageDeleteBulk"},{"type":"reference","id":2398,"name":"GatewayMessageDeleteBulkDispatchData"}],"name":"DataPayload"}},{"id":2392,"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":2190,"name":"GatewayDispatchEvents.MessageDelete"},{"type":"reference","id":2393,"name":"GatewayMessageDeleteDispatchData"}],"name":"DataPayload"}},{"id":2402,"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":2192,"name":"GatewayDispatchEvents.MessageReactionAdd"}],"name":"ReactionData"}},{"id":2403,"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":2402,"name":"GatewayMessageReactionAddDispatch"}}},{"id":2406,"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":2194,"name":"GatewayDispatchEvents.MessageReactionRemoveAll"},{"type":"reference","id":2407,"name":"GatewayMessageReactionRemoveAllDispatchData"}],"name":"DataPayload"}},{"id":2407,"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":2404,"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":2193,"name":"GatewayDispatchEvents.MessageReactionRemove"},{"type":"literal","value":"member"}],"name":"ReactionData"}},{"id":2405,"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":2404,"name":"GatewayMessageReactionRemoveDispatch"}}},{"id":2408,"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":2195,"name":"GatewayDispatchEvents.MessageReactionRemoveEmoji"},{"type":"reference","id":2409,"name":"GatewayMessageReactionRemoveEmojiDispatchData"}],"name":"DataPayload"}},{"id":2387,"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":2196,"name":"GatewayDispatchEvents.MessageUpdate"},{"type":"reference","id":2388,"name":"GatewayMessageUpdateDispatchData"}],"name":"DataPayload"}},{"id":2388,"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":2389,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2391,"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":2390,"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":[2391,2390]}],"sources":[{"fileName":"gateway/v8.ts","line":1170,"character":47}]}},{"type":"reference","typeArguments":[{"type":"reference","id":2774,"name":"APIMessage"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}},{"id":2414,"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":2197,"name":"GatewayDispatchEvents.PresenceUpdate"},{"type":"reference","id":2415,"name":"GatewayPresenceUpdateDispatchData"}],"name":"DataPayload"}},{"id":2415,"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":3033,"name":"RawGatewayPresenceUpdate"}},{"id":2244,"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":2201,"name":"GatewayDispatchEvents.Ready"},{"type":"reference","id":2245,"name":"GatewayReadyDispatchData"}],"name":"DataPayload"}},{"id":2214,"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":2216,"name":"GatewayHello"},{"type":"reference","id":2223,"name":"GatewayHeartbeatRequest"},{"type":"reference","id":2228,"name":"GatewayHeartbeatAck"},{"type":"reference","id":2233,"name":"GatewayInvalidSession"},{"type":"reference","id":2239,"name":"GatewayReconnect"},{"type":"reference","id":2215,"name":"GatewayDispatchPayload"}]}},{"id":2252,"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":2202,"name":"GatewayDispatchEvents.Resumed"},{"type":"intrinsic","name":"never"}],"name":"DataPayload"}},{"id":2213,"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":2442,"name":"GatewayHeartbeat"},{"type":"reference","id":2446,"name":"GatewayIdentify"},{"type":"reference","id":2486,"name":"GatewayUpdatePresence"},{"type":"reference","id":2478,"name":"GatewayVoiceStateUpdate"},{"type":"reference","id":2461,"name":"GatewayResume"},{"type":"reference","id":2468,"name":"GatewayRequestGuildMembers"}]}},{"id":2416,"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":2198,"name":"GatewayDispatchEvents.StageInstanceCreate"},{"type":"reference","id":2417,"name":"GatewayStageInstanceCreateDispatchData"}],"name":"DataPayload"}},{"id":2417,"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":3750,"name":"APIStageInstance"}},{"id":2418,"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":2199,"name":"GatewayDispatchEvents.StageInstanceDelete"},{"type":"reference","id":2419,"name":"GatewayStageInstanceDeleteDispatchData"}],"name":"DataPayload"}},{"id":2419,"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":3750,"name":"APIStageInstance"}},{"id":2420,"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":2200,"name":"GatewayDispatchEvents.StageInstanceUpdate"},{"type":"reference","id":2421,"name":"GatewayStageInstanceUpdateDispatchData"}],"name":"DataPayload"}},{"id":2421,"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":3750,"name":"APIStageInstance"}},{"id":2422,"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":2203,"name":"GatewayDispatchEvents.TypingStart"},{"type":"reference","id":2423,"name":"GatewayTypingStartDispatchData"}],"name":"DataPayload"}},{"id":2429,"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":2204,"name":"GatewayDispatchEvents.UserUpdate"},{"type":"reference","id":2430,"name":"GatewayUserUpdateDispatchData"}],"name":"DataPayload"}},{"id":2430,"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":3836,"name":"APIUser"}},{"id":2433,"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":2205,"name":"GatewayDispatchEvents.VoiceServerUpdate"},{"type":"reference","id":2434,"name":"GatewayVoiceServerUpdateDispatchData"}],"name":"DataPayload"}},{"id":2431,"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":2206,"name":"GatewayDispatchEvents.VoiceStateUpdate"},{"type":"reference","id":2432,"name":"GatewayVoiceStateUpdateDispatchData"}],"name":"DataPayload"}},{"id":2432,"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":3886,"name":"GatewayVoiceState"}},{"id":2438,"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":2207,"name":"GatewayDispatchEvents.WebhooksUpdate"},{"type":"reference","id":2439,"name":"GatewayWebhooksUpdateDispatchData"}],"name":"DataPayload"}},{"id":4772,"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":3900,"name":"APIVoiceRegion"}}},{"id":2691,"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":2690,"name":"TextChannelType"},{"type":"reference","id":2765,"name":"ChannelType.GuildVoice"},{"type":"reference","id":2770,"name":"ChannelType.GuildStageVoice"},{"type":"reference","id":2768,"name":"ChannelType.GuildNews"},{"type":"reference","id":2769,"name":"ChannelType.GuildStore"}]},{"type":"union","types":[{"type":"reference","id":2764,"name":"ChannelType.DM"},{"type":"reference","id":2766,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":2708,"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":2690,"name":"TextChannelType"},{"type":"union","types":[{"type":"reference","id":2764,"name":"ChannelType.DM"},{"type":"reference","id":2766,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":3568,"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":3240,"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":4278,"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":4272,"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":4279,"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":4293,"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":4273,"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":4313,"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":4320,"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":4326,"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":4242,"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":2761,"name":"APIChannel"}},{"id":4767,"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":4461,"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":4340,"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":4504,"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":4453,"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":4452,"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":4407,"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":4488,"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":4557,"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":4730,"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":4746,"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":3808,"name":"APITemplate"}},{"id":4607,"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":4825,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":4597,"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":4825,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":4620,"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":3678,"name":"APIInvite"}},{"id":4712,"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":4790,"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":4825,"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":4791,"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":4609,"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":3553,"name":"APIGuildApplicationCommandPermissions"}},{"id":4565,"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":3402,"name":"APIApplicationCommand"}},{"id":4564,"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":3402,"name":"APIApplicationCommand"}}},{"id":4582,"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":3402,"name":"APIApplicationCommand"}},{"id":4581,"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":3402,"name":"APIApplicationCommand"}}},{"id":4220,"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":2545,"name":"APIAuditLog"}},{"id":4302,"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":3694,"name":"APIExtendedInvite"}}},{"id":4277,"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":3836,"name":"APIUser"}}},{"id":4249,"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":2774,"name":"APIMessage"}},{"id":4248,"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":2774,"name":"APIMessage"}}},{"id":4318,"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":2774,"name":"APIMessage"}}},{"id":4226,"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":2761,"name":"APIChannel"}},{"id":4778,"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":3906,"name":"APIWebhook"}}},{"id":4771,"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":3873,"name":"APIConnection"}}},{"id":4766,"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":4759,"name":"RESTAPIPartialCurrentUserGuild"}}},{"id":4747,"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":3836,"name":"APIUser"}},{"id":4342,"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":3024,"name":"APIGatewayBotInfo"}},{"id":4341,"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":3022,"name":"APIGatewayInfo"}},{"id":4608,"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":3553,"name":"APIGuildApplicationCommandPermissions"}}},{"id":4455,"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":3281,"name":"APIBan"}},{"id":4454,"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":3281,"name":"APIBan"}}},{"id":4408,"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":2761,"name":"APIChannel"}}},{"id":4328,"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":3013,"name":"APIEmoji"}},{"id":4327,"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":3013,"name":"APIEmoji"}}},{"id":4503,"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":3251,"name":"APIGuildIntegration"}}},{"id":4502,"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":3694,"name":"APIExtendedInvite"}}},{"id":4418,"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":3240,"name":"APIGuildMember"}},{"id":4515,"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":3319,"name":"APIGuildMembershipScreening"}},{"id":4422,"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":3240,"name":"APIGuildMember"}}},{"id":4426,"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":3240,"name":"APIGuildMember"}}},{"id":4383,"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":3225,"name":"APIGuildPreview"}},{"id":4382,"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":3117,"name":"APIGuild"}},{"id":4462,"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":3734,"name":"APIRole"}}},{"id":4552,"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":3381,"name":"APIGuildScheduledEvent"}},{"id":4563,"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":3395,"name":"APIGuildScheduledEventUser"}}},{"id":4537,"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":3381,"name":"APIGuildScheduledEvent"}}},{"id":4717,"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":3765,"name":"APISticker"}},{"id":4716,"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":3765,"name":"APISticker"}}},{"id":4737,"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":3808,"name":"APITemplate"}}},{"id":4501,"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":3900,"name":"APIVoiceRegion"}}},{"id":4779,"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":3906,"name":"APIWebhook"}}},{"id":4531,"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":3311,"name":"APIGuildWelcomeScreen"}},{"id":4514,"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":4508,"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":3284,"name":"APIGuildWidget"}},{"id":4505,"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":3237,"name":"APIGuildWidgetSettings"}},{"id":4603,"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":4817,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":4593,"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":4817,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":4619,"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":3678,"name":"APIInvite"}},{"id":4621,"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":2506,"name":"APIApplication"},{"type":"literal","value":"flags"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4706,"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":3750,"name":"APIStageInstance"}},{"id":4713,"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":3765,"name":"APISticker"}},{"id":4731,"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":3808,"name":"APITemplate"}},{"id":4748,"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":3836,"name":"APIUser"}},{"id":4780,"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":3906,"name":"APIWebhook"}},{"id":4817,"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":2774,"name":"APIMessage"}},{"id":4781,"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":3906,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4749,"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":3240,"name":"APIGuildMember"}},{"id":4662,"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":4643,"name":"RESTPostOAuth2AccessTokenResult"},{"type":"literal","value":"refresh_token"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4577,"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":4575,"name":"RESTPostAPIApplicationCommandsJSONBody"}],"name":"StrictPartial"}},{"id":4578,"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":3402,"name":"APIApplicationCommand"}},{"id":4585,"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":4575,"name":"RESTPostAPIApplicationCommandsJSONBody"}],"name":"StrictPartial"}},{"id":4586,"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":3402,"name":"APIApplicationCommand"}},{"id":4227,"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":4228,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4235,"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":4229,"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":4233,"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":4238,"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":4237,"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":4221,"name":"APIChannelPatchOverwrite"}},{"type":"literal","value":null}]}},{"id":4231,"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":4234,"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":4239,"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":4232,"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":4230,"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":2768,"name":"ChannelType.GuildNews"},{"type":"reference","id":2763,"name":"ChannelType.GuildText"}]}},{"id":4236,"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":4240,"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":2771,"name":"VideoQualityMode"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4235,4229,4233,4238,4237,4231,4234,4239,4232,4230,4236,4240]}],"sources":[{"fileName":"rest/v8/channel.ts","line":39,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4289,"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":4290,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4291,"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":[4291]}],"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":4280,"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":4280,"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":4281,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4286,"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":2935,"name":"APIAllowedMentions"},{"type":"literal","value":null}]}},{"id":4287,"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":2915,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":2915,"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":4288,"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":2948,"typeArguments":[{"type":"reference","id":3007,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}},{"type":"literal","value":null}]}},{"id":4282,"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":4284,"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":2864,"name":"APIEmbed"},{"type":"literal","value":null}]}},{"id":4283,"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":2864,"name":"APIEmbed"}},{"type":"literal","value":null}]}},{"id":4285,"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":2841,"name":"MessageFlags"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4286,4287,4288,4282,4284,4283,4285]}],"sources":[{"fileName":"rest/v8/channel.ts","line":328,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4292,"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":2774,"name":"APIMessage"}},{"id":4241,"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":2761,"name":"APIChannel"}},{"id":4447,"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":4448,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4449,"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":[4449]}],"sources":[{"fileName":"rest/v8/guild.ts","line":514,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4444,"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":4445,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4446,"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":[4446]}],"sources":[{"fileName":"rest/v8/guild.ts","line":501,"character":114}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4450,"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":4444,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody"}],"name":"StrictRequired"}},{"id":4750,"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":4751,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4753,"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":4752,"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":[4753,4752]}],"sources":[{"fileName":"rest/v8/user.ts","line":27,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4754,"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":3836,"name":"APIUser"}},{"id":4411,"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":4412,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4413,"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":4415,"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":4416,"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":4414,"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":[4413,4415,4416,4414]}],"sources":[{"fileName":"rest/v8/guild.ts","line":329,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":4417,"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":4335,"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":4336,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4337,"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":4338,"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":[4337,4338]}],"sources":[{"fileName":"rest/v8/emoji.ts","line":48,"character":98}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4339,"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":3013,"name":"APIEmoji"}},{"id":4384,"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":4385,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4391,"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":4392,"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":4397,"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":4389,"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":3169,"name":"GuildDefaultMessageNotifications"},{"type":"literal","value":null}]}},{"id":4404,"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":4396,"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":4390,"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":3172,"name":"GuildExplicitContentFilter"},{"type":"literal","value":null}]}},{"id":4403,"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":3200,"name":"GuildFeature"}}},{"id":4393,"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":4386,"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":4394,"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":4402,"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":4405,"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":4401,"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":4387,"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":4400,"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":4395,"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":4399,"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":3195,"name":"GuildSystemChannelFlags"}},{"id":4398,"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":4388,"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":3184,"name":"GuildVerificationLevel"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4391,4392,4397,4389,4404,4396,4390,4403,4393,4386,4394,4402,4405,4401,4387,4400,4395,4399,4398,4388]}],"sources":[{"fileName":"rest/v8/guild.ts","line":193,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4435,"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":4436,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4441,"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":4442,"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":4440,"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":4439,"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":4437,"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":4438,"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":[4441,4442,4440,4439,4437,4438]}],"sources":[{"fileName":"rest/v8/guild.ts","line":452,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4443,"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":3240,"name":"APIGuildMember"}},{"id":4516,"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":4517,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4520,"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":4518,"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":4519,"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":[4520,4518,4519]}],"sources":[{"fileName":"rest/v8/guild.ts","line":864,"character":111}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4521,"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":3319,"name":"APIGuildMembershipScreening"}},{"id":4406,"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":3117,"name":"APIGuild"}},{"id":4478,"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":4479,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4482,"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":4483,"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":4484,"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":4486,"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":4480,"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":4481,"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":4485,"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":[4482,4483,4484,4486,4480,4481,4485]}],"sources":[{"fileName":"rest/v8/guild.ts","line":675,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4473,"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":4474,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4475,"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":4476,"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":[4475,4476]}],"sources":[{"fileName":"rest/v8/guild.ts","line":653,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":4477,"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":3734,"name":"APIRole"}}},{"id":4487,"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":3734,"name":"APIRole"}},{"id":4553,"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":4538,"name":"RESTPostAPIGuildScheduledEventJSONBody"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4554,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4555,"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":3388,"name":"GuildScheduledEventStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[4555]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":100,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":4556,"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":3381,"name":"APIGuildScheduledEvent"}},{"id":4724,"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":4725,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4727,"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":4726,"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":4728,"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":[4727,4726,4728]}],"sources":[{"fileName":"rest/v8/sticker.ts","line":56,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4729,"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":3765,"name":"APISticker"}},{"id":4744,"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":4738,"name":"RESTPostAPIGuildTemplatesJSONBody"}],"name":"StrictPartial"}},{"id":4745,"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":3808,"name":"APITemplate"}},{"id":4522,"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":4523,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4524,"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":4526,"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":4525,"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":[4524,4526,4525]}],"sources":[{"fileName":"rest/v8/guild.ts","line":887,"character":116}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4527,"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":4528,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4529,"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":4530,"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":[4529,4530]}],"sources":[{"fileName":"rest/v8/guild.ts","line":905,"character":107}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4532,"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":3311,"name":"APIGuildWelcomeScreen"}],"name":"StrictPartial"}],"name":"Nullable"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4533,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4534,"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":[4534]}],"sources":[{"fileName":"rest/v8/guild.ts","line":927,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":4506,"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":3237,"name":"APIGuildWidgetSettings"}],"name":"StrictPartial"}},{"id":4507,"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":3237,"name":"APIGuildWidgetSettings"}},{"id":4605,"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":4821,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":4604,"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":4818,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":4606,"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":4824,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":4595,"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":4821,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":4594,"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":4818,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":4596,"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":4824,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":4707,"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":4708,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4710,"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":3757,"name":"StageInstancePrivacyLevel"}},{"id":4709,"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":[4710,4709]}],"sources":[{"fileName":"rest/v8/stageInstance.ts","line":42,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4711,"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":3750,"name":"APIStageInstance"}},{"id":4782,"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":4783,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4785,"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":4786,"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":4784,"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":[4785,4786,4784]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":65,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4787,"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":3906,"name":"APIWebhook"}},{"id":4788,"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":4782,"name":"RESTPatchAPIWebhookJSONBody"},{"type":"literal","value":"channel_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4821,"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":4822,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4823,"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":[4823]}],"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":4818,"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":4818,"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":4792,"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":4819,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4820,"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":2915,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":2915,"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":[4820]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":262,"character":113}]}}]}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4824,"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":2774,"name":"APIMessage"}},{"id":4789,"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":4781,"name":"RESTGetAPIWebhookWithTokenResult"}},{"id":4575,"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":4566,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"reference","id":4570,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"}]}},{"id":4576,"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":3402,"name":"APIApplicationCommand"}},{"id":4583,"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":4575,"name":"RESTPostAPIApplicationCommandsJSONBody"}},{"id":4584,"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":3402,"name":"APIApplicationCommand"}},{"id":4316,"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":2849,"name":"APIFollowedChannel"}},{"id":4303,"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":4304,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4305,"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":4306,"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":4311,"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":4309,"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":3691,"name":"InviteTargetType"}},{"id":4310,"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":4307,"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":4308,"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":[4305,4306,4311,4309,4310,4307,4308]}],"sources":[{"fileName":"rest/v8/channel.ts","line":462,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4312,"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":3694,"name":"APIExtendedInvite"}},{"id":4270,"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":2774,"name":"APIMessage"}},{"id":4266,"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":4267,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4268,"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":[4268]}],"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":4253,"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":4253,"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":4254,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4260,"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":2935,"name":"APIAllowedMentions"}},{"id":4264,"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":2915,"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":2915,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":4262,"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":2948,"typeArguments":[{"type":"reference","id":3007,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":4255,"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":4259,"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":2864,"name":"APIEmbed"}},{"id":4258,"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":2864,"name":"APIEmbed"}}},{"id":4265,"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":2841,"name":"MessageFlags"}},{"id":4261,"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":4250,"name":"APIMessageReferenceSend"}},{"id":4256,"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":4263,"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":4257,"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":[4260,4264,4262,4255,4259,4258,4265,4261,4256,4263,4257]}],"sources":[{"fileName":"rest/v8/channel.ts","line":186,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4269,"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":2774,"name":"APIMessage"}},{"id":4296,"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":4317,"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":4773,"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":4774,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4776,"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":4775,"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":[4776,4775]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":18,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4777,"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":3906,"name":"APIWebhook"}},{"id":4566,"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":4567,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4569,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/interactions.ts","line":42,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":4568,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/interactions.ts","line":41,"character":2}],"type":{"type":"reference","id":3413,"name":"ApplicationCommandType.ChatInput"}}],"groups":[{"title":"Properties","kind":1024,"children":[4569,4568]}],"sources":[{"fileName":"rest/v8/interactions.ts","line":40,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":4770,"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":2761,"name":"APIChannel"}},{"id":4409,"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":4349,"name":"APIGuildCreatePartialChannel"},{"type":"literal","value":"id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4410,"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":2761,"name":"APIChannel"}},{"id":4329,"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":4330,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4332,"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":4331,"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":4333,"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":[4332,4331,4333]}],"sources":[{"fileName":"rest/v8/emoji.ts","line":21,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4334,"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":3013,"name":"APIEmoji"}},{"id":4494,"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":4495,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4497,"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":4496,"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":4498,"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":[4497,4496,4498]}],"sources":[{"fileName":"rest/v8/guild.ts","line":752,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4463,"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":4464,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4467,"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":4468,"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":4469,"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":4471,"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":4465,"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":4466,"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":4470,"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":[4467,4468,4469,4471,4465,4466,4470]}],"sources":[{"fileName":"rest/v8/guild.ts","line":601,"character":96}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"},"extendedBy":[{"type":"reference","id":4355,"name":"APIGuildCreateRole"}]},{"id":4472,"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":3734,"name":"APIRole"}},{"id":4538,"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":4539,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4540,"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":4545,"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":4547,"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":3382,"name":"APIGuildScheduledEventEntityMetadata"}},{"id":4546,"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":3384,"name":"GuildScheduledEventEntityType"}},{"id":4548,"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":4541,"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":4542,"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":3393,"name":"GuildScheduledEventPrivacyLevel"}},{"id":4544,"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":4543,"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":[4540,4545,4547,4546,4548,4541,4542,4544,4543]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":33,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4549,"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":3381,"name":"APIGuildScheduledEvent"}},{"id":4723,"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":3765,"name":"APISticker"}},{"id":4738,"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":4739,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4741,"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":4740,"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":[4741,4740]}],"sources":[{"fileName":"rest/v8/template.ts","line":43,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4742,"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":3808,"name":"APITemplate"}},{"id":4364,"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":4365,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4374,"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":4375,"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":4373,"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":4349,"name":"APIGuildCreatePartialChannel"}}},{"id":4370,"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":3169,"name":"GuildDefaultMessageNotifications"}},{"id":4371,"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":3172,"name":"GuildExplicitContentFilter"}},{"id":4368,"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":4366,"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":4378,"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":4367,"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":4372,"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":4355,"name":"APIGuildCreateRole"}}},{"id":4377,"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":3195,"name":"GuildSystemChannelFlags"}},{"id":4376,"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":4369,"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":3184,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[4374,4375,4373,4370,4371,4368,4366,4378,4367,4372,4377,4376,4369]}],"sources":[{"fileName":"rest/v8/guild.ts","line":73,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4379,"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":3117,"name":"APIGuild"}},{"id":4590,"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":4591,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4592,"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":[4592]}],"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":4589,"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":4589,"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":3640,"name":"APIInteractionResponse"}},{"id":4599,"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":4600,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4601,"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":[4601]}],"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":4598,"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":4598,"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":3668,"name":"APIInteractionResponseCallbackData"}},{"id":4602,"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":4810,"name":"RESTPostAPIWebhookWithTokenWaitResult"}},{"id":4705,"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":3750,"name":"APIStageInstance"}},{"id":4732,"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":4733,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4735,"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":4734,"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":[4735,4734]}],"sources":[{"fileName":"rest/v8/template.ts","line":14,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4736,"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":3117,"name":"APIGuild"}},{"id":4803,"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":4804,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4805,"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":[4805]}],"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":4792,"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":4814,"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":4806,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":4815,"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":4816,"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":2774,"name":"APIMessage"}},{"id":4792,"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":4793,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4799,"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":2935,"name":"APIAllowedMentions"}},{"id":4801,"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":2915,"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":2915,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":4796,"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":4800,"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":2948,"typeArguments":[{"type":"reference","id":3007,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":4794,"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":4798,"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":2864,"name":"APIEmbed"}}},{"id":4802,"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":2841,"name":"MessageFlags"}},{"id":4797,"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":4795,"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":[4799,4801,4796,4800,4794,4798,4802,4797,4795]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":116,"character":103}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4809,"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":4811,"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":4806,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":4812,"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":4813,"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":2774,"name":"APIMessage"}},{"id":4810,"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":2774,"name":"APIMessage"}},{"id":4700,"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":4686,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult"},{"type":"reference","id":4693,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult"}]}},{"id":4666,"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":4662,"name":"RESTOAuth2ImplicitAuthorizationURLFragmentResult"}},{"id":4654,"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":4643,"name":"RESTPostOAuth2AccessTokenResult"}},{"id":4612,"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":3553,"name":"APIGuildApplicationCommandPermissions"}},{"id":4579,"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":4575,"name":"RESTPostAPIApplicationCommandsJSONBody"}}},{"id":4580,"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":3402,"name":"APIApplicationCommand"}}},{"id":4587,"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":4575,"name":"RESTPostAPIApplicationCommandsJSONBody"}}},{"id":4588,"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":3402,"name":"APIApplicationCommand"}}},{"id":4271,"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":4301,"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":4319,"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":4321,"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":4322,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4323,"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":4324,"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":[4323,4324]}],"sources":[{"fileName":"rest/v8/channel.ts","line":565,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4325,"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":4613,"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":3553,"name":"APIGuildApplicationCommandPermissions"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"permissions"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}}},{"id":4614,"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":3553,"name":"APIGuildApplicationCommandPermissions"}}},{"id":4456,"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":4457,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4458,"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":4459,"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":[4458,4459]}],"sources":[{"fileName":"rest/v8/guild.ts","line":566,"character":94}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4460,"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":4427,"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":4428,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4429,"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":4433,"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":4432,"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":4430,"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":4431,"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":[4429,4433,4432,4430,4431]}],"sources":[{"fileName":"rest/v8/guild.ts","line":412,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4434,"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":3240,"name":"APIGuildMember"},{"type":"intrinsic","name":"never"}]}},{"id":4451,"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":4743,"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":3808,"name":"APITemplate"}},{"id":2690,"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":2764,"name":"ChannelType.DM"},{"type":"reference","id":2766,"name":"ChannelType.GroupDM"},{"type":"reference","id":2768,"name":"ChannelType.GuildNews"},{"type":"reference","id":2763,"name":"ChannelType.GuildText"}]}},{"id":3923,"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":2118,"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":4207,"name":"OAuth2Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v8/index.ts","line":793,"character":13}],"type":{"type":"reflection","declaration":{"id":4208,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4209,"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":4211,"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":4210,"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":[4209,4211,4210]}]}},"defaultValue":"..."},{"id":4199,"name":"RouteBases","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v8/index.ts","line":781,"character":13}],"type":{"type":"reflection","declaration":{"id":4200,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4201,"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":4202,"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":4205,"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":4203,"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":4206,"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":4204,"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":[4201,4202,4205,4203,4206,4204]}]}},"defaultValue":"..."},{"id":3924,"name":"Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v8/index.ts","line":23,"character":13}],"type":{"type":"reflection","declaration":{"id":3925,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4135,"name":"applicationCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":623,"character":1}],"signatures":[{"id":4136,"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":4137,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4138,"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":4163,"name":"applicationCommandPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":687,"character":1}],"signatures":[{"id":4164,"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":4165,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4166,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4167,"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":4132,"name":"applicationCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":613,"character":1}],"signatures":[{"id":4133,"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":4134,"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":4143,"name":"applicationGuildCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":643,"character":1}],"signatures":[{"id":4144,"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":4145,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4146,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4147,"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":4139,"name":"applicationGuildCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":633,"character":1}],"signatures":[{"id":4140,"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":4141,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4142,"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":3929,"name":"channel","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":38,"character":1}],"signatures":[{"id":3930,"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":3931,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3963,"name":"channelBulkDelete","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":113,"character":1}],"signatures":[{"id":3964,"name":"channelBulkDelete","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/bulk-delete`"},"parameters":[{"id":3965,"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":3973,"name":"channelFollowers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":139,"character":1}],"signatures":[{"id":3974,"name":"channelFollowers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/followers`"},"parameters":[{"id":3975,"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":3970,"name":"channelInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":131,"character":1}],"signatures":[{"id":3971,"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":3972,"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":3935,"name":"channelMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":57,"character":1}],"signatures":[{"id":3936,"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":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"},"/messages/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3959,"name":"channelMessageAllReactions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":105,"character":1}],"signatures":[{"id":3960,"name":"channelMessageAllReactions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions`"},"parameters":[{"id":3961,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3962,"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":3939,"name":"channelMessageCrosspost","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":65,"character":1}],"signatures":[{"id":3940,"name":"channelMessageCrosspost","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/{message.id}/crosspost`"},"parameters":[{"id":3941,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3942,"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":3943,"name":"channelMessageOwnReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":76,"character":1}],"signatures":[{"id":3944,"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":3945,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3946,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3947,"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":3954,"name":"channelMessageReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":97,"character":1}],"signatures":[{"id":3955,"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":3956,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3957,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3958,"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":3948,"name":"channelMessageUserReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":86,"character":1}],"signatures":[{"id":3949,"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":3950,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3951,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3952,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3953,"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":3932,"name":"channelMessages","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":47,"character":1}],"signatures":[{"id":3933,"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":3934,"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":3966,"name":"channelPermission","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":122,"character":1}],"signatures":[{"id":3967,"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":3968,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3969,"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":3982,"name":"channelPin","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":164,"character":1}],"signatures":[{"id":3983,"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":3984,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3985,"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":3979,"name":"channelPins","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":155,"character":1}],"signatures":[{"id":3980,"name":"channelPins","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/pins`"},"parameters":[{"id":3981,"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":3986,"name":"channelRecipient","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":173,"character":1}],"signatures":[{"id":3987,"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":3988,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3989,"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":3976,"name":"channelTyping","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":147,"character":1}],"signatures":[{"id":3977,"name":"channelTyping","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/typing`"},"parameters":[{"id":3978,"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":4098,"name":"channelWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":491,"character":1}],"signatures":[{"id":4099,"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":4100,"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":4118,"name":"gateway","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":555,"character":1}],"signatures":[{"id":4119,"name":"gateway","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway`"},"type":{"type":"literal","value":"/gateway"}}]},{"id":4120,"name":"gatewayBot","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":563,"character":1}],"signatures":[{"id":4121,"name":"gatewayBot","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway/bot`"},"type":{"type":"literal","value":"/gateway/bot"}}]},{"id":3999,"name":"guild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":210,"character":1}],"signatures":[{"id":4000,"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":4001,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4159,"name":"guildApplicationCommandsPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":678,"character":1}],"signatures":[{"id":4160,"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":4161,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4162,"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":3926,"name":"guildAuditLog","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":28,"character":1}],"signatures":[{"id":3927,"name":"guildAuditLog","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/audit-logs`"},"parameters":[{"id":3928,"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":4029,"name":"guildBan","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":292,"character":1}],"signatures":[{"id":4030,"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":4031,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4032,"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":4026,"name":"guildBans","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":282,"character":1}],"signatures":[{"id":4027,"name":"guildBans","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans`"},"parameters":[{"id":4028,"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":4005,"name":"guildChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":228,"character":1}],"signatures":[{"id":4006,"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":4007,"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":4018,"name":"guildCurrentMemberNickname","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":265,"character":1}],"signatures":[{"id":4019,"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":4020,"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":3993,"name":"guildEmoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":192,"character":1}],"signatures":[{"id":3994,"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":3995,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3996,"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":3990,"name":"guildEmojis","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":182,"character":1}],"signatures":[{"id":3991,"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":3992,"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":4052,"name":"guildIntegration","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":352,"character":1}],"signatures":[{"id":4053,"name":"guildIntegration","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/guilds/{guild.id}/integrations/{integration.id}`"},"parameters":[{"id":4054,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4055,"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":4049,"name":"guildIntegrations","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":344,"character":1}],"signatures":[{"id":4050,"name":"guildIntegrations","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/integrations`"},"parameters":[{"id":4051,"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":4046,"name":"guildInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":336,"character":1}],"signatures":[{"id":4047,"name":"guildInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/invites`"},"parameters":[{"id":4048,"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":4008,"name":"guildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":240,"character":1}],"signatures":[{"id":4009,"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":4010,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4011,"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":4021,"name":"guildMemberRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":274,"character":1}],"signatures":[{"id":4022,"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":4023,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4024,"name":"memberId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4025,"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":4152,"name":"guildMemberVerification","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":660,"character":1}],"signatures":[{"id":4153,"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":4154,"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":4012,"name":"guildMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":248,"character":1}],"signatures":[{"id":4013,"name":"guildMembers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members`"},"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"},"/members"]]}}]},{"id":4015,"name":"guildMembersSearch","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":256,"character":1}],"signatures":[{"id":4016,"name":"guildMembersSearch","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/search`"},"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"},"/members/search"]]}}]},{"id":4002,"name":"guildPreview","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":218,"character":1}],"signatures":[{"id":4003,"name":"guildPreview","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/preview`"},"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"},"/preview"]]}}]},{"id":4040,"name":"guildPrune","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":320,"character":1}],"signatures":[{"id":4041,"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":4042,"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":4036,"name":"guildRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":311,"character":1}],"signatures":[{"id":4037,"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":4038,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4039,"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":4033,"name":"guildRoles","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":302,"character":1}],"signatures":[{"id":4034,"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":4035,"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":4191,"name":"guildScheduledEvent","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":768,"character":1}],"signatures":[{"id":4192,"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":4193,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4194,"name":"guildScheduledEventId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":4195,"name":"guildScheduledEventUsers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":776,"character":1}],"signatures":[{"id":4196,"name":"guildScheduledEventUsers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}/users`"},"parameters":[{"id":4197,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4198,"name":"guildScheduledEventId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":4188,"name":"guildScheduledEvents","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":758,"character":1}],"signatures":[{"id":4189,"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":4190,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":4184,"name":"guildSticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":749,"character":1}],"signatures":[{"id":4185,"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":4186,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4187,"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":4181,"name":"guildStickers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":739,"character":1}],"signatures":[{"id":4182,"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":4183,"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":4077,"name":"guildTemplate","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":422,"character":1}],"signatures":[{"id":4078,"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":4079,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4080,"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":4074,"name":"guildTemplates","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":412,"character":1}],"signatures":[{"id":4075,"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":4076,"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":4062,"name":"guildVanityUrl","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":377,"character":1}],"signatures":[{"id":4063,"name":"guildVanityUrl","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/vanity-url`"},"parameters":[{"id":4064,"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":4043,"name":"guildVoiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":328,"character":1}],"signatures":[{"id":4044,"name":"guildVoiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/regions`"},"parameters":[{"id":4045,"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":4155,"name":"guildVoiceState","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":669,"character":1}],"signatures":[{"id":4156,"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":4157,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4158,"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":4101,"name":"guildWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":499,"character":1}],"signatures":[{"id":4102,"name":"guildWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/webhooks`"},"parameters":[{"id":4103,"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":4168,"name":"guildWelcomeScreen","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":696,"character":1}],"signatures":[{"id":4169,"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":4170,"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":4065,"name":"guildWidgetImage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":385,"character":1}],"signatures":[{"id":4066,"name":"guildWidgetImage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.png`"},"parameters":[{"id":4067,"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":4059,"name":"guildWidgetJSON","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":369,"character":1}],"signatures":[{"id":4060,"name":"guildWidgetJSON","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.json`"},"parameters":[{"id":4061,"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":4056,"name":"guildWidgetSettings","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":361,"character":1}],"signatures":[{"id":4057,"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":4058,"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":3997,"name":"guilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":200,"character":1}],"signatures":[{"id":3998,"name":"guilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds`"},"type":{"type":"literal","value":"/guilds"}}]},{"id":4148,"name":"interactionCallback","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":651,"character":1}],"signatures":[{"id":4149,"name":"interactionCallback","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/interactions/{interaction.id}/{interaction.token}/callback`"},"parameters":[{"id":4150,"name":"interactionId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4151,"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":4068,"name":"invite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":394,"character":1}],"signatures":[{"id":4069,"name":"invite","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/invites/{invite.code}`\n- DELETE `/invites/{invite.code}`"},"parameters":[{"id":4070,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/invites/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4179,"name":"nitroStickerPacks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":730,"character":1}],"signatures":[{"id":4180,"name":"nitroStickerPacks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/sticker-packs`"},"type":{"type":"literal","value":"/sticker-packs"}}]},{"id":4126,"name":"oauth2Authorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":587,"character":1}],"signatures":[{"id":4127,"name":"oauth2Authorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/authorize`"},"type":{"type":"literal","value":"/oauth2/authorize"}}]},{"id":4122,"name":"oauth2CurrentApplication","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":571,"character":1}],"signatures":[{"id":4123,"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":4124,"name":"oauth2CurrentAuthorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":579,"character":1}],"signatures":[{"id":4125,"name":"oauth2CurrentAuthorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/@me`"},"type":{"type":"literal","value":"/oauth2/@me"}}]},{"id":4128,"name":"oauth2TokenExchange","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":595,"character":1}],"signatures":[{"id":4129,"name":"oauth2TokenExchange","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/oauth2/token`"},"type":{"type":"literal","value":"/oauth2/token"}}]},{"id":4130,"name":"oauth2TokenRevocation","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":603,"character":1}],"signatures":[{"id":4131,"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":4173,"name":"stageInstance","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":714,"character":1}],"signatures":[{"id":4174,"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":4175,"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":4171,"name":"stageInstances","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":704,"character":1}],"signatures":[{"id":4172,"name":"stageInstances","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/stage-instances`"},"type":{"type":"literal","value":"/stage-instances"}}]},{"id":4176,"name":"sticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":722,"character":1}],"signatures":[{"id":4177,"name":"sticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stickers/{sticker.id}`"},"parameters":[{"id":4178,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4071,"name":"template","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":403,"character":1}],"signatures":[{"id":4072,"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":4073,"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":4081,"name":"user","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":434,"character":1}],"signatures":[{"id":4082,"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":4083,"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":4092,"name":"userChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":466,"character":1}],"signatures":[{"id":4093,"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":4094,"name":"userConnections","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":474,"character":1}],"signatures":[{"id":4095,"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":4089,"name":"userGuild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":458,"character":1}],"signatures":[{"id":4090,"name":"userGuild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/users/@me/guilds/{guild.id}`"},"parameters":[{"id":4091,"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":4086,"name":"userGuildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":450,"character":1}],"signatures":[{"id":4087,"name":"userGuildMember","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds/{guild.id}/member`"},"parameters":[{"id":4088,"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":4084,"name":"userGuilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":442,"character":1}],"signatures":[{"id":4085,"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":4096,"name":"voiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":482,"character":1}],"signatures":[{"id":4097,"name":"voiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/voice/regions`"},"type":{"type":"literal","value":"/voice/regions"}}]},{"id":4104,"name":"webhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":515,"character":1}],"signatures":[{"id":4105,"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":4106,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4107,"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":4108,"name":"webhookMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":538,"character":1}],"signatures":[{"id":4109,"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":4110,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4111,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4112,"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":4113,"name":"webhookPlatform","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":547,"character":1}],"signatures":[{"id":4114,"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":4115,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4116,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4117,"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":[4135,4163,4132,4143,4139,3929,3963,3973,3970,3935,3959,3939,3943,3954,3948,3932,3966,3982,3979,3986,3976,4098,4118,4120,3999,4159,3926,4029,4026,4005,4018,3993,3990,4052,4049,4046,4008,4021,4152,4012,4015,4002,4040,4036,4033,4191,4195,4188,4184,4181,4077,4074,4062,4043,4155,4101,4168,4065,4059,4056,3997,4148,4068,4179,4126,4122,4124,4128,4130,4173,4171,4176,4071,4081,4092,4094,4089,4086,4084,4096,4104,4108,4113]}]}},"defaultValue":"..."}],"groups":[{"title":"References","kind":16777216,"children":[2498,2495,4213,4214,2500,2499,2501,2504,2502,2503,4212,2505,4827,4826,2496,2117]},{"title":"Enumerations","kind":8,"children":[3089,3069,3073,2931,3482,3562,3412,2531,2559,2613,2971,2762,2943,3883,2878,2131,2163,2146,2119,3169,3172,3200,3176,3179,3190,3384,3393,3388,3195,3184,3305,3268,3660,3634,3691,3328,2836,2841,2807,3712,2861,3039,3757,3781,3778,3805,2977,3852,3869,2771,3919]},{"title":"Interfaces","kind":256,"children":[2948,2935,2506,3402,3643,3459,3467,3475,3499,3520,3510,3494,3558,3514,3504,2528,2915,2545,2551,2604,3281,2940,3587,2956,2963,2685,2926,4221,3440,3446,3671,3873,2864,2902,2911,2907,2894,2899,2885,2890,3013,3694,3364,2849,3024,3022,3028,2752,3117,3553,2698,4343,4355,3251,3274,3240,3319,3323,3225,3382,3395,2709,3311,3314,3284,3291,3295,3237,3271,3417,3422,3575,3649,3652,3655,3641,3657,3678,3760,2774,2829,3535,3541,3609,2952,3569,2832,3614,3646,3673,3627,2856,2681,3009,3105,2852,3734,3746,2980,2988,3750,3330,3765,3786,3794,3800,3808,3820,2692,2722,2994,3102,3836,3526,3532,2738,3347,3900,3906,3049,3099,3084,3080,2262,2275,2283,2291,2294,2307,2315,2332,2324,2342,2347,2287,2442,2228,2223,2216,2221,2446,2449,2457,2360,2233,2367,2381,2398,2393,2409,3045,3033,2489,2245,2239,2468,2471,2461,2464,2423,2486,2434,3886,2478,2481,2439,3624,3620,4759,4215,4274,4243,4755,4419,4423,4489,4492,4380,4550,4558,4535,4509,4512,4615,4622,4714,4673,4681,4627,4634,4667,4655,4314,4294,4570,4768,4499,4718,4701,4806,4643,4637,4686,4693,4663,4649,4610,4297]},{"title":"Type Aliases","kind":4194304,"children":[3006,3455,3566,3567,3565,3436,3457,3434,3435,3466,3433,3416,3456,3439,3458,3465,3473,3438,3481,3525,3431,3472,3474,3437,3480,3498,3524,2616,2635,2636,2626,2627,2652,2646,2674,2675,2664,2622,2643,2655,2654,2649,2680,2661,2633,2653,2618,2621,2667,2677,2668,2669,2632,2673,2676,2650,2619,2665,2656,2679,2630,2659,2657,2651,2662,2645,2617,2663,2623,2644,2648,2641,2625,2671,2637,2629,2647,2624,2628,2620,2678,2640,2672,2660,2642,2666,2670,2658,2634,2631,2639,2638,2970,2761,3453,3454,3452,3551,3552,3550,3543,2751,3400,3603,2736,4348,4349,3401,3267,3605,3381,2737,3399,3640,3668,3677,3007,3548,3549,3547,3613,3004,3618,3619,3607,3608,4250,3008,3005,3631,3632,3630,2735,3633,3785,3545,3546,3544,3087,3083,3088,2494,2255,2256,2259,2260,2253,2254,2261,2257,2258,2215,2278,2279,2274,2280,2281,2268,2269,2272,2273,2282,2290,2293,2306,2310,2311,2314,2266,2267,2327,2328,2331,2323,2329,2330,2335,2336,2339,2340,2337,2338,2341,2346,2286,2270,2271,2445,2351,2352,2359,2355,2356,2364,2365,2238,2366,2380,2385,2386,2397,2392,2402,2403,2406,2407,2404,2405,2408,2387,2388,2414,2415,2244,2214,2252,2213,2416,2417,2418,2419,2420,2421,2422,2429,2430,2433,2431,2432,2438,4772,2691,2708,3568,4278,4272,4279,4293,4273,4313,4320,4326,4242,4767,4461,4340,4504,4453,4452,4407,4488,4557,4730,4746,4607,4597,4620,4712,4790,4825,4791,4609,4565,4564,4582,4581,4220,4302,4277,4249,4248,4318,4226,4778,4771,4766,4747,4342,4341,4608,4455,4454,4408,4328,4327,4503,4502,4418,4515,4422,4426,4383,4382,4462,4552,4563,4537,4717,4716,4737,4501,4779,4531,4514,4508,4505,4603,4593,4619,4621,4706,4713,4731,4748,4780,4817,4781,4749,4662,4577,4578,4585,4586,4227,4289,4280,4292,4241,4447,4444,4450,4750,4754,4411,4417,4335,4339,4384,4435,4443,4516,4521,4406,4478,4473,4477,4487,4553,4556,4724,4729,4744,4745,4522,4527,4532,4506,4507,4605,4604,4606,4595,4594,4596,4707,4711,4782,4787,4788,4821,4818,4824,4789,4575,4576,4583,4584,4316,4303,4312,4270,4266,4253,4269,4296,4317,4773,4777,4566,4770,4409,4410,4329,4334,4494,4463,4472,4538,4549,4723,4738,4742,4364,4379,4590,4589,4599,4598,4602,4705,4732,4736,4803,4814,4815,4816,4792,4809,4811,4812,4813,4810,4700,4666,4654,4612,4579,4580,4587,4588,4271,4301,4319,4321,4325,4613,4614,4456,4460,4427,4434,4451,4743,2690]},{"title":"Variables","kind":32,"children":[3923,2118,4207,4199,3924]}],"sources":[{"fileName":"v8.ts","line":1,"character":0}]},{"id":327,"name":"v9","kind":2,"kindString":"Module","flags":{},"children":[{"id":5352,"name":"FormattingPatterns","kind":16777216,"kindString":"Reference","flags":{},"target":4},{"id":5349,"name":"GatewayURLQuery","kind":16777216,"kindString":"Reference","flags":{},"target":19},{"id":7540,"name":"Locale","kind":16777216,"kindString":"Reference","flags":{},"target":268},{"id":7541,"name":"LocaleString","kind":16777216,"kindString":"Reference","flags":{},"target":299},{"id":5354,"name":"LocalizationMap","kind":16777216,"kindString":"Reference","flags":{},"target":67},{"id":5353,"name":"PermissionFlagsBits","kind":16777216,"kindString":"Reference","flags":{},"target":24},{"id":5355,"name":"RESTError","kind":16777216,"kindString":"Reference","flags":{},"target":68},{"id":5358,"name":"RESTErrorData","kind":16777216,"kindString":"Reference","flags":{},"target":77},{"id":5356,"name":"RESTErrorFieldInformation","kind":16777216,"kindString":"Reference","flags":{},"target":72},{"id":5357,"name":"RESTErrorGroupWrapper","kind":16777216,"kindString":"Reference","flags":{},"target":75},{"id":7539,"name":"RESTJSONErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":86},{"id":5359,"name":"RESTRateLimit","kind":16777216,"kindString":"Reference","flags":{},"target":81},{"id":8229,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":318},{"id":8228,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":301},{"id":5350,"name":"Snowflake","kind":16777216,"kindString":"Reference","flags":{},"target":2},{"id":4828,"name":"Utils","kind":16777216,"kindString":"Reference","flags":{},"sources":[{"fileName":"v9.ts","line":6,"character":12}],"target":385},{"id":6157,"name":"ActivityFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-flags"},"children":[{"id":6166,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":318,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":6158,"name":"Instance","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":310,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6159,"name":"Join","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":311,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6161,"name":"JoinRequest","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":313,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":6164,"name":"PartyPrivacyFriends","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":316,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":6165,"name":"PartyPrivacyVoiceChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":317,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":6163,"name":"Play","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":315,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":6160,"name":"Spectate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":312,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":6162,"name":"Sync","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":314,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6166,6158,6159,6161,6164,6165,6163,6160,6162]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":309,"character":12}]},{"id":6132,"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":6137,"name":"Android","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":225,"character":1}],"type":{"type":"literal","value":"android"},"defaultValue":"\"android\""},{"id":6133,"name":"Desktop","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":221,"character":1}],"type":{"type":"literal","value":"desktop"},"defaultValue":"\"desktop\""},{"id":6138,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":226,"character":1}],"type":{"type":"literal","value":"embedded"},"defaultValue":"\"embedded\""},{"id":6136,"name":"IOS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":224,"character":1}],"type":{"type":"literal","value":"ios"},"defaultValue":"\"ios\""},{"id":6139,"name":"PS4","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":227,"character":1}],"type":{"type":"literal","value":"ps4"},"defaultValue":"\"ps4\""},{"id":6140,"name":"PS5","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":228,"character":1}],"type":{"type":"literal","value":"ps5"},"defaultValue":"\"ps5\""},{"id":6135,"name":"Samsung","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":223,"character":1}],"type":{"type":"literal","value":"samsung"},"defaultValue":"\"samsung\""},{"id":6134,"name":"Xbox","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":222,"character":1}],"type":{"type":"literal","value":"xbox"},"defaultValue":"\"xbox\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6137,6133,6138,6136,6139,6140,6135,6134]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":220,"character":12}]},{"id":6141,"name":"ActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-types"},"children":[{"id":6147,"name":"Competing","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Competing in {name}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":258,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":6146,"name":"Custom","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"{emoji} {details}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":254,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":6144,"name":"Listening","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Listening to {name}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":246,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6142,"name":"Playing","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Playing {game}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":238,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6143,"name":"Streaming","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Streaming {details}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":242,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6145,"name":"Watching","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Watching {details}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":250,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6147,6146,6144,6142,6143,6145]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":234,"character":12}]},{"id":5959,"name":"AllowedMentionsTypes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types"},"children":[{"id":5960,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls @everyone and @here mentions"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1255,"character":1}],"type":{"type":"literal","value":"everyone"},"defaultValue":"\"everyone\""},{"id":5961,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls role mentions"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1259,"character":1}],"type":{"type":"literal","value":"roles"},"defaultValue":"\"roles\""},{"id":5962,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls user mentions"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1263,"character":1}],"type":{"type":"literal","value":"users"},"defaultValue":"\"users\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5960,5961,5962]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1251,"character":12}]},{"id":6569,"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":6580,"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":6574,"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":6576,"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":6573,"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":6578,"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":6579,"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":6577,"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":6572,"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":6570,"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":6571,"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":6575,"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":[6580,6574,6576,6573,6578,6579,6577,6572,6570,6571,6575]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":6,"character":12}]},{"id":6653,"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":6656,"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":6654,"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":6655,"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":[6656,6654,6655]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":46,"character":12}]},{"id":6494,"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":6495,"name":"ChatInput","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":96,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6497,"name":"Message","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":98,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6496,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":97,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6495,6497,6496]}],"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":95,"character":12}]},{"id":5385,"name":"ApplicationFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/application#application-object-application-flags"},"children":[{"id":5399,"name":"ApplicationCommandBadge","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":132,"character":1}],"type":{"type":"literal","value":8388608},"defaultValue":"8388608"},{"id":5395,"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":5398,"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":5386,"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":5392,"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":5393,"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":5396,"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":5397,"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":5390,"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":5391,"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":5388,"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":5387,"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":5389,"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":5394,"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":[5399,5395,5398,5386,5392,5393,5396,5397,5390,5391,5388,5387,5389,5394]}],"sources":[{"fileName":"payloads/v9/application.ts","line":118,"character":12}]},{"id":5417,"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":5465,"name":"ApplicationCommandPermissionUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":195,"character":1}],"type":{"type":"literal","value":121},"defaultValue":"121"},{"id":5469,"name":"AutoModerationBlockMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":200,"character":1}],"type":{"type":"literal","value":143},"defaultValue":"143"},{"id":5470,"name":"AutoModerationFlagToChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":201,"character":1}],"type":{"type":"literal","value":144},"defaultValue":"144"},{"id":5466,"name":"AutoModerationRuleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":197,"character":1}],"type":{"type":"literal","value":140},"defaultValue":"140"},{"id":5468,"name":"AutoModerationRuleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":199,"character":1}],"type":{"type":"literal","value":142},"defaultValue":"142"},{"id":5467,"name":"AutoModerationRuleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":198,"character":1}],"type":{"type":"literal","value":141},"defaultValue":"141"},{"id":5471,"name":"AutoModerationUserCommunicationDisabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":202,"character":1}],"type":{"type":"literal","value":145},"defaultValue":"145"},{"id":5433,"name":"BotAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":153,"character":1}],"type":{"type":"literal","value":28},"defaultValue":"28"},{"id":5419,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":138,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":5421,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":140,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":5422,"name":"ChannelOverwriteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":141,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":5424,"name":"ChannelOverwriteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":143,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":5423,"name":"ChannelOverwriteUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":142,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":5420,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":139,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":5443,"name":"EmojiCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":167,"character":1}],"type":{"type":"literal","value":60},"defaultValue":"60"},{"id":5445,"name":"EmojiDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":169,"character":1}],"type":{"type":"literal","value":62},"defaultValue":"62"},{"id":5444,"name":"EmojiUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":168,"character":1}],"type":{"type":"literal","value":61},"defaultValue":"61"},{"id":5459,"name":"GuildScheduledEventCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":187,"character":1}],"type":{"type":"literal","value":100},"defaultValue":"100"},{"id":5461,"name":"GuildScheduledEventDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":189,"character":1}],"type":{"type":"literal","value":102},"defaultValue":"102"},{"id":5460,"name":"GuildScheduledEventUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":188,"character":1}],"type":{"type":"literal","value":101},"defaultValue":"101"},{"id":5418,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":136,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5450,"name":"IntegrationCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":176,"character":1}],"type":{"type":"literal","value":80},"defaultValue":"80"},{"id":5452,"name":"IntegrationDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":178,"character":1}],"type":{"type":"literal","value":82},"defaultValue":"82"},{"id":5451,"name":"IntegrationUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":177,"character":1}],"type":{"type":"literal","value":81},"defaultValue":"81"},{"id":5437,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":159,"character":1}],"type":{"type":"literal","value":40},"defaultValue":"40"},{"id":5439,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":161,"character":1}],"type":{"type":"literal","value":42},"defaultValue":"42"},{"id":5438,"name":"InviteUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":160,"character":1}],"type":{"type":"literal","value":41},"defaultValue":"41"},{"id":5427,"name":"MemberBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":147,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":5428,"name":"MemberBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":148,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":5432,"name":"MemberDisconnect","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":152,"character":1}],"type":{"type":"literal","value":27},"defaultValue":"27"},{"id":5425,"name":"MemberKick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":145,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":5431,"name":"MemberMove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":151,"character":1}],"type":{"type":"literal","value":26},"defaultValue":"26"},{"id":5426,"name":"MemberPrune","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":146,"character":1}],"type":{"type":"literal","value":21},"defaultValue":"21"},{"id":5430,"name":"MemberRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":150,"character":1}],"type":{"type":"literal","value":25},"defaultValue":"25"},{"id":5429,"name":"MemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":149,"character":1}],"type":{"type":"literal","value":24},"defaultValue":"24"},{"id":5447,"name":"MessageBulkDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":172,"character":1}],"type":{"type":"literal","value":73},"defaultValue":"73"},{"id":5446,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":171,"character":1}],"type":{"type":"literal","value":72},"defaultValue":"72"},{"id":5448,"name":"MessagePin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":173,"character":1}],"type":{"type":"literal","value":74},"defaultValue":"74"},{"id":5449,"name":"MessageUnpin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":174,"character":1}],"type":{"type":"literal","value":75},"defaultValue":"75"},{"id":5434,"name":"RoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":155,"character":1}],"type":{"type":"literal","value":30},"defaultValue":"30"},{"id":5436,"name":"RoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":157,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":5435,"name":"RoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":156,"character":1}],"type":{"type":"literal","value":31},"defaultValue":"31"},{"id":5453,"name":"StageInstanceCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":179,"character":1}],"type":{"type":"literal","value":83},"defaultValue":"83"},{"id":5455,"name":"StageInstanceDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":181,"character":1}],"type":{"type":"literal","value":85},"defaultValue":"85"},{"id":5454,"name":"StageInstanceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":180,"character":1}],"type":{"type":"literal","value":84},"defaultValue":"84"},{"id":5456,"name":"StickerCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":183,"character":1}],"type":{"type":"literal","value":90},"defaultValue":"90"},{"id":5458,"name":"StickerDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":185,"character":1}],"type":{"type":"literal","value":92},"defaultValue":"92"},{"id":5457,"name":"StickerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":184,"character":1}],"type":{"type":"literal","value":91},"defaultValue":"91"},{"id":5462,"name":"ThreadCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":191,"character":1}],"type":{"type":"literal","value":110},"defaultValue":"110"},{"id":5464,"name":"ThreadDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":193,"character":1}],"type":{"type":"literal","value":112},"defaultValue":"112"},{"id":5463,"name":"ThreadUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":192,"character":1}],"type":{"type":"literal","value":111},"defaultValue":"111"},{"id":5440,"name":"WebhookCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":163,"character":1}],"type":{"type":"literal","value":50},"defaultValue":"50"},{"id":5442,"name":"WebhookDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":165,"character":1}],"type":{"type":"literal","value":52},"defaultValue":"52"},{"id":5441,"name":"WebhookUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":164,"character":1}],"type":{"type":"literal","value":51},"defaultValue":"51"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5465,5469,5470,5466,5468,5467,5471,5433,5419,5421,5422,5424,5423,5420,5443,5445,5444,5459,5461,5460,5418,5450,5452,5451,5437,5439,5438,5427,5428,5432,5425,5431,5426,5430,5429,5447,5446,5448,5449,5434,5436,5435,5453,5455,5454,5456,5458,5457,5462,5464,5463,5440,5442,5441]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":135,"character":12}]},{"id":5483,"name":"AuditLogOptionsType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":5485,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":316,"character":1}],"type":{"type":"literal","value":"1"},"defaultValue":"\"1\""},{"id":5484,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":315,"character":1}],"type":{"type":"literal","value":"0"},"defaultValue":"\"0\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5485,5484]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":314,"character":12}]},{"id":5596,"name":"AutoModerationActionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-action-object-action-types"},"children":[{"id":5597,"name":"BlockMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Blocks the content of a message according to the rule"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":166,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5598,"name":"SendAlertMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Logs user content to a specified channel"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":170,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5599,"name":"Timeout","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Timeout user for specified duration, this action type can be set if the bot has `MODERATE_MEMBERS` permission"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":174,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5597,5598,5599]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":162,"character":12}]},{"id":5591,"name":"AutoModerationRuleEventType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-event-types"},"children":[{"id":5592,"name":"MessageSend","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"When a member sends or edits a message in the guild"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":140,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5592]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":136,"character":12}]},{"id":5587,"name":"AutoModerationRuleKeywordPresetType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-keyword-preset-types"},"children":[{"id":5588,"name":"Profanity","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Words that may be considered forms of swearing or cursing"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":122,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5589,"name":"SexualContent","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Words that refer to sexually explicit behavior or activity"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":126,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5590,"name":"Slurs","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Personal insults or words that may be considered hate speech"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":130,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5588,5589,5590]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":118,"character":12}]},{"id":5577,"name":"AutoModerationRuleTriggerType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-trigger-types"},"children":[{"id":5578,"name":"Keyword","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content contains words from a user defined list of keywords (Maximum of 3 per guild)"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":64,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5580,"name":"KeywordPreset","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content contains words from internal pre-defined wordsets (Maximum of 1 per guild)"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":72,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5581,"name":"MentionSpam","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content contains more mentions than allowed (Maximum of 1 per guild)"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":76,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5579,"name":"Spam","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content represents generic spam (Maximum of 1 per guild)"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":68,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5578,5580,5581,5579]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":60,"character":12}]},{"id":6011,"name":"ButtonStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#button-object-button-styles"},"children":[{"id":6015,"name":"Danger","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1423,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":6016,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1424,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":6012,"name":"Primary","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1420,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6013,"name":"Secondary","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1421,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6014,"name":"Success","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1422,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6015,6016,6012,6013,6014]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1419,"character":12}]},{"id":6064,"name":"ChannelFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-flags"},"children":[{"id":6065,"name":"Pinned","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This thread is pinned to the top of its parent forum channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1590,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6066,"name":"RequireTag","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Whether a tag is required to be specified when creating a thread in a forum channel.\nTags are specified in the `applied_tags` field"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1595,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6065,6066]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1586,"character":12}]},{"id":5755,"name":"ChannelType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-types"},"children":[{"id":5762,"name":"AnnouncementThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Announcement channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":363,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":5757,"name":"DM","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A direct message between users"},"sources":[{"fileName":"payloads/v9/channel.ts","line":339,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5759,"name":"GroupDM","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A direct message between multiple users"},"sources":[{"fileName":"payloads/v9/channel.ts","line":347,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":5761,"name":"GuildAnnouncement","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":359,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5760,"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":353,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5766,"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":383,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":5767,"name":"GuildForum","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A channel that can only contain threads"},"sources":[{"fileName":"payloads/v9/channel.ts","line":387,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":5768,"name":"GuildNews","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A channel that users can follow and crosspost into their own guild","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#GuildAnnouncement}\n\nSee https://support.discord.com/hc/en-us/articles/360032008192\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":397,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5769,"name":"GuildNewsThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Announcement channel","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#AnnouncementThread}\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":403,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":5771,"name":"GuildPrivateThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text channel that is only viewable by those invited and those with the Manage Threads permission","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#PrivateThread}\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":415,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":5770,"name":"GuildPublicThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text channel","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#PublicThread}\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":409,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":5765,"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":377,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":5756,"name":"GuildText","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A text channel within a guild"},"sources":[{"fileName":"payloads/v9/channel.ts","line":335,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":5758,"name":"GuildVoice","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A voice channel within a guild"},"sources":[{"fileName":"payloads/v9/channel.ts","line":343,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5764,"name":"PrivateThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text channel that is only viewable by those invited and those with the Manage Threads permission"},"sources":[{"fileName":"payloads/v9/channel.ts","line":371,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":5763,"name":"PublicThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text or Guild Forum channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":367,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5762,5757,5759,5761,5760,5766,5767,5768,5769,5771,5770,5765,5756,5758,5764,5763]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":331,"character":12}]},{"id":5971,"name":"ComponentType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#component-object-component-types"},"children":[{"id":5972,"name":"ActionRow","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Action Row component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1309,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5973,"name":"Button","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Button component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1313,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5979,"name":"ChannelSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for channels"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1337,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":5978,"name":"MentionableSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for users and roles"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1333,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":5977,"name":"RoleSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for roles"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1329,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":5980,"name":"SelectMenu","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for picking from defined text options","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ComponentType#StringSelect}\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":1346,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":5974,"name":"StringSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for picking from defined text options"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1317,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":5975,"name":"TextInput","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Text Input component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1321,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5976,"name":"UserSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for users"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1325,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5972,5973,5979,5978,5977,5980,5974,5975,5976]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1305,"character":12}]},{"id":7040,"name":"ConnectionService","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":7041,"name":"BattleNet","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":225,"character":1}],"type":{"type":"literal","value":"battlenet"},"defaultValue":"\"battlenet\""},{"id":7043,"name":"EpicGames","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":227,"character":1}],"type":{"type":"literal","value":"epicgames"},"defaultValue":"\"epicgames\""},{"id":7044,"name":"Facebook","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":228,"character":1}],"type":{"type":"literal","value":"facebook"},"defaultValue":"\"facebook\""},{"id":7045,"name":"GitHub","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":229,"character":1}],"type":{"type":"literal","value":"github"},"defaultValue":"\"github\""},{"id":7046,"name":"LeagueOfLegends","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":230,"character":1}],"type":{"type":"literal","value":"leagueoflegends"},"defaultValue":"\"leagueoflegends\""},{"id":7050,"name":"PayPal","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":234,"character":1}],"type":{"type":"literal","value":"paypal"},"defaultValue":"\"paypal\""},{"id":7047,"name":"PlayStationNetwork","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":231,"character":1}],"type":{"type":"literal","value":"playstation"},"defaultValue":"\"playstation\""},{"id":7048,"name":"Reddit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":232,"character":1}],"type":{"type":"literal","value":"reddit"},"defaultValue":"\"reddit\""},{"id":7049,"name":"RiotGames","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":233,"character":1}],"type":{"type":"literal","value":"riotgames"},"defaultValue":"\"riotgames\""},{"id":7052,"name":"Skype","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":236,"character":1}],"type":{"type":"literal","value":"skype"},"defaultValue":"\"skype\""},{"id":7051,"name":"Spotify","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":235,"character":1}],"type":{"type":"literal","value":"spotify"},"defaultValue":"\"spotify\""},{"id":7053,"name":"Steam","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":237,"character":1}],"type":{"type":"literal","value":"steam"},"defaultValue":"\"steam\""},{"id":7054,"name":"Twitch","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":238,"character":1}],"type":{"type":"literal","value":"twitch"},"defaultValue":"\"twitch\""},{"id":7055,"name":"Twitter","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":239,"character":1}],"type":{"type":"literal","value":"twitter"},"defaultValue":"\"twitter\""},{"id":7056,"name":"Xbox","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":240,"character":1}],"type":{"type":"literal","value":"xbox"},"defaultValue":"\"xbox\""},{"id":7057,"name":"YouTube","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":241,"character":1}],"type":{"type":"literal","value":"youtube"},"defaultValue":"\"youtube\""},{"id":7042,"name":"eBay","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":226,"character":1}],"type":{"type":"literal","value":"ebay"},"defaultValue":"\"ebay\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[7041,7043,7044,7045,7046,7050,7047,7048,7049,7052,7051,7053,7054,7055,7056,7057,7042]}],"sources":[{"fileName":"payloads/v9/user.ts","line":224,"character":12}]},{"id":7058,"name":"ConnectionVisibility","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":7060,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Visible to everyone"},"sources":[{"fileName":"payloads/v9/user.ts","line":252,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":7059,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible to everyone except the user themselves"},"sources":[{"fileName":"payloads/v9/user.ts","line":248,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[7060,7059]}],"sources":[{"fileName":"payloads/v9/user.ts","line":244,"character":12}]},{"id":5904,"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":5909,"name":"Article","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Article embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1017,"character":1}],"type":{"type":"literal","value":"article"},"defaultValue":"\"article\""},{"id":5911,"name":"AutoModerationMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Auto moderation alert embed","tags":[{"tag":"unstable","text":"This embed type is currently not documented by Discord, but it is returned in the auto moderation system messages.\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":1027,"character":1}],"type":{"type":"literal","value":"auto_moderation_message"},"defaultValue":"\"auto_moderation_message\""},{"id":5908,"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":1013,"character":1}],"type":{"type":"literal","value":"gifv"},"defaultValue":"\"gifv\""},{"id":5906,"name":"Image","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Image embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1005,"character":1}],"type":{"type":"literal","value":"image"},"defaultValue":"\"image\""},{"id":5910,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Link embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1021,"character":1}],"type":{"type":"literal","value":"link"},"defaultValue":"\"link\""},{"id":5905,"name":"Rich","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Generic embed rendered from embed attributes"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1001,"character":1}],"type":{"type":"literal","value":"rich"},"defaultValue":"\"rich\""},{"id":5907,"name":"Video","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Video embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1009,"character":1}],"type":{"type":"literal","value":"video"},"defaultValue":"\"video\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5909,5911,5908,5906,5910,5905,5907]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":997,"character":12}]},{"id":4842,"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":4848,"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":128,"character":1}],"type":{"type":"literal","value":4005},"defaultValue":"4005"},{"id":4847,"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-events#identify\n"},"sources":[{"fileName":"gateway/v9.ts","line":124,"character":1}],"type":{"type":"literal","value":4004},"defaultValue":"4004"},{"id":4845,"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-events\n"},"sources":[{"fileName":"gateway/v9.ts","line":112,"character":1}],"type":{"type":"literal","value":4002},"defaultValue":"4002"},{"id":4856,"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":173,"character":1}],"type":{"type":"literal","value":4014},"defaultValue":"4014"},{"id":4854,"name":"InvalidAPIVersion","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid version for the gateway"},"sources":[{"fileName":"gateway/v9.ts","line":158,"character":1}],"type":{"type":"literal","value":4012},"defaultValue":"4012"},{"id":4855,"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":164,"character":1}],"type":{"type":"literal","value":4013},"defaultValue":"4013"},{"id":4849,"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-events#resume\n"},"sources":[{"fileName":"gateway/v9.ts","line":134,"character":1}],"type":{"type":"literal","value":4007},"defaultValue":"4007"},{"id":4852,"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":148,"character":1}],"type":{"type":"literal","value":4010},"defaultValue":"4010"},{"id":4846,"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-events#identify\n"},"sources":[{"fileName":"gateway/v9.ts","line":118,"character":1}],"type":{"type":"literal","value":4003},"defaultValue":"4003"},{"id":4850,"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":138,"character":1}],"type":{"type":"literal","value":4008},"defaultValue":"4008"},{"id":4851,"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":142,"character":1}],"type":{"type":"literal","value":4009},"defaultValue":"4009"},{"id":4853,"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":154,"character":1}],"type":{"type":"literal","value":4011},"defaultValue":"4011"},{"id":4843,"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":100,"character":1}],"type":{"type":"literal","value":4000},"defaultValue":"4000"},{"id":4844,"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-events#payload-structure\n"},"sources":[{"fileName":"gateway/v9.ts","line":106,"character":1}],"type":{"type":"literal","value":4001},"defaultValue":"4001"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[4848,4847,4845,4856,4854,4855,4849,4852,4846,4850,4851,4853,4843,4844]}],"sources":[{"fileName":"gateway/v9.ts","line":96,"character":12}]},{"id":4876,"name":"GatewayDispatchEvents","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#receive-events"},"children":[{"id":4877,"name":"ApplicationCommandPermissionsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":204,"character":1}],"type":{"type":"literal","value":"APPLICATION_COMMAND_PERMISSIONS_UPDATE"},"defaultValue":"\"APPLICATION_COMMAND_PERMISSIONS_UPDATE\""},{"id":4936,"name":"AutoModerationActionExecution","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":263,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_ACTION_EXECUTION"},"defaultValue":"\"AUTO_MODERATION_ACTION_EXECUTION\""},{"id":4933,"name":"AutoModerationRuleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":260,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_RULE_CREATE"},"defaultValue":"\"AUTO_MODERATION_RULE_CREATE\""},{"id":4935,"name":"AutoModerationRuleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":262,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_RULE_DELETE"},"defaultValue":"\"AUTO_MODERATION_RULE_DELETE\""},{"id":4934,"name":"AutoModerationRuleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":261,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_RULE_UPDATE"},"defaultValue":"\"AUTO_MODERATION_RULE_UPDATE\""},{"id":4878,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":205,"character":1}],"type":{"type":"literal","value":"CHANNEL_CREATE"},"defaultValue":"\"CHANNEL_CREATE\""},{"id":4879,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":206,"character":1}],"type":{"type":"literal","value":"CHANNEL_DELETE"},"defaultValue":"\"CHANNEL_DELETE\""},{"id":4880,"name":"ChannelPinsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":207,"character":1}],"type":{"type":"literal","value":"CHANNEL_PINS_UPDATE"},"defaultValue":"\"CHANNEL_PINS_UPDATE\""},{"id":4881,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":208,"character":1}],"type":{"type":"literal","value":"CHANNEL_UPDATE"},"defaultValue":"\"CHANNEL_UPDATE\""},{"id":4882,"name":"GuildBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":209,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_ADD"},"defaultValue":"\"GUILD_BAN_ADD\""},{"id":4883,"name":"GuildBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":210,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_REMOVE"},"defaultValue":"\"GUILD_BAN_REMOVE\""},{"id":4884,"name":"GuildCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":211,"character":1}],"type":{"type":"literal","value":"GUILD_CREATE"},"defaultValue":"\"GUILD_CREATE\""},{"id":4885,"name":"GuildDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":212,"character":1}],"type":{"type":"literal","value":"GUILD_DELETE"},"defaultValue":"\"GUILD_DELETE\""},{"id":4886,"name":"GuildEmojisUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":213,"character":1}],"type":{"type":"literal","value":"GUILD_EMOJIS_UPDATE"},"defaultValue":"\"GUILD_EMOJIS_UPDATE\""},{"id":4887,"name":"GuildIntegrationsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":214,"character":1}],"type":{"type":"literal","value":"GUILD_INTEGRATIONS_UPDATE"},"defaultValue":"\"GUILD_INTEGRATIONS_UPDATE\""},{"id":4888,"name":"GuildMemberAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":215,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_ADD"},"defaultValue":"\"GUILD_MEMBER_ADD\""},{"id":4889,"name":"GuildMemberRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":216,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_REMOVE"},"defaultValue":"\"GUILD_MEMBER_REMOVE\""},{"id":4891,"name":"GuildMemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":218,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_UPDATE"},"defaultValue":"\"GUILD_MEMBER_UPDATE\""},{"id":4890,"name":"GuildMembersChunk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":217,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBERS_CHUNK"},"defaultValue":"\"GUILD_MEMBERS_CHUNK\""},{"id":4892,"name":"GuildRoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":219,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_CREATE"},"defaultValue":"\"GUILD_ROLE_CREATE\""},{"id":4893,"name":"GuildRoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":220,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_DELETE"},"defaultValue":"\"GUILD_ROLE_DELETE\""},{"id":4894,"name":"GuildRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":221,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_UPDATE"},"defaultValue":"\"GUILD_ROLE_UPDATE\""},{"id":4928,"name":"GuildScheduledEventCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":255,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_CREATE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_CREATE\""},{"id":4930,"name":"GuildScheduledEventDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":257,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_DELETE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_DELETE\""},{"id":4929,"name":"GuildScheduledEventUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":256,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_UPDATE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_UPDATE\""},{"id":4931,"name":"GuildScheduledEventUserAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":258,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_USER_ADD"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_USER_ADD\""},{"id":4932,"name":"GuildScheduledEventUserRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":259,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_USER_REMOVE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_USER_REMOVE\""},{"id":4895,"name":"GuildStickersUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":222,"character":1}],"type":{"type":"literal","value":"GUILD_STICKERS_UPDATE"},"defaultValue":"\"GUILD_STICKERS_UPDATE\""},{"id":4896,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":223,"character":1}],"type":{"type":"literal","value":"GUILD_UPDATE"},"defaultValue":"\"GUILD_UPDATE\""},{"id":4897,"name":"IntegrationCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":224,"character":1}],"type":{"type":"literal","value":"INTEGRATION_CREATE"},"defaultValue":"\"INTEGRATION_CREATE\""},{"id":4898,"name":"IntegrationDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":225,"character":1}],"type":{"type":"literal","value":"INTEGRATION_DELETE"},"defaultValue":"\"INTEGRATION_DELETE\""},{"id":4899,"name":"IntegrationUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":226,"character":1}],"type":{"type":"literal","value":"INTEGRATION_UPDATE"},"defaultValue":"\"INTEGRATION_UPDATE\""},{"id":4900,"name":"InteractionCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":227,"character":1}],"type":{"type":"literal","value":"INTERACTION_CREATE"},"defaultValue":"\"INTERACTION_CREATE\""},{"id":4901,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":228,"character":1}],"type":{"type":"literal","value":"INVITE_CREATE"},"defaultValue":"\"INVITE_CREATE\""},{"id":4902,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":229,"character":1}],"type":{"type":"literal","value":"INVITE_DELETE"},"defaultValue":"\"INVITE_DELETE\""},{"id":4903,"name":"MessageCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":230,"character":1}],"type":{"type":"literal","value":"MESSAGE_CREATE"},"defaultValue":"\"MESSAGE_CREATE\""},{"id":4904,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":231,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE"},"defaultValue":"\"MESSAGE_DELETE\""},{"id":4905,"name":"MessageDeleteBulk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":232,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE_BULK"},"defaultValue":"\"MESSAGE_DELETE_BULK\""},{"id":4906,"name":"MessageReactionAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":233,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_ADD"},"defaultValue":"\"MESSAGE_REACTION_ADD\""},{"id":4907,"name":"MessageReactionRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":234,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE"},"defaultValue":"\"MESSAGE_REACTION_REMOVE\""},{"id":4908,"name":"MessageReactionRemoveAll","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":235,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_ALL"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_ALL\""},{"id":4909,"name":"MessageReactionRemoveEmoji","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":236,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_EMOJI"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_EMOJI\""},{"id":4910,"name":"MessageUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":237,"character":1}],"type":{"type":"literal","value":"MESSAGE_UPDATE"},"defaultValue":"\"MESSAGE_UPDATE\""},{"id":4911,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":238,"character":1}],"type":{"type":"literal","value":"PRESENCE_UPDATE"},"defaultValue":"\"PRESENCE_UPDATE\""},{"id":4915,"name":"Ready","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":242,"character":1}],"type":{"type":"literal","value":"READY"},"defaultValue":"\"READY\""},{"id":4916,"name":"Resumed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":243,"character":1}],"type":{"type":"literal","value":"RESUMED"},"defaultValue":"\"RESUMED\""},{"id":4912,"name":"StageInstanceCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":239,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_CREATE"},"defaultValue":"\"STAGE_INSTANCE_CREATE\""},{"id":4913,"name":"StageInstanceDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":240,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_DELETE"},"defaultValue":"\"STAGE_INSTANCE_DELETE\""},{"id":4914,"name":"StageInstanceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":241,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_UPDATE"},"defaultValue":"\"STAGE_INSTANCE_UPDATE\""},{"id":4917,"name":"ThreadCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":244,"character":1}],"type":{"type":"literal","value":"THREAD_CREATE"},"defaultValue":"\"THREAD_CREATE\""},{"id":4918,"name":"ThreadDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":245,"character":1}],"type":{"type":"literal","value":"THREAD_DELETE"},"defaultValue":"\"THREAD_DELETE\""},{"id":4919,"name":"ThreadListSync","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":246,"character":1}],"type":{"type":"literal","value":"THREAD_LIST_SYNC"},"defaultValue":"\"THREAD_LIST_SYNC\""},{"id":4921,"name":"ThreadMemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":248,"character":1}],"type":{"type":"literal","value":"THREAD_MEMBER_UPDATE"},"defaultValue":"\"THREAD_MEMBER_UPDATE\""},{"id":4920,"name":"ThreadMembersUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":247,"character":1}],"type":{"type":"literal","value":"THREAD_MEMBERS_UPDATE"},"defaultValue":"\"THREAD_MEMBERS_UPDATE\""},{"id":4922,"name":"ThreadUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":249,"character":1}],"type":{"type":"literal","value":"THREAD_UPDATE"},"defaultValue":"\"THREAD_UPDATE\""},{"id":4923,"name":"TypingStart","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":250,"character":1}],"type":{"type":"literal","value":"TYPING_START"},"defaultValue":"\"TYPING_START\""},{"id":4924,"name":"UserUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":251,"character":1}],"type":{"type":"literal","value":"USER_UPDATE"},"defaultValue":"\"USER_UPDATE\""},{"id":4925,"name":"VoiceServerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":252,"character":1}],"type":{"type":"literal","value":"VOICE_SERVER_UPDATE"},"defaultValue":"\"VOICE_SERVER_UPDATE\""},{"id":4926,"name":"VoiceStateUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":253,"character":1}],"type":{"type":"literal","value":"VOICE_STATE_UPDATE"},"defaultValue":"\"VOICE_STATE_UPDATE\""},{"id":4927,"name":"WebhooksUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":254,"character":1}],"type":{"type":"literal","value":"WEBHOOKS_UPDATE"},"defaultValue":"\"WEBHOOKS_UPDATE\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[4877,4936,4933,4935,4934,4878,4879,4880,4881,4882,4883,4884,4885,4886,4887,4888,4889,4891,4890,4892,4893,4894,4928,4930,4929,4931,4932,4895,4896,4897,4898,4899,4900,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4911,4915,4916,4912,4913,4914,4917,4918,4919,4921,4920,4922,4923,4924,4925,4926,4927]}],"sources":[{"fileName":"gateway/v9.ts","line":203,"character":12}]},{"id":4857,"name":"GatewayIntentBits","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#list-of-intents"},"children":[{"id":4874,"name":"AutoModerationConfiguration","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":196,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":4875,"name":"AutoModerationExecution","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":197,"character":1}],"type":{"type":"literal","value":2097152},"defaultValue":"2097152"},{"id":4871,"name":"DirectMessageReactions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":193,"character":1}],"type":{"type":"literal","value":8192},"defaultValue":"8192"},{"id":4872,"name":"DirectMessageTyping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":194,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":4870,"name":"DirectMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":192,"character":1}],"type":{"type":"literal","value":4096},"defaultValue":"4096"},{"id":4860,"name":"GuildBans","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":182,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":4861,"name":"GuildEmojisAndStickers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":183,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":4862,"name":"GuildIntegrations","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":184,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":4864,"name":"GuildInvites","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":186,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":4859,"name":"GuildMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":181,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":4868,"name":"GuildMessageReactions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":190,"character":1}],"type":{"type":"literal","value":1024},"defaultValue":"1024"},{"id":4869,"name":"GuildMessageTyping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":191,"character":1}],"type":{"type":"literal","value":2048},"defaultValue":"2048"},{"id":4867,"name":"GuildMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":189,"character":1}],"type":{"type":"literal","value":512},"defaultValue":"512"},{"id":4866,"name":"GuildPresences","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":188,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":4873,"name":"GuildScheduledEvents","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":195,"character":1}],"type":{"type":"literal","value":65536},"defaultValue":"65536"},{"id":4865,"name":"GuildVoiceStates","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":187,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":4863,"name":"GuildWebhooks","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":185,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":4858,"name":"Guilds","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":180,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[4874,4875,4871,4872,4870,4860,4861,4862,4864,4859,4868,4869,4867,4866,4873,4865,4863,4858]}],"sources":[{"fileName":"gateway/v9.ts","line":179,"character":12}]},{"id":4830,"name":"GatewayOpcodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#gateway-gateway-opcodes"},"children":[{"id":4831,"name":"Dispatch","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"An event was dispatched"},"sources":[{"fileName":"gateway/v9.ts","line":49,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":4832,"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":54,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":4841,"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":90,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":4840,"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":86,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":4833,"name":"Identify","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Starts a new session during the initial handshake"},"sources":[{"fileName":"gateway/v9.ts","line":58,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":4839,"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":82,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":4834,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Update the client's presence"},"sources":[{"fileName":"gateway/v9.ts","line":62,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":4837,"name":"Reconnect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You should attempt to reconnect and resume immediately"},"sources":[{"fileName":"gateway/v9.ts","line":74,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":4838,"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":78,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":4836,"name":"Resume","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Resume a previous session that was disconnected"},"sources":[{"fileName":"gateway/v9.ts","line":70,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":4835,"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":66,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[4831,4832,4841,4840,4833,4839,4834,4837,4838,4836,4835]}],"sources":[{"fileName":"gateway/v9.ts","line":45,"character":12}]},{"id":6238,"name":"GuildDefaultMessageNotifications","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level"},"children":[{"id":6239,"name":"AllMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":278,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6240,"name":"OnlyMentions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":279,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6239,6240]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":277,"character":12}]},{"id":6241,"name":"GuildExplicitContentFilter","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level"},"children":[{"id":6244,"name":"AllMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":288,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6242,"name":"Disabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":286,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6243,"name":"MembersWithoutRoles","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":287,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6244,6242,6243]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":285,"character":12}]},{"id":6273,"name":"GuildFeature","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-features"},"children":[{"id":6274,"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":380,"character":1}],"type":{"type":"literal","value":"ANIMATED_BANNER"},"defaultValue":"\"ANIMATED_BANNER\""},{"id":6275,"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":384,"character":1}],"type":{"type":"literal","value":"ANIMATED_ICON"},"defaultValue":"\"ANIMATED_ICON\""},{"id":6276,"name":"AutoModeration","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has set up auto moderation rules"},"sources":[{"fileName":"payloads/v9/guild.ts","line":388,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION"},"defaultValue":"\"AUTO_MODERATION\""},{"id":6277,"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":392,"character":1}],"type":{"type":"literal","value":"BANNER"},"defaultValue":"\"BANNER\""},{"id":6278,"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":396,"character":1}],"type":{"type":"literal","value":"COMMUNITY"},"defaultValue":"\"COMMUNITY\""},{"id":6279,"name":"DeveloperSupportServer","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":400,"character":1}],"type":{"type":"literal","value":"DEVELOPER_SUPPORT_SERVER"},"defaultValue":"\"DEVELOPER_SUPPORT_SERVER\""},{"id":6280,"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":404,"character":1}],"type":{"type":"literal","value":"DISCOVERABLE"},"defaultValue":"\"DISCOVERABLE\""},{"id":6281,"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":408,"character":1}],"type":{"type":"literal","value":"FEATURABLE"},"defaultValue":"\"FEATURABLE\""},{"id":6282,"name":"HasDirectoryEntry","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is listed in a directory channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":412,"character":1}],"type":{"type":"literal","value":"HAS_DIRECTORY_ENTRY"},"defaultValue":"\"HAS_DIRECTORY_ENTRY\""},{"id":6283,"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","tags":[{"tag":"unstable","text":"This feature is currently not documented by Discord, but has known value\n"}]},"sources":[{"fileName":"payloads/v9/guild.ts","line":420,"character":1}],"type":{"type":"literal","value":"HUB"},"defaultValue":"\"HUB\""},{"id":6285,"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":428,"character":1}],"type":{"type":"literal","value":"INVITE_SPLASH"},"defaultValue":"\"INVITE_SPLASH\""},{"id":6284,"name":"InvitesDisabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has disabled invite usage, preventing users from joining"},"sources":[{"fileName":"payloads/v9/guild.ts","line":424,"character":1}],"type":{"type":"literal","value":"INVITES_DISABLED"},"defaultValue":"\"INVITES_DISABLED\""},{"id":6286,"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","tags":[{"tag":"unstable","text":"This feature is currently not documented by Discord, but has known value\n"}]},"sources":[{"fileName":"payloads/v9/guild.ts","line":436,"character":1}],"type":{"type":"literal","value":"LINKED_TO_HUB"},"defaultValue":"\"LINKED_TO_HUB\""},{"id":6287,"name":"MemberVerificationGateEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled Membership Screening"},"sources":[{"fileName":"payloads/v9/guild.ts","line":440,"character":1}],"type":{"type":"literal","value":"MEMBER_VERIFICATION_GATE_ENABLED"},"defaultValue":"\"MEMBER_VERIFICATION_GATE_ENABLED\""},{"id":6288,"name":"MonetizationEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled monetization"},"sources":[{"fileName":"payloads/v9/guild.ts","line":444,"character":1}],"type":{"type":"literal","value":"MONETIZATION_ENABLED"},"defaultValue":"\"MONETIZATION_ENABLED\""},{"id":6289,"name":"MoreStickers","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has increased custom sticker slots"},"sources":[{"fileName":"payloads/v9/guild.ts","line":448,"character":1}],"type":{"type":"literal","value":"MORE_STICKERS"},"defaultValue":"\"MORE_STICKERS\""},{"id":6290,"name":"News","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to create news channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":452,"character":1}],"type":{"type":"literal","value":"NEWS"},"defaultValue":"\"NEWS\""},{"id":6291,"name":"Partnered","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is partnered"},"sources":[{"fileName":"payloads/v9/guild.ts","line":456,"character":1}],"type":{"type":"literal","value":"PARTNERED"},"defaultValue":"\"PARTNERED\""},{"id":6292,"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":460,"character":1}],"type":{"type":"literal","value":"PREVIEW_ENABLED"},"defaultValue":"\"PREVIEW_ENABLED\""},{"id":6293,"name":"PrivateThreads","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to create private threads"},"sources":[{"fileName":"payloads/v9/guild.ts","line":464,"character":1}],"type":{"type":"literal","value":"PRIVATE_THREADS"},"defaultValue":"\"PRIVATE_THREADS\""},{"id":6294,"name":"RelayEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":465,"character":1}],"type":{"type":"literal","value":"RELAY_ENABLED"},"defaultValue":"\"RELAY_ENABLED\""},{"id":6295,"name":"RoleIcons","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is able to set role icons"},"sources":[{"fileName":"payloads/v9/guild.ts","line":469,"character":1}],"type":{"type":"literal","value":"ROLE_ICONS"},"defaultValue":"\"ROLE_ICONS\""},{"id":6296,"name":"TicketedEventsEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled ticketed events"},"sources":[{"fileName":"payloads/v9/guild.ts","line":473,"character":1}],"type":{"type":"literal","value":"TICKETED_EVENTS_ENABLED"},"defaultValue":"\"TICKETED_EVENTS_ENABLED\""},{"id":6299,"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":485,"character":1}],"type":{"type":"literal","value":"VIP_REGIONS"},"defaultValue":"\"VIP_REGIONS\""},{"id":6297,"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":477,"character":1}],"type":{"type":"literal","value":"VANITY_URL"},"defaultValue":"\"VANITY_URL\""},{"id":6298,"name":"Verified","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is verified"},"sources":[{"fileName":"payloads/v9/guild.ts","line":481,"character":1}],"type":{"type":"literal","value":"VERIFIED"},"defaultValue":"\"VERIFIED\""},{"id":6300,"name":"WelcomeScreenEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled the welcome screen"},"sources":[{"fileName":"payloads/v9/guild.ts","line":489,"character":1}],"type":{"type":"literal","value":"WELCOME_SCREEN_ENABLED"},"defaultValue":"\"WELCOME_SCREEN_ENABLED\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6274,6275,6276,6277,6278,6279,6280,6281,6282,6283,6285,6284,6286,6287,6288,6289,6290,6291,6292,6293,6294,6295,6296,6299,6297,6298,6300]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":376,"character":12}]},{"id":6264,"name":"GuildHubType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":6267,"name":"College","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":348,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6265,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":346,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6266,"name":"HighSchool","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":347,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6267,6265,6266]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":345,"character":12}]},{"id":6245,"name":"GuildMFALevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-mfa-level"},"children":[{"id":6247,"name":"Elevated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":296,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6246,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":295,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6247,6246]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":294,"character":12}]},{"id":6248,"name":"GuildNSFWLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level"},"children":[{"id":6252,"name":"AgeRestricted","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":306,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6249,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":303,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6250,"name":"Explicit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":304,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6251,"name":"Safe","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":305,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6252,6249,6250,6251]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":302,"character":12}]},{"id":6259,"name":"GuildPremiumTier","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-premium-tier"},"children":[{"id":6260,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":339,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6261,"name":"Tier1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":340,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6262,"name":"Tier2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":341,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6263,"name":"Tier3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":342,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6260,6261,6262,6263]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":338,"character":12}]},{"id":6460,"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":6463,"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":6461,"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":6462,"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":[6463,6461,6462]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":110,"character":12}]},{"id":6469,"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":6470,"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":[6470]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":129,"character":12}]},{"id":6464,"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":6466,"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":6468,"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":6467,"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":6465,"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":[6466,6468,6467,6465]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":119,"character":12}]},{"id":6268,"name":"GuildSystemChannelFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags"},"children":[{"id":6271,"name":"SuppressGuildReminderNotifications","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress server setup tips"},"sources":[{"fileName":"payloads/v9/guild.ts","line":366,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":6272,"name":"SuppressJoinNotificationReplies","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Hide member join sticker reply buttons"},"sources":[{"fileName":"payloads/v9/guild.ts","line":370,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":6269,"name":"SuppressJoinNotifications","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress member join notifications"},"sources":[{"fileName":"payloads/v9/guild.ts","line":358,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6270,"name":"SuppressPremiumSubscriptions","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress server boost notifications"},"sources":[{"fileName":"payloads/v9/guild.ts","line":362,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6271,6272,6269,6270]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":354,"character":12}]},{"id":6253,"name":"GuildVerificationLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-verification-level"},"children":[{"id":6257,"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":328,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6255,"name":"Low","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must have verified email on account"},"sources":[{"fileName":"payloads/v9/guild.ts","line":320,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6256,"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":324,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6254,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Unrestricted"},"sources":[{"fileName":"payloads/v9/guild.ts","line":316,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6258,"name":"VeryHigh","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must have a verified phone number"},"sources":[{"fileName":"payloads/v9/guild.ts","line":332,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6257,6255,6256,6254,6258]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":312,"character":12}]},{"id":6381,"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":6383,"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":833,"character":1}],"type":{"type":"literal","value":"banner1"},"defaultValue":"\"banner1\""},{"id":6384,"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":837,"character":1}],"type":{"type":"literal","value":"banner2"},"defaultValue":"\"banner2\""},{"id":6385,"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":841,"character":1}],"type":{"type":"literal","value":"banner3"},"defaultValue":"\"banner3\""},{"id":6386,"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":846,"character":1}],"type":{"type":"literal","value":"banner4"},"defaultValue":"\"banner4\""},{"id":6382,"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":829,"character":1}],"type":{"type":"literal","value":"shield"},"defaultValue":"\"shield\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6383,6384,6385,6386,6382]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":825,"character":12}]},{"id":7518,"name":"ImageFormat","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":7522,"name":"GIF","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1119,"character":1}],"type":{"type":"literal","value":"gif"},"defaultValue":"\"gif\""},{"id":7519,"name":"JPEG","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1116,"character":1}],"type":{"type":"literal","value":"jpeg"},"defaultValue":"\"jpeg\""},{"id":7523,"name":"Lottie","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1120,"character":1}],"type":{"type":"literal","value":"json"},"defaultValue":"\"json\""},{"id":7520,"name":"PNG","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1117,"character":1}],"type":{"type":"literal","value":"png"},"defaultValue":"\"png\""},{"id":7521,"name":"WebP","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1118,"character":1}],"type":{"type":"literal","value":"webp"},"defaultValue":"\"webp\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[7522,7519,7523,7520,7521]}],"sources":[{"fileName":"rest/v9/index.ts","line":1115,"character":12}]},{"id":6345,"name":"IntegrationExpireBehavior","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors"},"children":[{"id":6347,"name":"Kick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":727,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6346,"name":"RemoveRole","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":726,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6347,6346]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":725,"character":12}]},{"id":6811,"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":6817,"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":6813,"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":6814,"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":6815,"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":6818,"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":6812,"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":6816,"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":[6817,6813,6814,6815,6818,6812,6816]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":65,"character":12}]},{"id":6785,"name":"InteractionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-type"},"children":[{"id":6787,"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":6789,"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":6788,"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":6790,"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":6786,"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":[6787,6789,6788,6790,6786]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":9,"character":12}]},{"id":6842,"name":"InviteTargetType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object-invite-target-types"},"children":[{"id":6844,"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":6843,"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":[6844,6843]}],"sources":[{"fileName":"payloads/v9/invite.ts","line":97,"character":12}]},{"id":6404,"name":"MembershipScreeningFieldType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":6405,"name":"Terms","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Server Rules"},"sources":[{"fileName":"payloads/v9/guild.ts","line":919,"character":1}],"type":{"type":"literal","value":"TERMS"},"defaultValue":"\"TERMS\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6405]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":915,"character":12}]},{"id":5838,"name":"MessageActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-types"},"children":[{"id":5839,"name":"Join","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":708,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5842,"name":"JoinRequest","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":711,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5841,"name":"Listen","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":710,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":5840,"name":"Spectate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":709,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5839,5842,5841,5840]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":707,"character":12}]},{"id":5843,"name":"MessageFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-flags"},"children":[{"id":5844,"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":721,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5850,"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":745,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":5852,"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":753,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":5849,"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":741,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":5845,"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":725,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5851,"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":749,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":5847,"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":733,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":5846,"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":729,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5848,"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":737,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5844,5850,5852,5849,5845,5851,5847,5846,5848]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":717,"character":12}]},{"id":5806,"name":"MessageType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-types"},"children":[{"id":5830,"name":"AutoModerationAction","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":665,"character":1}],"type":{"type":"literal","value":24},"defaultValue":"24"},{"id":5810,"name":"Call","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":645,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":5819,"name":"ChannelFollowAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":654,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":5812,"name":"ChannelIconChange","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":647,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5811,"name":"ChannelNameChange","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":646,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5813,"name":"ChannelPinnedMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":648,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":5826,"name":"ChatInputCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":661,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":5829,"name":"ContextMenuCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":664,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":5807,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":642,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":5815,"name":"GuildBoost","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":650,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":5816,"name":"GuildBoostTier1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":651,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":5817,"name":"GuildBoostTier2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":652,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":5818,"name":"GuildBoostTier3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":653,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":5820,"name":"GuildDiscoveryDisqualified","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":655,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":5823,"name":"GuildDiscoveryGracePeriodFinalWarning","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":658,"character":1}],"type":{"type":"literal","value":17},"defaultValue":"17"},{"id":5822,"name":"GuildDiscoveryGracePeriodInitialWarning","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":657,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":5821,"name":"GuildDiscoveryRequalified","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":656,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":5828,"name":"GuildInviteReminder","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":663,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":5808,"name":"RecipientAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":643,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5809,"name":"RecipientRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":644,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5825,"name":"Reply","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":660,"character":1}],"type":{"type":"literal","value":19},"defaultValue":"19"},{"id":5824,"name":"ThreadCreated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":659,"character":1}],"type":{"type":"literal","value":18},"defaultValue":"18"},{"id":5827,"name":"ThreadStarterMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":662,"character":1}],"type":{"type":"literal","value":21},"defaultValue":"21"},{"id":5814,"name":"UserJoin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":649,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5830,5810,5819,5812,5811,5813,5826,5829,5807,5815,5816,5817,5818,5820,5823,5822,5821,5828,5808,5809,5825,5824,5827,5814]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":641,"character":12}]},{"id":6863,"name":"OAuth2Scopes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"Types extracted from https://discord.com/developers/docs/topics/oauth2"},"children":[{"id":6883,"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":6884,"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":6887,"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":6879,"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":6878,"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":6885,"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":6886,"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":6881,"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":6880,"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":6864,"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":6865,"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":6866,"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":6867,"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":6872,"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":6869,"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":6870,"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":6871,"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":6868,"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":6873,"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":6874,"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":6875,"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":6882,"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":6877,"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":6876,"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":[6883,6884,6887,6879,6878,6885,6886,6881,6880,6864,6865,6866,6867,6872,6869,6870,6871,6868,6873,6874,6875,6882,6877,6876]}],"sources":[{"fileName":"payloads/v9/oauth2.ts","line":5,"character":12}]},{"id":5865,"name":"OverwriteType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":5867,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":824,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5866,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":823,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5867,5866]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":822,"character":12}]},{"id":6102,"name":"PresenceUpdateStatus","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":6104,"name":"DoNotDisturb","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":99,"character":1}],"type":{"type":"literal","value":"dnd"},"defaultValue":"\"dnd\""},{"id":6105,"name":"Idle","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":100,"character":1}],"type":{"type":"literal","value":"idle"},"defaultValue":"\"idle\""},{"id":6106,"name":"Invisible","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible and shown as offline"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":104,"character":1}],"type":{"type":"literal","value":"invisible"},"defaultValue":"\"invisible\""},{"id":6107,"name":"Offline","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":105,"character":1}],"type":{"type":"literal","value":"offline"},"defaultValue":"\"offline\""},{"id":6103,"name":"Online","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":98,"character":1}],"type":{"type":"literal","value":"online"},"defaultValue":"\"online\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6104,6105,6106,6107,6103]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":97,"character":12}]},{"id":5732,"name":"SortOrderType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel/#channel-object-sort-order-types"},"children":[{"id":5734,"name":"CreationDate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sort forum posts by creation time (from most recent to oldest)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":290,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5733,"name":"LatestActivity","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sort forum posts by activity"},"sources":[{"fileName":"payloads/v9/channel.ts","line":286,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5734,5733]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":282,"character":12}]},{"id":6912,"name":"StageInstancePrivacyLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-privacy-level"},"children":[{"id":6914,"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":6913,"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":[6914,6913]}],"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":44,"character":12}]},{"id":6936,"name":"StickerFormatType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-format-types"},"children":[{"id":6938,"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":6939,"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":6937,"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":[6938,6939,6937]}],"sources":[{"fileName":"payloads/v9/sticker.ts","line":84,"character":12}]},{"id":6933,"name":"StickerType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-types"},"children":[{"id":6935,"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":6934,"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":[6935,6934]}],"sources":[{"fileName":"payloads/v9/sticker.ts","line":70,"character":12}]},{"id":6960,"name":"TeamMemberMembershipState","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-membership-state-enum"},"children":[{"id":6962,"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":6961,"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":[6962,6961]}],"sources":[{"fileName":"payloads/v9/teams.ts","line":63,"character":12}]},{"id":6017,"name":"TextInputStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-styles"},"children":[{"id":6019,"name":"Paragraph","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1432,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6018,"name":"Short","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1431,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6019,6018]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1430,"character":12}]},{"id":5875,"name":"ThreadAutoArchiveDuration","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":5877,"name":"OneDay","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":859,"character":1}],"type":{"type":"literal","value":1440},"defaultValue":"1440"},{"id":5876,"name":"OneHour","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":858,"character":1}],"type":{"type":"literal","value":60},"defaultValue":"60"},{"id":5879,"name":"OneWeek","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":861,"character":1}],"type":{"type":"literal","value":10080},"defaultValue":"10080"},{"id":5878,"name":"ThreeDays","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":860,"character":1}],"type":{"type":"literal","value":4320},"defaultValue":"4320"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5877,5876,5879,5878]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":857,"character":12}]},{"id":5885,"name":"ThreadMemberFlags","kind":8,"kindString":"Enumeration","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":892,"character":12}]},{"id":7007,"name":"UserFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-user-flags"},"children":[{"id":7021,"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":7011,"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":7017,"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":7020,"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":7012,"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":7013,"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":7014,"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":7010,"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":7009,"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":7015,"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":7023,"name":"Quarantined","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User's account has been quarantined based on recent activity","tags":[{"tag":"unstable","text":"This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.~\n"},{"tag":"privateremarks","text":"\n\nThis value would be 1 << 44, but bit shifting above 1 << 30 requires bigints\n"}]},"sources":[{"fileName":"payloads/v9/user.ts","line":159,"character":1}],"type":{"type":"literal","value":17592186044416},"defaultValue":"17592186044416"},{"id":7022,"name":"Spammer","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User has been identified as spammer","tags":[{"tag":"unstable","text":"This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.\n"}]},"sources":[{"fileName":"payloads/v9/user.ts","line":149,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":7008,"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":7016,"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":7018,"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":7019,"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":[7021,7011,7017,7020,7012,7013,7014,7010,7009,7015,7023,7022,7008,7016,7018,7019]}],"sources":[{"fileName":"payloads/v9/user.ts","line":87,"character":12}]},{"id":7024,"name":"UserPremiumType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-premium-types"},"children":[{"id":7027,"name":"Nitro","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":168,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":7028,"name":"NitroBasic","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":169,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":7026,"name":"NitroClassic","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":167,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":7025,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":166,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[7027,7028,7026,7025]}],"sources":[{"fileName":"payloads/v9/user.ts","line":165,"character":12}]},{"id":5772,"name":"VideoQualityMode","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":5773,"name":"Auto","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Discord chooses the quality for optimal performance"},"sources":[{"fileName":"payloads/v9/channel.ts","line":422,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5774,"name":"Full","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"720p"},"sources":[{"fileName":"payloads/v9/channel.ts","line":426,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5773,5774]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":418,"character":12}]},{"id":7094,"name":"WebhookType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":7097,"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":7096,"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":7095,"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":[7097,7096,7095]}],"sources":[{"fileName":"payloads/v9/webhook.ts","line":66,"character":12}]},{"id":5981,"name":"APIActionRowComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#action-rows"},"children":[{"id":5982,"name":"components","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The components in the ActionRow"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1357,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5984,"name":"T"}}},{"id":5983,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5972,"name":"ActionRow"},"inheritedFrom":{"type":"reference","id":5969,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5982,5983]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1352,"character":17}],"typeParameter":[{"id":5984,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6069,"name":"APIActionRowComponentTypes"}}],"extendedTypes":[{"type":"reference","id":5968,"typeArguments":[{"type":"reference","id":5972,"name":"ComponentType.ActionRow"}],"name":"APIBaseComponent"}]},{"id":5963,"name":"APIAllowedMentions","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mentions-structure"},"children":[{"id":5964,"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":1275,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5959,"name":"AllowedMentionsTypes"}}},{"id":5967,"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":1289,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5965,"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":1279,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5966,"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":1283,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5964,5967,5965,5966]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1269,"character":17}]},{"id":5360,"name":"APIApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/application#application-object"},"children":[{"id":5366,"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":5367,"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":5377,"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":5381,"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":5364,"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":5378,"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":5385,"name":"ApplicationFlags"}},{"id":5374,"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":5363,"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":5361,"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":5380,"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":5382,"name":"APIApplicationInstallParams"}},{"id":5362,"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":5370,"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":6991,"name":"APIUser"}},{"id":5375,"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":5369,"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":5365,"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":5376,"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":5371,"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":5379,"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":5373,"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":6949,"name":"APITeam"}]}},{"id":5368,"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":5372,"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#getticket\n"},"sources":[{"fileName":"payloads/v9/application.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5366,5367,5377,5381,5364,5378,5374,5363,5361,5380,5362,5370,5375,5369,5365,5376,5371,5379,5373,5368,5372]}],"sources":[{"fileName":"payloads/v9/application.ts","line":13,"character":17}]},{"id":6478,"name":"APIApplicationCommand","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object"},"children":[{"id":6481,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique id of the parent application"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6490,"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":74,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6492,"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":85,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6486,"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":58,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6487,"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":62,"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":6488,"name":"description_localized","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The localized description"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6491,"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":78,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6482,"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":42,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6479,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique id of the command"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":30,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6483,"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":46,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6484,"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":50,"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":6485,"name":"name_localized","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The localized name"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":54,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6489,"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":70,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6505,"name":"APIApplicationCommandOption"}}},{"id":6480,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of the command"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":34,"character":1}],"type":{"type":"reference","id":6494,"name":"ApplicationCommandType"}},{"id":6493,"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":89,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6481,6490,6492,6486,6487,6488,6491,6482,6479,6483,6484,6485,6489,6480,6493]}],"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":26,"character":17}]},{"id":6794,"name":"APIApplicationCommandAutocompleteResponse","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6796,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":35,"character":1}],"type":{"type":"reference","id":6822,"name":"APICommandAutocompleteInteractionResponseCallbackData"}},{"id":6795,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":34,"character":1}],"type":{"type":"reference","id":6817,"name":"ApplicationCommandAutocompleteResult"}}],"groups":[{"title":"Properties","kind":1024,"children":[6796,6795]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":33,"character":17}]},{"id":6544,"name":"APIApplicationCommandChannelOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6545,"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":5756,"name":"GuildText"},{"type":"reference","id":5758,"name":"GuildVoice"},{"type":"reference","id":5760,"name":"GuildCategory"},{"type":"reference","id":5761,"name":"GuildAnnouncement"},{"type":"reference","id":5762,"name":"AnnouncementThread"},{"type":"reference","id":5763,"name":"PublicThread"},{"type":"reference","id":5764,"name":"PrivateThread"},{"type":"reference","id":5765,"name":"GuildStageVoice"},{"type":"reference","id":5766,"name":"GuildDirectory"},{"type":"reference","id":5767,"name":"GuildForum"}]}}},{"id":6549,"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","id":6524,"name":"APIApplicationCommandOptionBase.description"}},{"id":6550,"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","id":6525,"name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":6547,"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","id":6522,"name":"APIApplicationCommandOptionBase.name"}},{"id":6548,"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","id":6523,"name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":6551,"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","id":6526,"name":"APIApplicationCommandOptionBase.required"}},{"id":6546,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":6576,"name":"Channel"},"inheritedFrom":{"type":"reference","id":6521,"name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6545,6549,6550,6547,6548,6551,6546]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/channel.ts","line":6,"character":17}],"extendedTypes":[{"type":"reference","id":6520,"typeArguments":[{"type":"reference","id":6576,"name":"ApplicationCommandOptionType.Channel"}],"name":"APIApplicationCommandOptionBase"}]},{"id":6554,"name":"APIApplicationCommandInteractionDataIntegerOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6555,"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":6556,"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","id":6529,"name":"APIInteractionDataOptionBase.name"}},{"id":6557,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":6573,"name":"Integer"},"inheritedFrom":{"type":"reference","id":6530,"name":"APIInteractionDataOptionBase.type"}},{"id":6558,"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","id":6531,"name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[6555,6556,6557,6558]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":6528,"typeArguments":[{"type":"reference","id":6573,"name":"ApplicationCommandOptionType.Integer"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":6562,"name":"APIApplicationCommandInteractionDataNumberOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6563,"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":6564,"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","id":6529,"name":"APIInteractionDataOptionBase.name"}},{"id":6565,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":6579,"name":"Number"},"inheritedFrom":{"type":"reference","id":6530,"name":"APIInteractionDataOptionBase.type"}},{"id":6566,"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","id":6531,"name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[6563,6564,6565,6566]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":6528,"typeArguments":[{"type":"reference","id":6579,"name":"ApplicationCommandOptionType.Number"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":6587,"name":"APIApplicationCommandInteractionDataStringOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6588,"name":"focused","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/string.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6589,"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","id":6529,"name":"APIInteractionDataOptionBase.name"}},{"id":6590,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":6572,"name":"String"},"inheritedFrom":{"type":"reference","id":6530,"name":"APIInteractionDataOptionBase.type"}},{"id":6591,"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","id":6531,"name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[6588,6589,6590,6591]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/string.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":6528,"typeArguments":[{"type":"reference","id":6572,"name":"ApplicationCommandOptionType.String"},{"type":"intrinsic","name":"string"}],"name":"APIInteractionDataOptionBase"}]},{"id":6612,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6613,"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":6615,"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":6600,"name":"APIApplicationCommandInteractionDataSubcommandOption"}}},{"id":6614,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":15,"character":1}],"type":{"type":"reference","id":6571,"name":"SubcommandGroup"}}],"groups":[{"title":"Properties","kind":1024,"children":[6613,6615,6614]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":13,"character":17}]},{"id":6600,"name":"APIApplicationCommandInteractionDataSubcommandOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6601,"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":6603,"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":6507,"name":"APIApplicationCommandInteractionDataBasicOption"}}},{"id":6602,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":12,"character":1}],"type":{"type":"reference","id":6570,"name":"Subcommand"}}],"groups":[{"title":"Properties","kind":1024,"children":[6601,6603,6602]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":10,"character":17}]},{"id":6520,"name":"APIApplicationCommandOptionBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6524,"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"}},{"id":6525,"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"}]}},{"id":6522,"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"}},{"id":6523,"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"}]}},{"id":6526,"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"}},{"id":6521,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":6527,"name":"Type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6524,6525,6522,6523,6526,6521]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":4,"character":17}],"typeParameter":[{"id":6527,"name":"Type","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6569,"name":"ApplicationCommandOptionType"}}],"extendedBy":[{"type":"reference","id":6544,"name":"APIApplicationCommandChannelOption"},{"type":"reference","id":6592,"name":"APIApplicationCommandSubcommandOption"},{"type":"reference","id":6604,"name":"APIApplicationCommandSubcommandGroupOption"}]},{"id":6581,"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":6582,"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":6583,"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":6584,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":26,"character":1}],"type":{"type":"reference","id":6585,"name":"ValueType"}}],"groups":[{"title":"Properties","kind":1024,"children":[6582,6583,6584]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":23,"character":17}],"typeParameter":[{"id":6585,"name":"ValueType","kind":131072,"kindString":"Type parameter","flags":{},"default":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}}]},{"id":6649,"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":6650,"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":6652,"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":6651,"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":6653,"name":"ApplicationCommandPermissionType"}}],"groups":[{"title":"Properties","kind":1024,"children":[6650,6652,6651]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":28,"character":17}]},{"id":6604,"name":"APIApplicationCommandSubcommandGroupOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6609,"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","id":6524,"name":"APIApplicationCommandOptionBase.description"}},{"id":6610,"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","id":6525,"name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":6607,"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","id":6522,"name":"APIApplicationCommandOptionBase.name"}},{"id":6608,"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","id":6523,"name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":6605,"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":6592,"name":"APIApplicationCommandSubcommandOption"}}},{"id":6611,"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","id":6526,"name":"APIApplicationCommandOptionBase.required"}},{"id":6606,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":6571,"name":"SubcommandGroup"},"inheritedFrom":{"type":"reference","id":6521,"name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6609,6610,6607,6608,6605,6611,6606]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":8,"character":17}],"extendedTypes":[{"type":"reference","id":6520,"typeArguments":[{"type":"reference","id":6571,"name":"ApplicationCommandOptionType.SubcommandGroup"}],"name":"APIApplicationCommandOptionBase"}]},{"id":6592,"name":"APIApplicationCommandSubcommandOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6597,"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","id":6524,"name":"APIApplicationCommandOptionBase.description"}},{"id":6598,"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","id":6525,"name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":6595,"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","id":6522,"name":"APIApplicationCommandOptionBase.name"}},{"id":6596,"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","id":6523,"name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":6593,"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":6504,"name":"APIApplicationCommandBasicOption"}}},{"id":6599,"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","id":6526,"name":"APIApplicationCommandOptionBase.required"}},{"id":6594,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":6570,"name":"Subcommand"},"inheritedFrom":{"type":"reference","id":6521,"name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6597,6598,6595,6596,6593,6599,6594]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":5,"character":17}],"extendedTypes":[{"type":"reference","id":6520,"typeArguments":[{"type":"reference","id":6570,"name":"ApplicationCommandOptionType.Subcommand"}],"name":"APIApplicationCommandOptionBase"}]},{"id":5382,"name":"APIApplicationInstallParams","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5384,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":112,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5383,"name":"scopes","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":111,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6863,"name":"OAuth2Scopes"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5384,5383]}],"sources":[{"fileName":"payloads/v9/application.ts","line":110,"character":17}]},{"id":5943,"name":"APIAttachment","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#attachment-object-attachment-structure"},"children":[{"id":5947,"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":1197,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5946,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description for the file"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5953,"name":"ephemeral","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this attachment is ephemeral"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1221,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5945,"name":"filename","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of file attached"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1187,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5951,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of file (if image)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1213,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":5944,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Attachment id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1183,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5950,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A proxied url of file"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1209,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5948,"name":"size","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Size of file in bytes"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1201,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5949,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source url of file"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1205,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5952,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of file (if image)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1217,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5947,5946,5953,5945,5951,5944,5950,5948,5949,5952]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1179,"character":17}]},{"id":5400,"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":5401,"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":43,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6478,"name":"APIApplicationCommand"}}},{"id":5404,"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":61,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5409,"name":"APIAuditLogEntry"}}},{"id":5405,"name":"auto_moderation_rules","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"List of auto moderation rules referenced in the audit log","text":"See https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":67,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5565,"name":"APIAutoModerationRule"}}},{"id":5408,"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":87,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6457,"name":"APIGuildScheduledEvent"}}},{"id":5406,"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":73,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6327,"name":"APIGuildIntegration"}}},{"id":5407,"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":81,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5754,"name":"APIChannel"}}},{"id":5403,"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":55,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6991,"name":"APIUser"}}},{"id":5402,"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":49,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":7081,"name":"APIWebhook"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5401,5404,5405,5408,5406,5407,5403,5402]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":37,"character":17}]},{"id":5409,"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":5414,"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":119,"character":1}],"type":{"type":"reference","id":5417,"name":"AuditLogEvent"}},{"id":5411,"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":103,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5487,"name":"APIAuditLogChange"}}},{"id":5413,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the entry"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":113,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5415,"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":125,"character":1}],"type":{"type":"reference","id":5472,"name":"APIAuditLogOptions"}},{"id":5416,"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":129,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5410,"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":97,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5412,"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":109,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5414,5411,5413,5415,5416,5410,5412]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":93,"character":17}]},{"id":5472,"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":5473,"name":"auto_moderation_rule_name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the Auto Moderation rule that was triggered","text":"Present from:\n- AUTO_MODERATION_BLOCK_MESSAGE\n- AUTO_MODERATION_FLAG_TO_CHANNEL\n- AUTO_MODERATION_USER_COMMUNICATION_DISABLED\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":217,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5474,"name":"auto_moderation_rule_trigger_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Trigger type of the Auto Moderation rule that was triggered","text":"Present from:\n- AUTO_MODERATION_BLOCK_MESSAGE\n- AUTO_MODERATION_FLAG_TO_CHANNEL\n- AUTO_MODERATION_USER_COMMUNICATION_DISABLED\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":226,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"1"},{"type":"literal","value":"3"},{"type":"literal","value":"4"},{"type":"literal","value":"5"}]}},{"id":5477,"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- AUTO_MODERATION_BLOCK_MESSAGE\n- AUTO_MODERATION_FLAG_TO_CHANNEL\n- AUTO_MODERATION_USER_COMMUNICATION_DISABLED\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":257,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5479,"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":277,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5475,"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":233,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5480,"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":287,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5476,"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":240,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5478,"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":266,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5482,"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":311,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5481,"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":299,"character":1}],"type":{"type":"reference","id":5483,"name":"AuditLogOptionsType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5473,5474,5477,5479,5475,5480,5476,5478,5482,5481]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":208,"character":17}]},{"id":5593,"name":"APIAutoModerationAction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-action-object-auto-moderation-action-structure"},"children":[{"id":5595,"name":"metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Additional metadata needed during execution for this specific action type","text":"Will only be omitted if the action type is {@link AutoModerationActionType.BlockMessage}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":156,"character":1}],"type":{"type":"reference","id":5600,"name":"APIAutoModerationActionMetadata"}},{"id":5594,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The action type"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":150,"character":1}],"type":{"type":"reference","id":5596,"name":"AutoModerationActionType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5595,5594]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":146,"character":17}]},{"id":5600,"name":"APIAutoModerationActionMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-action-object-action-metadata"},"children":[{"id":5601,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Channel to which user content should be logged","text":"Associated action type: {@link AutoModerationActionType.SendAlertMessage}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":186,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5602,"name":"duration_seconds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timeout duration in seconds (Maximum of 4 weeks - 2419200 seconds)","text":"Only available if using {@link AutoModerationRuleTriggerType.Keyword}\n\nAssociated action type: {@link AutoModerationActionType.Timeout}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":194,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5601,5602]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":180,"character":17}]},{"id":5565,"name":"APIAutoModerationRule","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-auto-moderation-rule-structure"},"children":[{"id":5573,"name":"actions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The actions which will execute when this rule is triggered"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":42,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5593,"name":"APIAutoModerationAction"}}},{"id":5569,"name":"creator_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user id who created this rule"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5574,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this rule is enabled"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5570,"name":"event_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule event type"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":30,"character":1}],"type":{"type":"reference","id":5592,"name":"MessageSend"}},{"id":5576,"name":"exempt_channels","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel ids that shouldn't be affected by this rule (Maximum of 50)"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":54,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5575,"name":"exempt_roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The role ids that shouldn't be affected by this rule (Maximum of 20)"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":50,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5567,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild which this rule belongs to"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5566,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of this rule"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5568,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule name"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5572,"name":"trigger_metadata","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule trigger metadata"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":38,"character":1}],"type":{"type":"reference","id":5582,"name":"APIAutoModerationRuleTriggerMetadata"}},{"id":5571,"name":"trigger_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule trigger type"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":34,"character":1}],"type":{"type":"reference","id":5577,"name":"AutoModerationRuleTriggerType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5573,5569,5574,5570,5576,5575,5567,5566,5568,5572,5571]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":10,"character":17}]},{"id":5582,"name":"APIAutoModerationRuleTriggerMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-trigger-metadata"},"children":[{"id":5585,"name":"allow_list","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Substrings which will be exempt from triggering the preset trigger type (Maximum of 1000)","text":"A allowed-word can be a phrase which contains multiple words. Wildcard symbols can be used to customize how each string will be matched. Each keyword must be 30 characters or less\nSee [keyword matching strategies](https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-keyword-matching-strategies)\n\nAssociated trigger type: {@link AutoModerationRuleTriggerType.KeywordPreset}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":106,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5583,"name":"keyword_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Substrings which will be searched for in content (Maximum of 1000)","text":"A keyword can be a phrase which contains multiple words. Wildcard symbols can be used to customize how each string will be matched. Each keyword must be 30 characters or less\nSee [keyword matching strategies](https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-keyword-matching-strategies)\n\nAssociated trigger type: {@link AutoModerationRuleTriggerType.Keyword}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":91,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5586,"name":"mention_total_limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Total number of mentions (role & user) allowed per message (Maximum of 50)","text":"Associated trigger type: {@link AutoModerationRuleTriggerType.MentionSpam}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":112,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5584,"name":"presets","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The internally pre-defined wordsets which will be searched for in content","text":"Associated trigger type: {@link AutoModerationRuleTriggerType.KeywordPreset}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":97,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5587,"name":"AutoModerationRuleKeywordPresetType"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5585,5583,5586,5584]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":82,"character":17}]},{"id":6357,"name":"APIBan","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#ban-object"},"children":[{"id":6358,"name":"reason","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The reason for the ban"},"sources":[{"fileName":"payloads/v9/guild.ts","line":781,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6359,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The banned user"},"sources":[{"fileName":"payloads/v9/guild.ts","line":785,"character":1}],"type":{"type":"reference","id":6991,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6358,6359]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":777,"character":17}]},{"id":5968,"name":"APIBaseComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#component-object"},"children":[{"id":5969,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5970,"name":"T"}}],"groups":[{"title":"Properties","kind":1024,"children":[5969]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1295,"character":17}],"typeParameter":[{"id":5970,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5971,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":5981,"name":"APIActionRowComponent"},{"type":"reference","id":5985,"name":"APIButtonComponentBase"},{"type":"reference","id":6020,"name":"APIBaseSelectMenuComponent"},{"type":"reference","id":6054,"name":"APITextInputComponent"}]},{"id":6689,"name":"APIBaseInteraction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"children":[{"id":6701,"name":"app_permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Bitwise set of permissions the app or bot has within the channel the interaction was sent from"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":110,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6691,"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":6695,"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":6693,"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":6705,"name":"Data"}},{"id":6694,"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":6703,"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":118,"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":6690,"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":6702,"name":"locale","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The selected language of the invoking user"},"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":6696,"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":6677,"name":"APIInteractionGuildMember"}},{"id":6700,"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":5775,"name":"APIMessage"}},{"id":6698,"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":6692,"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":6704,"name":"Type"}},{"id":6697,"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":6991,"name":"APIUser"}},{"id":6699,"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":[6701,6691,6695,6693,6694,6703,6690,6702,6696,6700,6698,6692,6697,6699]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":60,"character":17}],"typeParameter":[{"id":6704,"name":"Type","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6785,"name":"InteractionType"}},{"id":6705,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{}}]},{"id":6020,"name":"APIBaseSelectMenuComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"children":[{"id":6021,"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":1449,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6025,"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":1471,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6024,"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":1465,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6023,"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":1459,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6022,"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":1453,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6026,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":6027,"name":"T"},"inheritedFrom":{"type":"reference","id":5969,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6021,6025,6024,6023,6022,6026]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1438,"character":17}],"typeParameter":[{"id":6027,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"union","types":[{"type":"reference","id":5974,"name":"ComponentType.StringSelect"},{"type":"reference","id":5976,"name":"ComponentType.UserSelect"},{"type":"reference","id":5977,"name":"ComponentType.RoleSelect"},{"type":"reference","id":5978,"name":"ComponentType.MentionableSelect"},{"type":"reference","id":5979,"name":"ComponentType.ChannelSelect"}]}}],"extendedTypes":[{"type":"reference","id":5968,"typeArguments":[{"type":"reference","id":6027,"name":"T"}],"name":"APIBaseComponent"}],"extendedBy":[{"type":"reference","id":6028,"name":"APIStringSelectComponent"},{"type":"reference","id":6039,"name":"APIChannelSelectComponent"}]},{"id":5985,"name":"APIButtonComponentBase","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#buttons"},"children":[{"id":5989,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1379,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5988,"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":1375,"character":1}],"type":{"type":"reference","id":5992,"name":"APIMessageComponentEmoji"}},{"id":5986,"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":1367,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5987,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1371,"character":1}],"type":{"type":"reference","id":5991,"name":"Style"}},{"id":5990,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5973,"name":"Button"},"inheritedFrom":{"type":"reference","id":5969,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5989,5988,5986,5987,5990]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1363,"character":17}],"typeParameter":[{"id":5991,"name":"Style","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6011,"name":"ButtonStyle"}}],"extendedTypes":[{"type":"reference","id":5968,"typeArguments":[{"type":"reference","id":5973,"name":"ComponentType.Button"}],"name":"APIBaseComponent"}],"extendedBy":[{"type":"reference","id":5996,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":6003,"name":"APIButtonComponentWithURL"}]},{"id":5996,"name":"APIButtonComponentWithCustomId","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5997,"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":1404,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6001,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1379,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5989,"name":"APIButtonComponentBase.disabled"}},{"id":6000,"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":1375,"character":1}],"type":{"type":"reference","id":5992,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","id":5988,"name":"APIButtonComponentBase.emoji"}},{"id":5998,"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":1367,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5986,"name":"APIButtonComponentBase.label"}},{"id":5999,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1371,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6012,"name":"Primary"},{"type":"reference","id":6013,"name":"Secondary"},{"type":"reference","id":6014,"name":"Success"},{"type":"reference","id":6015,"name":"Danger"}]},"inheritedFrom":{"type":"reference","id":5987,"name":"APIButtonComponentBase.style"}},{"id":6002,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5973,"name":"Button"},"inheritedFrom":{"type":"reference","id":5990,"name":"APIButtonComponentBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5997,6001,6000,5998,5999,6002]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1397,"character":17}],"extendedTypes":[{"type":"reference","id":5985,"typeArguments":[{"type":"union","types":[{"type":"reference","id":6012,"name":"ButtonStyle.Primary"},{"type":"reference","id":6013,"name":"ButtonStyle.Secondary"},{"type":"reference","id":6014,"name":"ButtonStyle.Success"},{"type":"reference","id":6015,"name":"ButtonStyle.Danger"}]}],"name":"APIButtonComponentBase"}]},{"id":6003,"name":"APIButtonComponentWithURL","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6008,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1379,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5989,"name":"APIButtonComponentBase.disabled"}},{"id":6007,"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":1375,"character":1}],"type":{"type":"reference","id":5992,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","id":5988,"name":"APIButtonComponentBase.emoji"}},{"id":6005,"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":1367,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5986,"name":"APIButtonComponentBase.label"}},{"id":6006,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1371,"character":1}],"type":{"type":"reference","id":6016,"name":"Link"},"inheritedFrom":{"type":"reference","id":5987,"name":"APIButtonComponentBase.style"}},{"id":6009,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5973,"name":"Button"},"inheritedFrom":{"type":"reference","id":5990,"name":"APIButtonComponentBase.type"}},{"id":6004,"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":1411,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6008,6007,6005,6006,6009,6004]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1407,"character":17}],"extendedTypes":[{"type":"reference","id":5985,"typeArguments":[{"type":"reference","id":6016,"name":"ButtonStyle.Link"}],"name":"APIButtonComponentBase"}]},{"id":5607,"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":5609,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6064,"name":"ChannelFlags"}},{"id":5610,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5604,"name":"APIPartialChannel.id"}},{"id":5611,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5606,"name":"APIPartialChannel.name"}},{"id":5608,"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":38,"character":1}],"type":{"type":"reference","id":5612,"name":"T"},"overwrites":{"type":"reference","id":5605,"name":"APIPartialChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5609,5610,5611,5608]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":37,"character":17}],"typeParameter":[{"id":5612,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5755,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":5603,"name":"APIPartialChannel"}],"extendedBy":[{"type":"reference","id":5615,"name":"APITextBasedChannel"},{"type":"reference","id":5623,"name":"APIGuildChannel"}]},{"id":5954,"name":"APIChannelMention","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-mention-object-channel-mention-structure"},"children":[{"id":5956,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild containing the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1235,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5955,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1231,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5958,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1245,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5957,"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":1241,"character":1}],"type":{"type":"reference","id":5755,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5956,5955,5958,5957]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1227,"character":17}]},{"id":7564,"name":"APIChannelPatchOverwrite","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7566,"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":463,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":7650,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":7567,"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":471,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":7651,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":7565,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/channel.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7568,"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":475,"character":1}],"type":{"type":"reference","id":5865,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":7652,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[7566,7567,7565,7568]}],"sources":[{"fileName":"rest/v9/channel.ts","line":28,"character":17}],"extendedTypes":[{"type":"reference","id":7649,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":6039,"name":"APIChannelSelectComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"children":[{"id":6040,"name":"channel_types","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"List of channel types to include in the ChannelSelect component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1506,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5755,"name":"ChannelType"}}},{"id":6041,"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":1449,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6021,"name":"APIBaseSelectMenuComponent.custom_id"}},{"id":6045,"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":1471,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6025,"name":"APIBaseSelectMenuComponent.disabled"}},{"id":6044,"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":1465,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6024,"name":"APIBaseSelectMenuComponent.max_values"}},{"id":6043,"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":1459,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6023,"name":"APIBaseSelectMenuComponent.min_values"}},{"id":6042,"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":1453,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6022,"name":"APIBaseSelectMenuComponent.placeholder"}},{"id":6046,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5979,"name":"ChannelSelect"},"inheritedFrom":{"type":"reference","id":6026,"name":"APIBaseSelectMenuComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6040,6041,6045,6044,6043,6042,6046]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1502,"character":17}],"extendedTypes":[{"type":"reference","id":6020,"typeArguments":[{"type":"reference","id":5979,"name":"ComponentType.ChannelSelect"}],"name":"APIBaseSelectMenuComponent"}]},{"id":6508,"name":"APIChatInputApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"children":[{"id":6514,"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":6511,"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":6513,"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":6509,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":110,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6506,"name":"APIApplicationCommandInteractionDataOption"}}},{"id":6510,"name":"resolved","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":111,"character":1}],"type":{"type":"reference","id":6726,"name":"APIInteractionDataResolved"}},{"id":6512,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":6495,"name":"ChatInput"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6514,6511,6513,6509,6510,6512]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":108,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6495,"name":"ApplicationCommandType.ChatInput"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":6822,"name":"APICommandAutocompleteInteractionResponseCallbackData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6823,"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":6581,"typeArguments":[{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}],"name":"APIApplicationCommandOptionChoice"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6823]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":104,"character":17}]},{"id":7029,"name":"APIConnection","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#connection-object"},"children":[{"id":7036,"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":207,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7030,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the connection account"},"sources":[{"fileName":"payloads/v9/user.ts","line":179,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7034,"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":199,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6327,"name":"APIGuildIntegration"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}}},{"id":7031,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The username of the connection account"},"sources":[{"fileName":"payloads/v9/user.ts","line":183,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7033,"name":"revoked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the connection is revoked"},"sources":[{"fileName":"payloads/v9/user.ts","line":193,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7037,"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":211,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7038,"name":"two_way_link","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this connection supports console voice transfer"},"sources":[{"fileName":"payloads/v9/user.ts","line":215,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7032,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The service of the connection","text":"See https://discord.com/developers/docs/resources/user#connection-object-services\n"},"sources":[{"fileName":"payloads/v9/user.ts","line":189,"character":1}],"type":{"type":"reference","id":7040,"name":"ConnectionService"}},{"id":7035,"name":"verified","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the connection is verified"},"sources":[{"fileName":"payloads/v9/user.ts","line":203,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7039,"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":221,"character":1}],"type":{"type":"reference","id":7058,"name":"ConnectionVisibility"}}],"groups":[{"title":"Properties","kind":1024,"children":[7036,7030,7034,7031,7033,7037,7038,7032,7035,7039]}],"sources":[{"fileName":"payloads/v9/user.ts","line":175,"character":17}]},{"id":5685,"name":"APIDMChannelBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5691,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6064,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.flags"}},{"id":5689,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":5690,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.last_message_id"}},{"id":5687,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.name"}},{"id":5686,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6991,"name":"APIUser"}}},{"id":5688,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":38,"character":1}],"type":{"type":"reference","id":5692,"name":"T"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5691,5689,5690,5687,5686,5688]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":155,"character":17}],"typeParameter":[{"id":5692,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5755,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":5615,"typeArguments":[{"type":"reference","id":5692,"name":"T"}],"name":"APITextBasedChannel"},{"type":"literal","value":"rate_limit_per_user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":5890,"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":5902,"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":982,"character":1}],"type":{"type":"reference","id":5930,"name":"APIEmbedAuthor"}},{"id":5896,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Color code of the embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":946,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5893,"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":934,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5903,"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":990,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5939,"name":"APIEmbedField"}}},{"id":5897,"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":952,"character":1}],"type":{"type":"reference","id":5935,"name":"APIEmbedFooter"}},{"id":5898,"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":958,"character":1}],"type":{"type":"reference","id":5922,"name":"APIEmbedImage"}},{"id":5901,"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":976,"character":1}],"type":{"type":"reference","id":5927,"name":"APIEmbedProvider"}},{"id":5899,"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":964,"character":1}],"type":{"type":"reference","id":5912,"name":"APIEmbedThumbnail"}},{"id":5895,"name":"timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of embed content"},"sources":[{"fileName":"payloads/v9/channel.ts","line":942,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5891,"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":920,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5892,"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":928,"character":1}],"type":{"type":"reference","id":5904,"name":"EmbedType"}},{"id":5894,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":938,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5900,"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":970,"character":1}],"type":{"type":"reference","id":5917,"name":"APIEmbedVideo"}}],"groups":[{"title":"Properties","kind":1024,"children":[5902,5896,5893,5903,5897,5898,5901,5899,5895,5891,5892,5894,5900]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":914,"character":17}]},{"id":5930,"name":"APIEmbedAuthor","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-author-structure"},"children":[{"id":5933,"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":1127,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5931,"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":1119,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5934,"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":1131,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5932,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of author"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1123,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5933,5931,5934,5932]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1113,"character":17}]},{"id":5939,"name":"APIEmbedField","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-field-structure"},"children":[{"id":5942,"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":1173,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5940,"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":1163,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5941,"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":1169,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5942,5940,5941]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1157,"character":17}]},{"id":5935,"name":"APIEmbedFooter","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-footer-structure"},"children":[{"id":5937,"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":1147,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5938,"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":1151,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5936,"name":"text","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Footer text","text":"Length limit: 2048 characters\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1143,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5937,5938,5936]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1137,"character":17}]},{"id":5922,"name":"APIEmbedImage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-image-structure"},"children":[{"id":5925,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of image"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1089,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5924,"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":1085,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5923,"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":1081,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5926,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of image"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1093,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5925,5924,5923,5926]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1077,"character":17}]},{"id":5927,"name":"APIEmbedProvider","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-provider-structure"},"children":[{"id":5928,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of provider"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1103,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5929,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of provider"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1107,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5928,5929]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1099,"character":17}]},{"id":5912,"name":"APIEmbedThumbnail","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-thumbnail-structure"},"children":[{"id":5915,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of thumbnail"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1045,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5914,"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":1041,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5913,"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":1037,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5916,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of thumbnail"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1049,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5915,5914,5913,5916]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1033,"character":17}]},{"id":5917,"name":"APIEmbedVideo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-video-structure"},"children":[{"id":5920,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of video"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1067,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5919,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of the video"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1063,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5918,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Source url of video"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1059,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5921,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of video"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1071,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5920,5919,5918,5921]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1055,"character":17}]},{"id":6076,"name":"APIEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#emoji-object-emoji-structure"},"children":[{"id":6084,"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":6075,"name":"APIPartialEmoji.animated"}},{"id":6081,"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":6082,"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":6073,"name":"APIPartialEmoji.id"}},{"id":6080,"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":6083,"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":6074,"name":"APIPartialEmoji.name"}},{"id":6079,"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":6077,"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":6078,"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":6991,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6084,6081,6082,6080,6083,6079,6077,6078]}],"sources":[{"fileName":"payloads/v9/emoji.ts","line":30,"character":17}],"extendedTypes":[{"type":"reference","id":6072,"name":"APIPartialEmoji"}]},{"id":6845,"name":"APIExtendedInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-metadata-object"},"children":[{"id":6859,"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":6838,"name":"APIInvite.approximate_member_count"}},{"id":6858,"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":6837,"name":"APIInvite.approximate_presence_count"}},{"id":6853,"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":5603,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},"inheritedFrom":{"type":"reference","id":6832,"name":"APIInvite.channel"}},{"id":6851,"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":6830,"name":"APIInvite.code"}},{"id":6850,"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":6860,"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":6839,"name":"APIInvite.expires_at"}},{"id":6852,"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":6828,"name":"APIInviteGuild"},"inheritedFrom":{"type":"reference","id":6831,"name":"APIInvite.guild"}},{"id":6862,"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":6457,"name":"APIGuildScheduledEvent"},"inheritedFrom":{"type":"reference","id":6841,"name":"APIInvite.guild_scheduled_event"}},{"id":6854,"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":6991,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":6833,"name":"APIInvite.inviter"}},{"id":6848,"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":6847,"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":6861,"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":6915,"name":"APIInviteStageInstance"},"inheritedFrom":{"type":"reference","id":6840,"name":"APIInvite.stage_instance"}},{"id":6857,"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/resources/application#application-object\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":70,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5360,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},"inheritedFrom":{"type":"reference","id":6836,"name":"APIInvite.target_application"}},{"id":6855,"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":"payloads/v9/invite.ts","line":58,"character":1}],"type":{"type":"reference","id":6842,"name":"InviteTargetType"},"inheritedFrom":{"type":"reference","id":6834,"name":"APIInvite.target_type"}},{"id":6856,"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":6991,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":6835,"name":"APIInvite.target_user"}},{"id":6849,"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":6846,"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":[6859,6858,6853,6851,6850,6860,6852,6862,6854,6848,6847,6861,6857,6855,6856,6849,6846]}],"sources":[{"fileName":"payloads/v9/invite.ts","line":105,"character":17}],"extendedTypes":[{"type":"reference","id":6829,"name":"APIInvite"}]},{"id":6440,"name":"APIExternalGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6441,"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":6454,"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":6991,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":6445,"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":6447,"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":6453,"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":6442,"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":6458,"name":"APIGuildScheduledEventEntityMetadata"}],"qualifiedName":"Required","package":"typescript","name":"Required"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":6452,"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":6463,"name":"External"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":6444,"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":6443,"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":6456,"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":6446,"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":6450,"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":6470,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":6449,"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":6448,"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":6451,"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":6464,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":6455,"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":[6441,6454,6445,6447,6453,6442,6452,6444,6443,6456,6446,6450,6449,6448,6451,6455]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":83,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6463,"name":"GuildScheduledEventEntityType.External"}],"name":"APIGuildScheduledEventBase"}]},{"id":5853,"name":"APIFollowedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#followed-channel-object"},"children":[{"id":5854,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source channel id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":763,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5855,"name":"webhook_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Created target webhook id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":767,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5854,5855]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":759,"character":17}]},{"id":6087,"name":"APIGatewayBotInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway-bot"},"children":[{"id":6089,"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":37,"character":1}],"type":{"type":"reference","id":6091,"name":"APIGatewaySessionStartLimit"}},{"id":6088,"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":31,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6090,"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":19,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6086,"name":"APIGatewayInfo.url"}}],"groups":[{"title":"Properties","kind":1024,"children":[6089,6088,6090]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":6085,"name":"APIGatewayInfo"}]},{"id":6085,"name":"APIGatewayInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway"},"children":[{"id":6086,"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":19,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6086]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":15,"character":17}],"extendedBy":[{"type":"reference","id":6087,"name":"APIGatewayBotInfo"}]},{"id":6091,"name":"APIGatewaySessionStartLimit","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#session-start-limit-object"},"children":[{"id":6095,"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":59,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6093,"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":51,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6094,"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":55,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6092,"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":47,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[6095,6093,6094,6092]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":43,"character":17}]},{"id":5694,"name":"APIGroupDMChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5695,"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":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5703,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6064,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.flags"}},{"id":5696,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Icon hash"},"sources":[{"fileName":"payloads/v9/channel.ts","line":174,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5701,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":5699,"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":186,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","name":"Omit.last_message_id"}},{"id":5697,"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":178,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5698,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the DM creator"},"sources":[{"fileName":"payloads/v9/channel.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5702,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6991,"name":"APIUser"}},"inheritedFrom":{"type":"reference","name":"Omit.recipients"}},{"id":5700,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":38,"character":1}],"type":{"type":"reference","id":5759,"name":"GroupDM"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5695,5703,5696,5701,5699,5697,5698,5702,5700]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":166,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":5685,"typeArguments":[{"type":"reference","id":5759,"name":"ChannelType.GroupDM"}],"name":"APIDMChannelBase"},{"type":"literal","value":"name"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":6195,"name":"APIGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-structure"},"children":[{"id":6202,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of afk channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":119,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6203,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"payloads/v9/guild.ts","line":123,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]}},{"id":6213,"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":177,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6227,"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":241,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6228,"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":245,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6221,"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":213,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":6188,"name":"APIPartialGuild.banner"}},{"id":6207,"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":143,"character":1}],"type":{"type":"reference","id":6238,"name":"GuildDefaultMessageNotifications"}},{"id":6220,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":207,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":6189,"name":"APIPartialGuild.description"}},{"id":6197,"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":90,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6210,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6076,"name":"APIEmoji"}}},{"id":6208,"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":149,"character":1}],"type":{"type":"reference","id":6241,"name":"GuildExplicitContentFilter"}},{"id":6211,"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":167,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6273,"name":"GuildFeature"}},"overwrites":{"type":"reference","id":6190,"name":"APIPartialGuild.features"}},{"id":6233,"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":271,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":6264,"name":"GuildHubType"}]}},{"id":6235,"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":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6186,"name":"APIPartialGuild.icon"}},{"id":6196,"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":84,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6237,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6193,"name":"APIPartialGuild.id"}},{"id":6218,"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":199,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6217,"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":195,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":6226,"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":237,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6212,"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":173,"character":1}],"type":{"type":"reference","id":6245,"name":"GuildMFALevel"}},{"id":6234,"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":34,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6185,"name":"APIPartialGuild.name"}},{"id":6230,"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":257,"character":1}],"type":{"type":"reference","id":6248,"name":"GuildNSFWLevel"}},{"id":6198,"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":96,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6199,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of owner"},"sources":[{"fileName":"payloads/v9/guild.ts","line":100,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6200,"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":108,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6224,"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":229,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6232,"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":267,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6223,"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":223,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6222,"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":219,"character":1}],"type":{"type":"reference","id":6259,"name":"GuildPremiumTier"}},{"id":6225,"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":233,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6201,"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":115,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6209,"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":155,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6888,"name":"APIRole"}}},{"id":6216,"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":191,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6236,"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":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6187,"name":"APIPartialGuild.splash"}},{"id":6231,"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":263,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6920,"name":"APISticker"}}},{"id":6215,"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":187,"character":1}],"type":{"type":"reference","id":6268,"name":"GuildSystemChannelFlags"}},{"id":6214,"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":181,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6219,"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":203,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":6192,"name":"APIPartialGuild.vanity_url_code"}},{"id":6206,"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":137,"character":1}],"type":{"type":"reference","id":6253,"name":"GuildVerificationLevel"},"overwrites":{"type":"reference","id":6191,"name":"APIPartialGuild.verification_level"}},{"id":6229,"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":251,"character":1}],"type":{"type":"reference","id":6387,"name":"APIGuildWelcomeScreen"},"overwrites":{"type":"reference","id":6194,"name":"APIPartialGuild.welcome_screen"}},{"id":6205,"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":131,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6204,"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":127,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[6202,6203,6213,6227,6228,6221,6207,6220,6197,6210,6208,6211,6233,6235,6196,6237,6218,6217,6226,6212,6234,6230,6198,6199,6200,6224,6232,6223,6222,6225,6201,6209,6216,6236,6231,6215,6214,6219,6206,6229,6205,6204]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":78,"character":17}],"extendedTypes":[{"type":"reference","id":6184,"name":"APIPartialGuild"}],"extendedBy":[{"type":"reference","id":5021,"name":"GatewayGuildCreateDispatchData"}]},{"id":6644,"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":6646,"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":6647,"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":6645,"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":6648,"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":6649,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6646,6647,6645,6648]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":6,"character":17}]},{"id":5623,"name":"APIGuildChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5630,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6064,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5609,"name":"APIChannelBase.flags"}},{"id":5624,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5631,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5610,"name":"APIChannelBase.id"}},{"id":5632,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5611,"name":"APIChannelBase.name"}},{"id":5628,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5627,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5625,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5860,"name":"APIOverwrite"}}},{"id":5626,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5629,"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":38,"character":1}],"type":{"type":"reference","id":5633,"name":"T"},"inheritedFrom":{"type":"reference","id":5608,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5630,5624,5631,5632,5628,5627,5625,5626,5629]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":72,"character":17}],"typeParameter":[{"id":5633,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5755,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":5607,"typeArguments":[{"type":"reference","id":5633,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":5635,"name":"APIGuildTextChannel"},{"type":"reference","id":5654,"name":"APIVoiceChannelBase"},{"type":"reference","id":5704,"name":"APIThreadChannel"}]},{"id":7721,"name":"APIGuildCreateOverwrite","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7723,"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":463,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":7650,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":7724,"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":471,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":7651,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":7722,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":38,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":7725,"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":475,"character":1}],"type":{"type":"reference","id":5865,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":7652,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[7723,7724,7722,7725]}],"sources":[{"fileName":"rest/v9/guild.ts","line":37,"character":17}],"extendedTypes":[{"type":"reference","id":7649,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":7733,"name":"APIGuildCreateRole","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7737,"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":631,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.color"}},{"id":7738,"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":637,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.hoist"}},{"id":7739,"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":641,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.icon"}},{"id":7734,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":7741,"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":651,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.mentionable"}},{"id":7735,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.name"}},{"id":7736,"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":625,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.permissions"}},{"id":7740,"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":645,"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":[7737,7738,7739,7734,7741,7735,7736,7740]}],"sources":[{"fileName":"rest/v9/guild.ts","line":68,"character":17}],"extendedTypes":[{"type":"reference","id":7850,"name":"RESTPostAPIGuildRoleJSONBody"}]},{"id":5735,"name":"APIGuildForumChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5736,"name":"available_tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The set of tags that can be used in a forum channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":297,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5723,"name":"APIGuildForumTag"}}},{"id":5740,"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":109,"character":1}],"type":{"type":"reference","id":5875,"name":"ThreadAutoArchiveDuration"},"inheritedFrom":{"type":"reference","id":5636,"name":"APIGuildTextChannel.default_auto_archive_duration"}},{"id":5738,"name":"default_reaction_emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji to show in the add reaction button on a thread in a forum channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":306,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":5729,"name":"APIGuildForumDefaultReactionEmoji"}]}},{"id":5739,"name":"default_sort_order","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The default sort order type used to order posts in forum channels"},"sources":[{"fileName":"payloads/v9/channel.ts","line":310,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":5732,"name":"SortOrderType"}]}},{"id":5737,"name":"default_thread_rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The initial `rate_limit_per_user` to set on newly created threads in a forum channel.\nThis field is copied to the thread at creation time and does not live update"},"sources":[{"fileName":"payloads/v9/channel.ts","line":302,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5746,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6064,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5642,"name":"APIGuildTextChannel.flags"}},{"id":5749,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5645,"name":"APIGuildTextChannel.guild_id"}},{"id":5747,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5643,"name":"APIGuildTextChannel.id"}},{"id":5743,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5639,"name":"APIGuildTextChannel.last_message_id"}},{"id":5742,"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":118,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5638,"name":"APIGuildTextChannel.last_pin_timestamp"}},{"id":5748,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5644,"name":"APIGuildTextChannel.name"}},{"id":5753,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5649,"name":"APIGuildTextChannel.nsfw"}},{"id":5752,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5648,"name":"APIGuildTextChannel.parent_id"}},{"id":5750,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5860,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5646,"name":"APIGuildTextChannel.permission_overwrites"}},{"id":5751,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5647,"name":"APIGuildTextChannel.position"}},{"id":5744,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5640,"name":"APIGuildTextChannel.rate_limit_per_user"}},{"id":5741,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel topic (0-1024 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":113,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5637,"name":"APIGuildTextChannel.topic"}},{"id":5745,"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":38,"character":1}],"type":{"type":"reference","id":5767,"name":"GuildForum"},"inheritedFrom":{"type":"reference","id":5641,"name":"APIGuildTextChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5736,5740,5738,5739,5737,5746,5749,5747,5743,5742,5748,5753,5752,5750,5751,5744,5741,5745]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":293,"character":17}],"extendedTypes":[{"type":"reference","id":5635,"typeArguments":[{"type":"reference","id":5767,"name":"ChannelType.GuildForum"}],"name":"APIGuildTextChannel"}]},{"id":5729,"name":"APIGuildForumDefaultReactionEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#default-reaction-object-default-reaction-structure"},"children":[{"id":5730,"name":"emoji_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of a guild's custom emoji"},"sources":[{"fileName":"payloads/v9/channel.ts","line":272,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5731,"name":"emoji_name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unicode character of the emoji"},"sources":[{"fileName":"payloads/v9/channel.ts","line":276,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5730,5731]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":268,"character":17}]},{"id":5723,"name":"APIGuildForumTag","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#forum-tag-object-forum-tag-structure"},"children":[{"id":5727,"name":"emoji_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of a guild's custom emoji"},"sources":[{"fileName":"payloads/v9/channel.ts","line":258,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5728,"name":"emoji_name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unicode character of the emoji"},"sources":[{"fileName":"payloads/v9/channel.ts","line":262,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5724,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the tag"},"sources":[{"fileName":"payloads/v9/channel.ts","line":246,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5726,"name":"moderated","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this tag can only be added to or removed from threads by a member with the `MANAGE_THREADS` permission"},"sources":[{"fileName":"payloads/v9/channel.ts","line":254,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5725,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the tag (0-20 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":250,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5727,5728,5724,5726,5725]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":242,"character":17}]},{"id":6327,"name":"APIGuildIntegration","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object"},"children":[{"id":6338,"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":687,"character":1}],"type":{"type":"reference","id":6348,"name":"APIIntegrationAccount"}},{"id":6342,"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":713,"character":1}],"type":{"type":"reference","id":6351,"name":"APIGuildIntegrationApplication"}},{"id":6334,"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":659,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6331,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Is this integration enabled"},"sources":[{"fileName":"payloads/v9/guild.ts","line":641,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6335,"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":667,"character":1}],"type":{"type":"reference","id":6345,"name":"IntegrationExpireBehavior"}},{"id":6336,"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":673,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6328,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":629,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6329,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration name"},"sources":[{"fileName":"payloads/v9/guild.ts","line":633,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6341,"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":705,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6333,"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":653,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6343,"name":"scopes","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The scopes the application has been authorized for"},"sources":[{"fileName":"payloads/v9/guild.ts","line":717,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6863,"name":"OAuth2Scopes"}}},{"id":6340,"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":699,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6339,"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":693,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6332,"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":647,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6330,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration type"},"sources":[{"fileName":"payloads/v9/guild.ts","line":637,"character":1}],"type":{"type":"reference","id":6344,"name":"APIGuildIntegrationType"}},{"id":6337,"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":681,"character":1}],"type":{"type":"reference","id":6991,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6338,6342,6334,6331,6335,6336,6328,6329,6341,6333,6343,6340,6339,6332,6330,6337]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":625,"character":17}]},{"id":6351,"name":"APIGuildIntegrationApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-application-object"},"children":[{"id":6356,"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":771,"character":1}],"type":{"type":"reference","id":6991,"name":"APIUser"}},{"id":6355,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description of the app"},"sources":[{"fileName":"payloads/v9/guild.ts","line":765,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6354,"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":761,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6352,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the app"},"sources":[{"fileName":"payloads/v9/guild.ts","line":751,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6353,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the app"},"sources":[{"fileName":"payloads/v9/guild.ts","line":755,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6356,6355,6354,6352,6353]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":747,"character":17}]},{"id":6316,"name":"APIGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":6319,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v9/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6326,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6323,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":605,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6321,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6324,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":609,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6318,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v9/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6325,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6322,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6320,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":6317,"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":577,"character":1}],"type":{"type":"reference","id":6991,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6319,6326,6323,6321,6324,6318,6325,6322,6320,6317]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":569,"character":17}],"extendedBy":[{"type":"reference","id":5099,"name":"GatewayGuildMemberAddDispatchData"},{"type":"reference","id":6677,"name":"APIInteractionGuildMember"}]},{"id":6395,"name":"APIGuildMembershipScreening","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6398,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The server description shown in the screening form"},"sources":[{"fileName":"payloads/v9/guild.ts","line":891,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6397,"name":"form_fields","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The steps in the screening form"},"sources":[{"fileName":"payloads/v9/guild.ts","line":887,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6399,"name":"APIGuildMembershipScreeningField"}}},{"id":6396,"name":"version","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the fields were last updated"},"sources":[{"fileName":"payloads/v9/guild.ts","line":883,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6398,6397,6396]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":879,"character":17}]},{"id":6399,"name":"APIGuildMembershipScreeningField","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6400,"name":"field_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of field"},"sources":[{"fileName":"payloads/v9/guild.ts","line":900,"character":1}],"type":{"type":"reference","id":6405,"name":"Terms"}},{"id":6401,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The title of the field"},"sources":[{"fileName":"payloads/v9/guild.ts","line":904,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6403,"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":912,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6402,"name":"values","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The list of rules"},"sources":[{"fileName":"payloads/v9/guild.ts","line":908,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6400,6401,6403,6402]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":896,"character":17}]},{"id":6301,"name":"APIGuildPreview","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-preview-object"},"children":[{"id":6309,"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":537,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6310,"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":541,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6311,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":545,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6306,"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":521,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6307,"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":527,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6076,"name":"APIEmoji"}}},{"id":6308,"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":533,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6273,"name":"GuildFeature"}}},{"id":6304,"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":509,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6302,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":499,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6303,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters)"},"sources":[{"fileName":"payloads/v9/guild.ts","line":503,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6305,"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":515,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6312,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild stickers"},"sources":[{"fileName":"payloads/v9/guild.ts","line":549,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6920,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6309,6310,6311,6306,6307,6308,6304,6302,6303,6305,6312]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":495,"character":17}]},{"id":6458,"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":6459,"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":[6459]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":100,"character":17}]},{"id":6471,"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":6472,"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":6474,"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":6316,"name":"APIGuildMember"}},{"id":6473,"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":6991,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6472,6474,6473]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":139,"character":17}]},{"id":5635,"name":"APIGuildTextChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5636,"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":109,"character":1}],"type":{"type":"reference","id":5875,"name":"ThreadAutoArchiveDuration"}},{"id":5642,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6064,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5630,"name":"APIGuildChannel.flags"}},{"id":5645,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5624,"name":"APIGuildChannel.guild_id"}},{"id":5643,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5631,"name":"APIGuildChannel.id"}},{"id":5639,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5616,"name":"APITextBasedChannel.last_message_id"}},{"id":5638,"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":118,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5644,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5632,"name":"APIGuildChannel.name"}},{"id":5649,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5628,"name":"APIGuildChannel.nsfw"}},{"id":5648,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5627,"name":"APIGuildChannel.parent_id"}},{"id":5646,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5860,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5625,"name":"APIGuildChannel.permission_overwrites"}},{"id":5647,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5626,"name":"APIGuildChannel.position"}},{"id":5640,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5617,"name":"APITextBasedChannel.rate_limit_per_user"}},{"id":5637,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel topic (0-1024 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":113,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5641,"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":38,"character":1}],"type":{"type":"reference","id":5650,"name":"T"},"inheritedFrom":{"type":"reference","id":5629,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5636,5642,5645,5643,5639,5638,5644,5649,5648,5646,5647,5640,5637,5641]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":103,"character":17}],"typeParameter":[{"id":5650,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5634,"name":"GuildTextChannelType"}}],"extendedTypes":[{"type":"reference","id":5615,"typeArguments":[{"type":"reference","id":5650,"name":"T"}],"name":"APITextBasedChannel"},{"type":"reference","id":5623,"typeArguments":[{"type":"reference","id":5650,"name":"T"}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":5735,"name":"APIGuildForumChannel"}]},{"id":5668,"name":"APIGuildVoiceChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5670,"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":129,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5655,"name":"APIVoiceChannelBase.bitrate"}},{"id":5679,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6064,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5619,"name":"APITextBasedChannel.flags"}},{"id":5673,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5658,"name":"APIVoiceChannelBase.guild_id"}},{"id":5680,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5620,"name":"APITextBasedChannel.id"}},{"id":5682,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5616,"name":"APITextBasedChannel.last_message_id"}},{"id":5681,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5621,"name":"APITextBasedChannel.name"}},{"id":5677,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5662,"name":"APIVoiceChannelBase.nsfw"}},{"id":5676,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5661,"name":"APIVoiceChannelBase.parent_id"}},{"id":5674,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5860,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5659,"name":"APIVoiceChannelBase.permission_overwrites"}},{"id":5675,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5660,"name":"APIVoiceChannelBase.position"}},{"id":5683,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5617,"name":"APITextBasedChannel.rate_limit_per_user"}},{"id":5672,"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":139,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5657,"name":"APIVoiceChannelBase.rtc_region"}},{"id":5678,"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":38,"character":1}],"type":{"type":"reference","id":5758,"name":"GuildVoice"},"inheritedFrom":{"type":"reference","id":5618,"name":"APITextBasedChannel.type"}},{"id":5671,"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":133,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5656,"name":"APIVoiceChannelBase.user_limit"}},{"id":5669,"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":150,"character":1}],"type":{"type":"reference","id":5772,"name":"VideoQualityMode"}}],"groups":[{"title":"Properties","kind":1024,"children":[5670,5679,5673,5680,5682,5681,5677,5676,5674,5675,5683,5672,5678,5671,5669]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":142,"character":17}],"extendedTypes":[{"type":"reference","id":5654,"typeArguments":[{"type":"reference","id":5758,"name":"ChannelType.GuildVoice"}],"name":"APIVoiceChannelBase"},{"type":"reference","id":5615,"typeArguments":[{"type":"reference","id":5758,"name":"ChannelType.GuildVoice"}],"name":"APITextBasedChannel"}]},{"id":6387,"name":"APIGuildWelcomeScreen","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6388,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The welcome screen short message"},"sources":[{"fileName":"payloads/v9/guild.ts","line":853,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6389,"name":"welcome_channels","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of suggested channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":857,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6390,"name":"APIGuildWelcomeScreenChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6388,6389]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":849,"character":17}]},{"id":6390,"name":"APIGuildWelcomeScreenChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6391,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel id that is suggested"},"sources":[{"fileName":"payloads/v9/guild.ts","line":864,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6392,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description shown for the channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":868,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6393,"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":872,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6394,"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":876,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[6391,6392,6393,6394]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":860,"character":17}]},{"id":6360,"name":"APIGuildWidget","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object"},"children":[{"id":6364,"name":"channels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":795,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6367,"name":"APIGuildWidgetChannel"}}},{"id":6361,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":792,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6363,"name":"instant_invite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":794,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6365,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":796,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6371,"name":"APIGuildWidgetMember"}}},{"id":6362,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":793,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6366,"name":"presence_count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":797,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[6364,6361,6363,6365,6362,6366]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":791,"character":17}]},{"id":6367,"name":"APIGuildWidgetChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object-example-guild-widget"},"children":[{"id":6368,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":804,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6369,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":805,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6370,"name":"position","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":806,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[6368,6369,6370]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":803,"character":17}]},{"id":6371,"name":"APIGuildWidgetMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object-example-guild-widget"},"children":[{"id":6377,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/guild.ts","line":818,"character":1}],"type":{"type":"reflection","declaration":{"id":6378,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":6379,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":818,"character":14}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6379]}]}}},{"id":6375,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":816,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6380,"name":"avatar_url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":819,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6374,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":815,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6372,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":813,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6376,"name":"status","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":817,"character":1}],"type":{"type":"reference","id":6102,"name":"PresenceUpdateStatus"}},{"id":6373,"name":"username","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":814,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6377,6375,6380,6374,6372,6376,6373]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":812,"character":17}]},{"id":6313,"name":"APIGuildWidgetSettings","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object"},"children":[{"id":6315,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The widget channel id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":563,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6314,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the widget is enabled"},"sources":[{"fileName":"payloads/v9/guild.ts","line":559,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[6315,6314]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":555,"character":17}]},{"id":6348,"name":"APIIntegrationAccount","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-account-object"},"children":[{"id":6349,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the account"},"sources":[{"fileName":"payloads/v9/guild.ts","line":737,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6350,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the account"},"sources":[{"fileName":"payloads/v9/guild.ts","line":741,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6349,6350]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":733,"character":17}]},{"id":6528,"name":"APIInteractionDataOptionBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6529,"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"}},{"id":6530,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":6532,"name":"T"}},{"id":6531,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":16,"character":1}],"type":{"type":"reference","id":6533,"name":"D"}}],"groups":[{"title":"Properties","kind":1024,"children":[6529,6530,6531]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":13,"character":17}],"typeParameter":[{"id":6532,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6569,"name":"ApplicationCommandOptionType"}},{"id":6533,"name":"D","kind":131072,"kindString":"Type parameter","flags":{}}],"extendedBy":[{"type":"reference","id":6554,"name":"APIApplicationCommandInteractionDataIntegerOption"},{"type":"reference","id":6562,"name":"APIApplicationCommandInteractionDataNumberOption"},{"type":"reference","id":6587,"name":"APIApplicationCommandInteractionDataStringOption"}]},{"id":6726,"name":"APIInteractionDataResolved","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure"},"children":[{"id":6731,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":157,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":5943,"name":"APIAttachment"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":6730,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":156,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":6710,"name":"APIInteractionDataResolvedChannel"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":6729,"name":"members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":155,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":6717,"name":"APIInteractionDataResolvedGuildMember"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":6728,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":154,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":6888,"name":"APIRole"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":6727,"name":"users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":153,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":6991,"name":"APIUser"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[6731,6730,6729,6728,6727]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":152,"character":17}]},{"id":6710,"name":"APIInteractionDataResolvedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object"},"children":[{"id":6714,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Required.id"}},{"id":6716,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Required.name"}},{"id":6713,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":139,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6712,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":138,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6711,"name":"thread_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":137,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":5868,"name":"APIThreadMetadata"}]}},{"id":6715,"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":26,"character":1}],"type":{"type":"reference","id":5755,"name":"ChannelType"},"inheritedFrom":{"type":"reference","name":"Required.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6714,6716,6713,6712,6711,6715]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":136,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":5603,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},{"id":6717,"name":"APIInteractionDataResolvedGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":6723,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v9/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.avatar"}},{"id":6725,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.communication_disabled_until"}},{"id":6720,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.joined_at"}},{"id":6721,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v9/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.nick"}},{"id":6724,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"Omit.pending"}},{"id":6718,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":146,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6722,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.premium_since"}},{"id":6719,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}}],"groups":[{"title":"Properties","kind":1024,"children":[6723,6725,6720,6721,6724,6718,6722,6719]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":145,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6316,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"user"},{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":6677,"name":"APIInteractionGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":6681,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v9/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6319,"name":"APIGuildMember.avatar"}},{"id":6688,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6326,"name":"APIGuildMember.communication_disabled_until"}},{"id":6685,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":605,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6323,"name":"APIGuildMember.deaf"}},{"id":6683,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6321,"name":"APIGuildMember.joined_at"}},{"id":6686,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":609,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6324,"name":"APIGuildMember.mute"}},{"id":6680,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v9/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6318,"name":"APIGuildMember.nick"}},{"id":6687,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6325,"name":"APIGuildMember.pending"}},{"id":6678,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6684,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6322,"name":"APIGuildMember.premium_since"}},{"id":6682,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":6320,"name":"APIGuildMember.roles"}},{"id":6679,"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":6991,"name":"APIUser"},"overwrites":{"type":"reference","id":6317,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[6681,6688,6685,6683,6686,6680,6687,6678,6684,6682,6679]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":50,"character":17}],"extendedTypes":[{"type":"reference","id":6316,"name":"APIGuildMember"}]},{"id":6800,"name":"APIInteractionResponseChannelMessageWithSource","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6802,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":45,"character":1}],"type":{"type":"reference","id":6819,"name":"APIInteractionResponseCallbackData"}},{"id":6801,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":44,"character":1}],"type":{"type":"reference","id":6813,"name":"ChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[6802,6801]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":43,"character":17}]},{"id":6803,"name":"APIInteractionResponseDeferredChannelMessageWithSource","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6805,"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":6819,"name":"APIInteractionResponseCallbackData"},{"type":"literal","value":"flags"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":6804,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":49,"character":1}],"type":{"type":"reference","id":6814,"name":"DeferredChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[6805,6804]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":48,"character":17}]},{"id":6806,"name":"APIInteractionResponseDeferredMessageUpdate","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6807,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":54,"character":1}],"type":{"type":"reference","id":6815,"name":"DeferredMessageUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[6807]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":53,"character":17}]},{"id":6792,"name":"APIInteractionResponsePong","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6793,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":30,"character":1}],"type":{"type":"reference","id":6812,"name":"Pong"}}],"groups":[{"title":"Properties","kind":1024,"children":[6793]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":29,"character":17}]},{"id":6808,"name":"APIInteractionResponseUpdateMessage","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6810,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":59,"character":1}],"type":{"type":"reference","id":6819,"name":"APIInteractionResponseCallbackData"}},{"id":6809,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":58,"character":1}],"type":{"type":"reference","id":6816,"name":"UpdateMessage"}}],"groups":[{"title":"Properties","kind":1024,"children":[6810,6809]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":57,"character":17}]},{"id":6829,"name":"APIInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object"},"children":[{"id":6838,"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":6837,"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":6832,"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":5603,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":6830,"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":6839,"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":6831,"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":6828,"name":"APIInviteGuild"}},{"id":6841,"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":6457,"name":"APIGuildScheduledEvent"}},{"id":6833,"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":6991,"name":"APIUser"}},{"id":6840,"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":6915,"name":"APIInviteStageInstance"}},{"id":6836,"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/resources/application#application-object\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":70,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5360,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":6834,"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":"payloads/v9/invite.ts","line":58,"character":1}],"type":{"type":"reference","id":6842,"name":"InviteTargetType"}},{"id":6835,"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":6991,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6838,6837,6832,6830,6839,6831,6841,6833,6840,6836,6834,6835]}],"sources":[{"fileName":"payloads/v9/invite.ts","line":30,"character":17}],"extendedBy":[{"type":"reference","id":6845,"name":"APIExtendedInvite"}]},{"id":6915,"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":6919,"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":6316,"name":"APIGuildMember"}}},{"id":6917,"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":6918,"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":6916,"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":[6919,6917,6918,6916]}],"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":60,"character":17}]},{"id":5775,"name":"APIMessage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-structure"},"children":[{"id":5794,"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":560,"character":1}],"type":{"type":"reference","id":5831,"name":"APIMessageActivity"}},{"id":5795,"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/application#application-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":566,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5360,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":5796,"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":570,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5787,"name":"attachments","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Any attached files","text":"See https://discord.com/developers/docs/resources/channel#attachment-object\n\nThe `MESSAGE_CONTENT` privileged gateway intent will become required after **August 31, 2022** for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":515,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5943,"name":"APIAttachment"}}},{"id":5778,"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":449,"character":1}],"type":{"type":"reference","id":6991,"name":"APIUser"}},{"id":5777,"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":440,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5802,"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","text":"The `MESSAGE_CONTENT` privileged gateway intent will become required after **August 31, 2022** for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":616,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5981,"typeArguments":[{"type":"reference","id":6070,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":5779,"name":"content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Contents of the message","text":"The `MESSAGE_CONTENT` privileged gateway intent will become required after **August 31, 2022** for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":459,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5781,"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":467,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5788,"name":"embeds","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Any embedded content","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n\nThe `MESSAGE_CONTENT` privileged gateway intent will become required after **August 31, 2022** for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":527,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5890,"name":"APIEmbed"}}},{"id":5798,"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":584,"character":1}],"type":{"type":"reference","id":5843,"name":"MessageFlags"}},{"id":5776,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the message"},"sources":[{"fileName":"payloads/v9/channel.ts","line":436,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5800,"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":602,"character":1}],"type":{"type":"reference","id":6671,"name":"APIMessageInteraction"}},{"id":5786,"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":503,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5954,"name":"APIChannelMention"}}},{"id":5783,"name":"mention_everyone","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this message mentions everyone"},"sources":[{"fileName":"payloads/v9/channel.ts","line":475,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5785,"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":491,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5784,"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":485,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6991,"name":"APIUser"}}},{"id":5797,"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":576,"character":1}],"type":{"type":"reference","id":5834,"name":"APIMessageReference"}},{"id":5790,"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":540,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":5791,"name":"pinned","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this message is pinned"},"sources":[{"fileName":"payloads/v9/channel.ts","line":544,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5805,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A generally increasing integer (there may be gaps or duplicates) that represents the approximate position of the message in a thread","text":"It can be used to estimate the relative position of the message in a thread in company with `total_message_sent` on parent thread\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":635,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5789,"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":533,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5856,"name":"APIReaction"}}},{"id":5799,"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":598,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":5775,"name":"APIMessage"}]}},{"id":5803,"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":622,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6940,"name":"APIStickerItem"}}},{"id":5804,"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":629,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6920,"name":"APISticker"}}},{"id":5801,"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":606,"character":1}],"type":{"type":"reference","id":5754,"name":"APIChannel"}},{"id":5780,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this message was sent"},"sources":[{"fileName":"payloads/v9/channel.ts","line":463,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5782,"name":"tts","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this was a TTS message"},"sources":[{"fileName":"payloads/v9/channel.ts","line":471,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5793,"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":554,"character":1}],"type":{"type":"reference","id":5806,"name":"MessageType"}},{"id":5792,"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":548,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5794,5795,5796,5787,5778,5777,5802,5779,5781,5788,5798,5776,5800,5786,5783,5785,5784,5797,5790,5791,5805,5789,5799,5803,5804,5801,5780,5782,5793,5792]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":432,"character":17}]},{"id":5831,"name":"APIMessageActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-structure"},"children":[{"id":5833,"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":683,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5832,"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":677,"character":1}],"type":{"type":"reference","id":5838,"name":"MessageActivityType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5833,5832]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":671,"character":17}]},{"id":6625,"name":"APIMessageApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"children":[{"id":6631,"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":6628,"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":6630,"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":6627,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":22,"character":1}],"type":{"type":"reference","id":6632,"name":"APIMessageApplicationCommandInteractionDataResolved"}},{"id":6626,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6629,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":6497,"name":"Message"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6631,6628,6630,6627,6626,6629]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":19,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6497,"name":"ApplicationCommandType.Message"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":6632,"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":6633,"name":"messages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":29,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":5775,"name":"APIMessage"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[6633]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":28,"character":17}]},{"id":6763,"name":"APIMessageChannelSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6767,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":5979,"name":"ChannelSelect"},"inheritedFrom":{"type":"reference","id":6741,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":6766,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6740,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":6765,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":85,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6726,"name":"APIInteractionDataResolved"},{"type":"literal","value":"channels"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}},{"id":6764,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":84,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6767,6766,6765,6764]}],"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":82,"character":17}],"extendedTypes":[{"type":"reference","id":6739,"typeArguments":[{"type":"reference","id":5979,"name":"ComponentType.ChannelSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":6739,"name":"APIMessageComponentBaseInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6741,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":6742,"name":"CType"}},{"id":6740,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6741,6740]}],"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":46,"character":17}],"typeParameter":[{"id":6742,"name":"CType","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5971,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":6744,"name":"APIMessageStringSelectInteractionData"},{"type":"reference","id":6748,"name":"APIMessageUserSelectInteractionData"},{"type":"reference","id":6753,"name":"APIMessageRoleSelectInteractionData"},{"type":"reference","id":6758,"name":"APIMessageMentionableSelectInteractionData"},{"type":"reference","id":6763,"name":"APIMessageChannelSelectInteractionData"}]},{"id":5992,"name":"APIMessageComponentEmoji","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5995,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is animated"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1394,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5993,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Emoji id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1386,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5994,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Emoji name"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1390,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5995,5993,5994]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1382,"character":17}]},{"id":6671,"name":"APIMessageInteraction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#message-interaction-object"},"children":[{"id":6672,"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":6676,"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":6670,"name":"PartialAPIMessageInteractionGuildMember"}},{"id":6674,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the application command, including subcommands and subcommand groups"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6673,"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":6785,"name":"InteractionType"}},{"id":6675,"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":6991,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6672,6676,6674,6673,6675]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":24,"character":17}]},{"id":6758,"name":"APIMessageMentionableSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6762,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":5978,"name":"MentionableSelect"},"inheritedFrom":{"type":"reference","id":6741,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":6761,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6740,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":6760,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":79,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6726,"name":"APIInteractionDataResolved"},{"type":"union","types":[{"type":"literal","value":"roles"},{"type":"literal","value":"members"},{"type":"literal","value":"users"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":6759,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":78,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6762,6761,6760,6759]}],"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":76,"character":17}],"extendedTypes":[{"type":"reference","id":6739,"typeArguments":[{"type":"reference","id":5978,"name":"ComponentType.MentionableSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":5834,"name":"APIMessageReference","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure"},"children":[{"id":5836,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the originating message's channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":697,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5837,"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":701,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5835,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the originating message"},"sources":[{"fileName":"payloads/v9/channel.ts","line":693,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5836,5837,5835]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":689,"character":17}]},{"id":6753,"name":"APIMessageRoleSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6757,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":5977,"name":"RoleSelect"},"inheritedFrom":{"type":"reference","id":6741,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":6756,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6740,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":6755,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":73,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6726,"name":"APIInteractionDataResolved"},{"type":"literal","value":"roles"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}},{"id":6754,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":72,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6757,6756,6755,6754]}],"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":70,"character":17}],"extendedTypes":[{"type":"reference","id":6739,"typeArguments":[{"type":"reference","id":5977,"name":"ComponentType.RoleSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":6744,"name":"APIMessageStringSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6747,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":5974,"name":"StringSelect"},"inheritedFrom":{"type":"reference","id":6741,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":6746,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6740,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":6745,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":61,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6747,6746,6745]}],"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":59,"character":17}],"extendedTypes":[{"type":"reference","id":6739,"typeArguments":[{"type":"reference","id":5974,"name":"ComponentType.StringSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":6748,"name":"APIMessageUserSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6752,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":5976,"name":"UserSelect"},"inheritedFrom":{"type":"reference","id":6741,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":6751,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6740,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":6750,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":67,"character":1}],"type":{"type":"reference","id":6733,"name":"APIUserInteractionDataResolved"}},{"id":6749,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":66,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6752,6751,6750,6749]}],"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":64,"character":17}],"extendedTypes":[{"type":"reference","id":6739,"typeArguments":[{"type":"reference","id":5976,"name":"ComponentType.UserSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":6797,"name":"APIModalInteractionResponse","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6799,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":40,"character":1}],"type":{"type":"reference","id":6824,"name":"APIModalInteractionResponseCallbackData"}},{"id":6798,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":39,"character":1}],"type":{"type":"reference","id":6818,"name":"Modal"}}],"groups":[{"title":"Properties","kind":1024,"children":[6799,6798]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":38,"character":17}]},{"id":6824,"name":"APIModalInteractionResponseCallbackData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-modal"},"children":[{"id":6827,"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":5981,"typeArguments":[{"type":"reference","id":6054,"name":"APITextInputComponent"}],"name":"APIActionRowComponent"}}},{"id":6825,"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":6826,"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":[6827,6825,6826]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":111,"character":17}]},{"id":6778,"name":"APIModalSubmission","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-modal-submit-data-structure"},"children":[{"id":6780,"name":"components","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A list of child components"},"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":32,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6775,"name":"ModalSubmitActionRowComponent"}}},{"id":6779,"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":28,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6780,6779]}],"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":24,"character":17}]},{"id":5860,"name":"APIOverwrite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#overwrite-object-overwrite-structure"},"children":[{"id":5863,"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":811,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5864,"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":819,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5861,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role or user id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":797,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5862,"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":803,"character":1}],"type":{"type":"reference","id":5865,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5863,5864,5861,5862]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":793,"character":17}]},{"id":5603,"name":"APIPartialChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented, but partial only includes id, name, and type"},"children":[{"id":5604,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5606,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5605,"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":26,"character":1}],"type":{"type":"reference","id":5755,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5604,5606,5605]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":16,"character":17}],"extendedBy":[{"type":"reference","id":5607,"name":"APIChannelBase"}]},{"id":6072,"name":"APIPartialEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented but mentioned"},"children":[{"id":6075,"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":6073,"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":6074,"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":[6075,6073,6074]}],"sources":[{"fileName":"payloads/v9/emoji.ts","line":12,"character":17}],"extendedBy":[{"type":"reference","id":6076,"name":"APIEmoji"}]},{"id":6184,"name":"APIPartialGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-structure"},"children":[{"id":6188,"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":52,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6189,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":56,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6190,"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":62,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6273,"name":"GuildFeature"}}},{"id":6186,"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":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6193,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":6185,"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":34,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6187,"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":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6192,"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":72,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6191,"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":68,"character":1}],"type":{"type":"reference","id":6253,"name":"GuildVerificationLevel"}},{"id":6194,"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":251,"character":1}],"type":{"type":"reference","id":6387,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","name":"Pick.welcome_screen"}}],"groups":[{"title":"Properties","kind":1024,"children":[6188,6189,6190,6186,6193,6185,6187,6192,6191,6194]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":30,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6181,"name":"APIUnavailableGuild"},{"type":"literal","value":"unavailable"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":6195,"name":"APIGuild"},{"type":"literal","value":"welcome_screen"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"extendedBy":[{"type":"reference","id":6195,"name":"APIGuild"}]},{"id":5856,"name":"APIReaction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#reaction-object-reaction-structure"},"children":[{"id":5857,"name":"count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Times this emoji has been used to react"},"sources":[{"fileName":"payloads/v9/channel.ts","line":777,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5859,"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":787,"character":1}],"type":{"type":"reference","id":6072,"name":"APIPartialEmoji"}},{"id":5858,"name":"me","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the current user reacted using this emoji"},"sources":[{"fileName":"payloads/v9/channel.ts","line":781,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[5857,5859,5858]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":773,"character":17}]},{"id":6888,"name":"APIRole","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object"},"children":[{"id":6891,"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":6892,"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":6893,"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":6889,"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":6897,"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":6898,"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":6890,"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":6896,"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":6895,"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":6899,"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":6900,"name":"APIRoleTags"}},{"id":6894,"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":[6891,6892,6893,6889,6897,6898,6890,6896,6895,6899,6894]}],"sources":[{"fileName":"payloads/v9/permissions.ts","line":10,"character":17}]},{"id":6900,"name":"APIRoleTags","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object-role-tags-structure"},"children":[{"id":6901,"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":6903,"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":6902,"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":[6901,6903,6902]}],"sources":[{"fileName":"payloads/v9/permissions.ts","line":62,"character":17}]},{"id":6048,"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":6053,"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":1542,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6051,"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":1534,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6052,"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":1538,"character":1}],"type":{"type":"reference","id":5992,"name":"APIMessageComponentEmoji"}},{"id":6049,"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":1526,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6050,"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":1530,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6053,6051,6052,6049,6050]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1522,"character":17}]},{"id":6904,"name":"APIStageInstance","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#stage-instance-object"},"children":[{"id":6907,"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":6910,"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":6906,"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":6911,"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":6905,"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":6909,"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":6912,"name":"StageInstancePrivacyLevel"}},{"id":6908,"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":[6907,6910,6906,6911,6905,6909,6908]}],"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":7,"character":17}]},{"id":6406,"name":"APIStageInstanceGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6407,"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":6420,"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":6991,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":6411,"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":6413,"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":6419,"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":6408,"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":6418,"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":6461,"name":"StageInstance"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":6410,"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":6409,"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":6422,"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":6412,"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":6416,"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":6470,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":6415,"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":6414,"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":6417,"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":6464,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":6421,"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":[6407,6420,6411,6413,6419,6408,6418,6410,6409,6422,6412,6416,6415,6414,6417,6421]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":72,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6461,"name":"GuildScheduledEventEntityType.StageInstance"}],"name":"APIGuildScheduledEventBase"}]},{"id":6920,"name":"APISticker","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object"},"children":[{"id":6926,"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":6929,"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":6924,"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":6928,"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":6936,"name":"StickerFormatType"}},{"id":6930,"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":6921,"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":6923,"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":6922,"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":6932,"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":6925,"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":6927,"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":6933,"name":"StickerType"}},{"id":6931,"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":6991,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6926,6929,6924,6928,6930,6921,6923,6922,6932,6925,6927,6931]}],"sources":[{"fileName":"payloads/v9/sticker.ts","line":11,"character":17}]},{"id":6941,"name":"APIStickerPack","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-pack-object"},"children":[{"id":6948,"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":6946,"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":6947,"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":6942,"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":6944,"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":6945,"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":6943,"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":6920,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6948,6946,6947,6942,6944,6945,6943]}],"sources":[{"fileName":"payloads/v9/sticker.ts","line":98,"character":17}]},{"id":6028,"name":"APIStringSelectComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"children":[{"id":6030,"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":1449,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6021,"name":"APIBaseSelectMenuComponent.custom_id"}},{"id":6034,"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":1471,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6025,"name":"APIBaseSelectMenuComponent.disabled"}},{"id":6033,"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":1465,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6024,"name":"APIBaseSelectMenuComponent.max_values"}},{"id":6032,"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":1459,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6023,"name":"APIBaseSelectMenuComponent.min_values"}},{"id":6029,"name":"options","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Specified choices in a select menu; max 25"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1481,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6048,"name":"APISelectMenuOption"}}},{"id":6031,"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":1453,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6022,"name":"APIBaseSelectMenuComponent.placeholder"}},{"id":6035,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5974,"name":"StringSelect"},"inheritedFrom":{"type":"reference","id":6026,"name":"APIBaseSelectMenuComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6030,6034,6033,6032,6029,6031,6035]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1477,"character":17}],"extendedTypes":[{"type":"reference","id":6020,"typeArguments":[{"type":"reference","id":5974,"name":"ComponentType.StringSelect"}],"name":"APIBaseSelectMenuComponent"}]},{"id":6949,"name":"APITeam","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-object"},"children":[{"id":6950,"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":6951,"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":6952,"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":6955,"name":"APITeamMember"}}},{"id":6953,"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":6954,"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":[6950,6951,6952,6953,6954]}],"sources":[{"fileName":"payloads/v9/teams.ts","line":11,"character":17}]},{"id":6955,"name":"APITeamMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-member-object"},"children":[{"id":6956,"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":6960,"name":"TeamMemberMembershipState"}},{"id":6957,"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":6958,"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":6959,"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":6991,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6956,6957,6958,6959]}],"sources":[{"fileName":"payloads/v9/teams.ts","line":37,"character":17}]},{"id":6963,"name":"APITemplate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#template-object"},"children":[{"id":6964,"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":6970,"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":6969,"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":6991,"name":"APIUser"}},{"id":6968,"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":6966,"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":6974,"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":6965,"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":6973,"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":6975,"name":"APITemplateSerializedSourceGuild"}},{"id":6972,"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":6971,"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":6967,"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":[6964,6970,6969,6968,6966,6974,6965,6973,6972,6971,6967]}],"sources":[{"fileName":"payloads/v9/template.ts","line":12,"character":17}]},{"id":6975,"name":"APITemplateSerializedSourceGuild","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6983,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":139,"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":6984,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"rest/v9/guild.ts","line":143,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]},"inheritedFrom":{"type":"reference","name":"Omit.afk_timeout"}},{"id":6989,"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":135,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":7727,"name":"APIGuildCreatePartialChannel"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"Omit.channels"}},{"id":6985,"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":103,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6239,"name":"AllMessages"},{"type":"reference","id":6240,"name":"OnlyMentions"}]},"inheritedFrom":{"type":"reference","name":"Omit.default_message_notifications"}},{"id":6976,"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":6986,"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":109,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6242,"name":"Disabled"},{"type":"reference","id":6243,"name":"MembersWithoutRoles"},{"type":"reference","id":6244,"name":"AllMembers"}]},"inheritedFrom":{"type":"reference","name":"Omit.explicit_content_filter"}},{"id":6978,"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":6979,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v9/guild.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.name"}},{"id":6977,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/template.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6990,"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":157,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"Omit.premium_progress_bar_enabled"}},{"id":6980,"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":85,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.region"}},{"id":6981,"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":122,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":7733,"name":"APIGuildCreateRole"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}},{"id":6988,"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":153,"character":1}],"type":{"type":"reference","id":6268,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.system_channel_flags"}},{"id":6987,"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":147,"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":6982,"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":97,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6254,"name":"None"},{"type":"reference","id":6255,"name":"Low"},{"type":"reference","id":6256,"name":"Medium"},{"type":"reference","id":6257,"name":"High"},{"type":"reference","id":6258,"name":"VeryHigh"}]},"inheritedFrom":{"type":"reference","name":"Omit.verification_level"}}],"groups":[{"title":"Properties","kind":1024,"children":[6983,6984,6989,6985,6976,6986,6978,6979,6977,6990,6980,6981,6988,6987,6982]}],"sources":[{"fileName":"payloads/v9/template.ts","line":61,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":7742,"name":"RESTPostAPIGuildsJSONBody"},{"type":"literal","value":"icon"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":5615,"name":"APITextBasedChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5619,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6064,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5609,"name":"APIChannelBase.flags"}},{"id":5620,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5610,"name":"APIChannelBase.id"}},{"id":5616,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5621,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5611,"name":"APIChannelBase.name"}},{"id":5617,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5618,"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":38,"character":1}],"type":{"type":"reference","id":5622,"name":"T"},"inheritedFrom":{"type":"reference","id":5608,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5619,5620,5616,5621,5617,5618]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":55,"character":17}],"typeParameter":[{"id":5622,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5755,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":5607,"typeArguments":[{"type":"reference","id":5622,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":5635,"name":"APIGuildTextChannel"},{"type":"reference","id":5668,"name":"APIGuildVoiceChannel"}]},{"id":6054,"name":"APITextInputComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-structure"},"children":[{"id":6056,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The custom id for the text input"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1556,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6057,"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":1560,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6061,"name":"max_length","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Maximal length of text input"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1576,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6060,"name":"min_length","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Minimal length of text input"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1572,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6058,"name":"placeholder","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Placeholder for the text input"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1564,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6062,"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":1580,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6055,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"One of text input styles"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1552,"character":1}],"type":{"type":"reference","id":6017,"name":"TextInputStyle"}},{"id":6063,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5975,"name":"TextInput"},"inheritedFrom":{"type":"reference","id":5969,"name":"APIBaseComponent.type"}},{"id":6059,"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":1568,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6056,6057,6061,6060,6058,6062,6055,6063,6059]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1548,"character":17}],"extendedTypes":[{"type":"reference","id":5968,"typeArguments":[{"type":"reference","id":5975,"name":"ComponentType.TextInput"}],"name":"APIBaseComponent"}]},{"id":5704,"name":"APIThreadChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5713,"name":"applied_tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The IDs of the set of tags that have been applied to a thread in a forum channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":236,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5720,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6064,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5630,"name":"APIGuildChannel.flags"}},{"id":5714,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5624,"name":"APIGuildChannel.guild_id"}},{"id":5721,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5631,"name":"APIGuildChannel.id"}},{"id":5711,"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":226,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5705,"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":194,"character":1}],"type":{"type":"reference","id":5880,"name":"APIThreadMember"}},{"id":5708,"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":208,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5707,"name":"message_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages (not including the initial message or deleted messages) in a thread","text":"If the thread was created before July 1, 2022, it stops counting at 50 messages\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":204,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5722,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5632,"name":"APIGuildChannel.name"}},{"id":5718,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5628,"name":"APIGuildChannel.nsfw"}},{"id":5710,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the thread creator"},"sources":[{"fileName":"payloads/v9/channel.ts","line":222,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5717,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5627,"name":"APIGuildChannel.parent_id"}},{"id":5715,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5860,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5625,"name":"APIGuildChannel.permission_overwrites"}},{"id":5716,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5626,"name":"APIGuildChannel.position"}},{"id":5709,"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":218,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5706,"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":198,"character":1}],"type":{"type":"reference","id":5868,"name":"APIThreadMetadata"}},{"id":5712,"name":"total_message_sent","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages ever sent in a thread","text":"Similar to `message_count` on message creation, but won't decrement when a message is deleted\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5719,"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":38,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5762,"name":"AnnouncementThread"},{"type":"reference","id":5763,"name":"PublicThread"},{"type":"reference","id":5764,"name":"PrivateThread"}]},"inheritedFrom":{"type":"reference","id":5629,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5713,5720,5714,5721,5711,5705,5708,5707,5722,5718,5710,5717,5715,5716,5709,5706,5712,5719]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":189,"character":17}],"extendedTypes":[{"type":"reference","id":5623,"typeArguments":[{"type":"union","types":[{"type":"reference","id":5763,"name":"ChannelType.PublicThread"},{"type":"reference","id":5764,"name":"ChannelType.PrivateThread"},{"type":"reference","id":5762,"name":"ChannelType.AnnouncementThread"}]}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":5243,"name":"GatewayThreadCreateDispatchData"}]},{"id":5886,"name":"APIThreadList","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5889,"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":906,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5888,"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":902,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5880,"name":"APIThreadMember"}}},{"id":5887,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The threads that were fetched"},"sources":[{"fileName":"payloads/v9/channel.ts","line":898,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5754,"name":"APIChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5889,5888,5887]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":894,"character":17}]},{"id":5880,"name":"APIThreadMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#thread-member-object-thread-member-structure"},"children":[{"id":5884,"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":889,"character":1}],"type":{"type":"reference","id":5885,"name":"ThreadMemberFlags"}},{"id":5881,"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":873,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5883,"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":883,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5882,"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":879,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5884,5881,5883,5882]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":867,"character":17}]},{"id":5868,"name":"APIThreadMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#thread-metadata-object-thread-metadata-structure"},"children":[{"id":5871,"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":842,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5869,"name":"archived","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the thread is archived"},"sources":[{"fileName":"payloads/v9/channel.ts","line":834,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5870,"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":838,"character":1}],"type":{"type":"reference","id":5875,"name":"ThreadAutoArchiveDuration"}},{"id":5874,"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":854,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5873,"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":850,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5872,"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":846,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[5871,5869,5870,5874,5873,5872]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":830,"character":17}]},{"id":6181,"name":"APIUnavailableGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#unavailable-guild-object"},"children":[{"id":6182,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6183,"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":24,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[6182,6183]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":16,"character":17}]},{"id":6991,"name":"APIUser","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object"},"children":[{"id":7000,"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":6995,"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":6999,"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":6996,"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":6994,"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":7003,"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":7004,"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":7007,"name":"UserFlags"}},{"id":6992,"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":7001,"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":6998,"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":7005,"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":7024,"name":"UserPremiumType"}},{"id":7006,"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":7007,"name":"UserFlags"}},{"id":6997,"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":6993,"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":7002,"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":[7000,6995,6999,6996,6994,7003,7004,6992,7001,6998,7005,7006,6997,6993,7002]}],"sources":[{"fileName":"payloads/v9/user.ts","line":11,"character":17}]},{"id":6618,"name":"APIUserApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"children":[{"id":6624,"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":6621,"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":6623,"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":6620,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":13,"character":1}],"type":{"type":"reference","id":6733,"name":"APIUserInteractionDataResolved"}},{"id":6619,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6622,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":6496,"name":"User"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6624,6621,6623,6620,6619,6622]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":10,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6496,"name":"ApplicationCommandType.User"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":5654,"name":"APIVoiceChannelBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5655,"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":129,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5664,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6064,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5630,"name":"APIGuildChannel.flags"}},{"id":5658,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5624,"name":"APIGuildChannel.guild_id"}},{"id":5665,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5631,"name":"APIGuildChannel.id"}},{"id":5666,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5632,"name":"APIGuildChannel.name"}},{"id":5662,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5628,"name":"APIGuildChannel.nsfw"}},{"id":5661,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5627,"name":"APIGuildChannel.parent_id"}},{"id":5659,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5860,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5625,"name":"APIGuildChannel.permission_overwrites"}},{"id":5660,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5626,"name":"APIGuildChannel.position"}},{"id":5657,"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":139,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5663,"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":38,"character":1}],"type":{"type":"reference","id":5667,"name":"T"},"inheritedFrom":{"type":"reference","id":5629,"name":"APIGuildChannel.type"}},{"id":5656,"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":133,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5655,5664,5658,5665,5666,5662,5661,5659,5660,5657,5663,5656]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":125,"character":17}],"typeParameter":[{"id":5667,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5755,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":5623,"typeArguments":[{"type":"reference","id":5667,"name":"T"}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":5668,"name":"APIGuildVoiceChannel"}]},{"id":6423,"name":"APIVoiceGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6424,"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":6437,"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":6991,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":6428,"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":6430,"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":6436,"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":6425,"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":6435,"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":6462,"name":"Voice"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":6427,"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":6426,"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":6439,"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":6429,"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":6433,"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":6470,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":6432,"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":6431,"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":6434,"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":6464,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":6438,"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":[6424,6437,6428,6430,6436,6425,6435,6427,6426,6439,6429,6433,6432,6431,6434,6438]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":78,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6462,"name":"GuildScheduledEventEntityType.Voice"}],"name":"APIGuildScheduledEventBase"}]},{"id":7075,"name":"APIVoiceRegion","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-region-object"},"children":[{"id":7080,"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":7079,"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":7076,"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":7077,"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":7078,"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":[7080,7079,7076,7077,7078]}],"sources":[{"fileName":"payloads/v9/voice.ts","line":71,"character":17}]},{"id":7081,"name":"APIWebhook","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#webhook-object"},"children":[{"id":7090,"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":7088,"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":7085,"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":7084,"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":7082,"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":7087,"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":7092,"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":5603,"name":"APIPartialChannel"}},{"id":7091,"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":6184,"name":"APIPartialGuild"}},{"id":7089,"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":7083,"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":7094,"name":"WebhookType"}},{"id":7093,"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":7086,"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":6991,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[7090,7088,7085,7084,7082,7087,7092,7091,7089,7083,7093,7086]}],"sources":[{"fileName":"payloads/v9/webhook.ts","line":11,"character":17}]},{"id":7524,"name":"CDNQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7525,"name":"size","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The returned image can have the size changed by using this query parameter","text":"Image size can be any power of two between 16 and 4096\n"},"sources":[{"fileName":"rest/v9/index.ts","line":1129,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7525]}],"sources":[{"fileName":"rest/v9/index.ts","line":1123,"character":17}]},{"id":6112,"name":"GatewayActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-structure"},"children":[{"id":6121,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Application id for the game"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":164,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6127,"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-events#activity-object-activity-assets\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":191,"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":6131,"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":213,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"intrinsic","name":"string"}},{"type":"array","elementType":{"type":"reference","id":6167,"name":"GatewayActivityButton"}}]}},{"id":6117,"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":151,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6122,"name":"details","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"What the player is currently doing"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":168,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6124,"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-events#activity-object-activity-emoji\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":178,"character":1}],"type":{"type":"reference","id":6151,"name":"GatewayActivityEmoji"}},{"id":6130,"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-events#activity-object-activity-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":209,"character":1}],"type":{"type":"reference","id":6157,"name":"ActivityFlags"}},{"id":6113,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The activity's id"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":133,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6129,"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":201,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6114,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The activity's name"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":137,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6126,"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-events#activity-object-activity-party\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":185,"character":1}],"type":{"type":"reference","id":6152,"name":"GatewayActivityParty"}},{"id":6120,"name":"platform","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"{@link ActivityPlatform}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":160,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6128,"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-events#activity-object-activity-secrets\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":197,"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":6125,"name":"session_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/gateway.ts","line":179,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6123,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's current party status"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":172,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6119,"name":"sync_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/gateway.ts","line":156,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6118,"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":155,"character":1}],"type":{"type":"reference","id":6148,"name":"GatewayActivityTimestamps"}},{"id":6115,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Activity type","text":"See https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-types\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":143,"character":1}],"type":{"type":"reference","id":6141,"name":"ActivityType"}},{"id":6116,"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":147,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[6121,6127,6131,6117,6122,6124,6130,6113,6129,6114,6126,6120,6128,6125,6123,6119,6118,6115,6116]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":129,"character":17}]},{"id":6167,"name":"GatewayActivityButton","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6168,"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":325,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6169,"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":329,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6168,6169]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":321,"character":17}]},{"id":6152,"name":"GatewayActivityParty","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-party"},"children":[{"id":6153,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the party"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":287,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6154,"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":291,"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":[6153,6154]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":283,"character":17}]},{"id":6148,"name":"GatewayActivityTimestamps","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-timestamps"},"children":[{"id":6150,"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":272,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6149,"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":268,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[6150,6149]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":264,"character":17}]},{"id":5000,"name":"GatewayApplicationCommandPermissionsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#application-command-permissions-update"},"children":[{"id":5002,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the application the command belongs to"},"sources":[{"fileName":"gateway/v9.ts","line":583,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5003,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":587,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5001,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the command or the application ID"},"sources":[{"fileName":"gateway/v9.ts","line":579,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5004,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Permissions for the command in the guild, max of 100"},"sources":[{"fileName":"gateway/v9.ts","line":591,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6649,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5002,5003,5001,5004]}],"sources":[{"fileName":"gateway/v9.ts","line":575,"character":17}]},{"id":4987,"name":"GatewayAutoModerationActionExecutionDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-action-execution"},"children":[{"id":4989,"name":"action","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The action which was executed"},"sources":[{"fileName":"gateway/v9.ts","line":517,"character":1}],"type":{"type":"reference","id":5593,"name":"APIAutoModerationAction"}},{"id":4995,"name":"alert_system_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of any system auto moderation messages posted as a result of this action","text":"This field will not be present if this event does not correspond to an action with type {@link AutoModerationActionType.SendAlertMessage}\n"},"sources":[{"fileName":"gateway/v9.ts","line":545,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4993,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel in which user content was posted"},"sources":[{"fileName":"gateway/v9.ts","line":533,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4996,"name":"content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user generated text content","text":"`MESSAGE_CONTENT` (`1 << 15`) gateway intent is required to receive non-empty values from this field\n"},"sources":[{"fileName":"gateway/v9.ts","line":551,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4988,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild in which action was executed"},"sources":[{"fileName":"gateway/v9.ts","line":513,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4998,"name":"matched_content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The substring in content that triggered the rule","text":"`MESSAGE_CONTENT` (`1 << 15`) gateway intent is required to receive non-empty values from this field\n"},"sources":[{"fileName":"gateway/v9.ts","line":561,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":4997,"name":"matched_keyword","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The word or phrase configured in the rule that triggered the rule"},"sources":[{"fileName":"gateway/v9.ts","line":555,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":4994,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of any user message which content belongs to","text":"This field will not be present if message was blocked by AutoMod or content was not part of any message\n"},"sources":[{"fileName":"gateway/v9.ts","line":539,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4990,"name":"rule_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the rule which action belongs to"},"sources":[{"fileName":"gateway/v9.ts","line":521,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4991,"name":"rule_trigger_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The trigger type of rule which was triggered"},"sources":[{"fileName":"gateway/v9.ts","line":525,"character":1}],"type":{"type":"reference","id":5577,"name":"AutoModerationRuleTriggerType"}},{"id":4992,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the user which generated the content which triggered the rule"},"sources":[{"fileName":"gateway/v9.ts","line":529,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4989,4995,4993,4996,4988,4998,4997,4994,4990,4991,4992]}],"sources":[{"fileName":"gateway/v9.ts","line":509,"character":17}]},{"id":5014,"name":"GatewayChannelPinsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-pins-update"},"children":[{"id":5016,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":660,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5015,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":656,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5017,"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":664,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5016,5015,5017]}],"sources":[{"fileName":"gateway/v9.ts","line":652,"character":17}]},{"id":5080,"name":"GatewayGuildBanModifyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"children":[{"id":5081,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":804,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5082,"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":810,"character":1}],"type":{"type":"reference","id":6991,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[5081,5082]}],"sources":[{"fileName":"gateway/v9.ts","line":800,"character":17}]},{"id":5021,"name":"GatewayGuildCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-create\nhttps://discord.com/developers/docs/topics/gateway-events#guild-create-guild-create-extra-fields"},"children":[{"id":5039,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of afk channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":119,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6202,"name":"APIGuild.afk_channel_id"}},{"id":5040,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"payloads/v9/guild.ts","line":123,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]},"inheritedFrom":{"type":"reference","id":6203,"name":"APIGuild.afk_timeout"}},{"id":5050,"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":177,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6213,"name":"APIGuild.application_id"}},{"id":5064,"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":241,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6227,"name":"APIGuild.approximate_member_count"}},{"id":5065,"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":245,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6228,"name":"APIGuild.approximate_presence_count"}},{"id":5058,"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":213,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6221,"name":"APIGuild.banner"}},{"id":5028,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":732,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5754,"name":"APIChannel"}}},{"id":5044,"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":143,"character":1}],"type":{"type":"reference","id":6238,"name":"GuildDefaultMessageNotifications"},"inheritedFrom":{"type":"reference","id":6207,"name":"APIGuild.default_message_notifications"}},{"id":5057,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":207,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6220,"name":"APIGuild.description"}},{"id":5034,"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":90,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6197,"name":"APIGuild.discovery_splash"}},{"id":5047,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6076,"name":"APIEmoji"}},"inheritedFrom":{"type":"reference","id":6210,"name":"APIGuild.emojis"}},{"id":5045,"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":149,"character":1}],"type":{"type":"reference","id":6241,"name":"GuildExplicitContentFilter"},"inheritedFrom":{"type":"reference","id":6208,"name":"APIGuild.explicit_content_filter"}},{"id":5048,"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":167,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6273,"name":"GuildFeature"}},"inheritedFrom":{"type":"reference","id":6211,"name":"APIGuild.features"}},{"id":5032,"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-events#guild-create) event**\n\nhttps://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":764,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6457,"name":"APIGuildScheduledEvent"}}},{"id":5070,"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":271,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":6264,"name":"GuildHubType"}]},"inheritedFrom":{"type":"reference","id":6233,"name":"APIGuild.hub_type"}},{"id":5072,"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":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6235,"name":"APIGuild.icon"}},{"id":5033,"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":84,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6196,"name":"APIGuild.icon_hash"}},{"id":5074,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6237,"name":"APIGuild.id"}},{"id":5022,"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-events#guild-create) event**\n"},"sources":[{"fileName":"gateway/v9.ts","line":692,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5023,"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-events#guild-create) event**\n"},"sources":[{"fileName":"gateway/v9.ts","line":698,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5055,"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":199,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6218,"name":"APIGuild.max_members"}},{"id":5054,"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":195,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","id":6217,"name":"APIGuild.max_presences"}},{"id":5063,"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":237,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6226,"name":"APIGuild.max_video_channel_users"}},{"id":5025,"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-events#guild-create) event**\n"},"sources":[{"fileName":"gateway/v9.ts","line":708,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5027,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":724,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6316,"name":"APIGuildMember"}}},{"id":5049,"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":173,"character":1}],"type":{"type":"reference","id":6245,"name":"GuildMFALevel"},"inheritedFrom":{"type":"reference","id":6212,"name":"APIGuild.mfa_level"}},{"id":5071,"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":34,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6234,"name":"APIGuild.name"}},{"id":5067,"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":257,"character":1}],"type":{"type":"reference","id":6248,"name":"GuildNSFWLevel"},"inheritedFrom":{"type":"reference","id":6230,"name":"APIGuild.nsfw_level"}},{"id":5035,"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":96,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6198,"name":"APIGuild.owner"}},{"id":5036,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of owner"},"sources":[{"fileName":"payloads/v9/guild.ts","line":100,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6199,"name":"APIGuild.owner_id"}},{"id":5037,"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":108,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6200,"name":"APIGuild.permissions"}},{"id":5061,"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":229,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6224,"name":"APIGuild.preferred_locale"}},{"id":5069,"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":267,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6232,"name":"APIGuild.premium_progress_bar_enabled"}},{"id":5060,"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":223,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6223,"name":"APIGuild.premium_subscription_count"}},{"id":5059,"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":219,"character":1}],"type":{"type":"reference","id":6259,"name":"GuildPremiumTier"},"inheritedFrom":{"type":"reference","id":6222,"name":"APIGuild.premium_tier"}},{"id":5030,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/topics/gateway-events#presence-update\n"},"sources":[{"fileName":"gateway/v9.ts","line":748,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6096,"name":"GatewayPresenceUpdate"}}},{"id":5062,"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":233,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6225,"name":"APIGuild.public_updates_channel_id"}},{"id":5038,"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":115,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6201,"name":"APIGuild.region"}},{"id":5046,"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":155,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6888,"name":"APIRole"}},"inheritedFrom":{"type":"reference","id":6209,"name":"APIGuild.roles"}},{"id":5053,"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":191,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6216,"name":"APIGuild.rules_channel_id"}},{"id":5073,"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":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6236,"name":"APIGuild.splash"}},{"id":5031,"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-events#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":756,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6904,"name":"APIStageInstance"}}},{"id":5068,"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":263,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6920,"name":"APISticker"}},"inheritedFrom":{"type":"reference","id":6231,"name":"APIGuild.stickers"}},{"id":5052,"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":187,"character":1}],"type":{"type":"reference","id":6268,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","id":6215,"name":"APIGuild.system_channel_flags"}},{"id":5051,"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":181,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6214,"name":"APIGuild.system_channel_id"}},{"id":5029,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":740,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5754,"name":"APIChannel"}}},{"id":5024,"name":"unavailable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"gateway/v9.ts","line":702,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5056,"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":203,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6219,"name":"APIGuild.vanity_url_code"}},{"id":5043,"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":137,"character":1}],"type":{"type":"reference","id":6253,"name":"GuildVerificationLevel"},"inheritedFrom":{"type":"reference","id":6206,"name":"APIGuild.verification_level"}},{"id":5026,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/voice#voice-state-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":716,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":7061,"name":"GatewayVoiceState"},{"type":"literal","value":"guild_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":5066,"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":251,"character":1}],"type":{"type":"reference","id":6387,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","id":6229,"name":"APIGuild.welcome_screen"}},{"id":5042,"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":131,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6205,"name":"APIGuild.widget_channel_id"}},{"id":5041,"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":127,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6204,"name":"APIGuild.widget_enabled"}}],"groups":[{"title":"Properties","kind":1024,"children":[5039,5040,5050,5064,5065,5058,5028,5044,5057,5034,5047,5045,5048,5032,5070,5072,5033,5074,5022,5023,5055,5054,5063,5025,5027,5049,5071,5067,5035,5036,5037,5061,5069,5060,5059,5030,5062,5038,5046,5053,5073,5031,5068,5052,5051,5029,5024,5056,5043,5026,5066,5042,5041]}],"sources":[{"fileName":"gateway/v9.ts","line":686,"character":17}],"extendedTypes":[{"type":"reference","id":6195,"name":"APIGuild"}]},{"id":5088,"name":"GatewayGuildEmojisUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-emojis-update"},"children":[{"id":5090,"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":854,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6076,"name":"APIEmoji"}}},{"id":5089,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":848,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5090,5089]}],"sources":[{"fileName":"gateway/v9.ts","line":844,"character":17}]},{"id":5096,"name":"GatewayGuildIntegrationsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-integrations-update"},"children":[{"id":5097,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild whose integrations were updated"},"sources":[{"fileName":"gateway/v9.ts","line":896,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5097]}],"sources":[{"fileName":"gateway/v9.ts","line":892,"character":17}]},{"id":5099,"name":"GatewayGuildMemberAddDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-add"},"children":[{"id":5103,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v9/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6319,"name":"APIGuildMember.avatar"}},{"id":5110,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6326,"name":"APIGuildMember.communication_disabled_until"}},{"id":5107,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":605,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6323,"name":"APIGuildMember.deaf"}},{"id":5100,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":914,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5105,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6321,"name":"APIGuildMember.joined_at"}},{"id":5108,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":609,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6324,"name":"APIGuildMember.mute"}},{"id":5102,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v9/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6318,"name":"APIGuildMember.nick"}},{"id":5109,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6325,"name":"APIGuildMember.pending"}},{"id":5106,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6322,"name":"APIGuildMember.premium_since"}},{"id":5104,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":6320,"name":"APIGuildMember.roles"}},{"id":5101,"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":577,"character":1}],"type":{"type":"reference","id":6991,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":6317,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[5103,5110,5107,5100,5105,5108,5102,5109,5106,5104,5101]}],"sources":[{"fileName":"gateway/v9.ts","line":910,"character":17}],"extendedTypes":[{"type":"reference","id":6316,"name":"APIGuildMember"}]},{"id":5112,"name":"GatewayGuildMemberRemoveDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-remove"},"children":[{"id":5113,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":932,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5114,"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":938,"character":1}],"type":{"type":"reference","id":6991,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[5113,5114]}],"sources":[{"fileName":"gateway/v9.ts","line":928,"character":17}]},{"id":5120,"name":"GatewayGuildMembersChunkDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-members-chunk"},"children":[{"id":5124,"name":"chunk_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The total number of expected chunks for this response"},"sources":[{"fileName":"gateway/v9.ts","line":991,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5123,"name":"chunk_index","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The chunk index in the expected chunks for this response (`0 <= chunk_index < chunk_count`)"},"sources":[{"fileName":"gateway/v9.ts","line":987,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5121,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":977,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5122,"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":983,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6316,"name":"APIGuildMember"}}},{"id":5127,"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-events#request-guild-members\n"},"sources":[{"fileName":"gateway/v9.ts","line":1007,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5125,"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":995,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"unknown"}}},{"id":5126,"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-events#update-presence\n"},"sources":[{"fileName":"gateway/v9.ts","line":1001,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6096,"name":"GatewayPresenceUpdate"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5124,5123,5121,5122,5127,5125,5126]}],"sources":[{"fileName":"gateway/v9.ts","line":973,"character":17}]},{"id":5137,"name":"GatewayGuildRoleDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-delete"},"children":[{"id":5138,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1071,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5139,"name":"role_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the role"},"sources":[{"fileName":"gateway/v9.ts","line":1075,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5138,5139]}],"sources":[{"fileName":"gateway/v9.ts","line":1067,"character":17}]},{"id":5129,"name":"GatewayGuildRoleModifyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"children":[{"id":5130,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1027,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5131,"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":1033,"character":1}],"type":{"type":"reference","id":6888,"name":"APIRole"}}],"groups":[{"title":"Properties","kind":1024,"children":[5130,5131]}],"sources":[{"fileName":"gateway/v9.ts","line":1023,"character":17}]},{"id":5147,"name":"GatewayGuildScheduledEventUserAddDispatchData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5150,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1107,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5148,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1105,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5149,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1106,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5150,5148,5149]}],"sources":[{"fileName":"gateway/v9.ts","line":1104,"character":17}]},{"id":5152,"name":"GatewayGuildScheduledEventUserRemoveDispatchData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5155,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1118,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5153,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1116,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5154,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1117,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5155,5153,5154]}],"sources":[{"fileName":"gateway/v9.ts","line":1115,"character":17}]},{"id":5092,"name":"GatewayGuildStickersUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-stickers-update"},"children":[{"id":5093,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":872,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5094,"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":878,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6920,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5093,5094]}],"sources":[{"fileName":"gateway/v9.ts","line":868,"character":17}]},{"id":5287,"name":"GatewayHeartbeat","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#sending-heartbeats"},"children":[{"id":5289,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1702,"character":1}],"type":{"type":"reference","id":5290,"name":"GatewayHeartbeatData"}},{"id":5288,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1701,"character":1}],"type":{"type":"reference","id":4832,"name":"Heartbeat"}}],"groups":[{"title":"Properties","kind":1024,"children":[5289,5288]}],"sources":[{"fileName":"gateway/v9.ts","line":1700,"character":17}]},{"id":4952,"name":"GatewayHeartbeatAck","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#heartbeat"},"children":[{"id":4954,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":371,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4953,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":370,"character":1}],"type":{"type":"reference","id":4841,"name":"HeartbeatAck"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4956,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4955,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1954,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4954,4953,4956,4955]}],"sources":[{"fileName":"gateway/v9.ts","line":369,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":4947,"name":"GatewayHeartbeatRequest","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#sending-heartbeats"},"children":[{"id":4949,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":363,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4948,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":362,"character":1}],"type":{"type":"reference","id":4832,"name":"Heartbeat"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4951,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4950,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1954,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4949,4948,4951,4950]}],"sources":[{"fileName":"gateway/v9.ts","line":361,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":4940,"name":"GatewayHello","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#hello"},"children":[{"id":4942,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":345,"character":1}],"type":{"type":"reference","id":4945,"name":"GatewayHelloData"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4941,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":344,"character":1}],"type":{"type":"reference","id":4840,"name":"Hello"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4944,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4943,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1954,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4942,4941,4944,4943]}],"sources":[{"fileName":"gateway/v9.ts","line":343,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":4945,"name":"GatewayHelloData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#hello"},"children":[{"id":4946,"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":355,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[4946]}],"sources":[{"fileName":"gateway/v9.ts","line":351,"character":17}]},{"id":5291,"name":"GatewayIdentify","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#identify"},"children":[{"id":5293,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1715,"character":1}],"type":{"type":"reference","id":5294,"name":"GatewayIdentifyData"}},{"id":5292,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1714,"character":1}],"type":{"type":"reference","id":4833,"name":"Identify"}}],"groups":[{"title":"Properties","kind":1024,"children":[5293,5292]}],"sources":[{"fileName":"gateway/v9.ts","line":1713,"character":17}]},{"id":5294,"name":"GatewayIdentifyData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#identify"},"children":[{"id":5297,"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":1737,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5301,"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":1762,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5298,"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":1744,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5300,"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-events#update-presence\n"},"sources":[{"fileName":"gateway/v9.ts","line":1756,"character":1}],"type":{"type":"reference","id":5343,"name":"GatewayPresenceUpdateData"}},{"id":5296,"name":"properties","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Connection properties","text":"See https://discord.com/developers/docs/topics/gateway-events#identify-identify-connection-properties\n"},"sources":[{"fileName":"gateway/v9.ts","line":1731,"character":1}],"type":{"type":"reference","id":5302,"name":"GatewayIdentifyProperties"}},{"id":5299,"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":1750,"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":5295,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Authentication token"},"sources":[{"fileName":"gateway/v9.ts","line":1725,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5297,5301,5298,5300,5296,5299,5295]}],"sources":[{"fileName":"gateway/v9.ts","line":1721,"character":17}]},{"id":5302,"name":"GatewayIdentifyProperties","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#identify-identify-connection-properties"},"children":[{"id":5304,"name":"browser","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your library name"},"sources":[{"fileName":"gateway/v9.ts","line":1776,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5305,"name":"device","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your library name"},"sources":[{"fileName":"gateway/v9.ts","line":1780,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5303,"name":"os","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your operating system"},"sources":[{"fileName":"gateway/v9.ts","line":1772,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5304,5305,5303]}],"sources":[{"fileName":"gateway/v9.ts","line":1768,"character":17}]},{"id":5165,"name":"GatewayIntegrationDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-delete"},"children":[{"id":5168,"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":1170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5167,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1166,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5166,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration id"},"sources":[{"fileName":"gateway/v9.ts","line":1162,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5168,5167,5166]}],"sources":[{"fileName":"gateway/v9.ts","line":1158,"character":17}]},{"id":4957,"name":"GatewayInvalidSession","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invalid-session"},"children":[{"id":4959,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":379,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4958,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":378,"character":1}],"type":{"type":"reference","id":4839,"name":"InvalidSession"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4961,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4960,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1954,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4959,4958,4961,4960]}],"sources":[{"fileName":"gateway/v9.ts","line":377,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":5172,"name":"GatewayInviteCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-create"},"children":[{"id":5173,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel the invite is for"},"sources":[{"fileName":"gateway/v9.ts","line":1201,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5174,"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":1207,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5175,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the invite was created"},"sources":[{"fileName":"gateway/v9.ts","line":1211,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5176,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the invite"},"sources":[{"fileName":"gateway/v9.ts","line":1215,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5177,"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":1221,"character":1}],"type":{"type":"reference","id":6991,"name":"APIUser"}},{"id":5178,"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":1225,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5179,"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":1229,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5182,"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":1245,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5360,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":5180,"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":1235,"character":1}],"type":{"type":"reference","id":6842,"name":"InviteTargetType"}},{"id":5181,"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":1241,"character":1}],"type":{"type":"reference","id":6991,"name":"APIUser"}},{"id":5183,"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":1249,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5184,"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":1253,"character":1}],"type":{"type":"literal","value":0}}],"groups":[{"title":"Properties","kind":1024,"children":[5173,5174,5175,5176,5177,5178,5179,5182,5180,5181,5183,5184]}],"sources":[{"fileName":"gateway/v9.ts","line":1197,"character":17}]},{"id":5186,"name":"GatewayInviteDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-delete"},"children":[{"id":5187,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel of the invite"},"sources":[{"fileName":"gateway/v9.ts","line":1271,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5189,"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":1281,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5188,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the invite"},"sources":[{"fileName":"gateway/v9.ts","line":1275,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5187,5189,5188]}],"sources":[{"fileName":"gateway/v9.ts","line":1267,"character":17}]},{"id":5209,"name":"GatewayMessageDeleteBulkDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete-bulk"},"children":[{"id":5211,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":1391,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5212,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1395,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5210,"name":"ids","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The ids of the messages"},"sources":[{"fileName":"gateway/v9.ts","line":1387,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5211,5212,5210]}],"sources":[{"fileName":"gateway/v9.ts","line":1383,"character":17}]},{"id":5204,"name":"GatewayMessageDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete"},"children":[{"id":5206,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":1365,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5207,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1369,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5205,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the message"},"sources":[{"fileName":"gateway/v9.ts","line":1361,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5206,5207,5205]}],"sources":[{"fileName":"gateway/v9.ts","line":1357,"character":17}]},{"id":5197,"name":"GatewayMessageEventExtraFields","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5198,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the guild the message was sent in"},"sources":[{"fileName":"gateway/v9.ts","line":1324,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5199,"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":"gateway/v9.ts","line":1333,"character":1}],"type":{"type":"reference","id":6316,"name":"APIGuildMember"}},{"id":5200,"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":"gateway/v9.ts","line":1343,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","id":6991,"name":"APIUser"},{"type":"reflection","declaration":{"id":5201,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5202,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v9.ts","line":1343,"character":24}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6316,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}],"groups":[{"title":"Properties","kind":1024,"children":[5202]}]}}]}}}],"groups":[{"title":"Properties","kind":1024,"children":[5198,5199,5200]}],"sources":[{"fileName":"gateway/v9.ts","line":1320,"character":17}]},{"id":5220,"name":"GatewayMessageReactionRemoveEmojiDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-emoji"},"children":[{"id":5222,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":2005,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.channel_id"}},{"id":5221,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji that was removed"},"sources":[{"fileName":"gateway/v9.ts","line":1446,"character":1}],"type":{"type":"reference","id":6076,"name":"APIEmoji"}},{"id":5224,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":2013,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.guild_id"}},{"id":5223,"name":"message_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the message"},"sources":[{"fileName":"gateway/v9.ts","line":2009,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.message_id"}}],"groups":[{"title":"Properties","kind":1024,"children":[5222,5221,5224,5223]}],"sources":[{"fileName":"gateway/v9.ts","line":1442,"character":17}],"extendedTypes":[{"type":"reference","name":"MessageReactionRemoveData"}]},{"id":6108,"name":"GatewayPresenceClientStatus","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#client-status-object"},"children":[{"id":6109,"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":115,"character":1}],"type":{"type":"reference","id":6102,"name":"PresenceUpdateStatus"}},{"id":6110,"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":119,"character":1}],"type":{"type":"reference","id":6102,"name":"PresenceUpdateStatus"}},{"id":6111,"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":123,"character":1}],"type":{"type":"reference","id":6102,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[6109,6110,6111]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":111,"character":17}]},{"id":6096,"name":"GatewayPresenceUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#presence-update-presence-update-event-fields"},"children":[{"id":6100,"name":"activities","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User's current activities","text":"See https://discord.com/developers/docs/topics/gateway-events#activity-object\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":88,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6112,"name":"GatewayActivity"}}},{"id":6101,"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-events#client-status-object\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":94,"character":1}],"type":{"type":"reference","id":6108,"name":"GatewayPresenceClientStatus"}},{"id":6098,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6099,"name":"status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Either \"idle\", \"dnd\", \"online\", or \"offline\""},"sources":[{"fileName":"payloads/v9/gateway.ts","line":82,"character":1}],"type":{"type":"reference","id":6102,"name":"PresenceUpdateStatus"}},{"id":6097,"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":74,"character":1}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":6991,"name":"APIUser"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","id":6991,"name":"APIUser"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[6100,6101,6098,6099,6097]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":65,"character":17}]},{"id":5343,"name":"GatewayPresenceUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-presence-gateway-presence-update-structure"},"children":[{"id":5345,"name":"activities","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's activities","text":"See https://discord.com/developers/docs/topics/gateway-events#activity-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":1913,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5348,"name":"GatewayActivityUpdateData"}}},{"id":5347,"name":"afk","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether or not the client is afk"},"sources":[{"fileName":"gateway/v9.ts","line":1923,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5344,"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":1907,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":5346,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's new status","text":"See https://discord.com/developers/docs/topics/gateway-events#update-presence-status-types\n"},"sources":[{"fileName":"gateway/v9.ts","line":1919,"character":1}],"type":{"type":"reference","id":6102,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[5345,5347,5344,5346]}],"sources":[{"fileName":"gateway/v9.ts","line":1903,"character":17}]},{"id":4969,"name":"GatewayReadyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#ready"},"children":[{"id":4976,"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":441,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5360,"name":"APIApplication"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"flags"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":4972,"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":421,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6181,"name":"APIUnavailableGuild"}}},{"id":4974,"name":"resume_gateway_url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Gateway url for resuming connections"},"sources":[{"fileName":"gateway/v9.ts","line":429,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4973,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Used for resuming connections"},"sources":[{"fileName":"gateway/v9.ts","line":425,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4975,"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":435,"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":4971,"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":415,"character":1}],"type":{"type":"reference","id":6991,"name":"APIUser"}},{"id":4970,"name":"v","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Gateway version","text":"See https://discord.com/developers/docs/reference#api-versioning\n"},"sources":[{"fileName":"gateway/v9.ts","line":409,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[4976,4972,4974,4973,4975,4971,4970]}],"sources":[{"fileName":"gateway/v9.ts","line":403,"character":17}]},{"id":4963,"name":"GatewayReconnect","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#reconnect"},"children":[{"id":4965,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":392,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4964,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":391,"character":1}],"type":{"type":"reference","id":4837,"name":"Reconnect"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4967,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4966,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1954,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4965,4964,4967,4966]}],"sources":[{"fileName":"gateway/v9.ts","line":390,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":5313,"name":"GatewayRequestGuildMembers","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#request-guild-members"},"children":[{"id":5315,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1814,"character":1}],"type":{"type":"reference","id":5331,"name":"GatewayRequestGuildMembersData"}},{"id":5314,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1813,"character":1}],"type":{"type":"reference","id":4838,"name":"RequestGuildMembers"}}],"groups":[{"title":"Properties","kind":1024,"children":[5315,5314]}],"sources":[{"fileName":"gateway/v9.ts","line":1812,"character":17}]},{"id":5316,"name":"GatewayRequestGuildMembersDataBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5317,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v9.ts","line":1821,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5319,"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-events#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v9.ts","line":1833,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5318,"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":1825,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[5317,5319,5318]}],"sources":[{"fileName":"gateway/v9.ts","line":1817,"character":17}],"extendedBy":[{"type":"reference","id":5320,"name":"GatewayRequestGuildMembersDataWithUserIds"},{"type":"reference","id":5325,"name":"GatewayRequestGuildMembersDataWithQuery"}]},{"id":5325,"name":"GatewayRequestGuildMembersDataWithQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5328,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v9.ts","line":1821,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5317,"name":"GatewayRequestGuildMembersDataBase.guild_id"}},{"id":5327,"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":1852,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5330,"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-events#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v9.ts","line":1833,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5319,"name":"GatewayRequestGuildMembersDataBase.nonce"}},{"id":5329,"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":1825,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5318,"name":"GatewayRequestGuildMembersDataBase.presences"}},{"id":5326,"name":"query","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"String that username starts with, or an empty string to return all members"},"sources":[{"fileName":"gateway/v9.ts","line":1847,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5328,5327,5330,5329,5326]}],"sources":[{"fileName":"gateway/v9.ts","line":1843,"character":17}],"extendedTypes":[{"type":"reference","id":5316,"name":"GatewayRequestGuildMembersDataBase"}]},{"id":5320,"name":"GatewayRequestGuildMembersDataWithUserIds","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5322,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v9.ts","line":1821,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5317,"name":"GatewayRequestGuildMembersDataBase.guild_id"}},{"id":5324,"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-events#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v9.ts","line":1833,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5319,"name":"GatewayRequestGuildMembersDataBase.nonce"}},{"id":5323,"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":1825,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5318,"name":"GatewayRequestGuildMembersDataBase.presences"}},{"id":5321,"name":"user_ids","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Used to specify which users you wish to fetch"},"sources":[{"fileName":"gateway/v9.ts","line":1840,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"array","elementType":{"type":"intrinsic","name":"string"}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5322,5324,5323,5321]}],"sources":[{"fileName":"gateway/v9.ts","line":1836,"character":17}],"extendedTypes":[{"type":"reference","id":5316,"name":"GatewayRequestGuildMembersDataBase"}]},{"id":5306,"name":"GatewayResume","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#resume"},"children":[{"id":5308,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1788,"character":1}],"type":{"type":"reference","id":5309,"name":"GatewayResumeData"}},{"id":5307,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1787,"character":1}],"type":{"type":"reference","id":4836,"name":"Resume"}}],"groups":[{"title":"Properties","kind":1024,"children":[5308,5307]}],"sources":[{"fileName":"gateway/v9.ts","line":1786,"character":17}]},{"id":5309,"name":"GatewayResumeData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#resume"},"children":[{"id":5312,"name":"seq","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Last sequence number received"},"sources":[{"fileName":"gateway/v9.ts","line":1806,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5311,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Session id"},"sources":[{"fileName":"gateway/v9.ts","line":1802,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5310,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Session token"},"sources":[{"fileName":"gateway/v9.ts","line":1798,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5312,5311,5310]}],"sources":[{"fileName":"gateway/v9.ts","line":1794,"character":17}]},{"id":5243,"name":"GatewayThreadCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-create"},"children":[{"id":5253,"name":"applied_tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The IDs of the set of tags that have been applied to a thread in a forum channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":236,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":5713,"name":"APIThreadChannel.applied_tags"}},{"id":5260,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6064,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5720,"name":"APIThreadChannel.flags"}},{"id":5254,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5714,"name":"APIThreadChannel.guild_id"}},{"id":5261,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5721,"name":"APIThreadChannel.id"}},{"id":5251,"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":226,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5711,"name":"APIThreadChannel.last_message_id"}},{"id":5245,"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":194,"character":1}],"type":{"type":"reference","id":5880,"name":"APIThreadMember"},"inheritedFrom":{"type":"reference","id":5705,"name":"APIThreadChannel.member"}},{"id":5248,"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":208,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5708,"name":"APIThreadChannel.member_count"}},{"id":5247,"name":"message_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages (not including the initial message or deleted messages) in a thread","text":"If the thread was created before July 1, 2022, it stops counting at 50 messages\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":204,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5707,"name":"APIThreadChannel.message_count"}},{"id":5262,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5722,"name":"APIThreadChannel.name"}},{"id":5244,"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":1562,"character":1}],"type":{"type":"literal","value":true}},{"id":5258,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5718,"name":"APIThreadChannel.nsfw"}},{"id":5250,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the thread creator"},"sources":[{"fileName":"payloads/v9/channel.ts","line":222,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5710,"name":"APIThreadChannel.owner_id"}},{"id":5257,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5717,"name":"APIThreadChannel.parent_id"}},{"id":5255,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5860,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5715,"name":"APIThreadChannel.permission_overwrites"}},{"id":5256,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5716,"name":"APIThreadChannel.position"}},{"id":5249,"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":218,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5709,"name":"APIThreadChannel.rate_limit_per_user"}},{"id":5246,"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":198,"character":1}],"type":{"type":"reference","id":5868,"name":"APIThreadMetadata"},"inheritedFrom":{"type":"reference","id":5706,"name":"APIThreadChannel.thread_metadata"}},{"id":5252,"name":"total_message_sent","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages ever sent in a thread","text":"Similar to `message_count` on message creation, but won't decrement when a message is deleted\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5712,"name":"APIThreadChannel.total_message_sent"}},{"id":5259,"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":38,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5762,"name":"AnnouncementThread"},{"type":"reference","id":5763,"name":"PublicThread"},{"type":"reference","id":5764,"name":"PrivateThread"}]},"inheritedFrom":{"type":"reference","id":5719,"name":"APIThreadChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5253,5260,5254,5261,5251,5245,5248,5247,5262,5244,5258,5250,5257,5255,5256,5249,5246,5252,5259]}],"sources":[{"fileName":"gateway/v9.ts","line":1558,"character":17}],"extendedTypes":[{"type":"reference","id":5704,"name":"APIThreadChannel"}]},{"id":6170,"name":"GatewayThreadListSync","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-list-sync-thread-list-sync-event-fields"},"children":[{"id":6172,"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":343,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":6171,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":339,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6174,"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":351,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5880,"name":"APIThreadMember"}}},{"id":6173,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of the synced threads"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":347,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5754,"name":"APIChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6172,6171,6174,6173]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":335,"character":17}]},{"id":6175,"name":"GatewayThreadMembersUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-members-update-thread-members-update-event-fields"},"children":[{"id":6179,"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":373,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5880,"name":"APIThreadMember"}}},{"id":6177,"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":365,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6176,"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":361,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6178,"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":369,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6180,"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":377,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6179,6177,6176,6178,6180]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":357,"character":17}]},{"id":5268,"name":"GatewayTypingStartDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#typing-start"},"children":[{"id":5269,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":1597,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5270,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1601,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5273,"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":1615,"character":1}],"type":{"type":"reference","id":6316,"name":"APIGuildMember"}},{"id":5272,"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":1609,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5271,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the user"},"sources":[{"fileName":"gateway/v9.ts","line":1605,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5269,5270,5273,5272,5271]}],"sources":[{"fileName":"gateway/v9.ts","line":1593,"character":17}]},{"id":5340,"name":"GatewayUpdatePresence","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-presence"},"children":[{"id":5342,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1897,"character":1}],"type":{"type":"reference","id":5343,"name":"GatewayPresenceUpdateData"}},{"id":5341,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1896,"character":1}],"type":{"type":"reference","id":4834,"name":"PresenceUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[5342,5341]}],"sources":[{"fileName":"gateway/v9.ts","line":1895,"character":17}]},{"id":5279,"name":"GatewayVoiceServerUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-server-update"},"children":[{"id":5282,"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":1668,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5281,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild this voice server update is for"},"sources":[{"fileName":"gateway/v9.ts","line":1660,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5280,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Voice connection token"},"sources":[{"fileName":"gateway/v9.ts","line":1656,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5282,5281,5280]}],"sources":[{"fileName":"gateway/v9.ts","line":1652,"character":17}]},{"id":7061,"name":"GatewayVoiceState","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-state-object"},"children":[{"id":7063,"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":7067,"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":7062,"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":7065,"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":6316,"name":"APIGuildMember"}},{"id":7068,"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":7074,"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":7069,"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":7070,"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":7071,"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":7072,"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":7066,"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":7073,"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":7064,"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":[7063,7067,7062,7065,7068,7074,7069,7070,7071,7072,7066,7073,7064]}],"sources":[{"fileName":"payloads/v9/voice.ts","line":11,"character":17}]},{"id":5332,"name":"GatewayVoiceStateUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-voice-state"},"children":[{"id":5334,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1867,"character":1}],"type":{"type":"reference","id":5335,"name":"GatewayVoiceStateUpdateData"}},{"id":5333,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1866,"character":1}],"type":{"type":"reference","id":4835,"name":"VoiceStateUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[5334,5333]}],"sources":[{"fileName":"gateway/v9.ts","line":1865,"character":17}]},{"id":5335,"name":"GatewayVoiceStateUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-voice-state"},"children":[{"id":5337,"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":1881,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5336,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1877,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5339,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is the client deafened"},"sources":[{"fileName":"gateway/v9.ts","line":1889,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5338,"name":"self_mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is the client muted"},"sources":[{"fileName":"gateway/v9.ts","line":1885,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[5337,5336,5339,5338]}],"sources":[{"fileName":"gateway/v9.ts","line":1873,"character":17}]},{"id":5284,"name":"GatewayWebhooksUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#webhooks-update"},"children":[{"id":5286,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":1690,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5285,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1686,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5286,5285]}],"sources":[{"fileName":"gateway/v9.ts","line":1682,"character":17}]},{"id":6775,"name":"ModalSubmitActionRowComponent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6776,"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":6771,"name":"ModalSubmitComponent"}}},{"id":6777,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5972,"name":"ActionRow"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6776,6777]}],"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":16,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":5981,"typeArguments":[{"type":"reference","id":6071,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"},{"type":"literal","value":"components"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":6771,"name":"ModalSubmitComponent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6773,"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":6772,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":11,"character":1}],"type":{"type":"reference","id":5971,"name":"ComponentType"}},{"id":6774,"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":[6773,6772,6774]}],"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":10,"character":17}]},{"id":8159,"name":"RESTAPIPartialCurrentUserGuild","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8164,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/user.ts","line":64,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6273,"name":"GuildFeature"}}},{"id":8162,"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":8160,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/user.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8161,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/user.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8163,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/user.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8165,"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":[8164,8162,8160,8161,8163,8165]}],"sources":[{"fileName":"rest/v9/user.ts","line":59,"character":17}]},{"id":7956,"name":"RESTGetAPIApplicationCommandsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-global-application-commands"},"children":[{"id":7957,"name":"with_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to include full localization dictionaries (name_localizations and description_localizations)\nin the returned objects, instead of the name_localized and description_localized fields.","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v9/interactions.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7957]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":22,"character":17}]},{"id":7542,"name":"RESTGetAPIAuditLogQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#get-guild-audit-log"},"children":[{"id":7544,"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":5417,"name":"AuditLogEvent"}},{"id":7545,"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":7546,"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":7543,"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":[7544,7545,7546,7543]}],"sources":[{"fileName":"rest/v9/auditLog.ts","line":7,"character":17}]},{"id":7626,"name":"RESTGetAPIChannelMessageReactionUsersQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7627,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get users after this user ID"},"sources":[{"fileName":"rest/v9/channel.ts","line":339,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7628,"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":345,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7627,7628]}],"sources":[{"fileName":"rest/v9/channel.ts","line":335,"character":17}]},{"id":7595,"name":"RESTGetAPIChannelMessagesQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-messages"},"children":[{"id":7598,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages after this message ID"},"sources":[{"fileName":"rest/v9/channel.ts","line":199,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7596,"name":"around","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages around this message ID"},"sources":[{"fileName":"rest/v9/channel.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7597,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages before this message ID"},"sources":[{"fileName":"rest/v9/channel.ts","line":195,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7599,"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":205,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7598,7596,7597,7599]}],"sources":[{"fileName":"rest/v9/channel.ts","line":187,"character":17}]},{"id":7700,"name":"RESTGetAPIChannelThreadsArchivedQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7701,"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":704,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7702,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of thread to return"},"sources":[{"fileName":"rest/v9/channel.ts","line":708,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7701,7702]}],"sources":[{"fileName":"rest/v9/channel.ts","line":700,"character":17}]},{"id":8155,"name":"RESTGetAPICurrentUserGuildsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user-guilds"},"children":[{"id":8157,"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":8156,"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":8158,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of guilds to return (1-200)","tags":[{"tag":"default","text":"200\n"}]},"sources":[{"fileName":"rest/v9/user.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[8157,8156,8158]}],"sources":[{"fileName":"rest/v9/user.ts","line":42,"character":17}]},{"id":7837,"name":"RESTGetAPIGuildBansQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-bans"},"children":[{"id":7839,"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":559,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7838,"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":555,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7840,"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":565,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7839,7838,7840]}],"sources":[{"fileName":"rest/v9/guild.ts","line":551,"character":17}]},{"id":7801,"name":"RESTGetAPIGuildMembersQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-guild-members"},"children":[{"id":7803,"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":387,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7802,"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":381,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7803,7802]}],"sources":[{"fileName":"rest/v9/guild.ts","line":375,"character":17}]},{"id":7805,"name":"RESTGetAPIGuildMembersSearchQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#search-guild-members"},"children":[{"id":7807,"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":408,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7806,"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":402,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7807,7806]}],"sources":[{"fileName":"rest/v9/guild.ts","line":398,"character":17}]},{"id":7876,"name":"RESTGetAPIGuildPruneCountQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count"},"children":[{"id":7877,"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":733,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7878,"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":742,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7877,7878]}],"sources":[{"fileName":"rest/v9/guild.ts","line":727,"character":17}]},{"id":7879,"name":"RESTGetAPIGuildPruneCountResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count"},"children":[{"id":7880,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":749,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7880]}],"sources":[{"fileName":"rest/v9/guild.ts","line":748,"character":17}]},{"id":7761,"name":"RESTGetAPIGuildQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild"},"children":[{"id":7762,"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":191,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7762]}],"sources":[{"fileName":"rest/v9/guild.ts","line":185,"character":17}]},{"id":7940,"name":"RESTGetAPIGuildScheduledEventQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event"},"children":[{"id":7941,"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":[7941]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":77,"character":17}]},{"id":7950,"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":7954,"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":7953,"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":7951,"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":7952,"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":[7954,7953,7951,7952]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":121,"character":17}]},{"id":7925,"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":7926,"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":[7926]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":15,"character":17}]},{"id":7896,"name":"RESTGetAPIGuildVanityUrlResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-vanity-url"},"children":[{"id":7897,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":825,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":7898,"name":"uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":826,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7897,7898]}],"sources":[{"fileName":"rest/v9/guild.ts","line":824,"character":17}]},{"id":7899,"name":"RESTGetAPIGuildWidgetImageQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-image"},"children":[{"id":7900,"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":838,"character":1}],"type":{"type":"reference","id":6381,"name":"GuildWidgetStyle"}}],"groups":[{"title":"Properties","kind":1024,"children":[7900]}],"sources":[{"fileName":"rest/v9/guild.ts","line":832,"character":17}]},{"id":8014,"name":"RESTGetAPIInviteQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#get-invite"},"children":[{"id":8017,"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":8015,"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":8016,"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":[8017,8015,8016]}],"sources":[{"fileName":"rest/v9/invite.ts","line":7,"character":17}]},{"id":8021,"name":"RESTGetAPIOAuth2CurrentAuthorizationResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information"},"children":[{"id":8022,"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":5360,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":8024,"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":8023,"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":6863,"name":"OAuth2Scopes"}}},{"id":8025,"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":6991,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[8022,8024,8023,8025]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":12,"character":17}]},{"id":8114,"name":"RESTGetNitroStickerPacksResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#list-nitro-sticker-packs"},"children":[{"id":8115,"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":6941,"name":"APIStickerPack"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8115]}],"sources":[{"fileName":"rest/v9/sticker.ts","line":12,"character":17}]},{"id":8072,"name":"RESTOAuth2AdvancedBotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization"},"children":[{"id":8073,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":148,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8077,"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":8076,"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":8075,"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":8079,"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":8078,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":163,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8074,"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":6864,"name":"Bot"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8073,8077,8076,8075,8079,8078,8074]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":147,"character":17}]},{"id":8080,"name":"RESTOAuth2AdvancedBotAuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8081,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":168,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8083,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8084,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8082,"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":[8081,8083,8084,8082]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":167,"character":17}]},{"id":8026,"name":"RESTOAuth2AuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant"},"children":[{"id":8028,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8032,"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":8030,"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":8027,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":35,"character":1}],"type":{"type":"literal","value":"code"}},{"id":8029,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8031,"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":[8028,8032,8030,8027,8029,8031]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":34,"character":17}]},{"id":8033,"name":"RESTOAuth2AuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example"},"children":[{"id":8034,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8035,"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":[8034,8035]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":46,"character":17}]},{"id":8066,"name":"RESTOAuth2BotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#bot-authorization-flow-bot-auth-parameters"},"children":[{"id":8067,"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":8071,"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":8070,"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":8069,"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":8068,"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":6864,"name":"Bot"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8067,8071,8070,8069,8068]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":115,"character":17}]},{"id":8054,"name":"RESTOAuth2ImplicitAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#implicit-grant"},"children":[{"id":8056,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":90,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8060,"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":8058,"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":8055,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":89,"character":1}],"type":{"type":"literal","value":"token"}},{"id":8057,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":91,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8059,"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":[8056,8060,8058,8055,8057,8059]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":88,"character":17}]},{"id":7666,"name":"RESTPostAPIChannelFollowersJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#follow-news-channel"},"children":[{"id":7667,"name":"webhook_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of target channel"},"sources":[{"fileName":"rest/v9/channel.ts","line":554,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7667]}],"sources":[{"fileName":"rest/v9/channel.ts","line":550,"character":17}]},{"id":7646,"name":"RESTPostAPIChannelMessagesBulkDeleteJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#bulk-delete-messages"},"children":[{"id":7647,"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":444,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7647]}],"sources":[{"fileName":"rest/v9/channel.ts","line":440,"character":17}]},{"id":7964,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command"},"children":[{"id":7972,"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":74,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.default_member_permissions"}},{"id":7968,"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":85,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.default_permission"}},{"id":7970,"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":62,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"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"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.description_localizations"}},{"id":7971,"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":78,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.dm_permission"}},{"id":7966,"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":46,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.name"}},{"id":7969,"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":50,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"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"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.name_localizations"}},{"id":7967,"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":70,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6505,"name":"APIApplicationCommandOption"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.options"}},{"id":7965,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/interactions.ts","line":71,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6496,"name":"User"},{"type":"reference","id":6497,"name":"Message"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7972,7968,7970,7971,7966,7969,7967,7965]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":70,"character":17}],"extendedTypes":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"}]},{"id":8168,"name":"RESTPostAPICurrentUserCreateDMChannelJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#create-dm"},"children":[{"id":8169,"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":[8169]}],"sources":[{"fileName":"rest/v9/user.ts","line":81,"character":17}]},{"id":7886,"name":"RESTPostAPIGuildPruneResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#begin-guild-prune"},"children":[{"id":7887,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":778,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7887]}],"sources":[{"fileName":"rest/v9/guild.ts","line":777,"character":17}]},{"id":8118,"name":"RESTPostAPIGuildStickerFormDataBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#create-guild-sticker"},"children":[{"id":8120,"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":8122,"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":8119,"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":8121,"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":[8120,8122,8119,8121]}],"sources":[{"fileName":"rest/v9/sticker.ts","line":29,"character":17}]},{"id":7758,"name":"RESTPostAPIGuildsMFAJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-mfa-level"},"children":[{"id":7759,"name":"level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"MFA level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-mfa-level\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":174,"character":1}],"type":{"type":"reference","id":6245,"name":"GuildMFALevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[7759]}],"sources":[{"fileName":"rest/v9/guild.ts","line":168,"character":17}]},{"id":8100,"name":"RESTPostAPIStageInstanceJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#create-stage-instance"},"children":[{"id":8101,"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":8103,"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":6912,"name":"StageInstancePrivacyLevel"}},{"id":8104,"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":8102,"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":[8101,8103,8104,8102]}],"sources":[{"fileName":"rest/v9/stageInstance.ts","line":8,"character":17}]},{"id":8208,"name":"RESTPostAPIWebhookWithTokenQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook-querystring-params"},"children":[{"id":8210,"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.","text":"Available only if the {@link RESTPostAPIWebhookWithTokenJSONBody.thread_name} JSON body property is not specified\n"},"sources":[{"fileName":"rest/v9/webhook.ts","line":183,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8209,"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":177,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[8210,8209]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":170,"character":17}]},{"id":8042,"name":"RESTPostOAuth2AccessTokenResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-access-token-response"},"children":[{"id":8043,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8045,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8046,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8047,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8044,"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":[8043,8045,8046,8047,8044]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":65,"character":17}]},{"id":8036,"name":"RESTPostOAuth2AccessTokenURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example"},"children":[{"id":8037,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":55,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8038,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8040,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":58,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8039,"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":8041,"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":[8037,8038,8040,8039,8041]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":54,"character":17}]},{"id":8085,"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":8086,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":178,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8088,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":180,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8091,"name":"guild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":183,"character":1}],"type":{"type":"reference","id":6195,"name":"APIGuild"}},{"id":8089,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":181,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8090,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8087,"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":[8086,8088,8091,8089,8090,8087]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":177,"character":17}]},{"id":8092,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#webhooks-webhook-token-response-example"},"children":[{"id":8093,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":190,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8095,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8096,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":193,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8097,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":194,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8094,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8098,"name":"webhook","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":195,"character":1}],"type":{"type":"reference","id":7081,"name":"APIWebhook"}}],"groups":[{"title":"Properties","kind":1024,"children":[8093,8095,8096,8097,8094,8098]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":189,"character":17}]},{"id":8062,"name":"RESTPostOAuth2ClientCredentialsURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#client-credentials-grant"},"children":[{"id":8063,"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":8064,"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":[8063,8064]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":105,"character":17}]},{"id":8048,"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":8049,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":77,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8050,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8051,"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":8052,"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":[8049,8050,8051,8052]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":76,"character":17}]},{"id":8009,"name":"RESTPutAPIApplicationCommandPermissionsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-application-command-permissions"},"children":[{"id":8010,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/interactions.ts","line":264,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6649,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8010]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":263,"character":17}]},{"id":7649,"name":"RESTPutAPIChannelPermissionJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-channel-permissions"},"children":[{"id":7650,"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":463,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":7651,"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":471,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":7652,"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":475,"character":1}],"type":{"type":"reference","id":5865,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[7650,7651,7652]}],"sources":[{"fileName":"rest/v9/channel.ts","line":455,"character":17}],"extendedBy":[{"type":"reference","id":7564,"name":"APIChannelPatchOverwrite"},{"type":"reference","id":7721,"name":"APIGuildCreateOverwrite"}]},{"id":6069,"name":"APIActionRowComponentTypes","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1604,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6070,"name":"APIMessageActionRowComponent"},{"type":"reference","id":6071,"name":"APIModalActionRowComponent"}]}},{"id":6518,"name":"APIApplicationCommandAttachmentOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/attachment.ts","line":5,"character":12}],"type":{"type":"reference","id":6520,"typeArguments":[{"type":"reference","id":6580,"name":"ApplicationCommandOptionType.Attachment"}],"name":"APIApplicationCommandOptionBase"}},{"id":6668,"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":6706,"typeArguments":[{"type":"reference","id":6667,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6669,"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":6708,"typeArguments":[{"type":"reference","id":6667,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6667,"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":6689,"typeArguments":[{"type":"reference","id":6789,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","id":6508,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6689,"typeArguments":[{"type":"reference","id":6789,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6508,"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":6504,"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":67,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6586,"name":"APIApplicationCommandStringOption"},{"type":"reference","id":6553,"name":"APIApplicationCommandIntegerOption"},{"type":"reference","id":6542,"name":"APIApplicationCommandBooleanOption"},{"type":"reference","id":6616,"name":"APIApplicationCommandUserOption"},{"type":"reference","id":6544,"name":"APIApplicationCommandChannelOption"},{"type":"reference","id":6567,"name":"APIApplicationCommandRoleOption"},{"type":"reference","id":6559,"name":"APIApplicationCommandMentionableOption"},{"type":"reference","id":6561,"name":"APIApplicationCommandNumberOption"},{"type":"reference","id":6518,"name":"APIApplicationCommandAttachmentOption"}]}},{"id":6542,"name":"APIApplicationCommandBooleanOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/boolean.ts","line":4,"character":12}],"type":{"type":"reference","id":6520,"typeArguments":[{"type":"reference","id":6574,"name":"ApplicationCommandOptionType.Boolean"}],"name":"APIApplicationCommandOptionBase"}},{"id":6502,"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":123,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6516,"name":"APIChatInputApplicationCommandDMInteraction"},{"type":"reference","id":6642,"name":"APIContextMenuDMInteraction"}]}},{"id":6503,"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":130,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6517,"name":"APIChatInputApplicationCommandGuildInteraction"},{"type":"reference","id":6643,"name":"APIContextMenuGuildInteraction"}]}},{"id":6553,"name":"APIApplicationCommandIntegerOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts","line":20,"character":12}],"type":{"type":"reference","id":6534,"typeArguments":[{"type":"reference","name":"APIApplicationCommandIntegerOptionBase"},{"type":"reference","id":6581,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":6501,"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":118,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6515,"name":"APIChatInputApplicationCommandInteraction"},{"type":"reference","id":6641,"name":"APIContextMenuInteraction"}]}},{"id":6498,"name":"APIApplicationCommandInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":104,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6508,"name":"APIChatInputApplicationCommandInteractionData"},{"type":"reference","id":6634,"name":"APIContextMenuInteractionData"}]}},{"id":6519,"name":"APIApplicationCommandInteractionDataAttachmentOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/attachment.ts","line":8,"character":12}],"type":{"type":"reference","id":6528,"typeArguments":[{"type":"reference","id":6580,"name":"ApplicationCommandOptionType.Attachment"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6507,"name":"APIApplicationCommandInteractionDataBasicOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":94,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6587,"name":"APIApplicationCommandInteractionDataStringOption"},{"type":"reference","id":6554,"name":"APIApplicationCommandInteractionDataIntegerOption"},{"type":"reference","id":6543,"name":"APIApplicationCommandInteractionDataBooleanOption"},{"type":"reference","id":6617,"name":"APIApplicationCommandInteractionDataUserOption"},{"type":"reference","id":6552,"name":"APIApplicationCommandInteractionDataChannelOption"},{"type":"reference","id":6568,"name":"APIApplicationCommandInteractionDataRoleOption"},{"type":"reference","id":6560,"name":"APIApplicationCommandInteractionDataMentionableOption"},{"type":"reference","id":6562,"name":"APIApplicationCommandInteractionDataNumberOption"},{"type":"reference","id":6519,"name":"APIApplicationCommandInteractionDataAttachmentOption"}]}},{"id":6543,"name":"APIApplicationCommandInteractionDataBooleanOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/boolean.ts","line":6,"character":12}],"type":{"type":"reference","id":6528,"typeArguments":[{"type":"reference","id":6574,"name":"ApplicationCommandOptionType.Boolean"},{"type":"intrinsic","name":"boolean"}],"name":"APIInteractionDataOptionBase"}},{"id":6552,"name":"APIApplicationCommandInteractionDataChannelOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/channel.ts","line":11,"character":12}],"type":{"type":"reference","id":6528,"typeArguments":[{"type":"reference","id":6576,"name":"ApplicationCommandOptionType.Channel"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6560,"name":"APIApplicationCommandInteractionDataMentionableOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/mentionable.ts","line":8,"character":12}],"type":{"type":"reference","id":6528,"typeArguments":[{"type":"reference","id":6578,"name":"ApplicationCommandOptionType.Mentionable"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6506,"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":89,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6600,"name":"APIApplicationCommandInteractionDataSubcommandOption"},{"type":"reference","id":6612,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption"},{"type":"reference","id":6507,"name":"APIApplicationCommandInteractionDataBasicOption"}]}},{"id":6568,"name":"APIApplicationCommandInteractionDataRoleOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/role.ts","line":7,"character":12}],"type":{"type":"reference","id":6528,"typeArguments":[{"type":"reference","id":6577,"name":"ApplicationCommandOptionType.Role"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6617,"name":"APIApplicationCommandInteractionDataUserOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/user.ts","line":7,"character":12}],"type":{"type":"reference","id":6528,"typeArguments":[{"type":"reference","id":6575,"name":"ApplicationCommandOptionType.User"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6499,"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":111,"character":12}],"typeParameter":[{"id":6500,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6498,"name":"APIApplicationCommandInteractionData"}}],"type":{"type":"intersection","types":[{"type":"reference","id":6689,"typeArguments":[{"type":"reference","id":6787,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":6500,"name":"Data"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6689,"typeArguments":[{"type":"reference","id":6787,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":6500,"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":6559,"name":"APIApplicationCommandMentionableOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/mentionable.ts","line":5,"character":12}],"type":{"type":"reference","id":6520,"typeArguments":[{"type":"reference","id":6578,"name":"ApplicationCommandOptionType.Mentionable"}],"name":"APIApplicationCommandOptionBase"}},{"id":6561,"name":"APIApplicationCommandNumberOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts","line":20,"character":12}],"type":{"type":"reference","id":6534,"typeArguments":[{"type":"reference","name":"APIApplicationCommandNumberOptionBase"},{"type":"reference","id":6581,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":6505,"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":81,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6592,"name":"APIApplicationCommandSubcommandOption"},{"type":"reference","id":6604,"name":"APIApplicationCommandSubcommandGroupOption"},{"type":"reference","id":6504,"name":"APIApplicationCommandBasicOption"}]}},{"id":6534,"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":19,"character":12}],"typeParameter":[{"id":6540,"name":"Base","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6520,"typeArguments":[{"type":"reference","id":6569,"name":"ApplicationCommandOptionType"}],"name":"APIApplicationCommandOptionBase"}},{"id":6541,"name":"ChoiceType","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6581,"name":"APIApplicationCommandOptionChoice"}}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reference","id":6540,"name":"Base"},{"type":"reflection","declaration":{"id":6535,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":6536,"name":"autocomplete","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":24,"character":3}],"type":{"type":"literal","value":true}}],"groups":[{"title":"Properties","kind":1024,"children":[6536]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":23,"character":11}]}}]},{"type":"intersection","types":[{"type":"reference","id":6540,"name":"Base"},{"type":"reflection","declaration":{"id":6537,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":6538,"name":"autocomplete","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":27,"character":3}],"type":{"type":"literal","value":false}},{"id":6539,"name":"choices","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":28,"character":3}],"type":{"type":"array","elementType":{"type":"reference","id":6541,"name":"ChoiceType"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6538,6539]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":26,"character":11}]}}]}]}},{"id":6567,"name":"APIApplicationCommandRoleOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/role.ts","line":5,"character":12}],"type":{"type":"reference","id":6520,"typeArguments":[{"type":"reference","id":6577,"name":"ApplicationCommandOptionType.Role"}],"name":"APIApplicationCommandOptionBase"}},{"id":6586,"name":"APIApplicationCommandStringOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/string.ts","line":20,"character":12}],"type":{"type":"reference","id":6534,"typeArguments":[{"type":"reference","name":"APIApplicationCommandStringOptionBase"},{"type":"reference","id":6581,"typeArguments":[{"type":"intrinsic","name":"string"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":6616,"name":"APIApplicationCommandUserOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/user.ts","line":5,"character":12}],"type":{"type":"reference","id":6520,"typeArguments":[{"type":"reference","id":6575,"name":"ApplicationCommandOptionType.User"}],"name":"APIApplicationCommandOptionBase"}},{"id":5487,"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":324,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5488,"name":"APIAuditLogChangeKeyName"},{"type":"reference","id":5489,"name":"APIAuditLogChangeKeyDescription"},{"type":"reference","id":5490,"name":"APIAuditLogChangeKeyIconHash"},{"type":"reference","id":5491,"name":"APIAuditLogChangeKeyImageHash"},{"type":"reference","id":5492,"name":"APIAuditLogChangeKeySplashHash"},{"type":"reference","id":5493,"name":"APIAuditLogChangeKeyDiscoverySplashHash"},{"type":"reference","id":5494,"name":"APIAuditLogChangeKeyBannerHash"},{"type":"reference","id":5495,"name":"APIAuditLogChangeKeyOwnerId"},{"type":"reference","id":5496,"name":"APIAuditLogChangeKeyRegion"},{"type":"reference","id":5497,"name":"APIAuditLogChangeKeyPreferredLocale"},{"type":"reference","id":5498,"name":"APIAuditLogChangeKeyAFKChannelId"},{"type":"reference","id":5499,"name":"APIAuditLogChangeKeyAFKTimeout"},{"type":"reference","id":5500,"name":"APIAuditLogChangeKeyRulesChannelId"},{"type":"reference","id":5501,"name":"APIAuditLogChangeKeyPublicUpdatesChannelId"},{"type":"reference","id":5502,"name":"APIAuditLogChangeKeyMFALevel"},{"type":"reference","id":5503,"name":"APIAuditLogChangeKeyVerificationLevel"},{"type":"reference","id":5504,"name":"APIAuditLogChangeKeyExplicitContentFilter"},{"type":"reference","id":5505,"name":"APIAuditLogChangeKeyDefaultMessageNotifications"},{"type":"reference","id":5506,"name":"APIAuditLogChangeKeyVanityURLCode"},{"type":"reference","id":5507,"name":"APIAuditLogChangeKey$Add"},{"type":"reference","id":5508,"name":"APIAuditLogChangeKey$Remove"},{"type":"reference","id":5509,"name":"APIAuditLogChangeKeyPruneDeleteDays"},{"type":"reference","id":5510,"name":"APIAuditLogChangeKeyWidgetEnabled"},{"type":"reference","id":5511,"name":"APIAuditLogChangeKeyWidgetChannelId"},{"type":"reference","id":5512,"name":"APIAuditLogChangeKeySystemChannelId"},{"type":"reference","id":5513,"name":"APIAuditLogChangeKeyPosition"},{"type":"reference","id":5514,"name":"APIAuditLogChangeKeyTopic"},{"type":"reference","id":5515,"name":"APIAuditLogChangeKeyBitrate"},{"type":"reference","id":5516,"name":"APIAuditLogChangeKeyPermissionOverwrites"},{"type":"reference","id":5517,"name":"APIAuditLogChangeKeyNSFW"},{"type":"reference","id":5518,"name":"APIAuditLogChangeKeyApplicationId"},{"type":"reference","id":5519,"name":"APIAuditLogChangeKeyRateLimitPerUser"},{"type":"reference","id":5520,"name":"APIAuditLogChangeKeyPermissions"},{"type":"reference","id":5521,"name":"APIAuditLogChangeKeyColor"},{"type":"reference","id":5523,"name":"APIAuditLogChangeKeyHoist"},{"type":"reference","id":5524,"name":"APIAuditLogChangeKeyMentionable"},{"type":"reference","id":5525,"name":"APIAuditLogChangeKeyAllow"},{"type":"reference","id":5526,"name":"APIAuditLogChangeKeyDeny"},{"type":"reference","id":5527,"name":"APIAuditLogChangeKeyCode"},{"type":"reference","id":5528,"name":"APIAuditLogChangeKeyChannelId"},{"type":"reference","id":5529,"name":"APIAuditLogChangeKeyInviterId"},{"type":"reference","id":5530,"name":"APIAuditLogChangeKeyMaxUses"},{"type":"reference","id":5531,"name":"APIAuditLogChangeKeyUses"},{"type":"reference","id":5532,"name":"APIAuditLogChangeKeyMaxAge"},{"type":"reference","id":5533,"name":"APIAuditLogChangeKeyTemporary"},{"type":"reference","id":5534,"name":"APIAuditLogChangeKeyDeaf"},{"type":"reference","id":5535,"name":"APIAuditLogChangeKeyMute"},{"type":"reference","id":5536,"name":"APIAuditLogChangeKeyNick"},{"type":"reference","id":5537,"name":"APIAuditLogChangeKeyAvatarHash"},{"type":"reference","id":5538,"name":"APIAuditLogChangeKeyId"},{"type":"reference","id":5539,"name":"APIAuditLogChangeKeyType"},{"type":"reference","id":5540,"name":"APIAuditLogChangeKeyEnableEmoticons"},{"type":"reference","id":5541,"name":"APIAuditLogChangeKeyExpireBehavior"},{"type":"reference","id":5542,"name":"APIAuditLogChangeKeyExpireGracePeriod"},{"type":"reference","id":5543,"name":"APIAuditLogChangeKeyUserLimit"},{"type":"reference","id":5544,"name":"APIAuditLogChangeKeyPrivacyLevel"},{"type":"reference","id":5545,"name":"APIAuditLogChangeKeyTags"},{"type":"reference","id":5546,"name":"APIAuditLogChangeKeyFormatType"},{"type":"reference","id":5547,"name":"APIAuditLogChangeKeyAsset"},{"type":"reference","id":5548,"name":"APIAuditLogChangeKeyAvailable"},{"type":"reference","id":5549,"name":"APIAuditLogChangeKeyGuildId"},{"type":"reference","id":5550,"name":"APIAuditLogChangeKeyArchived"},{"type":"reference","id":5551,"name":"APIAuditLogChangeKeyLocked"},{"type":"reference","id":5552,"name":"APIAuditLogChangeKeyAutoArchiveDuration"},{"type":"reference","id":5553,"name":"APIAuditLogChangeKeyDefaultAutoArchiveDuration"},{"type":"reference","id":5554,"name":"APIAuditLogChangeKeyEntityType"},{"type":"reference","id":5555,"name":"APIAuditLogChangeKeyStatus"},{"type":"reference","id":5556,"name":"APIAuditLogChangeKeyLocation"},{"type":"reference","id":5557,"name":"APIAuditLogChangeKeyCommunicationDisabledUntil"},{"type":"reference","id":5558,"name":"APIAuditLogChangeKeyTriggerType"},{"type":"reference","id":5559,"name":"APIAuditLogChangeKeyEventType"},{"type":"reference","id":5560,"name":"APIAuditLogChangeKeyTriggerMetadata"},{"type":"reference","id":5561,"name":"APIAuditLogChangeKeyActions"},{"type":"reference","id":5562,"name":"APIAuditLogChangeKeyEnabled"},{"type":"reference","id":5563,"name":"APIAuditLogChangeKeyExemptRoles"},{"type":"reference","id":5564,"name":"APIAuditLogChangeKeyExemptChannels"}]}},{"id":5507,"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":506,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$add"},{"type":"array","elementType":{"type":"reference","id":6888,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":5508,"name":"APIAuditLogChangeKey$Remove","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when role(s) are removed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":511,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$remove"},{"type":"array","elementType":{"type":"reference","id":6888,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":5498,"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":455,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5499,"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":460,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_timeout"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5561,"name":"APIAuditLogChangeKeyActions","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's actions is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":784,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"actions"},{"type":"array","elementType":{"type":"reference","id":5593,"name":"APIAutoModerationAction"}}],"name":"AuditLogChangeData"}},{"id":5525,"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":598,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"allow"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5518,"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":561,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"application_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5550,"name":"APIAuditLogChangeKeyArchived","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":723,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"archived"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5547,"name":"APIAuditLogChangeKeyAsset","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Empty string"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":708,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"asset"},{"type":"literal","value":""}],"name":"AuditLogChangeData"}},{"id":5552,"name":"APIAuditLogChangeKeyAutoArchiveDuration","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":733,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"auto_archive_duration"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5548,"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":713,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"available"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5537,"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":658,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"avatar_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5494,"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":435,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"banner_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5515,"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":546,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"bitrate"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5528,"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":613,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5527,"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":608,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5521,"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":577,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"color"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5557,"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":761,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"communication_disabled_until"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5534,"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":643,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deaf"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5553,"name":"APIAuditLogChangeKeyDefaultAutoArchiveDuration","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":738,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"default_auto_archive_duration"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5505,"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":493,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"default_message_notifications"},{"type":"reference","id":6238,"name":"GuildDefaultMessageNotifications"}],"name":"AuditLogChangeData"}},{"id":5526,"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":603,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deny"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5489,"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":410,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"description"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5493,"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":430,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"discovery_splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5540,"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":673,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"enable_emoticons"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5562,"name":"APIAuditLogChangeKeyEnabled","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's enabled status is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":789,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"enabled"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5554,"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":746,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"entity_type"},{"type":"reference","id":6460,"name":"GuildScheduledEventEntityType"}],"name":"AuditLogChangeData"}},{"id":5559,"name":"APIAuditLogChangeKeyEventType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's event type is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":771,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"event_type"},{"type":"reference","id":5591,"name":"AutoModerationRuleEventType"}],"name":"AuditLogChangeData"}},{"id":5564,"name":"APIAuditLogChangeKeyExemptChannels","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's exempt channels is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":799,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"exempt_channels"},{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}],"name":"AuditLogChangeData"}},{"id":5563,"name":"APIAuditLogChangeKeyExemptRoles","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's exempt roles is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":794,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"exempt_roles"},{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}],"name":"AuditLogChangeData"}},{"id":5541,"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":678,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_behavior"},{"type":"reference","id":6345,"name":"IntegrationExpireBehavior"}],"name":"AuditLogChangeData"}},{"id":5542,"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":683,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_grace_period"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5504,"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":485,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"explicit_content_filter"},{"type":"reference","id":6241,"name":"GuildExplicitContentFilter"}],"name":"AuditLogChangeData"}},{"id":5546,"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":703,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"format_type"},{"type":"reference","id":6936,"name":"StickerFormatType"}],"name":"AuditLogChangeData"}},{"id":5549,"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":718,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"guild_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5523,"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":588,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"hoist"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5490,"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":415,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"icon_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5538,"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":663,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5491,"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":420,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"image_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5529,"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":618,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"inviter_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5556,"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":756,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"location"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5551,"name":"APIAuditLogChangeKeyLocked","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":728,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"locked"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5502,"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":475,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mfa_level"},{"type":"reference","id":6245,"name":"GuildMFALevel"}],"name":"AuditLogChangeData"}},{"id":5532,"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":633,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_age"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5530,"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":623,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5524,"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":593,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mentionable"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5535,"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":648,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mute"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5517,"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":556,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nsfw"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5488,"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":405,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"name"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5536,"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":653,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nick"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5495,"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":440,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"owner_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5516,"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":551,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permission_overwrites"},{"type":"array","elementType":{"type":"reference","id":5860,"name":"APIOverwrite"}}],"name":"AuditLogChangeData"}},{"id":5520,"name":"APIAuditLogChangeKeyPermissions","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a permission bitfield is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":572,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permissions"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5513,"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":536,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"position"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5497,"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":450,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"preferred_locale"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5544,"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":693,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"privacy_level"},{"type":"reference","id":6912,"name":"StageInstancePrivacyLevel"}],"name":"AuditLogChangeData"}},{"id":5509,"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":516,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"prune_delete_days"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5501,"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":470,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"public_updates_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5519,"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":567,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rate_limit_per_user"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5496,"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":445,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"region"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5500,"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":465,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rules_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5522,"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":583,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"intrinsic","name":"unknown"}],"name":"AuditLogChangeData"}},{"id":5492,"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":425,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5555,"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":751,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"status"},{"type":"reference","id":6464,"name":"GuildScheduledEventStatus"}],"name":"AuditLogChangeData"}},{"id":5512,"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":531,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"system_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5545,"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":698,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"tags"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5533,"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":638,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"temporary"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5514,"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":541,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"topic"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5560,"name":"APIAuditLogChangeKeyTriggerMetadata","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's trigger metadata is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":776,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"trigger_metadata"},{"type":"reference","id":5582,"name":"APIAutoModerationRuleTriggerMetadata"}],"name":"AuditLogChangeData"}},{"id":5558,"name":"APIAuditLogChangeKeyTriggerType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's trigger type is changed (only in rule creation or deletion)"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":766,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"trigger_type"},{"type":"reference","id":5577,"name":"AutoModerationRuleTriggerType"}],"name":"AuditLogChangeData"}},{"id":5539,"name":"APIAuditLogChangeKeyType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The type of entity created"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":668,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"type"},{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}],"name":"AuditLogChangeData"}},{"id":5543,"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":688,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"user_limit"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5531,"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":628,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5506,"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":501,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"vanity_url_code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5503,"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":480,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"verification_level"},{"type":"reference","id":6253,"name":"GuildVerificationLevel"}],"name":"AuditLogChangeData"}},{"id":5511,"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":526,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5510,"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":521,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_enabled"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":6010,"name":"APIButtonComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1414,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5996,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":6003,"name":"APIButtonComponentWithURL"}]}},{"id":5754,"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":316,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5694,"name":"APIGroupDMChannel"},{"type":"reference","id":5693,"name":"APIDMChannel"},{"type":"reference","id":5651,"name":"APITextChannel"},{"type":"reference","id":5652,"name":"APINewsChannel"},{"type":"reference","id":5668,"name":"APIGuildVoiceChannel"},{"type":"reference","id":5684,"name":"APIGuildStageVoiceChannel"},{"type":"reference","id":5653,"name":"APIGuildCategoryChannel"},{"type":"reference","id":5704,"name":"APIThreadChannel"},{"type":"reference","id":5652,"name":"APINewsChannel"},{"type":"reference","id":5735,"name":"APIGuildForumChannel"}]}},{"id":6516,"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":123,"character":12}],"type":{"type":"reference","id":6706,"typeArguments":[{"type":"reference","id":6515,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6517,"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":129,"character":12}],"type":{"type":"reference","id":6708,"typeArguments":[{"type":"reference","id":6515,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6515,"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":117,"character":12}],"type":{"type":"reference","id":6499,"typeArguments":[{"type":"reference","id":6508,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":6732,"name":"APIChatInputApplicationCommandInteractionDataResolved","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Renamed to `APIInteractionDataResolved`\n"}]},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":163,"character":12}],"type":{"type":"reference","id":6726,"name":"APIInteractionDataResolved"}},{"id":6642,"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":82,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6636,"name":"APIUserApplicationCommandDMInteraction"},{"type":"reference","id":6639,"name":"APIMessageApplicationCommandDMInteraction"}]}},{"id":6643,"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":89,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6637,"name":"APIUserApplicationCommandGuildInteraction"},{"type":"reference","id":6640,"name":"APIMessageApplicationCommandGuildInteraction"}]}},{"id":6641,"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":77,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6635,"name":"APIUserApplicationCommandInteraction"},{"type":"reference","id":6638,"name":"APIMessageApplicationCommandInteraction"}]}},{"id":6634,"name":"APIContextMenuInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":35,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6618,"name":"APIUserApplicationCommandInteractionData"},{"type":"reference","id":6625,"name":"APIMessageApplicationCommandInteractionData"}]}},{"id":5693,"name":"APIDMChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":164,"character":12}],"type":{"type":"reference","id":5685,"typeArguments":[{"type":"reference","id":5757,"name":"ChannelType.DM"}],"name":"APIDMChannelBase"}},{"id":6476,"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":6502,"name":"APIApplicationCommandDMInteraction"},{"type":"reference","id":6769,"name":"APIMessageComponentDMInteraction"},{"type":"reference","id":6668,"name":"APIApplicationCommandAutocompleteDMInteraction"},{"type":"reference","id":6782,"name":"APIModalSubmitDMInteraction"}]}},{"id":6706,"name":"APIDMInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":121,"character":12}],"typeParameter":[{"id":6707,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6689,"typeArguments":[{"type":"reference","id":6785,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":6707,"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":6707,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":5653,"name":"APIGuildCategoryChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":123,"character":12}],"type":{"type":"reference","id":5623,"typeArguments":[{"type":"reference","id":5760,"name":"ChannelType.GuildCategory"}],"name":"APIGuildChannel"}},{"id":7726,"name":"APIGuildChannelResolvable","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":41,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5754,"name":"APIChannel"},{"type":"union","types":[{"type":"reference","id":5693,"name":"APIDMChannel"},{"type":"reference","id":5694,"name":"APIGroupDMChannel"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7727,"name":"APIGuildCreatePartialChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":42,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":7726,"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"},{"type":"literal","value":"default_reaction_emoji"},{"type":"literal","value":"available_tags"},{"type":"literal","value":"default_sort_order"}]}],"name":"DistributivePick"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7728,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7730,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/guild.ts","line":63,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":7729,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":62,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":7731,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/guild.ts","line":64,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7732,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/guild.ts","line":65,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":7721,"name":"APIGuildCreateOverwrite"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7730,7729,7731,7732]}],"sources":[{"fileName":"rest/v9/guild.ts","line":61,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":6344,"name":"APIGuildIntegrationType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":720,"character":12}],"type":{"type":"union","types":[{"type":"literal","value":"twitch"},{"type":"literal","value":"youtube"},{"type":"literal","value":"discord"}]}},{"id":6477,"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":6503,"name":"APIApplicationCommandGuildInteraction"},{"type":"reference","id":6770,"name":"APIMessageComponentGuildInteraction"},{"type":"reference","id":6669,"name":"APIApplicationCommandAutocompleteGuildInteraction"},{"type":"reference","id":6783,"name":"APIModalSubmitGuildInteraction"}]}},{"id":6708,"name":"APIGuildInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":127,"character":12}],"typeParameter":[{"id":6709,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6689,"typeArguments":[{"type":"reference","id":6785,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":6709,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6709,"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":6457,"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":6406,"name":"APIStageInstanceGuildScheduledEvent"},{"type":"reference","id":6423,"name":"APIVoiceGuildScheduledEvent"},{"type":"reference","id":6440,"name":"APIExternalGuildScheduledEvent"}]}},{"id":5684,"name":"APIGuildStageVoiceChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":153,"character":12}],"type":{"type":"reference","id":5654,"typeArguments":[{"type":"reference","id":5765,"name":"ChannelType.GuildStageVoice"}],"name":"APIVoiceChannelBase"}},{"id":6475,"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":6784,"name":"APIPingInteraction"},{"type":"reference","id":6501,"name":"APIApplicationCommandInteraction"},{"type":"reference","id":6735,"name":"APIMessageComponentInteraction"},{"type":"reference","id":6667,"name":"APIApplicationCommandAutocompleteInteraction"},{"type":"reference","id":6781,"name":"APIModalSubmitInteraction"}]}},{"id":6791,"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":6792,"name":"APIInteractionResponsePong"},{"type":"reference","id":6800,"name":"APIInteractionResponseChannelMessageWithSource"},{"type":"reference","id":6803,"name":"APIInteractionResponseDeferredChannelMessageWithSource"},{"type":"reference","id":6806,"name":"APIInteractionResponseDeferredMessageUpdate"},{"type":"reference","id":6808,"name":"APIInteractionResponseUpdateMessage"},{"type":"reference","id":6794,"name":"APIApplicationCommandAutocompleteResponse"},{"type":"reference","id":6797,"name":"APIModalInteractionResponse"}]}},{"id":6819,"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":8193,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"union","types":[{"type":"literal","value":"username"},{"type":"literal","value":"avatar_url"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reflection","declaration":{"id":6820,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":6821,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":102,"character":6}],"type":{"type":"reference","id":5843,"name":"MessageFlags"}}],"groups":[{"title":"Properties","kind":1024,"children":[6821]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":102,"character":4}]}}]}},{"id":6828,"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":6195,"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":6038,"name":"APIMentionableSelectComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1497,"character":12}],"type":{"type":"reference","id":6020,"typeArguments":[{"type":"reference","id":5978,"name":"ComponentType.MentionableSelect"}],"name":"APIBaseSelectMenuComponent"}},{"id":6070,"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":1609,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6010,"name":"APIButtonComponent"},{"type":"reference","id":6047,"name":"APISelectMenuComponent"}]}},{"id":6639,"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":65,"character":12}],"type":{"type":"reference","id":6706,"typeArguments":[{"type":"reference","id":6638,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6640,"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":71,"character":12}],"type":{"type":"reference","id":6708,"typeArguments":[{"type":"reference","id":6638,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6638,"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":59,"character":12}],"type":{"type":"reference","id":6499,"typeArguments":[{"type":"reference","id":6625,"name":"APIMessageApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":6743,"name":"APIMessageButtonInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":57,"character":12}],"type":{"type":"reference","id":6739,"typeArguments":[{"type":"reference","id":5973,"name":"ComponentType.Button"}],"name":"APIMessageComponentBaseInteractionData"}},{"id":6067,"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":1601,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6070,"name":"APIMessageActionRowComponent"},{"type":"reference","id":5981,"typeArguments":[{"type":"reference","id":6070,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":6736,"name":"APIMessageComponentButtonInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":22,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6689,"typeArguments":[{"type":"reference","id":6788,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6743,"name":"APIMessageButtonInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6689,"typeArguments":[{"type":"reference","id":6788,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6743,"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":6769,"name":"APIMessageComponentDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":95,"character":12}],"type":{"type":"reference","id":6706,"typeArguments":[{"type":"reference","id":6735,"name":"APIMessageComponentInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6770,"name":"APIMessageComponentGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":97,"character":12}],"type":{"type":"reference","id":6708,"typeArguments":[{"type":"reference","id":6735,"name":"APIMessageComponentInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6735,"name":"APIMessageComponentInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":11,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6689,"typeArguments":[{"type":"reference","id":6788,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6738,"name":"APIMessageComponentInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6689,"typeArguments":[{"type":"reference","id":6788,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6738,"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":6738,"name":"APIMessageComponentInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":44,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6743,"name":"APIMessageButtonInteractionData"},{"type":"reference","id":6768,"name":"APIMessageSelectMenuInteractionData"}]}},{"id":6737,"name":"APIMessageComponentSelectMenuInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":33,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6689,"typeArguments":[{"type":"reference","id":6788,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6768,"name":"APIMessageSelectMenuInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6689,"typeArguments":[{"type":"reference","id":6788,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6768,"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":7602,"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":221,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5834,"name":"APIMessageReference"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5834,"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":7603,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7604,"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":229,"character":2}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7604]}],"sources":[{"fileName":"rest/v9/channel.ts","line":223,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":6768,"name":"APIMessageSelectMenuInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":88,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6744,"name":"APIMessageStringSelectInteractionData"},{"type":"reference","id":6748,"name":"APIMessageUserSelectInteractionData"},{"type":"reference","id":6753,"name":"APIMessageRoleSelectInteractionData"},{"type":"reference","id":6758,"name":"APIMessageMentionableSelectInteractionData"},{"type":"reference","id":6763,"name":"APIMessageChannelSelectInteractionData"}]}},{"id":6071,"name":"APIModalActionRowComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1612,"character":12}],"type":{"type":"reference","id":6054,"name":"APITextInputComponent"}},{"id":6068,"name":"APIModalComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1602,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6071,"name":"APIModalActionRowComponent"},{"type":"reference","id":5981,"typeArguments":[{"type":"reference","id":6071,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":6782,"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":44,"character":12}],"type":{"type":"reference","id":6706,"typeArguments":[{"type":"reference","id":6781,"name":"APIModalSubmitInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6783,"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":49,"character":12}],"type":{"type":"reference","id":6708,"typeArguments":[{"type":"reference","id":6781,"name":"APIModalSubmitInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6781,"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":38,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6689,"typeArguments":[{"type":"reference","id":6790,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":6778,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6689,"typeArguments":[{"type":"reference","id":6790,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":6778,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"literal","value":"data"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":5652,"name":"APINewsChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":122,"character":12}],"type":{"type":"reference","id":5635,"typeArguments":[{"type":"reference","id":5761,"name":"ChannelType.GuildAnnouncement"}],"name":"APIGuildTextChannel"}},{"id":6784,"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":6689,"typeArguments":[{"type":"reference","id":6786,"name":"InteractionType.Ping"},{"type":"intrinsic","name":"never"}],"name":"APIBaseInteraction"},{"type":"literal","value":"locale"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":6037,"name":"APIRoleSelectComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1492,"character":12}],"type":{"type":"reference","id":6020,"typeArguments":[{"type":"reference","id":5977,"name":"ComponentType.RoleSelect"}],"name":"APIBaseSelectMenuComponent"}},{"id":6047,"name":"APISelectMenuComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1512,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6028,"name":"APIStringSelectComponent"},{"type":"reference","id":6036,"name":"APIUserSelectComponent"},{"type":"reference","id":6037,"name":"APIRoleSelectComponent"},{"type":"reference","id":6038,"name":"APIMentionableSelectComponent"},{"type":"reference","id":6039,"name":"APIChannelSelectComponent"}]}},{"id":6940,"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":6920,"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":5651,"name":"APITextChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":121,"character":12}],"type":{"type":"reference","id":5635,"typeArguments":[{"type":"reference","id":5756,"name":"ChannelType.GuildText"}],"name":"APIGuildTextChannel"}},{"id":6636,"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":48,"character":12}],"type":{"type":"reference","id":6706,"typeArguments":[{"type":"reference","id":6635,"name":"APIUserApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6637,"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":53,"character":12}],"type":{"type":"reference","id":6708,"typeArguments":[{"type":"reference","id":6635,"name":"APIUserApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6635,"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":42,"character":12}],"type":{"type":"reference","id":6499,"typeArguments":[{"type":"reference","id":6618,"name":"APIUserApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":6734,"name":"APIUserApplicationCommandInteractionDataResolved","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Renamed to `APIUserInteractionDataResolved`\n"}]},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":174,"character":12}],"type":{"type":"reference","id":6733,"name":"APIUserInteractionDataResolved"}},{"id":6733,"name":"APIUserInteractionDataResolved","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"`users` and optional `members` from APIInteractionDataResolved, for user commands and user selects"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":168,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6726,"name":"APIInteractionDataResolved"},{"type":"literal","value":"users"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"},{"type":"reference","typeArguments":[{"type":"reference","id":6726,"name":"APIInteractionDataResolved"},{"type":"literal","value":"members"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":6036,"name":"APIUserSelectComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1487,"character":12}],"type":{"type":"reference","id":6020,"typeArguments":[{"type":"reference","id":5976,"name":"ComponentType.UserSelect"}],"name":"APIBaseSelectMenuComponent"}},{"id":7511,"name":"AchievementIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1107,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7523,"name":"ImageFormat.Lottie"},{"type":"reference","id":7522,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7510,"name":"ApplicationAssetFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1106,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7523,"name":"ImageFormat.Lottie"},{"type":"reference","id":7522,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7509,"name":"ApplicationCoverFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1105,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7523,"name":"ImageFormat.Lottie"},{"type":"reference","id":7522,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7508,"name":"ApplicationIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1104,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7523,"name":"ImageFormat.Lottie"},{"type":"reference","id":7522,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":5486,"name":"AuditLogRuleTriggerType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":319,"character":12}],"type":{"type":"template-literal","head":"","tail":[[{"type":"reference","id":5577,"name":"AutoModerationRuleTriggerType"},""]]}},{"id":7505,"name":"DefaultUserAvatar","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1101,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"reference","id":7520,"name":"ImageFormat.PNG"}],"qualifiedName":"Extract","package":"typescript","name":"Extract"}},{"id":7498,"name":"DefaultUserAvatarAssets","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1093,"character":12}],"type":{"type":"union","types":[{"type":"literal","value":0},{"type":"literal","value":1},{"type":"literal","value":2},{"type":"literal","value":3},{"type":"literal","value":4},{"type":"literal","value":5}]}},{"id":7499,"name":"EmojiFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1095,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"reference","id":7523,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":6155,"name":"GatewayActivityAssets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-assets"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":297,"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":6151,"name":"GatewayActivityEmoji","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-emoji"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":278,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6076,"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":6076,"name":"APIEmoji"},{"type":"literal","value":"name"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":6156,"name":"GatewayActivitySecrets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-secrets"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":304,"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":5348,"name":"GatewayActivityUpdateData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-structure"},"sources":[{"fileName":"gateway/v9.ts","line":1929,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6112,"name":"GatewayActivity"},{"type":"union","types":[{"type":"literal","value":"name"},{"type":"literal","value":"type"},{"type":"literal","value":"url"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":4999,"name":"GatewayApplicationCommandPermissionsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#application-command-permissions-update"},"sources":[{"fileName":"gateway/v9.ts","line":567,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4877,"name":"GatewayDispatchEvents.ApplicationCommandPermissionsUpdate"},{"type":"reference","id":5000,"name":"GatewayApplicationCommandPermissionsUpdateDispatchData"}],"name":"DataPayload"}},{"id":4986,"name":"GatewayAutoModerationActionExecutionDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-action-execution"},"sources":[{"fileName":"gateway/v9.ts","line":501,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4936,"name":"GatewayDispatchEvents.AutoModerationActionExecution"},{"type":"reference","id":4987,"name":"GatewayAutoModerationActionExecutionDispatchData"}],"name":"DataPayload"}},{"id":4980,"name":"GatewayAutoModerationRuleCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create"},"sources":[{"fileName":"gateway/v9.ts","line":471,"character":12}],"type":{"type":"reference","id":4978,"name":"GatewayAutoModerationRuleModifyDispatch"}},{"id":4981,"name":"GatewayAutoModerationRuleCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create"},"sources":[{"fileName":"gateway/v9.ts","line":476,"character":12}],"type":{"type":"reference","id":4979,"name":"GatewayAutoModerationRuleModifyDispatchData"}},{"id":4984,"name":"GatewayAutoModerationRuleDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v9.ts","line":491,"character":12}],"type":{"type":"reference","id":4978,"name":"GatewayAutoModerationRuleModifyDispatch"}},{"id":4985,"name":"GatewayAutoModerationRuleDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v9.ts","line":496,"character":12}],"type":{"type":"reference","id":4979,"name":"GatewayAutoModerationRuleModifyDispatchData"}},{"id":4978,"name":"GatewayAutoModerationRuleModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v9.ts","line":454,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":4933,"name":"GatewayDispatchEvents.AutoModerationRuleCreate"},{"type":"reference","id":4934,"name":"GatewayDispatchEvents.AutoModerationRuleUpdate"},{"type":"reference","id":4935,"name":"GatewayDispatchEvents.AutoModerationRuleDelete"}]},{"type":"reference","id":4979,"name":"GatewayAutoModerationRuleModifyDispatchData"}],"name":"DataPayload"}},{"id":4979,"name":"GatewayAutoModerationRuleModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v9.ts","line":466,"character":12}],"type":{"type":"reference","id":5565,"name":"APIAutoModerationRule"}},{"id":4982,"name":"GatewayAutoModerationRuleUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update"},"sources":[{"fileName":"gateway/v9.ts","line":481,"character":12}],"type":{"type":"reference","id":4978,"name":"GatewayAutoModerationRuleModifyDispatch"}},{"id":4983,"name":"GatewayAutoModerationRuleUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update"},"sources":[{"fileName":"gateway/v9.ts","line":486,"character":12}],"type":{"type":"reference","id":4979,"name":"GatewayAutoModerationRuleModifyDispatchData"}},{"id":5007,"name":"GatewayChannelCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create"},"sources":[{"fileName":"gateway/v9.ts","line":614,"character":12}],"type":{"type":"reference","id":5005,"name":"GatewayChannelModifyDispatch"}},{"id":5008,"name":"GatewayChannelCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create"},"sources":[{"fileName":"gateway/v9.ts","line":619,"character":12}],"type":{"type":"reference","id":5006,"name":"GatewayChannelModifyDispatchData"}},{"id":5011,"name":"GatewayChannelDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v9.ts","line":634,"character":12}],"type":{"type":"reference","id":5005,"name":"GatewayChannelModifyDispatch"}},{"id":5012,"name":"GatewayChannelDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v9.ts","line":639,"character":12}],"type":{"type":"reference","id":5006,"name":"GatewayChannelModifyDispatchData"}},{"id":5005,"name":"GatewayChannelModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create\nhttps://discord.com/developers/docs/topics/gateway-events#channel-update\nhttps://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v9.ts","line":599,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":4878,"name":"GatewayDispatchEvents.ChannelCreate"},{"type":"reference","id":4879,"name":"GatewayDispatchEvents.ChannelDelete"},{"type":"reference","id":4881,"name":"GatewayDispatchEvents.ChannelUpdate"}]},{"type":"reference","id":5006,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":5006,"name":"GatewayChannelModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create\nhttps://discord.com/developers/docs/topics/gateway-events#channel-update\nhttps://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v9.ts","line":609,"character":12}],"type":{"type":"reference","id":5754,"name":"APIChannel"}},{"id":5013,"name":"GatewayChannelPinsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-pins-update"},"sources":[{"fileName":"gateway/v9.ts","line":644,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4880,"name":"GatewayDispatchEvents.ChannelPinsUpdate"},{"type":"reference","id":5014,"name":"GatewayChannelPinsUpdateDispatchData"}],"name":"DataPayload"}},{"id":5009,"name":"GatewayChannelUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-update"},"sources":[{"fileName":"gateway/v9.ts","line":624,"character":12}],"type":{"type":"reference","id":5005,"name":"GatewayChannelModifyDispatch"}},{"id":5010,"name":"GatewayChannelUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-update"},"sources":[{"fileName":"gateway/v9.ts","line":629,"character":12}],"type":{"type":"reference","id":5006,"name":"GatewayChannelModifyDispatchData"}},{"id":4939,"name":"GatewayDispatchPayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":282,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":4999,"name":"GatewayApplicationCommandPermissionsUpdateDispatch"},{"type":"reference","id":4978,"name":"GatewayAutoModerationRuleModifyDispatch"},{"type":"reference","id":4980,"name":"GatewayAutoModerationRuleCreateDispatch"},{"type":"reference","id":4984,"name":"GatewayAutoModerationRuleDeleteDispatch"},{"type":"reference","id":4986,"name":"GatewayAutoModerationActionExecutionDispatch"},{"type":"reference","id":5005,"name":"GatewayChannelModifyDispatch"},{"type":"reference","id":5013,"name":"GatewayChannelPinsUpdateDispatch"},{"type":"reference","id":5079,"name":"GatewayGuildBanModifyDispatch"},{"type":"reference","id":5020,"name":"GatewayGuildCreateDispatch"},{"type":"reference","id":5077,"name":"GatewayGuildDeleteDispatch"},{"type":"reference","id":5087,"name":"GatewayGuildEmojisUpdateDispatch"},{"type":"reference","id":5095,"name":"GatewayGuildIntegrationsUpdateDispatch"},{"type":"reference","id":5098,"name":"GatewayGuildMemberAddDispatch"},{"type":"reference","id":5111,"name":"GatewayGuildMemberRemoveDispatch"},{"type":"reference","id":5119,"name":"GatewayGuildMembersChunkDispatch"},{"type":"reference","id":5115,"name":"GatewayGuildMemberUpdateDispatch"},{"type":"reference","id":5018,"name":"GatewayGuildModifyDispatch"},{"type":"reference","id":5136,"name":"GatewayGuildRoleDeleteDispatch"},{"type":"reference","id":5128,"name":"GatewayGuildRoleModifyDispatch"},{"type":"reference","id":5140,"name":"GatewayGuildScheduledEventCreateDispatch"},{"type":"reference","id":5142,"name":"GatewayGuildScheduledEventUpdateDispatch"},{"type":"reference","id":5144,"name":"GatewayGuildScheduledEventDeleteDispatch"},{"type":"reference","id":5146,"name":"GatewayGuildScheduledEventUserAddDispatch"},{"type":"reference","id":5151,"name":"GatewayGuildScheduledEventUserRemoveDispatch"},{"type":"reference","id":5091,"name":"GatewayGuildStickersUpdateDispatch"},{"type":"reference","id":5156,"name":"GatewayIntegrationCreateDispatch"},{"type":"reference","id":5164,"name":"GatewayIntegrationDeleteDispatch"},{"type":"reference","id":5160,"name":"GatewayIntegrationUpdateDispatch"},{"type":"reference","id":5169,"name":"GatewayInteractionCreateDispatch"},{"type":"reference","id":5171,"name":"GatewayInviteCreateDispatch"},{"type":"reference","id":5185,"name":"GatewayInviteDeleteDispatch"},{"type":"reference","id":5190,"name":"GatewayMessageCreateDispatch"},{"type":"reference","id":5208,"name":"GatewayMessageDeleteBulkDispatch"},{"type":"reference","id":5203,"name":"GatewayMessageDeleteDispatch"},{"type":"reference","id":5213,"name":"GatewayMessageReactionAddDispatch"},{"type":"reference","id":5217,"name":"GatewayMessageReactionRemoveAllDispatch"},{"type":"reference","id":5215,"name":"GatewayMessageReactionRemoveDispatch"},{"type":"reference","id":5219,"name":"GatewayMessageReactionRemoveEmojiDispatch"},{"type":"reference","id":5192,"name":"GatewayMessageUpdateDispatch"},{"type":"reference","id":5225,"name":"GatewayPresenceUpdateDispatch"},{"type":"reference","id":5227,"name":"GatewayStageInstanceCreateDispatch"},{"type":"reference","id":5229,"name":"GatewayStageInstanceDeleteDispatch"},{"type":"reference","id":5231,"name":"GatewayStageInstanceUpdateDispatch"},{"type":"reference","id":4968,"name":"GatewayReadyDispatch"},{"type":"reference","id":4977,"name":"GatewayResumedDispatch"},{"type":"reference","id":5233,"name":"GatewayThreadListSyncDispatch"},{"type":"reference","id":5235,"name":"GatewayThreadMembersUpdateDispatch"},{"type":"reference","id":5237,"name":"GatewayThreadMemberUpdateDispatch"},{"type":"reference","id":5241,"name":"GatewayThreadModifyDispatch"},{"type":"reference","id":5267,"name":"GatewayTypingStartDispatch"},{"type":"reference","id":5274,"name":"GatewayUserUpdateDispatch"},{"type":"reference","id":5278,"name":"GatewayVoiceServerUpdateDispatch"},{"type":"reference","id":5276,"name":"GatewayVoiceStateUpdateDispatch"},{"type":"reference","id":5283,"name":"GatewayWebhooksUpdateDispatch"}]}},{"id":5083,"name":"GatewayGuildBanAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add"},"sources":[{"fileName":"gateway/v9.ts","line":816,"character":12}],"type":{"type":"reference","id":5079,"name":"GatewayGuildBanModifyDispatch"}},{"id":5084,"name":"GatewayGuildBanAddDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add"},"sources":[{"fileName":"gateway/v9.ts","line":821,"character":12}],"type":{"type":"reference","id":5080,"name":"GatewayGuildBanModifyDispatchData"}},{"id":5079,"name":"GatewayGuildBanModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"sources":[{"fileName":"gateway/v9.ts","line":791,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":4882,"name":"GatewayDispatchEvents.GuildBanAdd"},{"type":"reference","id":4883,"name":"GatewayDispatchEvents.GuildBanRemove"}]},{"type":"reference","id":5080,"name":"GatewayGuildBanModifyDispatchData"}],"name":"DataPayload"}},{"id":5085,"name":"GatewayGuildBanRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"sources":[{"fileName":"gateway/v9.ts","line":826,"character":12}],"type":{"type":"reference","id":5079,"name":"GatewayGuildBanModifyDispatch"}},{"id":5086,"name":"GatewayGuildBanRemoveDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"sources":[{"fileName":"gateway/v9.ts","line":831,"character":12}],"type":{"type":"reference","id":5080,"name":"GatewayGuildBanModifyDispatchData"}},{"id":5020,"name":"GatewayGuildCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-create"},"sources":[{"fileName":"gateway/v9.ts","line":680,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4884,"name":"GatewayDispatchEvents.GuildCreate"},{"type":"reference","id":5021,"name":"GatewayGuildCreateDispatchData"}],"name":"DataPayload"}},{"id":5077,"name":"GatewayGuildDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-delete"},"sources":[{"fileName":"gateway/v9.ts","line":780,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4885,"name":"GatewayDispatchEvents.GuildDelete"},{"type":"reference","id":5078,"name":"GatewayGuildDeleteDispatchData"}],"name":"DataPayload"}},{"id":5078,"name":"GatewayGuildDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-delete"},"sources":[{"fileName":"gateway/v9.ts","line":785,"character":12}],"type":{"type":"reference","id":6181,"name":"APIUnavailableGuild"}},{"id":5087,"name":"GatewayGuildEmojisUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-emojis-update"},"sources":[{"fileName":"gateway/v9.ts","line":836,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4886,"name":"GatewayDispatchEvents.GuildEmojisUpdate"},{"type":"reference","id":5088,"name":"GatewayGuildEmojisUpdateDispatchData"}],"name":"DataPayload"}},{"id":5095,"name":"GatewayGuildIntegrationsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-integrations-update"},"sources":[{"fileName":"gateway/v9.ts","line":884,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4887,"name":"GatewayDispatchEvents.GuildIntegrationsUpdate"},{"type":"reference","id":5096,"name":"GatewayGuildIntegrationsUpdateDispatchData"}],"name":"DataPayload"}},{"id":5098,"name":"GatewayGuildMemberAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-add"},"sources":[{"fileName":"gateway/v9.ts","line":902,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4888,"name":"GatewayDispatchEvents.GuildMemberAdd"},{"type":"reference","id":5099,"name":"GatewayGuildMemberAddDispatchData"}],"name":"DataPayload"}},{"id":5111,"name":"GatewayGuildMemberRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-remove"},"sources":[{"fileName":"gateway/v9.ts","line":920,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4889,"name":"GatewayDispatchEvents.GuildMemberRemove"},{"type":"reference","id":5112,"name":"GatewayGuildMemberRemoveDispatchData"}],"name":"DataPayload"}},{"id":5115,"name":"GatewayGuildMemberUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-update"},"sources":[{"fileName":"gateway/v9.ts","line":944,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4891,"name":"GatewayDispatchEvents.GuildMemberUpdate"},{"type":"reference","id":5116,"name":"GatewayGuildMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":5116,"name":"GatewayGuildMemberUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-update"},"sources":[{"fileName":"gateway/v9.ts","line":952,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":6316,"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":6316,"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":6316,"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":6316,"name":"APIGuildMember"},{"type":"literal","value":"joined_at"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"name":"Nullable"},{"type":"reflection","declaration":{"id":5117,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5118,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":959,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5118]}],"sources":[{"fileName":"gateway/v9.ts","line":955,"character":47}]}}]}},{"id":5119,"name":"GatewayGuildMembersChunkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-members-chunk"},"sources":[{"fileName":"gateway/v9.ts","line":965,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4890,"name":"GatewayDispatchEvents.GuildMembersChunk"},{"type":"reference","id":5120,"name":"GatewayGuildMembersChunkDispatchData"}],"name":"DataPayload"}},{"id":5018,"name":"GatewayGuildModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-update"},"sources":[{"fileName":"gateway/v9.ts","line":670,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4896,"name":"GatewayDispatchEvents.GuildUpdate"},{"type":"reference","id":5019,"name":"GatewayGuildModifyDispatchData"}],"name":"DataPayload"}},{"id":5019,"name":"GatewayGuildModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-update"},"sources":[{"fileName":"gateway/v9.ts","line":675,"character":12}],"type":{"type":"reference","id":6195,"name":"APIGuild"}},{"id":5132,"name":"GatewayGuildRoleCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create"},"sources":[{"fileName":"gateway/v9.ts","line":1039,"character":12}],"type":{"type":"reference","id":5128,"name":"GatewayGuildRoleModifyDispatch"}},{"id":5133,"name":"GatewayGuildRoleCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create"},"sources":[{"fileName":"gateway/v9.ts","line":1044,"character":12}],"type":{"type":"reference","id":5129,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":5136,"name":"GatewayGuildRoleDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1059,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4893,"name":"GatewayDispatchEvents.GuildRoleDelete"},{"type":"reference","id":5137,"name":"GatewayGuildRoleDeleteDispatchData"}],"name":"DataPayload"}},{"id":5128,"name":"GatewayGuildRoleModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"sources":[{"fileName":"gateway/v9.ts","line":1014,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":4892,"name":"GatewayDispatchEvents.GuildRoleCreate"},{"type":"reference","id":4894,"name":"GatewayDispatchEvents.GuildRoleUpdate"}]},{"type":"reference","id":5129,"name":"GatewayGuildRoleModifyDispatchData"}],"name":"DataPayload"}},{"id":5134,"name":"GatewayGuildRoleUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"sources":[{"fileName":"gateway/v9.ts","line":1049,"character":12}],"type":{"type":"reference","id":5128,"name":"GatewayGuildRoleModifyDispatch"}},{"id":5135,"name":"GatewayGuildRoleUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"sources":[{"fileName":"gateway/v9.ts","line":1054,"character":12}],"type":{"type":"reference","id":5129,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":5140,"name":"GatewayGuildScheduledEventCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1078,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4928,"name":"GatewayDispatchEvents.GuildScheduledEventCreate"},{"type":"reference","id":5141,"name":"GatewayGuildScheduledEventCreateDispatchData"}],"name":"DataPayload"}},{"id":5141,"name":"GatewayGuildScheduledEventCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1083,"character":12}],"type":{"type":"reference","id":6457,"name":"APIGuildScheduledEvent"}},{"id":5144,"name":"GatewayGuildScheduledEventDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1092,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4930,"name":"GatewayDispatchEvents.GuildScheduledEventDelete"},{"type":"reference","id":5145,"name":"GatewayGuildScheduledEventDeleteDispatchData"}],"name":"DataPayload"}},{"id":5145,"name":"GatewayGuildScheduledEventDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1097,"character":12}],"type":{"type":"reference","id":6457,"name":"APIGuildScheduledEvent"}},{"id":5142,"name":"GatewayGuildScheduledEventUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1085,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4929,"name":"GatewayDispatchEvents.GuildScheduledEventUpdate"},{"type":"reference","id":5143,"name":"GatewayGuildScheduledEventUpdateDispatchData"}],"name":"DataPayload"}},{"id":5143,"name":"GatewayGuildScheduledEventUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1090,"character":12}],"type":{"type":"reference","id":6457,"name":"APIGuildScheduledEvent"}},{"id":5146,"name":"GatewayGuildScheduledEventUserAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1099,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4931,"name":"GatewayDispatchEvents.GuildScheduledEventUserAdd"},{"type":"reference","id":5147,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":5151,"name":"GatewayGuildScheduledEventUserRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1110,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4932,"name":"GatewayDispatchEvents.GuildScheduledEventUserRemove"},{"type":"reference","id":5147,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":5091,"name":"GatewayGuildStickersUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-stickers-update"},"sources":[{"fileName":"gateway/v9.ts","line":860,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4895,"name":"GatewayDispatchEvents.GuildStickersUpdate"},{"type":"reference","id":5092,"name":"GatewayGuildStickersUpdateDispatchData"}],"name":"DataPayload"}},{"id":5075,"name":"GatewayGuildUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-update"},"sources":[{"fileName":"gateway/v9.ts","line":770,"character":12}],"type":{"type":"reference","id":5018,"name":"GatewayGuildModifyDispatch"}},{"id":5076,"name":"GatewayGuildUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-update"},"sources":[{"fileName":"gateway/v9.ts","line":775,"character":12}],"type":{"type":"reference","id":5019,"name":"GatewayGuildModifyDispatchData"}},{"id":5290,"name":"GatewayHeartbeatData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#sending-heartbeats"},"sources":[{"fileName":"gateway/v9.ts","line":1708,"character":12}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":5156,"name":"GatewayIntegrationCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-create"},"sources":[{"fileName":"gateway/v9.ts","line":1124,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4897,"name":"GatewayDispatchEvents.IntegrationCreate"},{"type":"reference","id":5157,"name":"GatewayIntegrationCreateDispatchData"}],"name":"DataPayload"}},{"id":5157,"name":"GatewayIntegrationCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-create"},"sources":[{"fileName":"gateway/v9.ts","line":1132,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6327,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":5158,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5159,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1132,"character":75}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5159]}],"sources":[{"fileName":"gateway/v9.ts","line":1132,"character":73}]}}]}},{"id":5164,"name":"GatewayIntegrationDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-update"},"sources":[{"fileName":"gateway/v9.ts","line":1150,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4898,"name":"GatewayDispatchEvents.IntegrationDelete"},{"type":"reference","id":5165,"name":"GatewayIntegrationDeleteDispatchData"}],"name":"DataPayload"}},{"id":5160,"name":"GatewayIntegrationUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-update"},"sources":[{"fileName":"gateway/v9.ts","line":1137,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4899,"name":"GatewayDispatchEvents.IntegrationUpdate"},{"type":"reference","id":5161,"name":"GatewayIntegrationUpdateDispatchData"}],"name":"DataPayload"}},{"id":5161,"name":"GatewayIntegrationUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-update"},"sources":[{"fileName":"gateway/v9.ts","line":1145,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6327,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":5162,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5163,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1145,"character":75}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5163]}],"sources":[{"fileName":"gateway/v9.ts","line":1145,"character":73}]}}]}},{"id":5169,"name":"GatewayInteractionCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#interaction-create"},"sources":[{"fileName":"gateway/v9.ts","line":1176,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4900,"name":"GatewayDispatchEvents.InteractionCreate"},{"type":"reference","id":5170,"name":"GatewayInteractionCreateDispatchData"}],"name":"DataPayload"}},{"id":5170,"name":"GatewayInteractionCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#interaction-create"},"sources":[{"fileName":"gateway/v9.ts","line":1184,"character":12}],"type":{"type":"reference","id":6475,"name":"APIInteraction"}},{"id":4962,"name":"GatewayInvalidSessionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invalid-session"},"sources":[{"fileName":"gateway/v9.ts","line":385,"character":12}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5171,"name":"GatewayInviteCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-create"},"sources":[{"fileName":"gateway/v9.ts","line":1189,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4901,"name":"GatewayDispatchEvents.InviteCreate"},{"type":"reference","id":5172,"name":"GatewayInviteCreateDispatchData"}],"name":"DataPayload"}},{"id":5185,"name":"GatewayInviteDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1259,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4902,"name":"GatewayDispatchEvents.InviteDelete"},{"type":"reference","id":5186,"name":"GatewayInviteDeleteDispatchData"}],"name":"DataPayload"}},{"id":5190,"name":"GatewayMessageCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-create"},"sources":[{"fileName":"gateway/v9.ts","line":1287,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4903,"name":"GatewayDispatchEvents.MessageCreate"},{"type":"reference","id":5191,"name":"GatewayMessageCreateDispatchData"}],"name":"DataPayload"}},{"id":5191,"name":"GatewayMessageCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-create"},"sources":[{"fileName":"gateway/v9.ts","line":1295,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5775,"name":"APIMessage"},{"type":"literal","value":"mentions"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","id":5197,"name":"GatewayMessageEventExtraFields"}]}},{"id":5208,"name":"GatewayMessageDeleteBulkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete-bulk"},"sources":[{"fileName":"gateway/v9.ts","line":1375,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4905,"name":"GatewayDispatchEvents.MessageDeleteBulk"},{"type":"reference","id":5209,"name":"GatewayMessageDeleteBulkDispatchData"}],"name":"DataPayload"}},{"id":5203,"name":"GatewayMessageDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1349,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4904,"name":"GatewayDispatchEvents.MessageDelete"},{"type":"reference","id":5204,"name":"GatewayMessageDeleteDispatchData"}],"name":"DataPayload"}},{"id":5213,"name":"GatewayMessageReactionAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-add"},"sources":[{"fileName":"gateway/v9.ts","line":1401,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4906,"name":"GatewayDispatchEvents.MessageReactionAdd"}],"name":"ReactionData"}},{"id":5214,"name":"GatewayMessageReactionAddDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-add"},"sources":[{"fileName":"gateway/v9.ts","line":1406,"character":12}],"type":{"type":"indexedAccess","indexType":{"type":"literal","value":"d"},"objectType":{"type":"reference","id":5213,"name":"GatewayMessageReactionAddDispatch"}}},{"id":5217,"name":"GatewayMessageReactionRemoveAllDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-all"},"sources":[{"fileName":"gateway/v9.ts","line":1421,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4908,"name":"GatewayDispatchEvents.MessageReactionRemoveAll"},{"type":"reference","id":5218,"name":"GatewayMessageReactionRemoveAllDispatchData"}],"name":"DataPayload"}},{"id":5218,"name":"GatewayMessageReactionRemoveAllDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-all"},"sources":[{"fileName":"gateway/v9.ts","line":1429,"character":12}],"type":{"type":"reference","name":"MessageReactionRemoveData"}},{"id":5215,"name":"GatewayMessageReactionRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove"},"sources":[{"fileName":"gateway/v9.ts","line":1411,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4907,"name":"GatewayDispatchEvents.MessageReactionRemove"},{"type":"literal","value":"member"}],"name":"ReactionData"}},{"id":5216,"name":"GatewayMessageReactionRemoveDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove"},"sources":[{"fileName":"gateway/v9.ts","line":1416,"character":12}],"type":{"type":"indexedAccess","indexType":{"type":"literal","value":"d"},"objectType":{"type":"reference","id":5215,"name":"GatewayMessageReactionRemoveDispatch"}}},{"id":5219,"name":"GatewayMessageReactionRemoveEmojiDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-emoji"},"sources":[{"fileName":"gateway/v9.ts","line":1434,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4909,"name":"GatewayDispatchEvents.MessageReactionRemoveEmoji"},{"type":"reference","id":5220,"name":"GatewayMessageReactionRemoveEmojiDispatchData"}],"name":"DataPayload"}},{"id":5192,"name":"GatewayMessageUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-update"},"sources":[{"fileName":"gateway/v9.ts","line":1300,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4910,"name":"GatewayDispatchEvents.MessageUpdate"},{"type":"reference","id":5193,"name":"GatewayMessageUpdateDispatchData"}],"name":"DataPayload"}},{"id":5193,"name":"GatewayMessageUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-update"},"sources":[{"fileName":"gateway/v9.ts","line":1308,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5775,"name":"APIMessage"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"mentions"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","id":5197,"name":"GatewayMessageEventExtraFields"},{"type":"reflection","declaration":{"id":5194,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5196,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the channel the message was sent in"},"sources":[{"fileName":"gateway/v9.ts","line":1317,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":5195,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the message"},"sources":[{"fileName":"gateway/v9.ts","line":1313,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5196,5195]}],"sources":[{"fileName":"gateway/v9.ts","line":1309,"character":34}]}}]}},{"id":5225,"name":"GatewayPresenceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#presence-update"},"sources":[{"fileName":"gateway/v9.ts","line":1452,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4911,"name":"GatewayDispatchEvents.PresenceUpdate"},{"type":"reference","id":5226,"name":"GatewayPresenceUpdateDispatchData"}],"name":"DataPayload"}},{"id":5226,"name":"GatewayPresenceUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#presence-update"},"sources":[{"fileName":"gateway/v9.ts","line":1460,"character":12}],"type":{"type":"reference","id":6096,"name":"RawGatewayPresenceUpdate"}},{"id":4968,"name":"GatewayReadyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#ready"},"sources":[{"fileName":"gateway/v9.ts","line":398,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4915,"name":"GatewayDispatchEvents.Ready"},{"type":"reference","id":4969,"name":"GatewayReadyDispatchData"}],"name":"DataPayload"}},{"id":4938,"name":"GatewayReceivePayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":274,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":4940,"name":"GatewayHello"},{"type":"reference","id":4947,"name":"GatewayHeartbeatRequest"},{"type":"reference","id":4952,"name":"GatewayHeartbeatAck"},{"type":"reference","id":4957,"name":"GatewayInvalidSession"},{"type":"reference","id":4963,"name":"GatewayReconnect"},{"type":"reference","id":4939,"name":"GatewayDispatchPayload"}]}},{"id":5331,"name":"GatewayRequestGuildMembersData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#request-guild-members"},"sources":[{"fileName":"gateway/v9.ts","line":1858,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5320,"name":"GatewayRequestGuildMembersDataWithUserIds"},{"type":"reference","id":5325,"name":"GatewayRequestGuildMembersDataWithQuery"}]}},{"id":4977,"name":"GatewayResumedDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#resumed"},"sources":[{"fileName":"gateway/v9.ts","line":447,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4916,"name":"GatewayDispatchEvents.Resumed"},{"type":"intrinsic","name":"never"}],"name":"DataPayload"}},{"id":4937,"name":"GatewaySendPayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":266,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5287,"name":"GatewayHeartbeat"},{"type":"reference","id":5291,"name":"GatewayIdentify"},{"type":"reference","id":5340,"name":"GatewayUpdatePresence"},{"type":"reference","id":5332,"name":"GatewayVoiceStateUpdate"},{"type":"reference","id":5306,"name":"GatewayResume"},{"type":"reference","id":5313,"name":"GatewayRequestGuildMembers"}]}},{"id":5227,"name":"GatewayStageInstanceCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-create"},"sources":[{"fileName":"gateway/v9.ts","line":1465,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4912,"name":"GatewayDispatchEvents.StageInstanceCreate"},{"type":"reference","id":5228,"name":"GatewayStageInstanceCreateDispatchData"}],"name":"DataPayload"}},{"id":5228,"name":"GatewayStageInstanceCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-create"},"sources":[{"fileName":"gateway/v9.ts","line":1473,"character":12}],"type":{"type":"reference","id":6904,"name":"APIStageInstance"}},{"id":5229,"name":"GatewayStageInstanceDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1478,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4913,"name":"GatewayDispatchEvents.StageInstanceDelete"},{"type":"reference","id":5230,"name":"GatewayStageInstanceDeleteDispatchData"}],"name":"DataPayload"}},{"id":5230,"name":"GatewayStageInstanceDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1486,"character":12}],"type":{"type":"reference","id":6904,"name":"APIStageInstance"}},{"id":5231,"name":"GatewayStageInstanceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-update"},"sources":[{"fileName":"gateway/v9.ts","line":1491,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4914,"name":"GatewayDispatchEvents.StageInstanceUpdate"},{"type":"reference","id":5232,"name":"GatewayStageInstanceUpdateDispatchData"}],"name":"DataPayload"}},{"id":5232,"name":"GatewayStageInstanceUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-update"},"sources":[{"fileName":"gateway/v9.ts","line":1499,"character":12}],"type":{"type":"reference","id":6904,"name":"APIStageInstance"}},{"id":5242,"name":"GatewayThreadCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-create"},"sources":[{"fileName":"gateway/v9.ts","line":1553,"character":12}],"type":{"type":"reference","id":5005,"name":"GatewayChannelModifyDispatch"}},{"id":5265,"name":"GatewayThreadDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1578,"character":12}],"type":{"type":"reference","id":5005,"name":"GatewayChannelModifyDispatch"}},{"id":5266,"name":"GatewayThreadDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1583,"character":12}],"type":{"type":"reference","id":5006,"name":"GatewayChannelModifyDispatchData"}},{"id":5233,"name":"GatewayThreadListSyncDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-list-sync"},"sources":[{"fileName":"gateway/v9.ts","line":1504,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4919,"name":"GatewayDispatchEvents.ThreadListSync"},{"type":"reference","id":5234,"name":"GatewayThreadListSyncDispatchData"}],"name":"DataPayload"}},{"id":5234,"name":"GatewayThreadListSyncDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-list-sync"},"sources":[{"fileName":"gateway/v9.ts","line":1512,"character":12}],"type":{"type":"reference","id":6170,"name":"RawGatewayThreadListSync"}},{"id":5237,"name":"GatewayThreadMemberUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-member-update"},"sources":[{"fileName":"gateway/v9.ts","line":1530,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4921,"name":"GatewayDispatchEvents.ThreadMemberUpdate"},{"type":"reference","id":5238,"name":"GatewayThreadMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":5238,"name":"GatewayThreadMemberUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-member-update"},"sources":[{"fileName":"gateway/v9.ts","line":1538,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":5880,"name":"APIThreadMember"},{"type":"reflection","declaration":{"id":5239,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5240,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1538,"character":72}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5240]}],"sources":[{"fileName":"gateway/v9.ts","line":1538,"character":70}]}}]}},{"id":5235,"name":"GatewayThreadMembersUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-members-update"},"sources":[{"fileName":"gateway/v9.ts","line":1517,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4920,"name":"GatewayDispatchEvents.ThreadMembersUpdate"},{"type":"reference","id":5236,"name":"GatewayThreadMembersUpdateDispatchData"}],"name":"DataPayload"}},{"id":5236,"name":"GatewayThreadMembersUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-members-update"},"sources":[{"fileName":"gateway/v9.ts","line":1525,"character":12}],"type":{"type":"reference","id":6175,"name":"RawGatewayThreadMembersUpdate"}},{"id":5241,"name":"GatewayThreadModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-create\nhttps://discord.com/developers/docs/topics/gateway-events#thread-update\nhttps://discord.com/developers/docs/topics/gateway-events#thread-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1545,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":4917,"name":"GatewayDispatchEvents.ThreadCreate"},{"type":"reference","id":4918,"name":"GatewayDispatchEvents.ThreadDelete"},{"type":"reference","id":4922,"name":"GatewayDispatchEvents.ThreadUpdate"}]},{"type":"reference","id":5006,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":5263,"name":"GatewayThreadUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-update"},"sources":[{"fileName":"gateway/v9.ts","line":1568,"character":12}],"type":{"type":"reference","id":5005,"name":"GatewayChannelModifyDispatch"}},{"id":5264,"name":"GatewayThreadUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-update"},"sources":[{"fileName":"gateway/v9.ts","line":1573,"character":12}],"type":{"type":"reference","id":5006,"name":"GatewayChannelModifyDispatchData"}},{"id":5267,"name":"GatewayTypingStartDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#typing-start"},"sources":[{"fileName":"gateway/v9.ts","line":1588,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4923,"name":"GatewayDispatchEvents.TypingStart"},{"type":"reference","id":5268,"name":"GatewayTypingStartDispatchData"}],"name":"DataPayload"}},{"id":5274,"name":"GatewayUserUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#user-update"},"sources":[{"fileName":"gateway/v9.ts","line":1621,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4924,"name":"GatewayDispatchEvents.UserUpdate"},{"type":"reference","id":5275,"name":"GatewayUserUpdateDispatchData"}],"name":"DataPayload"}},{"id":5275,"name":"GatewayUserUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#user-update"},"sources":[{"fileName":"gateway/v9.ts","line":1626,"character":12}],"type":{"type":"reference","id":6991,"name":"APIUser"}},{"id":5278,"name":"GatewayVoiceServerUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-server-update"},"sources":[{"fileName":"gateway/v9.ts","line":1644,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4925,"name":"GatewayDispatchEvents.VoiceServerUpdate"},{"type":"reference","id":5279,"name":"GatewayVoiceServerUpdateDispatchData"}],"name":"DataPayload"}},{"id":5276,"name":"GatewayVoiceStateUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-state-update"},"sources":[{"fileName":"gateway/v9.ts","line":1631,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4926,"name":"GatewayDispatchEvents.VoiceStateUpdate"},{"type":"reference","id":5277,"name":"GatewayVoiceStateUpdateDispatchData"}],"name":"DataPayload"}},{"id":5277,"name":"GatewayVoiceStateUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-state-update"},"sources":[{"fileName":"gateway/v9.ts","line":1639,"character":12}],"type":{"type":"reference","id":7061,"name":"GatewayVoiceState"}},{"id":5283,"name":"GatewayWebhooksUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#webhooks-update"},"sources":[{"fileName":"gateway/v9.ts","line":1674,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4927,"name":"GatewayDispatchEvents.WebhooksUpdate"},{"type":"reference","id":5284,"name":"GatewayWebhooksUpdateDispatchData"}],"name":"DataPayload"}},{"id":8173,"name":"GetAPIVoiceRegionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"This was exported with the wrong name, use `RESTGetAPIVoiceRegionsResult` instead\n"}]},"sources":[{"fileName":"rest/v9/voice.ts","line":11,"character":12}],"type":{"type":"reference","id":8172,"name":"RESTGetAPIVoiceRegionsResult"}},{"id":7503,"name":"GuildBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1099,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"reference","id":7523,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":5614,"name":"GuildChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":53,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5755,"name":"ChannelType"},{"type":"union","types":[{"type":"reference","id":5757,"name":"ChannelType.DM"},{"type":"reference","id":5759,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7502,"name":"GuildDiscoverySplashFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1098,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7523,"name":"ImageFormat.Lottie"},{"type":"reference","id":7522,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7500,"name":"GuildIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1096,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"reference","id":7523,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7507,"name":"GuildMemberAvatarFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1103,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"reference","id":7523,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7517,"name":"GuildMemberBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1113,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"reference","id":7523,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7516,"name":"GuildScheduledEventCoverFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1112,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7523,"name":"ImageFormat.Lottie"},{"type":"reference","id":7522,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7501,"name":"GuildSplashFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1097,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7523,"name":"ImageFormat.Lottie"},{"type":"reference","id":7522,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":5634,"name":"GuildTextChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":101,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5613,"name":"TextChannelType"},{"type":"union","types":[{"type":"reference","id":5757,"name":"ChannelType.DM"},{"type":"reference","id":5759,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":6670,"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":6316,"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":7563,"name":"RESTDeleteAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#delete-auto-moderation-rule"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":84,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7630,"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":356,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7624,"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":325,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7631,"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":361,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7645,"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":435,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7625,"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":330,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7665,"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":545,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7672,"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":580,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7678,"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":604,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":7594,"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":182,"character":12}],"type":{"type":"reference","id":5754,"name":"APIChannel"}},{"id":7698,"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":690,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8167,"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":7848,"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":603,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7718,"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":7891,"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":799,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7835,"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":541,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7834,"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":536,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7788,"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":316,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7875,"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":722,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7949,"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":8130,"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":8146,"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":6963,"name":"APITemplate"}},{"id":8006,"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":248,"character":12}],"type":{"type":"reference","id":8227,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":7996,"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":201,"character":12}],"type":{"type":"reference","id":8227,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":8019,"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":6829,"name":"APIInvite"}},{"id":8112,"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":8191,"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":8227,"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":276,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8192,"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":8008,"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":258,"character":12}],"type":{"type":"reference","id":6644,"name":"APIGuildApplicationCommandPermissions"}},{"id":7959,"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":40,"character":12}],"type":{"type":"reference","id":6478,"name":"APIApplicationCommand"}},{"id":7958,"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":35,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6478,"name":"APIApplicationCommand"}}},{"id":7981,"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":119,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6478,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7979,"name":"RESTGetAPIApplicationGuildCommandsQuery","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":109,"character":12}],"type":{"type":"reference","id":7956,"name":"RESTGetAPIApplicationCommandsQuery"}},{"id":7980,"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":114,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6478,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":7547,"name":"RESTGetAPIAuditLogResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/auditLog.ts","line":28,"character":12}],"type":{"type":"reference","id":5400,"name":"APIAuditLog"}},{"id":7549,"name":"RESTGetAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#get-auto-moderation-rule"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":19,"character":12}],"type":{"type":"reference","id":5565,"name":"APIAutoModerationRule"}},{"id":7548,"name":"RESTGetAPIAutoModerationRulesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#list-auto-moderation-rules-for-guild"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":14,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5565,"name":"APIAutoModerationRule"}}},{"id":7654,"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":486,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6845,"name":"APIExtendedInvite"}}},{"id":7629,"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":351,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6991,"name":"APIUser"}}},{"id":7601,"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":216,"character":12}],"type":{"type":"reference","id":5775,"name":"APIMessage"}},{"id":7600,"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":211,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5775,"name":"APIMessage"}}},{"id":7670,"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":570,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5775,"name":"APIMessage"}}},{"id":7569,"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":35,"character":12}],"type":{"type":"reference","id":5754,"name":"APIChannel"}},{"id":7699,"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":695,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5880,"name":"APIThreadMember"}}},{"id":7703,"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":716,"character":12}],"type":{"type":"reference","id":5886,"name":"APIThreadList"}},{"id":7704,"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":721,"character":12}],"type":{"type":"reference","id":5886,"name":"APIThreadList"}},{"id":8179,"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":7081,"name":"APIWebhook"}}},{"id":8171,"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":7029,"name":"APIConnection"}}},{"id":8166,"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":8159,"name":"RESTAPIPartialCurrentUserGuild"}}},{"id":8147,"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":6991,"name":"APIUser"}},{"id":7720,"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":6087,"name":"APIGatewayBotInfo"}},{"id":7719,"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":6085,"name":"APIGatewayInfo"}},{"id":8007,"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":253,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6644,"name":"APIGuildApplicationCommandPermissions"}}},{"id":7841,"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":571,"character":12}],"type":{"type":"reference","id":6357,"name":"APIBan"}},{"id":7836,"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":546,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6357,"name":"APIBan"}}},{"id":7789,"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":321,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5754,"name":"APIChannel"}}},{"id":7706,"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":6076,"name":"APIEmoji"}},{"id":7705,"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":6076,"name":"APIEmoji"}}},{"id":7890,"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":794,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6327,"name":"APIGuildIntegration"}}},{"id":7889,"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":789,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6845,"name":"APIExtendedInvite"}}},{"id":7800,"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":370,"character":12}],"type":{"type":"reference","id":6316,"name":"APIGuildMember"}},{"id":7902,"name":"RESTGetAPIGuildMemberVerificationResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":847,"character":12}],"type":{"type":"reference","id":6395,"name":"APIGuildMembershipScreening"}},{"id":7804,"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":393,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6316,"name":"APIGuildMember"}}},{"id":7808,"name":"RESTGetAPIGuildMembersSearchResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":411,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6316,"name":"APIGuildMember"}}},{"id":7764,"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":202,"character":12}],"type":{"type":"reference","id":6301,"name":"APIGuildPreview"}},{"id":7763,"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":197,"character":12}],"type":{"type":"reference","id":6195,"name":"APIGuild"}},{"id":7849,"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":608,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6888,"name":"APIRole"}}},{"id":7942,"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":6457,"name":"APIGuildScheduledEvent"}},{"id":7955,"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":6471,"name":"APIGuildScheduledEventUser"}}},{"id":7927,"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":6457,"name":"APIGuildScheduledEvent"}}},{"id":8117,"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":6920,"name":"APISticker"}},{"id":8116,"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":6920,"name":"APISticker"}}},{"id":8137,"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":6963,"name":"APITemplate"}}},{"id":7799,"name":"RESTGetAPIGuildThreadsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-active-guild-threads"},"sources":[{"fileName":"rest/v9/guild.ts","line":365,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5886,"name":"APIThreadList"},{"type":"literal","value":"has_more"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7888,"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":784,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":7075,"name":"APIVoiceRegion"}}},{"id":8180,"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":7081,"name":"APIWebhook"}}},{"id":7920,"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":911,"character":12}],"type":{"type":"reference","id":6387,"name":"APIGuildWelcomeScreen"}},{"id":7901,"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":845,"character":12}],"type":{"type":"reference","qualifiedName":"ArrayBuffer","package":"typescript","name":"ArrayBuffer"}},{"id":7895,"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":819,"character":12}],"type":{"type":"reference","id":6360,"name":"APIGuildWidget"}},{"id":7892,"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":804,"character":12}],"type":{"type":"reference","id":6313,"name":"APIGuildWidgetSettings"}},{"id":8002,"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":228,"character":12}],"type":{"type":"reference","id":8219,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":7992,"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":181,"character":12}],"type":{"type":"reference","id":8219,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":8018,"name":"RESTGetAPIInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/invite.ts","line":22,"character":12}],"type":{"type":"reference","id":6829,"name":"APIInvite"}},{"id":8020,"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":5360,"name":"APIApplication"},{"type":"literal","value":"flags"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":8106,"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":6904,"name":"APIStageInstance"}},{"id":8113,"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":6920,"name":"APISticker"}},{"id":8131,"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":6963,"name":"APITemplate"}},{"id":8148,"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":6991,"name":"APIUser"}},{"id":8172,"name":"RESTGetAPIVoiceRegionsResult","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":7075,"name":"APIVoiceRegion"}}},{"id":8181,"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":7081,"name":"APIWebhook"}},{"id":8219,"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":238,"character":12}],"type":{"type":"reference","id":5775,"name":"APIMessage"}},{"id":8182,"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":7081,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":8149,"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":6316,"name":"APIGuildMember"}},{"id":8061,"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":8042,"name":"RESTPostOAuth2AccessTokenResult"},{"type":"literal","value":"refresh_token"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7975,"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":89,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7973,"name":"RESTPostAPIApplicationCommandsJSONBody"}],"name":"StrictPartial"}},{"id":7976,"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":94,"character":12}],"type":{"type":"reference","id":6478,"name":"APIApplicationCommand"}},{"id":7984,"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":136,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","typeArguments":[{"type":"reference","id":7960,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":7964,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]}],"name":"StrictPartial"}},{"id":7985,"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":144,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6478,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7561,"name":"RESTPatchAPIAutoModerationRuleJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#modify-auto-moderation-rule"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":71,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":7550,"name":"RESTPostAPIAutoModerationRuleJSONBody"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"trigger_type"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7562,"name":"RESTPatchAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#modify-auto-moderation-rule"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":79,"character":12}],"type":{"type":"reference","id":5565,"name":"APIAutoModerationRule"}},{"id":7570,"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":40,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7571,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7584,"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":122,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7585,"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":128,"character":1}],"type":{"type":"reference","id":5875,"name":"ThreadAutoArchiveDuration"}},{"id":7589,"name":"available_tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The set of tags that can be used in a forum channel","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":152,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5723,"name":"APIGuildForumTag"}}},{"id":7578,"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":86,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7587,"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":140,"character":1}],"type":{"type":"reference","id":5875,"name":"ThreadAutoArchiveDuration"}},{"id":7590,"name":"default_reaction_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to show in the add reaction button on a thread in a forum channel","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":158,"character":1}],"type":{"type":"reference","id":5729,"name":"APIGuildForumDefaultReactionEmoji"}},{"id":7592,"name":"default_sort_order","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The default sort order type used to order posts in forum channels","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":171,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5732,"name":"SortOrderType"},{"type":"literal","value":null}]}},{"id":7591,"name":"default_thread_rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The initial `rate_limit_per_user` to set on newly created threads in a channel.\nThis field is copied to the thread at creation time and does not live update","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":165,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7588,"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":146,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7586,"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":134,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7572,"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":46,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7576,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw","text":"Channel types: text, voice, news, forum\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":72,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7581,"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, voice, news\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":104,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7580,"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":98,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":7564,"name":"APIChannelPatchOverwrite"}},{"type":"literal","value":null}]}},{"id":7574,"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":60,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7577,"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, forum\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":80,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7582,"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":110,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7575,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"0-1024 character channel topic (0-4096 characters for forum channels)","text":"Channel types: text, news, forum\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":66,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7573,"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":54,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5761,"name":"ChannelType.GuildAnnouncement"},{"type":"reference","id":5756,"name":"ChannelType.GuildText"}]}},{"id":7579,"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":92,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7583,"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":116,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5772,"name":"VideoQualityMode"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7584,7585,7589,7578,7587,7590,7592,7591,7588,7586,7572,7576,7581,7580,7574,7577,7582,7575,7573,7579,7583]}],"sources":[{"fileName":"rest/v9/channel.ts","line":40,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7641,"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":418,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":7642,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7643,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/channel.ts","line":423,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7643]}],"sources":[{"fileName":"rest/v9/channel.ts","line":419,"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":7632,"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":7632,"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":366,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7633,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7638,"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":398,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5963,"name":"APIAllowedMentions"},{"type":"literal","value":null}]}},{"id":7639,"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":406,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5943,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5943,"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":7640,"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":412,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":5981,"typeArguments":[{"type":"reference","id":6070,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}},{"type":"literal","value":null}]}},{"id":7634,"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":370,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7636,"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":383,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5890,"name":"APIEmbed"},{"type":"literal","value":null}]}},{"id":7635,"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":376,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":5890,"name":"APIEmbed"}},{"type":"literal","value":null}]}},{"id":7637,"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":392,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5843,"name":"MessageFlags"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7638,7639,7640,7634,7636,7635,7637]}],"sources":[{"fileName":"rest/v9/channel.ts","line":366,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7644,"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":430,"character":12}],"type":{"type":"reference","id":5775,"name":"APIMessage"}},{"id":7593,"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":177,"character":12}],"type":{"type":"reference","id":5754,"name":"APIChannel"}},{"id":7829,"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":511,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7830,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7831,"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":517,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7831]}],"sources":[{"fileName":"rest/v9/guild.ts","line":511,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7826,"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":499,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7827,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7828,"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":505,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7828]}],"sources":[{"fileName":"rest/v9/guild.ts","line":499,"character":114}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7832,"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":525,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7826,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody"}],"name":"StrictRequired"}},{"id":8150,"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":8151,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8153,"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":8152,"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":[8153,8152]}],"sources":[{"fileName":"rest/v9/user.ts","line":23,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8154,"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":6991,"name":"APIUser"}},{"id":7792,"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":336,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7793,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7794,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Channel id"},"sources":[{"fileName":"rest/v9/guild.ts","line":341,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7796,"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":349,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7797,"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":353,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7795,"name":"position","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":345,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7794,7796,7797,7795]}],"sources":[{"fileName":"rest/v9/guild.ts","line":337,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":7798,"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":360,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7713,"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":7714,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7715,"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":7716,"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":[7715,7716]}],"sources":[{"fileName":"rest/v9/emoji.ts","line":43,"character":98}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7717,"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":6076,"name":"APIEmoji"}},{"id":7765,"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":207,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7766,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7772,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":239,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7773,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"rest/v9/guild.ts","line":243,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]}},{"id":7778,"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":267,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7770,"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":229,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6238,"name":"GuildDefaultMessageNotifications"},{"type":"literal","value":null}]}},{"id":7785,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"rest/v9/guild.ts","line":301,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7777,"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":263,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7771,"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":235,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6241,"name":"GuildExplicitContentFilter"},{"type":"literal","value":null}]}},{"id":7784,"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":297,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6273,"name":"GuildFeature"}}},{"id":7774,"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":249,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7767,"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":211,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7775,"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":253,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7783,"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":291,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7786,"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":305,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7782,"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":285,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7768,"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":217,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7781,"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":281,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7776,"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":259,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7780,"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":277,"character":1}],"type":{"type":"reference","id":6268,"name":"GuildSystemChannelFlags"}},{"id":7779,"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":271,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7769,"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":223,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6253,"name":"GuildVerificationLevel"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7772,7773,7778,7770,7785,7777,7771,7784,7774,7767,7775,7783,7786,7782,7768,7781,7776,7780,7779,7769]}],"sources":[{"fileName":"rest/v9/guild.ts","line":207,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7817,"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":452,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7818,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7823,"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":482,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7824,"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":486,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7822,"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":476,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7821,"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":470,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7819,"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":458,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7820,"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":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":[7823,7824,7822,7821,7819,7820]}],"sources":[{"fileName":"rest/v9/guild.ts","line":452,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7825,"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":492,"character":12}],"type":{"type":"reference","id":6316,"name":"APIGuildMember"}},{"id":7903,"name":"RESTPatchAPIGuildMemberVerificationJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":849,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7904,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7907,"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":861,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7905,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether Membership Screening is enabled"},"sources":[{"fileName":"rest/v9/guild.ts","line":853,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7906,"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":857,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7907,7905,7906]}],"sources":[{"fileName":"rest/v9/guild.ts","line":849,"character":111}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7908,"name":"RESTPatchAPIGuildMemberVerificationResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":864,"character":12}],"type":{"type":"reference","id":6395,"name":"APIGuildMembershipScreening"}},{"id":7787,"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":311,"character":12}],"type":{"type":"reference","id":6195,"name":"APIGuild"}},{"id":7865,"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":683,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7866,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7869,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"RGB color value"},"sources":[{"fileName":"rest/v9/guild.ts","line":695,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7870,"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":699,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7871,"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":703,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7873,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be mentionable"},"sources":[{"fileName":"rest/v9/guild.ts","line":711,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7867,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role"},"sources":[{"fileName":"rest/v9/guild.ts","line":687,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7868,"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":691,"character":1}],"type":{"type":"union","types":[{"type":"reference","name":"Permissions"},{"type":"literal","value":null}]}},{"id":7872,"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":707,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7869,7870,7871,7873,7867,7868,7872]}],"sources":[{"fileName":"rest/v9/guild.ts","line":683,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7860,"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":662,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7861,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7862,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role id"},"sources":[{"fileName":"rest/v9/guild.ts","line":667,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7863,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the role"},"sources":[{"fileName":"rest/v9/guild.ts","line":671,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7862,7863]}],"sources":[{"fileName":"rest/v9/guild.ts","line":663,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":7864,"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":678,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6888,"name":"APIRole"}}},{"id":7874,"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":717,"character":12}],"type":{"type":"reference","id":6888,"name":"APIRole"}},{"id":7943,"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":7928,"name":"RESTPostAPIGuildScheduledEventJSONBody"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7944,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7947,"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":7946,"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":6458,"name":"APIGuildScheduledEventEntityMetadata"},{"type":"literal","value":null}]}},{"id":7945,"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":6464,"name":"GuildScheduledEventStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[7947,7946,7945]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":93,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":7948,"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":6457,"name":"APIGuildScheduledEvent"}},{"id":8124,"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":8125,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8127,"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":8126,"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":8128,"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":[8127,8126,8128]}],"sources":[{"fileName":"rest/v9/sticker.ts","line":56,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8129,"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":6920,"name":"APISticker"}},{"id":8144,"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":8138,"name":"RESTPostAPIGuildTemplatesJSONBody"}],"name":"StrictPartial"}},{"id":8145,"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":6963,"name":"APITemplate"}},{"id":7909,"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":869,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7910,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7911,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel the user is currently in"},"sources":[{"fileName":"rest/v9/guild.ts","line":873,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7913,"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":881,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7912,"name":"suppress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Toggles the user's suppress state"},"sources":[{"fileName":"rest/v9/guild.ts","line":877,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7911,7913,7912]}],"sources":[{"fileName":"rest/v9/guild.ts","line":869,"character":116}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7914,"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":887,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7915,"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":892,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7916,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7917,"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":896,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7918,"name":"suppress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Toggles the user's suppress state"},"sources":[{"fileName":"rest/v9/guild.ts","line":900,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7917,7918]}],"sources":[{"fileName":"rest/v9/guild.ts","line":892,"character":107}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7919,"name":"RESTPatchAPIGuildVoiceStateUserResult","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":906,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7921,"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":916,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6387,"name":"APIGuildWelcomeScreen"}],"name":"StrictPartial"}],"name":"Nullable"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7922,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7923,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the welcome screen is enabled"},"sources":[{"fileName":"rest/v9/guild.ts","line":921,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7923]}],"sources":[{"fileName":"rest/v9/guild.ts","line":917,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":7924,"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":927,"character":12}],"type":{"type":"reference","id":6387,"name":"APIGuildWelcomeScreen"}},{"id":7893,"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":809,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6313,"name":"APIGuildWidgetSettings"}],"name":"StrictPartial"}},{"id":7894,"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":814,"character":12}],"type":{"type":"reference","id":6313,"name":"APIGuildWidgetSettings"}},{"id":8004,"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":238,"character":12}],"type":{"type":"reference","id":8223,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":8003,"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":233,"character":12}],"type":{"type":"reference","id":8220,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":8005,"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":243,"character":12}],"type":{"type":"reference","id":8226,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":7994,"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":191,"character":12}],"type":{"type":"reference","id":8223,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":7993,"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":186,"character":12}],"type":{"type":"reference","id":8220,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":7995,"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":196,"character":12}],"type":{"type":"reference","id":8226,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":8107,"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":8108,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8110,"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":6912,"name":"StageInstancePrivacyLevel"}},{"id":8109,"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":[8110,8109]}],"sources":[{"fileName":"rest/v9/stageInstance.ts","line":42,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8111,"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":6904,"name":"APIStageInstance"}},{"id":8183,"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":8184,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8186,"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":8187,"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":8185,"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":[8186,8187,8185]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":57,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8188,"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":7081,"name":"APIWebhook"}},{"id":8189,"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":8183,"name":"RESTPatchAPIWebhookJSONBody"},{"type":"literal","value":"channel_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":8223,"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":259,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":8224,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8225,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/webhook.ts","line":264,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8225]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":260,"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":8220,"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":8220,"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":243,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":8193,"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":8221,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8222,"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":252,"character":2}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5943,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5943,"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":[8222]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":244,"character":113}]}}]}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8226,"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":271,"character":12}],"type":{"type":"reference","id":5775,"name":"APIMessage"}},{"id":8190,"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":8182,"name":"RESTGetAPIWebhookWithTokenResult"}},{"id":7973,"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":77,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":7960,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"reference","id":7964,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"}]}},{"id":7974,"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":84,"character":12}],"type":{"type":"reference","id":6478,"name":"APIApplicationCommand"}},{"id":7982,"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":124,"character":12}],"type":{"type":"union","types":[{"type":"reference","typeArguments":[{"type":"reference","id":7960,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":7964,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]}},{"id":7983,"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":131,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6478,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7550,"name":"RESTPostAPIAutoModerationRuleJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#create-auto-moderation-rule"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":24,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7551,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7556,"name":"actions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The actions which will execute when this rule is triggered"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":46,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5593,"name":"APIAutoModerationAction"}}},{"id":7557,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this rule is enabled","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7553,"name":"event_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule event type"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":32,"character":1}],"type":{"type":"reference","id":5591,"name":"AutoModerationRuleEventType"}},{"id":7559,"name":"exempt_channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel ids that shouldn't be affected by this rule (Maximum of 50)"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":60,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}},{"id":7558,"name":"exempt_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role ids that shouldn't be affected by this rule (Maximum of 20)"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":56,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}},{"id":7552,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule name"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7555,"name":"trigger_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The rule trigger metadata","text":"Can be omitted if the trigger type is {@link AutoModerationRuleTriggerType.HarmfulLink} or {@link AutoModerationRuleTriggerType.Spam}\n"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":42,"character":1}],"type":{"type":"reference","id":5582,"name":"APIAutoModerationRuleTriggerMetadata"}},{"id":7554,"name":"trigger_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule trigger type"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":36,"character":1}],"type":{"type":"reference","id":5577,"name":"AutoModerationRuleTriggerType"}}],"groups":[{"title":"Properties","kind":1024,"children":[7556,7557,7553,7559,7558,7552,7555,7554]}],"sources":[{"fileName":"rest/v9/autoModeration.ts","line":24,"character":105}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7560,"name":"RESTPostAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#create-auto-moderation-rule"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":66,"character":12}],"type":{"type":"reference","id":5565,"name":"APIAutoModerationRule"}},{"id":7668,"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":560,"character":12}],"type":{"type":"reference","id":5853,"name":"APIFollowedChannel"}},{"id":7655,"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":491,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7656,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7657,"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":497,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7658,"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":503,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7663,"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":534,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7661,"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":522,"character":1}],"type":{"type":"reference","id":6842,"name":"InviteTargetType"}},{"id":7662,"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":528,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7659,"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":509,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7660,"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":516,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7657,7658,7663,7661,7662,7659,7660]}],"sources":[{"fileName":"rest/v9/channel.ts","line":491,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7664,"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":540,"character":12}],"type":{"type":"reference","id":6845,"name":"APIExtendedInvite"}},{"id":7622,"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":315,"character":12}],"type":{"type":"reference","id":5775,"name":"APIMessage"}},{"id":7618,"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":298,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":7619,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7620,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/channel.ts","line":303,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7620]}],"sources":[{"fileName":"rest/v9/channel.ts","line":299,"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":7605,"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":7605,"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":235,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7606,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7612,"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":266,"character":1}],"type":{"type":"reference","id":5963,"name":"APIAllowedMentions"}},{"id":7616,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attachment objects with filename and description"},"sources":[{"fileName":"rest/v9/channel.ts","line":288,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5943,"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":5943,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":7614,"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":278,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5981,"typeArguments":[{"type":"reference","id":6070,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":7607,"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":239,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7611,"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":260,"character":1}],"type":{"type":"reference","id":5890,"name":"APIEmbed"}},{"id":7610,"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":253,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5890,"name":"APIEmbed"}}},{"id":7617,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Message flags combined as a bitfield"},"sources":[{"fileName":"rest/v9/channel.ts","line":292,"character":1}],"type":{"type":"reference","id":5843,"name":"MessageFlags"}},{"id":7613,"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":272,"character":1}],"type":{"type":"reference","id":7602,"name":"APIMessageReferenceSend"}},{"id":7608,"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":243,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":7615,"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":284,"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":7609,"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":247,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7612,7616,7614,7607,7611,7610,7617,7613,7608,7615,7609]}],"sources":[{"fileName":"rest/v9/channel.ts","line":235,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7621,"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":310,"character":12}],"type":{"type":"reference","id":5775,"name":"APIMessage"}},{"id":7648,"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":450,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7679,"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":609,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7680,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7682,"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":619,"character":1}],"type":{"type":"reference","id":5875,"name":"ThreadAutoArchiveDuration"}},{"id":7681,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-100 character thread name"},"sources":[{"fileName":"rest/v9/channel.ts","line":613,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7683,"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":623,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7682,7681,7683]}],"sources":[{"fileName":"rest/v9/channel.ts","line":609,"character":109}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7691,"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":653,"character":12}],"type":{"type":"reference","id":5754,"name":"APIChannel"}},{"id":7692,"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":658,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":7679,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7693,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7695,"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":674,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7694,"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.PrivateThread\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":670,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":5762,"name":"ChannelType.AnnouncementThread"},{"type":"reference","id":5763,"name":"ChannelType.PublicThread"},{"type":"reference","id":5764,"name":"ChannelType.PrivateThread"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7695,7694]}],"sources":[{"fileName":"rest/v9/channel.ts","line":659,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":7696,"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":680,"character":12}],"type":{"type":"reference","id":5754,"name":"APIChannel"}},{"id":7669,"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":565,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8174,"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":8175,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8177,"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":8176,"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":[8177,8176]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":16,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8178,"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":7081,"name":"APIWebhook"}},{"id":7960,"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":61,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7961,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7963,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/interactions.ts","line":64,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":7962,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/interactions.ts","line":63,"character":2}],"type":{"type":"reference","id":6495,"name":"ApplicationCommandType.ChatInput"}}],"groups":[{"title":"Properties","kind":1024,"children":[7963,7962]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":62,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":8170,"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":5754,"name":"APIChannel"}},{"id":7790,"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":326,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7727,"name":"APIGuildCreatePartialChannel"},{"type":"literal","value":"id"}],"name":"DistributiveOmit"}},{"id":7791,"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":331,"character":12}],"type":{"type":"reference","id":5754,"name":"APIChannel"}},{"id":7707,"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":7708,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7710,"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":7709,"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":7711,"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":[7710,7709,7711]}],"sources":[{"fileName":"rest/v9/emoji.ts","line":18,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7712,"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":6076,"name":"APIEmoji"}},{"id":7688,"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":643,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":7679,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reflection","declaration":{"id":7689,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7690,"name":"message","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"First message in the forum thread"},"sources":[{"fileName":"rest/v9/channel.ts","line":647,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7690]}],"sources":[{"fileName":"rest/v9/channel.ts","line":643,"character":99}]}}]}},{"id":7684,"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":629,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":7679,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reflection","declaration":{"id":7685,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7687,"name":"applied_tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The IDs of the set of tags that have been applied to a thread in a forum channel"},"sources":[{"fileName":"rest/v9/channel.ts","line":637,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}},{"id":7686,"name":"message","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"First message in the forum thread"},"sources":[{"fileName":"rest/v9/channel.ts","line":633,"character":1}],"type":{"type":"reference","id":7605,"name":"RESTPostAPIChannelMessageJSONBody"}}],"groups":[{"title":"Properties","kind":1024,"children":[7687,7686]}],"sources":[{"fileName":"rest/v9/channel.ts","line":629,"character":95}]}}]}},{"id":7881,"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":755,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7882,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7884,"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":767,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7883,"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":761,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7885,"name":"include_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Role(s) to include"},"sources":[{"fileName":"rest/v9/guild.ts","line":771,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7884,7883,7885]}],"sources":[{"fileName":"rest/v9/guild.ts","line":755,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7850,"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":613,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7851,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7854,"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":631,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7855,"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":637,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7856,"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":641,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7858,"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":651,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7852,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7853,"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":625,"character":1}],"type":{"type":"union","types":[{"type":"reference","name":"Permissions"},{"type":"literal","value":null}]}},{"id":7857,"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":645,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7854,7855,7856,7858,7852,7853,7857]}],"sources":[{"fileName":"rest/v9/guild.ts","line":613,"character":96}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"},"extendedBy":[{"type":"reference","id":7733,"name":"APIGuildCreateRole"}]},{"id":7859,"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":657,"character":12}],"type":{"type":"reference","id":6888,"name":"APIRole"}},{"id":7928,"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":7929,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7930,"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":7935,"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":7937,"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":6458,"name":"APIGuildScheduledEventEntityMetadata"}},{"id":7936,"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":6460,"name":"GuildScheduledEventEntityType"}},{"id":7938,"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":7931,"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":7932,"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":6469,"name":"GuildScheduledEventPrivacyLevel"}},{"id":7934,"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":7933,"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":[7930,7935,7937,7936,7938,7931,7932,7934,7933]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":30,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7939,"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":6457,"name":"APIGuildScheduledEvent"}},{"id":8123,"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":6920,"name":"APISticker"}},{"id":8138,"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":8139,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8141,"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":8140,"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":[8141,8140]}],"sources":[{"fileName":"rest/v9/template.ts","line":38,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8142,"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":6963,"name":"APITemplate"}},{"id":7742,"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":75,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7743,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7752,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":139,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7753,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"rest/v9/guild.ts","line":143,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]}},{"id":7751,"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":135,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":7727,"name":"APIGuildCreatePartialChannel"}}},{"id":7748,"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":103,"character":1}],"type":{"type":"reference","id":6238,"name":"GuildDefaultMessageNotifications"}},{"id":7749,"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":109,"character":1}],"type":{"type":"reference","id":6241,"name":"GuildExplicitContentFilter"}},{"id":7746,"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":91,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7744,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v9/guild.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7756,"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":157,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7745,"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":85,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7750,"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":122,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":7733,"name":"APIGuildCreateRole"}}},{"id":7755,"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":153,"character":1}],"type":{"type":"reference","id":6268,"name":"GuildSystemChannelFlags"}},{"id":7754,"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":147,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7747,"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":97,"character":1}],"type":{"type":"reference","id":6253,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[7752,7753,7751,7748,7749,7746,7744,7756,7745,7750,7755,7754,7747]}],"sources":[{"fileName":"rest/v9/guild.ts","line":75,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7760,"name":"RESTPostAPIGuildsMFAResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-mfa-level"},"sources":[{"fileName":"rest/v9/guild.ts","line":180,"character":12}],"type":{"type":"reference","id":7758,"name":"RESTPostAPIGuildsMFAJSONBody"}},{"id":7757,"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":163,"character":12}],"type":{"type":"reference","id":6195,"name":"APIGuild"}},{"id":7989,"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":169,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":7990,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7991,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/interactions.ts","line":174,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7991]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":170,"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":7988,"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":7988,"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":164,"character":12}],"type":{"type":"reference","id":6791,"name":"APIInteractionResponse"}},{"id":7998,"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":211,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":7999,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8000,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/interactions.ts","line":216,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8000]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":212,"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":7997,"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":7997,"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":206,"character":12}],"type":{"type":"reference","id":6819,"name":"APIInteractionResponseCallbackData"}},{"id":8001,"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":223,"character":12}],"type":{"type":"reference","id":8212,"name":"RESTPostAPIWebhookWithTokenWaitResult"}},{"id":8105,"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":6904,"name":"APIStageInstance"}},{"id":8132,"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":8133,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8135,"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":8134,"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":[8135,8134]}],"sources":[{"fileName":"rest/v9/template.ts","line":12,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8136,"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":6195,"name":"APIGuild"}},{"id":8205,"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":158,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":8206,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8207,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/webhook.ts","line":163,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8207]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":159,"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":8193,"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":8216,"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":220,"character":12}],"type":{"type":"reference","id":8208,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":8217,"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":225,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8218,"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":233,"character":12}],"type":{"type":"reference","id":5775,"name":"APIMessage"}},{"id":8193,"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":8194,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8200,"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":5963,"name":"APIAllowedMentions"}},{"id":8202,"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":5943,"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":5943,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":8197,"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":8201,"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":5981,"typeArguments":[{"type":"reference","id":6070,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":8195,"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":8199,"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":5890,"name":"APIEmbed"}}},{"id":8203,"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":5843,"name":"MessageFlags"}},{"id":8204,"name":"thread_name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of thread to create","text":"Available only if the webhook is in a forum channel and a thread is not specified in {@link RESTPostAPIWebhookWithTokenQuery.thread_id} query parameter\n"},"sources":[{"fileName":"rest/v9/webhook.ts","line":152,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8198,"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":8196,"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":[8200,8202,8197,8201,8195,8199,8203,8204,8198,8196]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":102,"character":103}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8211,"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":189,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8213,"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":202,"character":12}],"type":{"type":"reference","id":8208,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":8214,"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":207,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8215,"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":215,"character":12}],"type":{"type":"reference","id":5775,"name":"APIMessage"}},{"id":8212,"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":197,"character":12}],"type":{"type":"reference","id":5775,"name":"APIMessage"}},{"id":8099,"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":8085,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult"},{"type":"reference","id":8092,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult"}]}},{"id":8065,"name":"RESTPostOAuth2ClientCredentialsResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":110,"character":12}],"type":{"type":"reference","id":8061,"name":"RESTOAuth2ImplicitAuthorizationURLFragmentResult"}},{"id":8053,"name":"RESTPostOAuth2RefreshTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":83,"character":12}],"type":{"type":"reference","id":8042,"name":"RESTPostOAuth2AccessTokenResult"}},{"id":8011,"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":270,"character":12}],"type":{"type":"reference","id":6644,"name":"APIGuildApplicationCommandPermissions"}},{"id":7977,"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":99,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":7973,"name":"RESTPostAPIApplicationCommandsJSONBody"}}},{"id":7978,"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":104,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6478,"name":"APIApplicationCommand"}}},{"id":7986,"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":149,"character":12}],"type":{"type":"array","elementType":{"type":"union","types":[{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":7960,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6478,"name":"APIApplicationCommand"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]},{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":7964,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6478,"name":"APIApplicationCommand"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}]}}},{"id":7987,"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":159,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6478,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":7623,"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":320,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7653,"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":481,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7671,"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":575,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7673,"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":585,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7674,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7675,"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":589,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7676,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Nickname of the user being added"},"sources":[{"fileName":"rest/v9/channel.ts","line":593,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7675,7676]}],"sources":[{"fileName":"rest/v9/channel.ts","line":585,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7677,"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":599,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":7697,"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":685,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8012,"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":275,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6644,"name":"APIGuildApplicationCommandPermissions"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"permissions"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}}},{"id":8013,"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":283,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6644,"name":"APIGuildApplicationCommandPermissions"}}},{"id":7842,"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":576,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7843,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7844,"name":"delete_message_days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days to delete messages for (0-7)","tags":[{"tag":"deprecated","text":"use `delete_message_seconds` instead\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":582,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7845,"name":"delete_message_seconds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of seconds to delete messages for, between 0 and 604800 (7 days)"},"sources":[{"fileName":"rest/v9/guild.ts","line":586,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7846,"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":592,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7844,7845,7846]}],"sources":[{"fileName":"rest/v9/guild.ts","line":576,"character":94}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7847,"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":598,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7809,"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":416,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7810,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7811,"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":420,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7815,"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":444,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7814,"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":438,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7812,"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":426,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7813,"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":432,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7811,7815,7814,7812,7813]}],"sources":[{"fileName":"rest/v9/guild.ts","line":416,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7816,"name":"RESTPutAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":447,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6316,"name":"APIGuildMember"},{"type":"intrinsic","name":"never"}]}},{"id":7833,"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":531,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8143,"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":6963,"name":"APITemplate"}},{"id":7515,"name":"RoleIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1111,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7523,"name":"ImageFormat.Lottie"},{"type":"reference","id":7522,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7514,"name":"StickerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1110,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7520,"name":"ImageFormat.PNG"},{"type":"reference","id":7523,"name":"ImageFormat.Lottie"}]}],"qualifiedName":"Extract","package":"typescript","name":"Extract"}},{"id":7512,"name":"StickerPackBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1108,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7523,"name":"ImageFormat.Lottie"},{"type":"reference","id":7522,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7513,"name":"TeamIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1109,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7523,"name":"ImageFormat.Lottie"},{"type":"reference","id":7522,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":5613,"name":"TextChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":42,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5757,"name":"ChannelType.DM"},{"type":"reference","id":5759,"name":"ChannelType.GroupDM"},{"type":"reference","id":5761,"name":"ChannelType.GuildAnnouncement"},{"type":"reference","id":5763,"name":"ChannelType.PublicThread"},{"type":"reference","id":5764,"name":"ChannelType.PrivateThread"},{"type":"reference","id":5762,"name":"ChannelType.AnnouncementThread"},{"type":"reference","id":5756,"name":"ChannelType.GuildText"},{"type":"reference","id":5767,"name":"ChannelType.GuildForum"},{"type":"reference","id":5758,"name":"ChannelType.GuildVoice"}]}},{"id":7506,"name":"UserAvatarFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1102,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"reference","id":7523,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7504,"name":"UserBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1100,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7518,"name":"ImageFormat"},{"type":"reference","id":7523,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":6657,"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":6658,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":6663,"name":"AllChannels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":57,"character":1}],"type":{"type":"reflection","declaration":{"id":6664,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"signatures":[{"id":6665,"name":"__type","kind":4096,"kindString":"Call signature","flags":{},"parameters":[{"id":6666,"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":6659,"name":"Everyone","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":56,"character":1}],"type":{"type":"reflection","declaration":{"id":6660,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"signatures":[{"id":6661,"name":"__type","kind":4096,"kindString":"Call signature","flags":{},"parameters":[{"id":6662,"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":[6663,6659]}]}},"defaultValue":"..."},{"id":7098,"name":"APIVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":21,"character":13}],"type":{"type":"literal","value":"9"},"defaultValue":"'9'"},{"id":7403,"name":"CDNRoutes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":878,"character":13}],"type":{"type":"reflection","declaration":{"id":7404,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7463,"name":"achievementIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1019,"character":1}],"signatures":[{"id":7464,"name":"achievementIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-assets/{application.id}/achievements/{achievement.id}/icons/{achievement.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7465,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7466,"name":"achievementId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7467,"name":"achievementIconHash","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7468,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7511,"name":"AchievementIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-assets/","tail":[[{"type":"intrinsic","name":"string"},"/achievements/"],[{"type":"intrinsic","name":"string"},"/icons/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-assets/","tail":[[{"type":"intrinsic","name":"string"},"/achievements/"],[{"type":"intrinsic","name":"string"},"/icons/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-assets/","tail":[[{"type":"intrinsic","name":"string"},"/achievements/"],[{"type":"intrinsic","name":"string"},"/icons/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7458,"name":"applicationAsset","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1009,"character":1}],"signatures":[{"id":7459,"name":"applicationAsset","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-icons/{application.id}/{application.asset_id}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7460,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7461,"name":"applicationAssetId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7462,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7510,"name":"ApplicationAssetFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7453,"name":"applicationCover","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":999,"character":1}],"signatures":[{"id":7454,"name":"applicationCover","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-icons/{application.id}/{application.cover_image}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7455,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7456,"name":"applicationCoverImage","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7457,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7509,"name":"ApplicationCoverFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7448,"name":"applicationIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":989,"character":1}],"signatures":[{"id":7449,"name":"applicationIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-icons/{application.id}/{application.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7450,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7451,"name":"applicationIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7452,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7508,"name":"ApplicationIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7434,"name":"defaultUserAvatar","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":955,"character":1}],"signatures":[{"id":7435,"name":"defaultUserAvatar","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/embed/avatars/{user.discriminator % 5}.png`","text":"The `userDiscriminator` parameter should be the user discriminator modulo 5 (e.g. 1337 % 5 = 2)\n\nThis route supports the extension: PNG\n"},"parameters":[{"id":7436,"name":"userDiscriminator","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7498,"name":"DefaultUserAvatarAssets"}}],"type":{"type":"union","types":[{"type":"literal","value":"/embed/avatars/0.png"},{"type":"literal","value":"/embed/avatars/2.png"},{"type":"literal","value":"/embed/avatars/1.png"},{"type":"literal","value":"/embed/avatars/3.png"},{"type":"literal","value":"/embed/avatars/4.png"},{"type":"literal","value":"/embed/avatars/5.png"}]}}]},{"id":7405,"name":"emoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":887,"character":1}],"signatures":[{"id":7406,"name":"emoji","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/emojis/{emoji.id}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":7407,"name":"emojiId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7408,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7499,"name":"EmojiFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":7424,"name":"guildBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":931,"character":1}],"signatures":[{"id":7425,"name":"guildBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/banners/{guild.id}/{guild.banner}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":7426,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7427,"name":"guildBanner","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7428,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7503,"name":"GuildBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":7419,"name":"guildDiscoverySplash","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":919,"character":1}],"signatures":[{"id":7420,"name":"guildDiscoverySplash","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/discovery-splashes/{guild.id}/{guild.discovery_splash}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7421,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7422,"name":"guildDiscoverySplash","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7423,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7502,"name":"GuildDiscoverySplashFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/discovery-splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/discovery-splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/discovery-splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7409,"name":"guildIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":899,"character":1}],"signatures":[{"id":7410,"name":"guildIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/icons/{guild.id}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":7411,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7412,"name":"guildIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7413,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7500,"name":"GuildIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":7442,"name":"guildMemberAvatar","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":979,"character":1}],"signatures":[{"id":7443,"name":"guildMemberAvatar","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/users/{user.id}/{guild_member.avatar}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":7444,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7445,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7446,"name":"memberAvatar","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7447,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7507,"name":"GuildMemberAvatarFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":7492,"name":"guildMemberBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1088,"character":1}],"signatures":[{"id":7493,"name":"guildMemberBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/${guild.id}/users/${user.id}/banners/${guild_member.banner}.{png|jpeg|webp|gif}`","text":"This route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":7494,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7495,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7496,"name":"guildMemberBanner","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7497,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7517,"name":"GuildMemberBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":7487,"name":"guildScheduledEventCover","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1074,"character":1}],"signatures":[{"id":7488,"name":"guildScheduledEventCover","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guild-events/{guild_scheduled_event.id}/{guild_scheduled_event.image}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7489,"name":"guildScheduledEventId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7490,"name":"guildScheduledEventCoverImage","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7491,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7516,"name":"GuildScheduledEventCoverFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/guild-events/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/guild-events/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/guild-events/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7414,"name":"guildSplash","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":909,"character":1}],"signatures":[{"id":7415,"name":"guildSplash","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/splashes/{guild.id}/{guild.splash}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7416,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7417,"name":"guildSplash","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7418,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7501,"name":"GuildSplashFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7482,"name":"roleIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1064,"character":1}],"signatures":[{"id":7483,"name":"roleIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/role-icons/{role.id}/{role.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7484,"name":"roleId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7485,"name":"roleIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7486,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7515,"name":"RoleIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/role-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/role-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/role-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7478,"name":"sticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1054,"character":1}],"signatures":[{"id":7479,"name":"sticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stickers/{sticker.id}.{png|json}`","text":"This route supports the extensions: PNG, Lottie\n"},"parameters":[{"id":7480,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7481,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7514,"name":"StickerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},".json"]]}]}}]},{"id":7469,"name":"stickerPackBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1034,"character":1}],"signatures":[{"id":7470,"name":"stickerPackBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-assets/710982414301790216/store/{sticker_pack.banner.asset_id}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7471,"name":"stickerPackBannerAssetId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7472,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7512,"name":"StickerPackBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-assets/710982414301790216/store/","tail":[[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-assets/710982414301790216/store/","tail":[[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-assets/710982414301790216/store/","tail":[[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7473,"name":"teamIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1044,"character":1}],"signatures":[{"id":7474,"name":"teamIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `team-icons/{team.id}/{team.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7475,"name":"teamId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7476,"name":"teamIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7477,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7513,"name":"TeamIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/team-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/team-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/team-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7437,"name":"userAvatar","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":967,"character":1}],"signatures":[{"id":7438,"name":"userAvatar","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/avatars/{user.id}/{user.avatar}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":7439,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7440,"name":"userAvatar","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7441,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7506,"name":"UserAvatarFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":7429,"name":"userBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":943,"character":1}],"signatures":[{"id":7430,"name":"userBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/banners/{user.id}/{user.banner}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":7431,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7432,"name":"userBanner","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7433,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7504,"name":"UserBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]}],"groups":[{"title":"Methods","kind":2048,"children":[7463,7458,7453,7448,7434,7405,7424,7419,7409,7442,7492,7487,7414,7482,7478,7469,7473,7437,7429]}]}},"defaultValue":"..."},{"id":4829,"name":"GatewayVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"gateway/v9.ts","line":40,"character":13}],"type":{"type":"literal","value":"9"},"defaultValue":"'9'"},{"id":7534,"name":"OAuth2Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":1144,"character":13}],"type":{"type":"reflection","declaration":{"id":7535,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7536,"name":"authorizationURL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1145,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v9/oauth2/authorize"},"defaultValue":"..."},{"id":7538,"name":"tokenRevocationURL","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"See https://tools.ietf.org/html/rfc7009"},"sources":[{"fileName":"rest/v9/index.ts","line":1150,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v9/oauth2/token/revoke"},"defaultValue":"..."},{"id":7537,"name":"tokenURL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1146,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v9/oauth2/token"},"defaultValue":"..."}],"groups":[{"title":"Properties","kind":1024,"children":[7536,7538,7537]}]}},"defaultValue":"..."},{"id":7526,"name":"RouteBases","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":1132,"character":13}],"type":{"type":"reflection","declaration":{"id":7527,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7528,"name":"api","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1133,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v9"},"defaultValue":"..."},{"id":7529,"name":"cdn","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1134,"character":1}],"type":{"type":"literal","value":"https://cdn.discordapp.com"},"defaultValue":"'https://cdn.discordapp.com'"},{"id":7532,"name":"gift","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1137,"character":1}],"type":{"type":"literal","value":"https://discord.gift"},"defaultValue":"'https://discord.gift'"},{"id":7530,"name":"invite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1135,"character":1}],"type":{"type":"literal","value":"https://discord.gg"},"defaultValue":"'https://discord.gg'"},{"id":7533,"name":"scheduledEvent","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1138,"character":1}],"type":{"type":"literal","value":"https://discord.com/events"},"defaultValue":"'https://discord.com/events'"},{"id":7531,"name":"template","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1136,"character":1}],"type":{"type":"literal","value":"https://discord.new"},"defaultValue":"'https://discord.new'"}],"groups":[{"title":"Properties","kind":1024,"children":[7528,7529,7532,7530,7533,7531]}]}},"defaultValue":"..."},{"id":7099,"name":"Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":23,"character":13}],"type":{"type":"reflection","declaration":{"id":7100,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7338,"name":"applicationCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":718,"character":1}],"signatures":[{"id":7339,"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":7340,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7341,"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":7366,"name":"applicationCommandPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":782,"character":1}],"signatures":[{"id":7367,"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":7368,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7369,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7370,"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":7335,"name":"applicationCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":708,"character":1}],"signatures":[{"id":7336,"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":7337,"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":7346,"name":"applicationGuildCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":738,"character":1}],"signatures":[{"id":7347,"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":7348,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7349,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7350,"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":7342,"name":"applicationGuildCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":728,"character":1}],"signatures":[{"id":7343,"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":7344,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7345,"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":7111,"name":"channel","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":57,"character":1}],"signatures":[{"id":7112,"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":7113,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7145,"name":"channelBulkDelete","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":132,"character":1}],"signatures":[{"id":7146,"name":"channelBulkDelete","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/bulk-delete`"},"parameters":[{"id":7147,"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":7155,"name":"channelFollowers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":158,"character":1}],"signatures":[{"id":7156,"name":"channelFollowers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/followers`"},"parameters":[{"id":7157,"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":7152,"name":"channelInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":150,"character":1}],"signatures":[{"id":7153,"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":7154,"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":7277,"name":"channelJoinedArchivedThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":498,"character":1}],"signatures":[{"id":7278,"name":"channelJoinedArchivedThreads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/users/@me/threads/archived/prviate`"},"parameters":[{"id":7279,"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":7117,"name":"channelMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":76,"character":1}],"signatures":[{"id":7118,"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":7119,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7120,"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":7141,"name":"channelMessageAllReactions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":124,"character":1}],"signatures":[{"id":7142,"name":"channelMessageAllReactions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions`"},"parameters":[{"id":7143,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7144,"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":7121,"name":"channelMessageCrosspost","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":84,"character":1}],"signatures":[{"id":7122,"name":"channelMessageCrosspost","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/{message.id}/crosspost`"},"parameters":[{"id":7123,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7124,"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":7125,"name":"channelMessageOwnReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":95,"character":1}],"signatures":[{"id":7126,"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":7127,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7128,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7129,"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":7136,"name":"channelMessageReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":116,"character":1}],"signatures":[{"id":7137,"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":7138,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7139,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7140,"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":7130,"name":"channelMessageUserReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":105,"character":1}],"signatures":[{"id":7131,"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":7132,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7133,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7134,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7135,"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":7114,"name":"channelMessages","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":66,"character":1}],"signatures":[{"id":7115,"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":7116,"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":7148,"name":"channelPermission","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":141,"character":1}],"signatures":[{"id":7149,"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":7150,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7151,"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":7164,"name":"channelPin","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":183,"character":1}],"signatures":[{"id":7165,"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":7166,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7167,"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":7161,"name":"channelPins","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":174,"character":1}],"signatures":[{"id":7162,"name":"channelPins","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/pins`"},"parameters":[{"id":7163,"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":7168,"name":"channelRecipient","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":192,"character":1}],"signatures":[{"id":7169,"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":7170,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7171,"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":7273,"name":"channelThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":483,"character":1}],"signatures":[{"id":7274,"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":7275,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7276,"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":7158,"name":"channelTyping","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":166,"character":1}],"signatures":[{"id":7159,"name":"channelTyping","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/typing`"},"parameters":[{"id":7160,"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":7301,"name":"channelWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":586,"character":1}],"signatures":[{"id":7302,"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":7303,"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":7321,"name":"gateway","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":650,"character":1}],"signatures":[{"id":7322,"name":"gateway","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway`"},"type":{"type":"literal","value":"/gateway"}}]},{"id":7323,"name":"gatewayBot","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":658,"character":1}],"signatures":[{"id":7324,"name":"gatewayBot","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway/bot`"},"type":{"type":"literal","value":"/gateway/bot"}}]},{"id":7181,"name":"guild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":229,"character":1}],"signatures":[{"id":7182,"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":7183,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7270,"name":"guildActiveThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":472,"character":1}],"signatures":[{"id":7271,"name":"guildActiveThreads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/threads/active`"},"parameters":[{"id":7272,"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":7362,"name":"guildApplicationCommandsPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":773,"character":1}],"signatures":[{"id":7363,"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":7364,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7365,"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":7108,"name":"guildAuditLog","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":47,"character":1}],"signatures":[{"id":7109,"name":"guildAuditLog","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/audit-logs`"},"parameters":[{"id":7110,"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":7104,"name":"guildAutoModerationRule","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":39,"character":1}],"signatures":[{"id":7105,"name":"guildAutoModerationRule","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Routes for:\n- GET `/guilds/{guild.id}/auto-moderation/rules/{rule.id}`\n- PATCH `/guilds/{guild.id}/auto-moderation/rules/{rule.id}`\n- DELETE `/guilds/{guild.id}/auto-moderation/rules/{rule.id}`"},"parameters":[{"id":7106,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7107,"name":"ruleId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/auto-moderation/rules/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7101,"name":"guildAutoModerationRules","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":29,"character":1}],"signatures":[{"id":7102,"name":"guildAutoModerationRules","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/auto-moderation/rules`\n- POST `/guilds/{guild.id}/auto-moderation/rules`"},"parameters":[{"id":7103,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/auto-moderation/rules"]]}}]},{"id":7214,"name":"guildBan","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":319,"character":1}],"signatures":[{"id":7215,"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":7216,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7217,"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":7211,"name":"guildBans","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":309,"character":1}],"signatures":[{"id":7212,"name":"guildBans","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans`"},"parameters":[{"id":7213,"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":7187,"name":"guildChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":247,"character":1}],"signatures":[{"id":7188,"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":7189,"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":7200,"name":"guildCurrentMemberNickname","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":284,"character":1}],"signatures":[{"id":7201,"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":7202,"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":7175,"name":"guildEmoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":211,"character":1}],"signatures":[{"id":7176,"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":7177,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7178,"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":7172,"name":"guildEmojis","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":201,"character":1}],"signatures":[{"id":7173,"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":7174,"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":7237,"name":"guildIntegration","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":379,"character":1}],"signatures":[{"id":7238,"name":"guildIntegration","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/guilds/{guild.id}/integrations/{integration.id}`"},"parameters":[{"id":7239,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7240,"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":7234,"name":"guildIntegrations","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":371,"character":1}],"signatures":[{"id":7235,"name":"guildIntegrations","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/integrations`"},"parameters":[{"id":7236,"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":7231,"name":"guildInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":363,"character":1}],"signatures":[{"id":7232,"name":"guildInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/invites`"},"parameters":[{"id":7233,"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":7208,"name":"guildMFA","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":301,"character":1}],"signatures":[{"id":7209,"name":"guildMFA","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds/{guild.id}/mfa`"},"parameters":[{"id":7210,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/mfa"]]}}]},{"id":7190,"name":"guildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":259,"character":1}],"signatures":[{"id":7191,"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":7192,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7193,"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":7203,"name":"guildMemberRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":293,"character":1}],"signatures":[{"id":7204,"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":7205,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7206,"name":"memberId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7207,"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":7355,"name":"guildMemberVerification","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":755,"character":1}],"signatures":[{"id":7356,"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":7357,"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":7194,"name":"guildMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":267,"character":1}],"signatures":[{"id":7195,"name":"guildMembers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members`"},"parameters":[{"id":7196,"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":7197,"name":"guildMembersSearch","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":275,"character":1}],"signatures":[{"id":7198,"name":"guildMembersSearch","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/search`"},"parameters":[{"id":7199,"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":7184,"name":"guildPreview","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":237,"character":1}],"signatures":[{"id":7185,"name":"guildPreview","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/preview`"},"parameters":[{"id":7186,"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":7225,"name":"guildPrune","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":347,"character":1}],"signatures":[{"id":7226,"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":7227,"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":7221,"name":"guildRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":338,"character":1}],"signatures":[{"id":7222,"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":7223,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7224,"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":7218,"name":"guildRoles","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":329,"character":1}],"signatures":[{"id":7219,"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":7220,"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":7394,"name":"guildScheduledEvent","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":863,"character":1}],"signatures":[{"id":7395,"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":7396,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7397,"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":7398,"name":"guildScheduledEventUsers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":871,"character":1}],"signatures":[{"id":7399,"name":"guildScheduledEventUsers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}/users`"},"parameters":[{"id":7400,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7401,"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":7391,"name":"guildScheduledEvents","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":853,"character":1}],"signatures":[{"id":7392,"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":7393,"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":7387,"name":"guildSticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":844,"character":1}],"signatures":[{"id":7388,"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":7389,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7390,"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":7384,"name":"guildStickers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":834,"character":1}],"signatures":[{"id":7385,"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":7386,"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":7262,"name":"guildTemplate","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":449,"character":1}],"signatures":[{"id":7263,"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":7264,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7265,"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":7259,"name":"guildTemplates","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":439,"character":1}],"signatures":[{"id":7260,"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":7261,"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":7247,"name":"guildVanityUrl","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":404,"character":1}],"signatures":[{"id":7248,"name":"guildVanityUrl","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/vanity-url`"},"parameters":[{"id":7249,"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":7228,"name":"guildVoiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":355,"character":1}],"signatures":[{"id":7229,"name":"guildVoiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/regions`"},"parameters":[{"id":7230,"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":7358,"name":"guildVoiceState","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":764,"character":1}],"signatures":[{"id":7359,"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":7360,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7361,"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":7304,"name":"guildWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":594,"character":1}],"signatures":[{"id":7305,"name":"guildWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/webhooks`"},"parameters":[{"id":7306,"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":7371,"name":"guildWelcomeScreen","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":791,"character":1}],"signatures":[{"id":7372,"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":7373,"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":7250,"name":"guildWidgetImage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":412,"character":1}],"signatures":[{"id":7251,"name":"guildWidgetImage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.png`"},"parameters":[{"id":7252,"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":7244,"name":"guildWidgetJSON","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":396,"character":1}],"signatures":[{"id":7245,"name":"guildWidgetJSON","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.json`"},"parameters":[{"id":7246,"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":7241,"name":"guildWidgetSettings","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":388,"character":1}],"signatures":[{"id":7242,"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":7243,"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":7179,"name":"guilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":219,"character":1}],"signatures":[{"id":7180,"name":"guilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds`"},"type":{"type":"literal","value":"/guilds"}}]},{"id":7351,"name":"interactionCallback","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":746,"character":1}],"signatures":[{"id":7352,"name":"interactionCallback","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/interactions/{interaction.id}/{interaction.token}/callback`"},"parameters":[{"id":7353,"name":"interactionId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7354,"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":7253,"name":"invite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":421,"character":1}],"signatures":[{"id":7254,"name":"invite","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/invites/{invite.code}`\n- DELETE `/invites/{invite.code}`"},"parameters":[{"id":7255,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/invites/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7382,"name":"nitroStickerPacks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":825,"character":1}],"signatures":[{"id":7383,"name":"nitroStickerPacks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/sticker-packs`"},"type":{"type":"literal","value":"/sticker-packs"}}]},{"id":7329,"name":"oauth2Authorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":682,"character":1}],"signatures":[{"id":7330,"name":"oauth2Authorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/authorize`"},"type":{"type":"literal","value":"/oauth2/authorize"}}]},{"id":7325,"name":"oauth2CurrentApplication","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":666,"character":1}],"signatures":[{"id":7326,"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":7327,"name":"oauth2CurrentAuthorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":674,"character":1}],"signatures":[{"id":7328,"name":"oauth2CurrentAuthorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/@me`"},"type":{"type":"literal","value":"/oauth2/@me"}}]},{"id":7331,"name":"oauth2TokenExchange","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":690,"character":1}],"signatures":[{"id":7332,"name":"oauth2TokenExchange","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/oauth2/token`"},"type":{"type":"literal","value":"/oauth2/token"}}]},{"id":7333,"name":"oauth2TokenRevocation","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":698,"character":1}],"signatures":[{"id":7334,"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":7376,"name":"stageInstance","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":809,"character":1}],"signatures":[{"id":7377,"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":7378,"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":7374,"name":"stageInstances","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":799,"character":1}],"signatures":[{"id":7375,"name":"stageInstances","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/stage-instances`"},"type":{"type":"literal","value":"/stage-instances"}}]},{"id":7379,"name":"sticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":817,"character":1}],"signatures":[{"id":7380,"name":"sticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stickers/{sticker.id}`"},"parameters":[{"id":7381,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7256,"name":"template","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":430,"character":1}],"signatures":[{"id":7257,"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":7258,"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":7280,"name":"threadMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":511,"character":1}],"signatures":[{"id":7281,"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":7282,"name":"threadId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7283,"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":7266,"name":"threads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":458,"character":1}],"signatures":[{"id":7267,"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":7268,"name":"parentId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7269,"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":7284,"name":"user","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":529,"character":1}],"signatures":[{"id":7285,"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":7286,"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":7295,"name":"userChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":561,"character":1}],"signatures":[{"id":7296,"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":7297,"name":"userConnections","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":569,"character":1}],"signatures":[{"id":7298,"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":7292,"name":"userGuild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":553,"character":1}],"signatures":[{"id":7293,"name":"userGuild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/users/@me/guilds/{guild.id}`"},"parameters":[{"id":7294,"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":7289,"name":"userGuildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":545,"character":1}],"signatures":[{"id":7290,"name":"userGuildMember","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds/{guild.id}/member`"},"parameters":[{"id":7291,"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":7287,"name":"userGuilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":537,"character":1}],"signatures":[{"id":7288,"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":7299,"name":"voiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":577,"character":1}],"signatures":[{"id":7300,"name":"voiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/voice/regions`"},"type":{"type":"literal","value":"/voice/regions"}}]},{"id":7307,"name":"webhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":610,"character":1}],"signatures":[{"id":7308,"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":7309,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7310,"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":7311,"name":"webhookMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":633,"character":1}],"signatures":[{"id":7312,"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":7313,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7314,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7315,"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":7316,"name":"webhookPlatform","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":642,"character":1}],"signatures":[{"id":7317,"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":7318,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7319,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7320,"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":[7338,7366,7335,7346,7342,7111,7145,7155,7152,7277,7117,7141,7121,7125,7136,7130,7114,7148,7164,7161,7168,7273,7158,7301,7321,7323,7181,7270,7362,7108,7104,7101,7214,7211,7187,7200,7175,7172,7237,7234,7231,7208,7190,7203,7355,7194,7197,7184,7225,7221,7218,7394,7398,7391,7387,7384,7262,7259,7247,7228,7358,7304,7371,7250,7244,7241,7179,7351,7253,7382,7329,7325,7327,7331,7333,7376,7374,7379,7256,7280,7266,7284,7295,7297,7292,7289,7287,7299,7307,7311,7316]}]}},"defaultValue":"..."},{"id":7402,"name":"StickerPackApplicationId","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":876,"character":13}],"type":{"type":"literal","value":"710982414301790216"},"defaultValue":"'710982414301790216'"}],"groups":[{"title":"References","kind":16777216,"children":[5352,5349,7540,7541,5354,5353,5355,5358,5356,5357,7539,5359,8229,8228,5350,4828]},{"title":"Enumerations","kind":8,"children":[6157,6132,6141,5959,6569,6653,6494,5385,5417,5483,5596,5591,5587,5577,6011,6064,5755,5971,7040,7058,5904,4842,4876,4857,4830,6238,6241,6273,6264,6245,6248,6259,6460,6469,6464,6268,6253,6381,7518,6345,6811,6785,6842,6404,5838,5843,5806,6863,5865,6102,5732,6912,6936,6933,6960,6017,5875,5885,7007,7024,5772,7094]},{"title":"Interfaces","kind":256,"children":[5981,5963,5360,6478,6794,6544,6554,6562,6587,6612,6600,6520,6581,6649,6604,6592,5382,5943,5400,5409,5472,5593,5600,5565,5582,6357,5968,6689,6020,5985,5996,6003,5607,5954,7564,6039,6508,6822,7029,5685,5890,5930,5939,5935,5922,5927,5912,5917,6076,6845,6440,5853,6087,6085,6091,5694,6195,6644,5623,7721,7733,5735,5729,5723,6327,6351,6316,6395,6399,6301,6458,6471,5635,5668,6387,6390,6360,6367,6371,6313,6348,6528,6726,6710,6717,6677,6800,6803,6806,6792,6808,6829,6915,5775,5831,6625,6632,6763,6739,5992,6671,6758,5834,6753,6744,6748,6797,6824,6778,5860,5603,6072,6184,5856,6888,6900,6048,6904,6406,6920,6941,6028,6949,6955,6963,6975,5615,6054,5704,5886,5880,5868,6181,6991,6618,5654,6423,7075,7081,7524,6112,6167,6152,6148,5000,4987,5014,5080,5021,5088,5096,5099,5112,5120,5137,5129,5147,5152,5092,5287,4952,4947,4940,4945,5291,5294,5302,5165,4957,5172,5186,5209,5204,5197,5220,6108,6096,5343,4969,4963,5313,5316,5325,5320,5306,5309,5243,6170,6175,5268,5340,5279,7061,5332,5335,5284,6775,6771,8159,7956,7542,7626,7595,7700,8155,7837,7801,7805,7876,7879,7761,7940,7950,7925,7896,7899,8014,8021,8114,8072,8080,8026,8033,8066,8054,7666,7646,7964,8168,7886,8118,7758,8100,8208,8042,8036,8085,8092,8062,8048,8009,7649]},{"title":"Type Aliases","kind":4194304,"children":[6069,6518,6668,6669,6667,6504,6542,6502,6503,6553,6501,6498,6519,6507,6543,6552,6560,6506,6568,6617,6499,6559,6561,6505,6534,6567,6586,6616,5487,5507,5508,5498,5499,5561,5525,5518,5550,5547,5552,5548,5537,5494,5515,5528,5527,5521,5557,5534,5553,5505,5526,5489,5493,5540,5562,5554,5559,5564,5563,5541,5542,5504,5546,5549,5523,5490,5538,5491,5529,5556,5551,5502,5532,5530,5524,5535,5517,5488,5536,5495,5516,5520,5513,5497,5544,5509,5501,5519,5496,5500,5522,5492,5555,5512,5545,5533,5514,5560,5558,5539,5543,5531,5506,5503,5511,5510,6010,5754,6516,6517,6515,6732,6642,6643,6641,6634,5693,6476,6706,5653,7726,7727,6344,6477,6708,6457,5684,6475,6791,6819,6828,6038,6070,6639,6640,6638,6743,6067,6736,6769,6770,6735,6738,6737,7602,6768,6071,6068,6782,6783,6781,5652,6784,6037,6047,6940,5651,6636,6637,6635,6734,6733,6036,7511,7510,7509,7508,5486,7505,7498,7499,6155,6151,6156,5348,4999,4986,4980,4981,4984,4985,4978,4979,4982,4983,5007,5008,5011,5012,5005,5006,5013,5009,5010,4939,5083,5084,5079,5085,5086,5020,5077,5078,5087,5095,5098,5111,5115,5116,5119,5018,5019,5132,5133,5136,5128,5134,5135,5140,5141,5144,5145,5142,5143,5146,5151,5091,5075,5076,5290,5156,5157,5164,5160,5161,5169,5170,4962,5171,5185,5190,5191,5208,5203,5213,5214,5217,5218,5215,5216,5219,5192,5193,5225,5226,4968,4938,5331,4977,4937,5227,5228,5229,5230,5231,5232,5242,5265,5266,5233,5234,5237,5238,5235,5236,5241,5263,5264,5267,5274,5275,5278,5276,5277,5283,8173,7503,5614,7502,7500,7507,7517,7516,7501,5634,6670,7563,7630,7624,7631,7645,7625,7665,7672,7678,7594,7698,8167,7848,7718,7891,7835,7834,7788,7875,7949,8130,8146,8006,7996,8019,8112,8191,8227,8192,8008,7959,7958,7981,7979,7980,7547,7549,7548,7654,7629,7601,7600,7670,7569,7699,7703,7704,8179,8171,8166,8147,7720,7719,8007,7841,7836,7789,7706,7705,7890,7889,7800,7902,7804,7808,7764,7763,7849,7942,7955,7927,8117,8116,8137,7799,7888,8180,7920,7901,7895,7892,8002,7992,8018,8020,8106,8113,8131,8148,8172,8181,8219,8182,8149,8061,7975,7976,7984,7985,7561,7562,7570,7641,7632,7644,7593,7829,7826,7832,8150,8154,7792,7798,7713,7717,7765,7817,7825,7903,7908,7787,7865,7860,7864,7874,7943,7948,8124,8129,8144,8145,7909,7914,7915,7919,7921,7924,7893,7894,8004,8003,8005,7994,7993,7995,8107,8111,8183,8188,8189,8223,8220,8226,8190,7973,7974,7982,7983,7550,7560,7668,7655,7664,7622,7618,7605,7621,7648,7679,7691,7692,7696,7669,8174,8178,7960,8170,7790,7791,7707,7712,7688,7684,7881,7850,7859,7928,7939,8123,8138,8142,7742,7760,7757,7989,7988,7998,7997,8001,8105,8132,8136,8205,8216,8217,8218,8193,8211,8213,8214,8215,8212,8099,8065,8053,8011,7977,7978,7986,7987,7623,7653,7671,7673,7677,7697,8012,8013,7842,7847,7809,7816,7833,8143,7515,7514,7512,7513,5613,7506,7504]},{"title":"Variables","kind":32,"children":[6657,7098,7403,4829,7534,7526,7099,7402]}],"sources":[{"fileName":"v9.ts","line":1,"character":0}]},{"id":332,"name":"voice/v4","kind":2,"kindString":"Module","flags":{},"children":[{"id":347,"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":352,"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":351,"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":357,"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":349,"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":350,"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":355,"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":353,"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":354,"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":359,"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":348,"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":356,"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":358,"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":[352,351,357,349,350,355,353,354,359,348,356,358]}],"sources":[{"fileName":"voice/v4.ts","line":60,"character":12}]},{"id":334,"name":"VoiceOpcodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#voice-voice-opcodes"},"children":[{"id":345,"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":346,"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":338,"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":341,"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":343,"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":335,"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":337,"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":342,"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":344,"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":336,"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":339,"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":340,"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":[345,346,338,341,343,335,337,342,344,336,339,340]}],"sources":[{"fileName":"voice/v4.ts","line":6,"character":12}]},{"id":333,"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":[347,334]},{"title":"Variables","kind":32,"children":[333]}],"sources":[{"fileName":"voice/v4.ts","line":1,"character":0}]}],"groups":[{"title":"Modules","kind":2,"children":[18,1,23,85,300,331,329,330,425,360,385,328,325,326,327,332]}]} \ No newline at end of file diff --git a/website/versioned_docs/version-0.37.16/Contributing.mdx b/website/versioned_docs/version-0.37.18/Contributing.mdx similarity index 100% rename from website/versioned_docs/version-0.37.16/Contributing.mdx rename to website/versioned_docs/version-0.37.18/Contributing.mdx diff --git a/website/versioned_docs/version-0.37.16/Introduction.mdx b/website/versioned_docs/version-0.37.18/Introduction.mdx similarity index 100% rename from website/versioned_docs/version-0.37.16/Introduction.mdx rename to website/versioned_docs/version-0.37.18/Introduction.mdx diff --git a/website/versioned_docs/version-0.37.16/api-packages.json b/website/versioned_docs/version-0.37.18/api-packages.json similarity index 99% rename from website/versioned_docs/version-0.37.16/api-packages.json rename to website/versioned_docs/version-0.37.18/api-packages.json index 835512106..e27ecd238 100644 --- a/website/versioned_docs/version-0.37.16/api-packages.json +++ b/website/versioned_docs/version-0.37.18/api-packages.json @@ -1 +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.37.16"}] \ No newline at end of file +[{"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.37.18"}] \ No newline at end of file diff --git a/website/versioned_docs/version-0.37.18/api-typedoc.json b/website/versioned_docs/version-0.37.18/api-typedoc.json new file mode 100644 index 000000000..3febe659c --- /dev/null +++ b/website/versioned_docs/version-0.37.18/api-typedoc.json @@ -0,0 +1 @@ +{"id":0,"name":"discord-api-types","kind":1,"flags":{},"originalName":"","children":[{"id":18,"name":"gateway/common","kind":2,"kindString":"Module","flags":{},"children":[{"id":19,"name":"GatewayURLQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#connecting-gateway-url-query-string-params"},"children":[{"id":22,"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":21,"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":20,"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":[22,21,20]}],"sources":[{"fileName":"gateway/common.ts","line":4,"character":17}]}],"groups":[{"title":"Interfaces","kind":256,"children":[19]}],"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":13,"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":66,"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":16,"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":84,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":12,"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":60,"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":11,"name":"SlashCommand","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Regular expression for matching a application command mention","text":"The `fullName` (possibly including `name`, `subcommandOrGroup` and `subcommand`) 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":14,"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":72,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":17,"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":90,"character":1}],"type":{"type":"reference","qualifiedName":"RegExp","package":"typescript","name":"RegExp"},"defaultValue":"..."},{"id":15,"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":78,"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":[13,9,16,12,10,11,14,17,15,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":23,"name":"payloads/common","kind":2,"kindString":"Module","flags":{},"children":[{"id":68,"name":"RESTError","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#json"},"children":[{"id":69,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":71,"name":"errors","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/common.ts","line":68,"character":1}],"type":{"type":"reference","id":77,"name":"RESTErrorData"}},{"id":70,"name":"message","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[69,71,70]}],"sources":[{"fileName":"payloads/common.ts","line":65,"character":17}]},{"id":72,"name":"RESTErrorFieldInformation","kind":256,"kindString":"Interface","flags":{},"children":[{"id":73,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":72,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":74,"name":"message","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":73,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[73,74]}],"sources":[{"fileName":"payloads/common.ts","line":71,"character":17}]},{"id":75,"name":"RESTErrorGroupWrapper","kind":256,"kindString":"Interface","flags":{},"children":[{"id":76,"name":"_errors","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":77,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":77,"name":"RESTErrorData"}}}],"groups":[{"title":"Properties","kind":1024,"children":[76]}],"sources":[{"fileName":"payloads/common.ts","line":76,"character":17}]},{"id":81,"name":"RESTRateLimit","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/rate-limits#exceeding-a-rate-limit-rate-limit-response-structure"},"children":[{"id":82,"name":"global","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A value indicating if you are being globally rate limited or not"},"sources":[{"fileName":"payloads/common.ts","line":89,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":83,"name":"message","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A message saying you are being rate limited."},"sources":[{"fileName":"payloads/common.ts","line":93,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":84,"name":"retry_after","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The number of seconds to wait before submitting another request."},"sources":[{"fileName":"payloads/common.ts","line":97,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[82,83,84]}],"sources":[{"fileName":"payloads/common.ts","line":85,"character":17}]},{"id":67,"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":299,"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":77,"name":"RESTErrorData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/common.ts","line":80,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":75,"name":"RESTErrorGroupWrapper"},{"type":"reference","id":72,"name":"RESTErrorFieldInformation"},{"type":"reflection","declaration":{"id":78,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"sources":[{"fileName":"payloads/common.ts","line":80,"character":80}],"indexSignature":{"id":79,"name":"__index","kind":8192,"kindString":"Index signature","flags":{},"parameters":[{"id":80,"name":"k","kind":32768,"flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"reference","id":77,"name":"RESTErrorData"}}}},{"type":"intrinsic","name":"string"}]}},{"id":24,"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":25,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":32,"name":"AddReactions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":29,"name":"Administrator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":41,"name":"AttachFiles","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":28,"name":"BanMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":52,"name":"ChangeNickname","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":46,"name":"Connect","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":26,"name":"CreateInstantInvite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":11,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":62,"name":"CreatePrivateThreads","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":61,"name":"CreatePublicThreads","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":49,"name":"DeafenMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":40,"name":"EmbedLinks","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":27,"name":"KickMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":30,"name":"ManageChannels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":56,"name":"ManageEmojisAndStickers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":59,"name":"ManageEvents","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":31,"name":"ManageGuild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":39,"name":"ManageMessages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":24,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":53,"name":"ManageNicknames","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":54,"name":"ManageRoles","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":60,"name":"ManageThreads","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":45,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":55,"name":"ManageWebhooks","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":43,"name":"MentionEveryone","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":66,"name":"ModerateMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":50,"name":"MoveMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":35,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":48,"name":"MuteMembers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":33,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":34,"name":"PrioritySpeaker","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":42,"name":"ReadMessageHistory","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":58,"name":"RequestToSpeak","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":43,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":37,"name":"SendMessages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":64,"name":"SendMessagesInThreads","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":38,"name":"SendTTSMessages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":47,"name":"Speak","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":35,"name":"Stream","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":57,"name":"UseApplicationCommands","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":65,"name":"UseEmbeddedActivities","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":44,"name":"UseExternalEmojis","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":63,"name":"UseExternalStickers","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":51,"name":"UseVAD","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":33,"name":"ViewAuditLog","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":36,"name":"ViewChannel","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/common.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"bigint"},"defaultValue":"..."},{"id":45,"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":[32,29,41,28,52,46,26,62,61,49,40,27,30,56,59,31,39,53,54,60,55,43,66,50,48,34,42,58,37,64,38,47,35,57,65,44,63,51,33,36,45]}]}},"defaultValue":"..."}],"groups":[{"title":"Interfaces","kind":256,"children":[68,72,75,81]},{"title":"Type Aliases","kind":4194304,"children":[67,77]},{"title":"Variables","kind":32,"children":[24]}],"sources":[{"fileName":"payloads/common.ts","line":1,"character":0}]},{"id":85,"name":"rest/common","kind":2,"kindString":"Module","flags":{},"children":[{"id":268,"name":"Locale","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/reference#locales"},"children":[{"id":271,"name":"Bulgarian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":271,"character":1}],"type":{"type":"literal","value":"bg"},"defaultValue":"\"bg\""},{"id":272,"name":"ChineseCN","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":272,"character":1}],"type":{"type":"literal","value":"zh-CN"},"defaultValue":"\"zh-CN\""},{"id":273,"name":"ChineseTW","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":273,"character":1}],"type":{"type":"literal","value":"zh-TW"},"defaultValue":"\"zh-TW\""},{"id":274,"name":"Croatian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":274,"character":1}],"type":{"type":"literal","value":"hr"},"defaultValue":"\"hr\""},{"id":275,"name":"Czech","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":275,"character":1}],"type":{"type":"literal","value":"cs"},"defaultValue":"\"cs\""},{"id":276,"name":"Danish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":276,"character":1}],"type":{"type":"literal","value":"da"},"defaultValue":"\"da\""},{"id":277,"name":"Dutch","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":277,"character":1}],"type":{"type":"literal","value":"nl"},"defaultValue":"\"nl\""},{"id":270,"name":"EnglishGB","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":270,"character":1}],"type":{"type":"literal","value":"en-GB"},"defaultValue":"\"en-GB\""},{"id":269,"name":"EnglishUS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":269,"character":1}],"type":{"type":"literal","value":"en-US"},"defaultValue":"\"en-US\""},{"id":278,"name":"Finnish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":278,"character":1}],"type":{"type":"literal","value":"fi"},"defaultValue":"\"fi\""},{"id":279,"name":"French","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":279,"character":1}],"type":{"type":"literal","value":"fr"},"defaultValue":"\"fr\""},{"id":280,"name":"German","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":280,"character":1}],"type":{"type":"literal","value":"de"},"defaultValue":"\"de\""},{"id":281,"name":"Greek","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":281,"character":1}],"type":{"type":"literal","value":"el"},"defaultValue":"\"el\""},{"id":282,"name":"Hindi","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":282,"character":1}],"type":{"type":"literal","value":"hi"},"defaultValue":"\"hi\""},{"id":283,"name":"Hungarian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":283,"character":1}],"type":{"type":"literal","value":"hu"},"defaultValue":"\"hu\""},{"id":284,"name":"Italian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":284,"character":1}],"type":{"type":"literal","value":"it"},"defaultValue":"\"it\""},{"id":285,"name":"Japanese","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":285,"character":1}],"type":{"type":"literal","value":"ja"},"defaultValue":"\"ja\""},{"id":286,"name":"Korean","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":286,"character":1}],"type":{"type":"literal","value":"ko"},"defaultValue":"\"ko\""},{"id":287,"name":"Lithuanian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":287,"character":1}],"type":{"type":"literal","value":"lt"},"defaultValue":"\"lt\""},{"id":288,"name":"Norwegian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":288,"character":1}],"type":{"type":"literal","value":"no"},"defaultValue":"\"no\""},{"id":289,"name":"Polish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":289,"character":1}],"type":{"type":"literal","value":"pl"},"defaultValue":"\"pl\""},{"id":290,"name":"PortugueseBR","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":290,"character":1}],"type":{"type":"literal","value":"pt-BR"},"defaultValue":"\"pt-BR\""},{"id":291,"name":"Romanian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":291,"character":1}],"type":{"type":"literal","value":"ro"},"defaultValue":"\"ro\""},{"id":292,"name":"Russian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":292,"character":1}],"type":{"type":"literal","value":"ru"},"defaultValue":"\"ru\""},{"id":293,"name":"SpanishES","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":293,"character":1}],"type":{"type":"literal","value":"es-ES"},"defaultValue":"\"es-ES\""},{"id":294,"name":"Swedish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":294,"character":1}],"type":{"type":"literal","value":"sv-SE"},"defaultValue":"\"sv-SE\""},{"id":295,"name":"Thai","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":295,"character":1}],"type":{"type":"literal","value":"th"},"defaultValue":"\"th\""},{"id":296,"name":"Turkish","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":296,"character":1}],"type":{"type":"literal","value":"tr"},"defaultValue":"\"tr\""},{"id":297,"name":"Ukrainian","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":297,"character":1}],"type":{"type":"literal","value":"uk"},"defaultValue":"\"uk\""},{"id":298,"name":"Vietnamese","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":298,"character":1}],"type":{"type":"literal","value":"vi"},"defaultValue":"\"vi\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[271,272,273,274,275,276,277,270,269,278,279,280,281,282,283,284,285,286,287,288,289,290,291,292,293,294,295,296,297,298]}],"sources":[{"fileName":"rest/common.ts","line":268,"character":12}]},{"id":86,"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":245,"name":"APIResourceOverloaded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":231,"character":1}],"type":{"type":"literal","value":130000},"defaultValue":"130000"},{"id":134,"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":137,"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":181,"name":"ApplicationCommandWithThatNameAlreadyExists","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":136,"character":1}],"type":{"type":"literal","value":40041},"defaultValue":"40041"},{"id":182,"name":"ApplicationInteractionFailedToSend","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":138,"character":1}],"type":{"type":"literal","value":40043},"defaultValue":"40043"},{"id":244,"name":"ApplicationNotYetAvailable","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":229,"character":1}],"type":{"type":"literal","value":110001},"defaultValue":"110001"},{"id":170,"name":"BitrateIsTooHighForChannelOfThisType","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":121,"character":1}],"type":{"type":"literal","value":30052},"defaultValue":"30052"},{"id":130,"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":226,"name":"CannotDeleteChannelRequiredForCommunityGuilds","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":197,"character":1}],"type":{"type":"literal","value":50074},"defaultValue":"50074"},{"id":192,"name":"CannotEditMessageAuthoredByAnotherUser","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":152,"character":1}],"type":{"type":"literal","value":50005},"defaultValue":"50005"},{"id":227,"name":"CannotEditStickersWithinMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":199,"character":1}],"type":{"type":"literal","value":50080},"defaultValue":"50080"},{"id":190,"name":"CannotExecuteActionOnDMChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":150,"character":1}],"type":{"type":"literal","value":50003},"defaultValue":"50003"},{"id":207,"name":"CannotExecuteActionOnSystemMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":168,"character":1}],"type":{"type":"literal","value":50021},"defaultValue":"50021"},{"id":208,"name":"CannotExecuteActionOnThisChannelType","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":170,"character":1}],"type":{"type":"literal","value":50024},"defaultValue":"50024"},{"id":225,"name":"CannotModifyASystemWebhook","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":196,"character":1}],"type":{"type":"literal","value":50073},"defaultValue":"50073"},{"id":247,"name":"CannotReplyWithoutPermissionToReadMessageHistory","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":235,"character":1}],"type":{"type":"literal","value":160002},"defaultValue":"160002"},{"id":221,"name":"CannotSelfRedeemThisGift","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":189,"character":1}],"type":{"type":"literal","value":50054},"defaultValue":"50054"},{"id":183,"name":"CannotSendAMessageInAForumChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":140,"character":1}],"type":{"type":"literal","value":40058},"defaultValue":"40058"},{"id":193,"name":"CannotSendAnEmptyMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":153,"character":1}],"type":{"type":"literal","value":50006},"defaultValue":"50006"},{"id":195,"name":"CannotSendMessagesInNonTextChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":155,"character":1}],"type":{"type":"literal","value":50008},"defaultValue":"50008"},{"id":194,"name":"CannotSendMessagesToThisUser","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":154,"character":1}],"type":{"type":"literal","value":50007},"defaultValue":"50007"},{"id":259,"name":"CannotUpdateAFinishedEvent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":250,"character":1}],"type":{"type":"literal","value":180000},"defaultValue":"180000"},{"id":139,"name":"ChannelSendRateLimit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":75,"character":1}],"type":{"type":"literal","value":20028},"defaultValue":"20028"},{"id":196,"name":"ChannelVerificationLevelTooHighForYouToGainAccess","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":156,"character":1}],"type":{"type":"literal","value":50009},"defaultValue":"50009"},{"id":232,"name":"CommunityServerChannelsMustBeTextChannels","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":205,"character":1}],"type":{"type":"literal","value":50086},"defaultValue":"50086"},{"id":178,"name":"ConnectionHasBeenRevoked","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":131,"character":1}],"type":{"type":"literal","value":40012},"defaultValue":"40012"},{"id":132,"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":260,"name":"FailedToCreateStageNeededForStageEvent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":252,"character":1}],"type":{"type":"literal","value":180002},"defaultValue":"180002"},{"id":238,"name":"FailedToResizeAssetBelowTheMinimumSize","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":217,"character":1}],"type":{"type":"literal","value":50138},"defaultValue":"50138"},{"id":176,"name":"FeatureTemporarilyDisabledServerSide","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":128,"character":1}],"type":{"type":"literal","value":40006},"defaultValue":"40006"},{"id":219,"name":"FileUploadedExceedsMaximumSize","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":186,"character":1}],"type":{"type":"literal","value":50045},"defaultValue":"50045"},{"id":87,"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":157,"name":"GuildAlreadyHasTemplate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":103,"character":1}],"type":{"type":"literal","value":30031},"defaultValue":"30031"},{"id":142,"name":"GuildPremiumSubscriptionLevelTooLow","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":80,"character":1}],"type":{"type":"literal","value":20035},"defaultValue":"20035"},{"id":191,"name":"GuildWidgetDisabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":151,"character":1}],"type":{"type":"literal","value":50004},"defaultValue":"50004"},{"id":184,"name":"InteractionHasAlreadyBeenAcknowledged","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":142,"character":1}],"type":{"type":"literal","value":40060},"defaultValue":"40060"},{"id":218,"name":"InvalidAPIVersion","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":184,"character":1}],"type":{"type":"literal","value":50041},"defaultValue":"50041"},{"id":189,"name":"InvalidAccountType","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":149,"character":1}],"type":{"type":"literal","value":50002},"defaultValue":"50002"},{"id":229,"name":"InvalidActionOnArchivedThread","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":202,"character":1}],"type":{"type":"literal","value":50083},"defaultValue":"50083"},{"id":217,"name":"InvalidActivityAction","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":182,"character":1}],"type":{"type":"literal","value":50039},"defaultValue":"50039"},{"id":220,"name":"InvalidFileUploaded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":187,"character":1}],"type":{"type":"literal","value":50046},"defaultValue":"50046"},{"id":215,"name":"InvalidFormBodyOrContentType","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":179,"character":1}],"type":{"type":"literal","value":50035},"defaultValue":"50035"},{"id":222,"name":"InvalidGuild","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":190,"character":1}],"type":{"type":"literal","value":50055},"defaultValue":"50055"},{"id":252,"name":"InvalidJSONForUploadedLottieFile","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":242,"character":1}],"type":{"type":"literal","value":170001},"defaultValue":"170001"},{"id":204,"name":"InvalidMFALevel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":164,"character":1}],"type":{"type":"literal","value":50017},"defaultValue":"50017"},{"id":223,"name":"InvalidMessageType","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":192,"character":1}],"type":{"type":"literal","value":50068},"defaultValue":"50068"},{"id":209,"name":"InvalidOAuth2AccessToken","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":171,"character":1}],"type":{"type":"literal","value":50025},"defaultValue":"50025"},{"id":199,"name":"InvalidOAuth2State","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":159,"character":1}],"type":{"type":"literal","value":50012},"defaultValue":"50012"},{"id":213,"name":"InvalidRecipients","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":177,"character":1}],"type":{"type":"literal","value":50033},"defaultValue":"50033"},{"id":212,"name":"InvalidRole","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":175,"character":1}],"type":{"type":"literal","value":50028},"defaultValue":"50028"},{"id":228,"name":"InvalidStickerSent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":200,"character":1}],"type":{"type":"literal","value":50081},"defaultValue":"50081"},{"id":230,"name":"InvalidThreadNotificationSettings","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":203,"character":1}],"type":{"type":"literal","value":50084},"defaultValue":"50084"},{"id":201,"name":"InvalidToken","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":161,"character":1}],"type":{"type":"literal","value":50014},"defaultValue":"50014"},{"id":211,"name":"InvalidWebhookToken","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":174,"character":1}],"type":{"type":"literal","value":50027},"defaultValue":"50027"},{"id":216,"name":"InviteAcceptedToGuildWithoutTheBotBeingIn","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":180,"character":1}],"type":{"type":"literal","value":50036},"defaultValue":"50036"},{"id":206,"name":"InviteCodeInvalidOrTaken","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":167,"character":1}],"type":{"type":"literal","value":50020},"defaultValue":"50020"},{"id":256,"name":"LottieAnimationMaximumDimensionsExceeded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":246,"character":1}],"type":{"type":"literal","value":170005},"defaultValue":"170005"},{"id":251,"name":"MaximumActiveAnnouncementThreads","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":240,"character":1}],"type":{"type":"literal","value":160007},"defaultValue":"160007"},{"id":250,"name":"MaximumActiveThreads","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":239,"character":1}],"type":{"type":"literal","value":160006},"defaultValue":"160006"},{"id":160,"name":"MaximumDailyApplicationCommandCreatesReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":106,"character":1}],"type":{"type":"literal","value":30034},"defaultValue":"30034"},{"id":154,"name":"MaximumNumberOfAnimatedEmojisReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":98,"character":1}],"type":{"type":"literal","value":30018},"defaultValue":"30018"},{"id":158,"name":"MaximumNumberOfApplicationCommandsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":104,"character":1}],"type":{"type":"literal","value":30032},"defaultValue":"30032"},{"id":152,"name":"MaximumNumberOfAttachmentsInAMessageReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":95,"character":1}],"type":{"type":"literal","value":30015},"defaultValue":"30015"},{"id":162,"name":"MaximumNumberOfBanFetchesHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":109,"character":1}],"type":{"type":"literal","value":30037},"defaultValue":"30037"},{"id":167,"name":"MaximumNumberOfEditsToMessagesOlderThanOneHourReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":117,"character":1}],"type":{"type":"literal","value":30046},"defaultValue":"30046"},{"id":149,"name":"MaximumNumberOfEmojisReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":89,"character":1}],"type":{"type":"literal","value":30008},"defaultValue":"30008"},{"id":144,"name":"MaximumNumberOfFriendsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":83,"character":1}],"type":{"type":"literal","value":30002},"defaultValue":"30002"},{"id":151,"name":"MaximumNumberOfGuildChannelsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":93,"character":1}],"type":{"type":"literal","value":30013},"defaultValue":"30013"},{"id":147,"name":"MaximumNumberOfGuildRolesReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":86,"character":1}],"type":{"type":"literal","value":30005},"defaultValue":"30005"},{"id":166,"name":"MaximumNumberOfGuildWidgetSettingsUpdatesHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":115,"character":1}],"type":{"type":"literal","value":30042},"defaultValue":"30042"},{"id":143,"name":"MaximumNumberOfGuildsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":82,"character":1}],"type":{"type":"literal","value":30001},"defaultValue":"30001"},{"id":153,"name":"MaximumNumberOfInvitesReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":96,"character":1}],"type":{"type":"literal","value":30016},"defaultValue":"30016"},{"id":161,"name":"MaximumNumberOfNonGuildMemberBansHasBeenExceeded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":107,"character":1}],"type":{"type":"literal","value":30035},"defaultValue":"30035"},{"id":168,"name":"MaximumNumberOfPinnedThreadsInForumHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":118,"character":1}],"type":{"type":"literal","value":30047},"defaultValue":"30047"},{"id":145,"name":"MaximumNumberOfPinsReachedForTheChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":84,"character":1}],"type":{"type":"literal","value":30003},"defaultValue":"30003"},{"id":165,"name":"MaximumNumberOfPruneRequestsHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":113,"character":1}],"type":{"type":"literal","value":30040},"defaultValue":"30040"},{"id":150,"name":"MaximumNumberOfReactionsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":91,"character":1}],"type":{"type":"literal","value":30010},"defaultValue":"30010"},{"id":146,"name":"MaximumNumberOfRecipientsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":85,"character":1}],"type":{"type":"literal","value":30004},"defaultValue":"30004"},{"id":156,"name":"MaximumNumberOfServerCategoriesReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":101,"character":1}],"type":{"type":"literal","value":30030},"defaultValue":"30030"},{"id":155,"name":"MaximumNumberOfServerMembersReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":99,"character":1}],"type":{"type":"literal","value":30019},"defaultValue":"30019"},{"id":164,"name":"MaximumNumberOfStickersReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":112,"character":1}],"type":{"type":"literal","value":30039},"defaultValue":"30039"},{"id":169,"name":"MaximumNumberOfTagsInForumHasBeenReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":119,"character":1}],"type":{"type":"literal","value":30048},"defaultValue":"30048"},{"id":163,"name":"MaximumNumberOfUncompletedGuildScheduledEventsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":110,"character":1}],"type":{"type":"literal","value":30038},"defaultValue":"30038"},{"id":148,"name":"MaximumNumberOfWebhooksReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":88,"character":1}],"type":{"type":"literal","value":30007},"defaultValue":"30007"},{"id":159,"name":"MaximumThreadParticipantsReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":105,"character":1}],"type":{"type":"literal","value":30033},"defaultValue":"30033"},{"id":267,"name":"MessageBlockedByHarmfulLinksFilter","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":262,"character":1}],"type":{"type":"literal","value":240000},"defaultValue":"240000"},{"id":205,"name":"MessageCanOnlyBePinnedInTheChannelItWasSentIn","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":166,"character":1}],"type":{"type":"literal","value":50019},"defaultValue":"50019"},{"id":261,"name":"MessageWasBlockedByAutomaticModeration","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":254,"character":1}],"type":{"type":"literal","value":200000},"defaultValue":"200000"},{"id":188,"name":"MissingAccess","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":148,"character":1}],"type":{"type":"literal","value":50001},"defaultValue":"50001"},{"id":200,"name":"MissingPermissions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":160,"character":1}],"type":{"type":"literal","value":50013},"defaultValue":"50013"},{"id":210,"name":"MissingRequiredOAuth2Scope","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":172,"character":1}],"type":{"type":"literal","value":50026},"defaultValue":"50026"},{"id":242,"name":"NoUsersWithDiscordTagExist","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":225,"character":1}],"type":{"type":"literal","value":80004},"defaultValue":"80004"},{"id":133,"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":202,"name":"NoteWasTooLong","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":162,"character":1}],"type":{"type":"literal","value":50015},"defaultValue":"50015"},{"id":197,"name":"OAuth2ApplicationDoesNotHaveBot","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":157,"character":1}],"type":{"type":"literal","value":50010},"defaultValue":"50010"},{"id":198,"name":"OAuth2ApplicationLimitReached","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":158,"character":1}],"type":{"type":"literal","value":50011},"defaultValue":"50011"},{"id":214,"name":"OneOfTheMessagesProvidedWasTooOldForBulkDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":178,"character":1}],"type":{"type":"literal","value":50034},"defaultValue":"50034"},{"id":131,"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":136,"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":173,"name":"OpeningDirectMessagesTooFast","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":125,"character":1}],"type":{"type":"literal","value":40003},"defaultValue":"40003"},{"id":237,"name":"OwnershipCannotBeMovedToABotUser","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":215,"character":1}],"type":{"type":"literal","value":50132},"defaultValue":"50132"},{"id":231,"name":"ParameterEarlierThanCreation","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":204,"character":1}],"type":{"type":"literal","value":50085},"defaultValue":"50085"},{"id":224,"name":"PaymentSourceRequiredToRedeemGift","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":194,"character":1}],"type":{"type":"literal","value":50070},"defaultValue":"50070"},{"id":203,"name":"ProvidedTooFewOrTooManyMessagesToDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":163,"character":1}],"type":{"type":"literal","value":50016},"defaultValue":"50016"},{"id":243,"name":"ReactionWasBlocked","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":227,"character":1}],"type":{"type":"literal","value":90001},"defaultValue":"90001"},{"id":236,"name":"RequestBodyContainsInvalidJSON","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":213,"character":1}],"type":{"type":"literal","value":50109},"defaultValue":"50109"},{"id":175,"name":"RequestEntityTooLarge","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":127,"character":1}],"type":{"type":"literal","value":40005},"defaultValue":"40005"},{"id":174,"name":"SendMessagesHasBeenTemporarilyDisabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":126,"character":1}],"type":{"type":"literal","value":40004},"defaultValue":"40004"},{"id":234,"name":"ServerNeedsMonetizationEnabledToPerformThisAction","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":209,"character":1}],"type":{"type":"literal","value":50097},"defaultValue":"50097"},{"id":235,"name":"ServerNeedsMoreBoostsToPerformThisAction","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":211,"character":1}],"type":{"type":"literal","value":50101},"defaultValue":"50101"},{"id":233,"name":"ServerNotAvailableInYourLocation","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":207,"character":1}],"type":{"type":"literal","value":50095},"defaultValue":"50095"},{"id":140,"name":"ServerSendRateLimit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":76,"character":1}],"type":{"type":"literal","value":20029},"defaultValue":"20029"},{"id":141,"name":"StageTopicServerNameServerDescriptionOrChannelNamesContainDisallowedWords","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":78,"character":1}],"type":{"type":"literal","value":20031},"defaultValue":"20031"},{"id":258,"name":"StickerAnimationDurationExceedsMaximumOf5Seconds","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":248,"character":1}],"type":{"type":"literal","value":170007},"defaultValue":"170007"},{"id":255,"name":"StickerFrameCountExceedsMaximumOf1000Frames","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":245,"character":1}],"type":{"type":"literal","value":170004},"defaultValue":"170004"},{"id":257,"name":"StickerFramerateIsTooSmallOrTooLarge","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":247,"character":1}],"type":{"type":"literal","value":170006},"defaultValue":"170006"},{"id":254,"name":"StickerMaximumFramerateExceeded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":244,"character":1}],"type":{"type":"literal","value":170003},"defaultValue":"170003"},{"id":185,"name":"TagNamesMustBeUnique","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":143,"character":1}],"type":{"type":"literal","value":40061},"defaultValue":"40061"},{"id":187,"name":"TagRequiredToCreateAForumPostInThisChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":146,"character":1}],"type":{"type":"literal","value":40067},"defaultValue":"40067"},{"id":179,"name":"TargetUserIsNotConnectedToVoice","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":133,"character":1}],"type":{"type":"literal","value":40032},"defaultValue":"40032"},{"id":135,"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":246,"name":"TheStageIsAlreadyOpen","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":233,"character":1}],"type":{"type":"literal","value":150006},"defaultValue":"150006"},{"id":186,"name":"ThereAreNoTagsAvailableThatCanBeSetByNonModerators","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":145,"character":1}],"type":{"type":"literal","value":40066},"defaultValue":"40066"},{"id":180,"name":"ThisMessageWasAlreadyCrossposted","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":134,"character":1}],"type":{"type":"literal","value":40033},"defaultValue":"40033"},{"id":248,"name":"ThreadAlreadyCreatedForMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":237,"character":1}],"type":{"type":"literal","value":160004},"defaultValue":"160004"},{"id":249,"name":"ThreadLocked","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":238,"character":1}],"type":{"type":"literal","value":160005},"defaultValue":"160005"},{"id":262,"name":"TitleWasBlockedByAutomaticModeration","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":255,"character":1}],"type":{"type":"literal","value":200001},"defaultValue":"200001"},{"id":241,"name":"TwoFactorAuthenticationIsRequired","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":223,"character":1}],"type":{"type":"literal","value":60003},"defaultValue":"60003"},{"id":171,"name":"Unauthorized","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":123,"character":1}],"type":{"type":"literal","value":40001},"defaultValue":"40001"},{"id":138,"name":"UnderMinimumAge","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":73,"character":1}],"type":{"type":"literal","value":20024},"defaultValue":"20024"},{"id":88,"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":89,"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":121,"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":123,"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":105,"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":111,"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":109,"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":90,"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":118,"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":101,"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":108,"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":114,"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":91,"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":125,"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":127,"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":128,"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":117,"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":126,"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":92,"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":120,"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":93,"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":110,"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":94,"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":95,"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":96,"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":116,"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":97,"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":113,"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":98,"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":106,"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":104,"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":124,"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":119,"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":112,"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":107,"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":115,"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":129,"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":99,"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":100,"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":122,"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":102,"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":103,"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":239,"name":"UploadedFileNotFound","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":219,"character":1}],"type":{"type":"literal","value":50146},"defaultValue":"50146"},{"id":253,"name":"UploadedLottiesCannotContainRasterizedImages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":243,"character":1}],"type":{"type":"literal","value":170002},"defaultValue":"170002"},{"id":177,"name":"UserBannedFromThisGuild","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":129,"character":1}],"type":{"type":"literal","value":40007},"defaultValue":"40007"},{"id":172,"name":"VerifyYourAccount","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":124,"character":1}],"type":{"type":"literal","value":40002},"defaultValue":"40002"},{"id":266,"name":"WebhookServicesCannotBeUsedInForumChannels","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":260,"character":1}],"type":{"type":"literal","value":220004},"defaultValue":"220004"},{"id":265,"name":"WebhooksCanOnlyCreateThreadsInForumChannels","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":259,"character":1}],"type":{"type":"literal","value":220003},"defaultValue":"220003"},{"id":264,"name":"WebhooksPostedToForumChannelsCannotHaveBothAThreadNameAndThreadId","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":258,"character":1}],"type":{"type":"literal","value":220002},"defaultValue":"220002"},{"id":263,"name":"WebhooksPostedToForumChannelsMustHaveAThreadNameOrThreadId","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":257,"character":1}],"type":{"type":"literal","value":220001},"defaultValue":"220001"},{"id":240,"name":"YouDoNotHavePermissionToSendThisSticker","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/common.ts","line":221,"character":1}],"type":{"type":"literal","value":50600},"defaultValue":"50600"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[245,134,137,181,182,244,170,130,226,192,227,190,207,208,225,247,221,183,193,195,194,259,139,196,232,178,132,260,238,176,219,87,157,142,191,184,218,189,229,217,220,215,222,252,204,223,209,199,213,212,228,230,201,211,216,206,256,251,250,160,154,158,152,162,167,149,144,151,147,166,143,153,161,168,145,165,150,146,156,155,164,169,163,148,159,267,205,261,188,200,210,242,133,202,197,198,214,131,136,173,237,231,224,203,243,236,175,174,234,235,233,140,141,258,255,257,254,185,187,179,135,246,186,180,248,249,262,241,171,138,88,89,121,123,105,111,109,90,118,101,108,114,91,125,127,128,117,126,92,120,93,110,94,95,96,116,97,113,98,106,104,124,119,112,107,115,129,99,100,122,102,103,239,253,177,172,266,265,264,263,240]}],"sources":[{"fileName":"rest/common.ts","line":4,"character":12}]},{"id":299,"name":"LocaleString","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/common.ts","line":301,"character":12}],"type":{"type":"template-literal","head":"","tail":[[{"type":"reference","id":268,"name":"Locale"},""]]}}],"groups":[{"title":"Enumerations","kind":8,"children":[268,86]},{"title":"Type Aliases","kind":4194304,"children":[299]}],"sources":[{"fileName":"rest/common.ts","line":4,"character":0}]},{"id":300,"name":"rpc/common","kind":2,"kindString":"Module","flags":{},"children":[{"id":318,"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":319,"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":324,"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":320,"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":323,"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":321,"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":322,"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":[319,324,320,323,321,322]}],"sources":[{"fileName":"rpc/common.ts","line":26,"character":12}]},{"id":301,"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":317,"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":315,"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":307,"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":309,"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":304,"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":306,"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":305,"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":310,"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":303,"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":308,"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":311,"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":312,"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":313,"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":314,"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":316,"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":302,"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":[317,315,307,309,304,306,305,310,303,308,311,312,313,314,316,302]}],"sources":[{"fileName":"rpc/common.ts","line":4,"character":12}]}],"groups":[{"title":"Enumerations","kind":8,"children":[318,301]}],"sources":[{"fileName":"rpc/common.ts","line":4,"character":0}]},{"id":331,"name":"rpc/v10","kind":2,"kindString":"Module","flags":{},"children":[{"id":11640,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":318},{"id":11639,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":301}],"groups":[{"title":"References","kind":16777216,"children":[11640,11639]}],"sources":[{"fileName":"rpc/v10.ts","line":1,"character":0}]},{"id":329,"name":"rpc/v8","kind":2,"kindString":"Module","flags":{},"children":[{"id":11636,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":318},{"id":11635,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":301}],"groups":[{"title":"References","kind":16777216,"children":[11636,11635]}],"sources":[{"fileName":"rpc/v8.ts","line":1,"character":0}]},{"id":330,"name":"rpc/v9","kind":2,"kindString":"Module","flags":{},"children":[{"id":11638,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":318},{"id":11637,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":301}],"groups":[{"title":"References","kind":16777216,"children":[11638,11637]}],"sources":[{"fileName":"rpc/v9.ts","line":1,"character":0}]},{"id":425,"name":"utils/v10","kind":2,"kindString":"Module","flags":{},"children":[{"id":432,"name":"isApplicationCommandDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":51,"character":16}],"signatures":[{"id":433,"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":434,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The application command interaction to check against"},"type":{"type":"reference","id":9906,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9907,"name":"APIApplicationCommandDMInteraction"}}}]},{"id":435,"name":"isApplicationCommandGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":62,"character":16}],"signatures":[{"id":436,"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":437,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9906,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9908,"name":"APIApplicationCommandGuildInteraction"}}}]},{"id":459,"name":"isChatInputApplicationCommandInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":160,"character":16}],"signatures":[{"id":460,"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":461,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9906,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9920,"name":"APIChatInputApplicationCommandInteraction"}}}]},{"id":462,"name":"isContextMenuApplicationCommandInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":171,"character":16}],"signatures":[{"id":463,"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":464,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9906,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":10046,"name":"APIContextMenuInteraction"}}}]},{"id":426,"name":"isDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":31,"character":16}],"signatures":[{"id":427,"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":428,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9880,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9881,"name":"APIDMInteraction"}}}]},{"id":429,"name":"isGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":40,"character":16}],"signatures":[{"id":430,"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":431,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9880,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":9882,"name":"APIGuildInteraction"}}}]},{"id":447,"name":"isInteractionButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":108,"character":16}],"signatures":[{"id":448,"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":449,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":9415,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":9401,"name":"APIButtonComponentWithCustomId"}}}]},{"id":444,"name":"isLinkButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":99,"character":16}],"signatures":[{"id":445,"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":446,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The button to check against"},"type":{"type":"reference","id":9415,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":9408,"name":"APIButtonComponentWithURL"}}}]},{"id":453,"name":"isMessageComponentButtonInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":130,"character":16}],"signatures":[{"id":454,"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":455,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":10140,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":10141,"name":"APIMessageComponentButtonInteraction"}}}]},{"id":438,"name":"isMessageComponentDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":75,"character":16}],"signatures":[{"id":439,"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":440,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":10140,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":10174,"name":"APIMessageComponentDMInteraction"}}}]},{"id":441,"name":"isMessageComponentGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":86,"character":16}],"signatures":[{"id":442,"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":443,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":10140,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":10175,"name":"APIMessageComponentGuildInteraction"}}}]},{"id":450,"name":"isMessageComponentInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":119,"character":16}],"signatures":[{"id":451,"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":452,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":9880,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":10140,"name":"APIMessageComponentInteraction"}}}]},{"id":456,"name":"isMessageComponentSelectMenuInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v10.ts","line":141,"character":16}],"signatures":[{"id":457,"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":458,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":10140,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":10142,"name":"APIMessageComponentSelectMenuInteraction"}}}]}],"groups":[{"title":"Functions","kind":64,"children":[432,435,459,462,426,429,447,444,453,438,441,450,456]}],"sources":[{"fileName":"utils/v10.ts","line":1,"character":0}]},{"id":360,"name":"utils/v8","kind":2,"kindString":"Module","flags":{},"children":[{"id":367,"name":"isApplicationCommandDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":47,"character":16}],"signatures":[{"id":368,"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":369,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The application command interaction to check against"},"type":{"type":"reference","id":3433,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3434,"name":"APIApplicationCommandDMInteraction"}}}]},{"id":370,"name":"isApplicationCommandGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":59,"character":16}],"signatures":[{"id":371,"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":372,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":3433,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3435,"name":"APIApplicationCommandGuildInteraction"}}}]},{"id":361,"name":"isDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":25,"character":16}],"signatures":[{"id":362,"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":363,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":3399,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3400,"name":"APIDMInteraction"}}}]},{"id":364,"name":"isGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":35,"character":16}],"signatures":[{"id":365,"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":366,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":3399,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3401,"name":"APIGuildInteraction"}}}]},{"id":382,"name":"isInteractionButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":109,"character":16}],"signatures":[{"id":383,"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":384,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":2970,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":2956,"name":"APIButtonComponentWithCustomId"}}}]},{"id":379,"name":"isLinkButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":99,"character":16}],"signatures":[{"id":380,"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":381,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The button to check against"},"type":{"type":"reference","id":2970,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":2963,"name":"APIButtonComponentWithURL"}}}]},{"id":373,"name":"isMessageComponentDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":73,"character":16}],"signatures":[{"id":374,"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":375,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":3607,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3618,"name":"APIMessageComponentDMInteraction"}}}]},{"id":376,"name":"isMessageComponentGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v8.ts","line":85,"character":16}],"signatures":[{"id":377,"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":378,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":3607,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":3619,"name":"APIMessageComponentGuildInteraction"}}}]}],"groups":[{"title":"Functions","kind":64,"children":[367,370,361,364,382,379,373,376]}],"sources":[{"fileName":"utils/v8.ts","line":1,"character":0}]},{"id":385,"name":"utils/v9","kind":2,"kindString":"Module","flags":{},"children":[{"id":392,"name":"isApplicationCommandDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":51,"character":16}],"signatures":[{"id":393,"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":394,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The application command interaction to check against"},"type":{"type":"reference","id":6502,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6503,"name":"APIApplicationCommandDMInteraction"}}}]},{"id":395,"name":"isApplicationCommandGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":62,"character":16}],"signatures":[{"id":396,"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":397,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6502,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6504,"name":"APIApplicationCommandGuildInteraction"}}}]},{"id":419,"name":"isChatInputApplicationCommandInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":160,"character":16}],"signatures":[{"id":420,"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":421,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6502,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6516,"name":"APIChatInputApplicationCommandInteraction"}}}]},{"id":422,"name":"isContextMenuApplicationCommandInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":171,"character":16}],"signatures":[{"id":423,"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":424,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6502,"name":"APIApplicationCommandInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6642,"name":"APIContextMenuInteraction"}}}]},{"id":386,"name":"isDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":31,"character":16}],"signatures":[{"id":387,"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":388,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6476,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6477,"name":"APIDMInteraction"}}}]},{"id":389,"name":"isGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":40,"character":16}],"signatures":[{"id":390,"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":391,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6476,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6478,"name":"APIGuildInteraction"}}}]},{"id":407,"name":"isInteractionButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":108,"character":16}],"signatures":[{"id":408,"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":409,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":6011,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":5997,"name":"APIButtonComponentWithCustomId"}}}]},{"id":404,"name":"isLinkButton","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":99,"character":16}],"signatures":[{"id":405,"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":406,"name":"component","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The button to check against"},"type":{"type":"reference","id":6011,"name":"APIButtonComponent"}}],"type":{"type":"predicate","name":"component","asserts":false,"targetType":{"type":"reference","id":6004,"name":"APIButtonComponentWithURL"}}}]},{"id":413,"name":"isMessageComponentButtonInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":130,"character":16}],"signatures":[{"id":414,"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":415,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":6736,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6737,"name":"APIMessageComponentButtonInteraction"}}}]},{"id":398,"name":"isMessageComponentDMInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":75,"character":16}],"signatures":[{"id":399,"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":400,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":6736,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6770,"name":"APIMessageComponentDMInteraction"}}}]},{"id":401,"name":"isMessageComponentGuildInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":86,"character":16}],"signatures":[{"id":402,"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":403,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6736,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6771,"name":"APIMessageComponentGuildInteraction"}}}]},{"id":410,"name":"isMessageComponentInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":119,"character":16}],"signatures":[{"id":411,"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":412,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The interaction to check against"},"type":{"type":"reference","id":6476,"name":"APIInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6736,"name":"APIMessageComponentInteraction"}}}]},{"id":416,"name":"isMessageComponentSelectMenuInteraction","kind":64,"kindString":"Function","flags":{},"sources":[{"fileName":"utils/v9.ts","line":141,"character":16}],"signatures":[{"id":417,"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":418,"name":"interaction","kind":32768,"kindString":"Parameter","flags":{},"comment":{"shortText":"The message component interaction to check against"},"type":{"type":"reference","id":6736,"name":"APIMessageComponentInteraction"}}],"type":{"type":"predicate","name":"interaction","asserts":false,"targetType":{"type":"reference","id":6738,"name":"APIMessageComponentSelectMenuInteraction"}}}]}],"groups":[{"title":"Functions","kind":64,"children":[392,395,419,422,386,389,407,404,413,398,401,410,416]}],"sources":[{"fileName":"utils/v9.ts","line":1,"character":0}]},{"id":328,"name":"v10","kind":2,"kindString":"Module","flags":{},"children":[{"id":8757,"name":"FormattingPatterns","kind":16777216,"kindString":"Reference","flags":{},"target":4},{"id":8754,"name":"GatewayURLQuery","kind":16777216,"kindString":"Reference","flags":{},"target":19},{"id":10946,"name":"Locale","kind":16777216,"kindString":"Reference","flags":{},"target":268},{"id":10947,"name":"LocaleString","kind":16777216,"kindString":"Reference","flags":{},"target":299},{"id":8759,"name":"LocalizationMap","kind":16777216,"kindString":"Reference","flags":{},"target":67},{"id":8758,"name":"PermissionFlagsBits","kind":16777216,"kindString":"Reference","flags":{},"target":24},{"id":8760,"name":"RESTError","kind":16777216,"kindString":"Reference","flags":{},"target":68},{"id":8763,"name":"RESTErrorData","kind":16777216,"kindString":"Reference","flags":{},"target":77},{"id":8761,"name":"RESTErrorFieldInformation","kind":16777216,"kindString":"Reference","flags":{},"target":72},{"id":8762,"name":"RESTErrorGroupWrapper","kind":16777216,"kindString":"Reference","flags":{},"target":75},{"id":10945,"name":"RESTJSONErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":86},{"id":8764,"name":"RESTRateLimit","kind":16777216,"kindString":"Reference","flags":{},"target":81},{"id":11634,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":318},{"id":11633,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":301},{"id":8755,"name":"Snowflake","kind":16777216,"kindString":"Reference","flags":{},"target":2},{"id":8232,"name":"Utils","kind":16777216,"kindString":"Reference","flags":{},"sources":[{"fileName":"v10.ts","line":6,"character":12}],"target":425},{"id":9562,"name":"ActivityFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-flags"},"children":[{"id":9571,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":327,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":9563,"name":"Instance","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":319,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9564,"name":"Join","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":320,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9566,"name":"JoinRequest","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":322,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":9569,"name":"PartyPrivacyFriends","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":325,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":9570,"name":"PartyPrivacyVoiceChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":326,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":9568,"name":"Play","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":324,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":9565,"name":"Spectate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":321,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9567,"name":"Sync","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":323,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9571,9563,9564,9566,9569,9570,9568,9565,9567]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":318,"character":12}]},{"id":9537,"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":9542,"name":"Android","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":234,"character":1}],"type":{"type":"literal","value":"android"},"defaultValue":"\"android\""},{"id":9538,"name":"Desktop","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":230,"character":1}],"type":{"type":"literal","value":"desktop"},"defaultValue":"\"desktop\""},{"id":9543,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":235,"character":1}],"type":{"type":"literal","value":"embedded"},"defaultValue":"\"embedded\""},{"id":9541,"name":"IOS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":233,"character":1}],"type":{"type":"literal","value":"ios"},"defaultValue":"\"ios\""},{"id":9544,"name":"PS4","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":236,"character":1}],"type":{"type":"literal","value":"ps4"},"defaultValue":"\"ps4\""},{"id":9545,"name":"PS5","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":237,"character":1}],"type":{"type":"literal","value":"ps5"},"defaultValue":"\"ps5\""},{"id":9540,"name":"Samsung","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":232,"character":1}],"type":{"type":"literal","value":"samsung"},"defaultValue":"\"samsung\""},{"id":9539,"name":"Xbox","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":231,"character":1}],"type":{"type":"literal","value":"xbox"},"defaultValue":"\"xbox\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9542,9538,9543,9541,9544,9545,9540,9539]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":229,"character":12}]},{"id":9546,"name":"ActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-types"},"children":[{"id":9552,"name":"Competing","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Competing in {name}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":267,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9551,"name":"Custom","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"{emoji} {details}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":263,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9549,"name":"Listening","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Listening to {name}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":255,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9547,"name":"Playing","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Playing {game}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":247,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9548,"name":"Streaming","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Streaming {details}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":251,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9550,"name":"Watching","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Watching {details}"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":259,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9552,9551,9549,9547,9548,9550]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":243,"character":12}]},{"id":9364,"name":"AllowedMentionsTypes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types"},"children":[{"id":9365,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls @everyone and @here mentions"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1256,"character":1}],"type":{"type":"literal","value":"everyone"},"defaultValue":"\"everyone\""},{"id":9366,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls role mentions"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1260,"character":1}],"type":{"type":"literal","value":"roles"},"defaultValue":"\"roles\""},{"id":9367,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls user mentions"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1264,"character":1}],"type":{"type":"literal","value":"users"},"defaultValue":"\"users\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9365,9366,9367]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1252,"character":12}]},{"id":9974,"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":9985,"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":9979,"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":9981,"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":9978,"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":9983,"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":9984,"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":9982,"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":9977,"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":9975,"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":9976,"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":9980,"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":[9985,9979,9981,9978,9983,9984,9982,9977,9975,9976,9980]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":6,"character":12}]},{"id":10058,"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":10061,"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":10059,"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":10060,"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":[10061,10059,10060]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":46,"character":12}]},{"id":9899,"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":9900,"name":"ChatInput","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":96,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9902,"name":"Message","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":98,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9901,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":97,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9900,9902,9901]}],"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":95,"character":12}]},{"id":8790,"name":"ApplicationFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/application#application-object-application-flags"},"children":[{"id":8804,"name":"ApplicationCommandBadge","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":132,"character":1}],"type":{"type":"literal","value":8388608},"defaultValue":"8388608"},{"id":8800,"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":8803,"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":8791,"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":8797,"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":8798,"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":8801,"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":8802,"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":8795,"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":8796,"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":8793,"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":8792,"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":8794,"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":8799,"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":[8804,8800,8803,8791,8797,8798,8801,8802,8795,8796,8793,8792,8794,8799]}],"sources":[{"fileName":"payloads/v10/application.ts","line":118,"character":12}]},{"id":8822,"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":8870,"name":"ApplicationCommandPermissionUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":195,"character":1}],"type":{"type":"literal","value":121},"defaultValue":"121"},{"id":8874,"name":"AutoModerationBlockMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":200,"character":1}],"type":{"type":"literal","value":143},"defaultValue":"143"},{"id":8875,"name":"AutoModerationFlagToChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":201,"character":1}],"type":{"type":"literal","value":144},"defaultValue":"144"},{"id":8871,"name":"AutoModerationRuleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":197,"character":1}],"type":{"type":"literal","value":140},"defaultValue":"140"},{"id":8873,"name":"AutoModerationRuleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":199,"character":1}],"type":{"type":"literal","value":142},"defaultValue":"142"},{"id":8872,"name":"AutoModerationRuleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":198,"character":1}],"type":{"type":"literal","value":141},"defaultValue":"141"},{"id":8876,"name":"AutoModerationUserCommunicationDisabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":202,"character":1}],"type":{"type":"literal","value":145},"defaultValue":"145"},{"id":8838,"name":"BotAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":153,"character":1}],"type":{"type":"literal","value":28},"defaultValue":"28"},{"id":8824,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":138,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":8826,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":140,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":8827,"name":"ChannelOverwriteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":141,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":8829,"name":"ChannelOverwriteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":143,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":8828,"name":"ChannelOverwriteUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":142,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":8825,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":139,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":8848,"name":"EmojiCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":167,"character":1}],"type":{"type":"literal","value":60},"defaultValue":"60"},{"id":8850,"name":"EmojiDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":169,"character":1}],"type":{"type":"literal","value":62},"defaultValue":"62"},{"id":8849,"name":"EmojiUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":168,"character":1}],"type":{"type":"literal","value":61},"defaultValue":"61"},{"id":8864,"name":"GuildScheduledEventCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":187,"character":1}],"type":{"type":"literal","value":100},"defaultValue":"100"},{"id":8866,"name":"GuildScheduledEventDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":189,"character":1}],"type":{"type":"literal","value":102},"defaultValue":"102"},{"id":8865,"name":"GuildScheduledEventUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":188,"character":1}],"type":{"type":"literal","value":101},"defaultValue":"101"},{"id":8823,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":136,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8855,"name":"IntegrationCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":176,"character":1}],"type":{"type":"literal","value":80},"defaultValue":"80"},{"id":8857,"name":"IntegrationDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":178,"character":1}],"type":{"type":"literal","value":82},"defaultValue":"82"},{"id":8856,"name":"IntegrationUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":177,"character":1}],"type":{"type":"literal","value":81},"defaultValue":"81"},{"id":8842,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":159,"character":1}],"type":{"type":"literal","value":40},"defaultValue":"40"},{"id":8844,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":161,"character":1}],"type":{"type":"literal","value":42},"defaultValue":"42"},{"id":8843,"name":"InviteUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":160,"character":1}],"type":{"type":"literal","value":41},"defaultValue":"41"},{"id":8832,"name":"MemberBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":147,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":8833,"name":"MemberBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":148,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":8837,"name":"MemberDisconnect","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":152,"character":1}],"type":{"type":"literal","value":27},"defaultValue":"27"},{"id":8830,"name":"MemberKick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":145,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":8836,"name":"MemberMove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":151,"character":1}],"type":{"type":"literal","value":26},"defaultValue":"26"},{"id":8831,"name":"MemberPrune","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":146,"character":1}],"type":{"type":"literal","value":21},"defaultValue":"21"},{"id":8835,"name":"MemberRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":150,"character":1}],"type":{"type":"literal","value":25},"defaultValue":"25"},{"id":8834,"name":"MemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":149,"character":1}],"type":{"type":"literal","value":24},"defaultValue":"24"},{"id":8852,"name":"MessageBulkDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":172,"character":1}],"type":{"type":"literal","value":73},"defaultValue":"73"},{"id":8851,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":171,"character":1}],"type":{"type":"literal","value":72},"defaultValue":"72"},{"id":8853,"name":"MessagePin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":173,"character":1}],"type":{"type":"literal","value":74},"defaultValue":"74"},{"id":8854,"name":"MessageUnpin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":174,"character":1}],"type":{"type":"literal","value":75},"defaultValue":"75"},{"id":8839,"name":"RoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":155,"character":1}],"type":{"type":"literal","value":30},"defaultValue":"30"},{"id":8841,"name":"RoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":157,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":8840,"name":"RoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":156,"character":1}],"type":{"type":"literal","value":31},"defaultValue":"31"},{"id":8858,"name":"StageInstanceCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":179,"character":1}],"type":{"type":"literal","value":83},"defaultValue":"83"},{"id":8860,"name":"StageInstanceDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":181,"character":1}],"type":{"type":"literal","value":85},"defaultValue":"85"},{"id":8859,"name":"StageInstanceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":180,"character":1}],"type":{"type":"literal","value":84},"defaultValue":"84"},{"id":8861,"name":"StickerCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":183,"character":1}],"type":{"type":"literal","value":90},"defaultValue":"90"},{"id":8863,"name":"StickerDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":185,"character":1}],"type":{"type":"literal","value":92},"defaultValue":"92"},{"id":8862,"name":"StickerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":184,"character":1}],"type":{"type":"literal","value":91},"defaultValue":"91"},{"id":8867,"name":"ThreadCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":191,"character":1}],"type":{"type":"literal","value":110},"defaultValue":"110"},{"id":8869,"name":"ThreadDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":193,"character":1}],"type":{"type":"literal","value":112},"defaultValue":"112"},{"id":8868,"name":"ThreadUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":192,"character":1}],"type":{"type":"literal","value":111},"defaultValue":"111"},{"id":8845,"name":"WebhookCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":163,"character":1}],"type":{"type":"literal","value":50},"defaultValue":"50"},{"id":8847,"name":"WebhookDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":165,"character":1}],"type":{"type":"literal","value":52},"defaultValue":"52"},{"id":8846,"name":"WebhookUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":164,"character":1}],"type":{"type":"literal","value":51},"defaultValue":"51"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8870,8874,8875,8871,8873,8872,8876,8838,8824,8826,8827,8829,8828,8825,8848,8850,8849,8864,8866,8865,8823,8855,8857,8856,8842,8844,8843,8832,8833,8837,8830,8836,8831,8835,8834,8852,8851,8853,8854,8839,8841,8840,8858,8860,8859,8861,8863,8862,8867,8869,8868,8845,8847,8846]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":135,"character":12}]},{"id":8888,"name":"AuditLogOptionsType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":8890,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":316,"character":1}],"type":{"type":"literal","value":"1"},"defaultValue":"\"1\""},{"id":8889,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":315,"character":1}],"type":{"type":"literal","value":"0"},"defaultValue":"\"0\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8890,8889]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":314,"character":12}]},{"id":9002,"name":"AutoModerationActionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-action-object-action-types"},"children":[{"id":9003,"name":"BlockMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Blocks the content of a message according to the rule"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":174,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9004,"name":"SendAlertMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Logs user content to a specified channel"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":178,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9005,"name":"Timeout","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Timeout user for specified duration, this action type can be set if the bot has `MODERATE_MEMBERS` permission"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":182,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9003,9004,9005]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":170,"character":12}]},{"id":8997,"name":"AutoModerationRuleEventType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-event-types"},"children":[{"id":8998,"name":"MessageSend","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"When a member sends or edits a message in the guild"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":148,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8998]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":144,"character":12}]},{"id":8993,"name":"AutoModerationRuleKeywordPresetType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-keyword-preset-types"},"children":[{"id":8994,"name":"Profanity","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Words that may be considered forms of swearing or cursing"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":130,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8995,"name":"SexualContent","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Words that refer to sexually explicit behavior or activity"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":134,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8996,"name":"Slurs","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Personal insults or words that may be considered hate speech"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":138,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8994,8995,8996]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":126,"character":12}]},{"id":8982,"name":"AutoModerationRuleTriggerType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-trigger-types"},"children":[{"id":8983,"name":"Keyword","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content contains words from a user defined list of keywords (Maximum of 3 per guild)"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":64,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8985,"name":"KeywordPreset","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content contains words from internal pre-defined wordsets (Maximum of 1 per guild)"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":72,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":8986,"name":"MentionSpam","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content contains more mentions than allowed (Maximum of 1 per guild)"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":76,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":8984,"name":"Spam","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content represents generic spam (Maximum of 1 per guild)"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":68,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8983,8985,8986,8984]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":60,"character":12}]},{"id":9416,"name":"ButtonStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#button-object-button-styles"},"children":[{"id":9420,"name":"Danger","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1424,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9421,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1425,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9417,"name":"Primary","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1421,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9418,"name":"Secondary","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1422,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9419,"name":"Success","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1423,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9420,9421,9417,9418,9419]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1420,"character":12}]},{"id":9469,"name":"ChannelFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-flags"},"children":[{"id":9470,"name":"Pinned","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This thread is pinned to the top of its parent forum channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1591,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9471,"name":"RequireTag","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Whether a tag is required to be specified when creating a thread in a forum channel.\nTags are specified in the `applied_tags` field"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1596,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9470,9471]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1587,"character":12}]},{"id":9161,"name":"ChannelType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-types"},"children":[{"id":9168,"name":"AnnouncementThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Announcement channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":363,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":9163,"name":"DM","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A direct message between users"},"sources":[{"fileName":"payloads/v10/channel.ts","line":339,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9165,"name":"GroupDM","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A direct message between multiple users"},"sources":[{"fileName":"payloads/v10/channel.ts","line":347,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9167,"name":"GuildAnnouncement","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":359,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9166,"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":353,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9172,"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":383,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":9173,"name":"GuildForum","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A channel that can only contain threads"},"sources":[{"fileName":"payloads/v10/channel.ts","line":387,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":9174,"name":"GuildNews","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A channel that users can follow and crosspost into their own guild","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#GuildAnnouncement}\n\nSee https://support.discord.com/hc/en-us/articles/360032008192\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":398,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9175,"name":"GuildNewsThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Announcement channel","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#AnnouncementThread}\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":404,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":9177,"name":"GuildPrivateThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text channel that is only viewable by those invited and those with the Manage Threads permission","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#PrivateThread}\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":416,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":9176,"name":"GuildPublicThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text channel","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#PublicThread}\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":410,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":9171,"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":377,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":9162,"name":"GuildText","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A text channel within a guild"},"sources":[{"fileName":"payloads/v10/channel.ts","line":335,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9164,"name":"GuildVoice","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A voice channel within a guild"},"sources":[{"fileName":"payloads/v10/channel.ts","line":343,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9170,"name":"PrivateThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text channel that is only viewable by those invited and those with the Manage Threads permission"},"sources":[{"fileName":"payloads/v10/channel.ts","line":371,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":9169,"name":"PublicThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text or Guild Forum channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":367,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9168,9163,9165,9167,9166,9172,9173,9174,9175,9177,9176,9171,9162,9164,9170,9169]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":331,"character":12}]},{"id":9376,"name":"ComponentType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#component-object-component-types"},"children":[{"id":9377,"name":"ActionRow","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Action Row component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1310,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9378,"name":"Button","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Button component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1314,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9384,"name":"ChannelSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for channels"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1338,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":9383,"name":"MentionableSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for users and roles"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1334,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":9382,"name":"RoleSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for roles"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1330,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":9385,"name":"SelectMenu","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for picking from defined text options","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ComponentType#StringSelect}\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":1347,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9379,"name":"StringSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for picking from defined text options"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1318,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9380,"name":"TextInput","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Text Input component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1322,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9381,"name":"UserSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for users"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1326,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9377,9378,9384,9383,9382,9385,9379,9380,9381]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1306,"character":12}]},{"id":10446,"name":"ConnectionService","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":10447,"name":"BattleNet","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":229,"character":1}],"type":{"type":"literal","value":"battlenet"},"defaultValue":"\"battlenet\""},{"id":10449,"name":"EpicGames","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":231,"character":1}],"type":{"type":"literal","value":"epicgames"},"defaultValue":"\"epicgames\""},{"id":10450,"name":"Facebook","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":232,"character":1}],"type":{"type":"literal","value":"facebook"},"defaultValue":"\"facebook\""},{"id":10451,"name":"GitHub","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":233,"character":1}],"type":{"type":"literal","value":"github"},"defaultValue":"\"github\""},{"id":10452,"name":"LeagueOfLegends","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":234,"character":1}],"type":{"type":"literal","value":"leagueoflegends"},"defaultValue":"\"leagueoflegends\""},{"id":10453,"name":"PayPal","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":235,"character":1}],"type":{"type":"literal","value":"paypal"},"defaultValue":"\"paypal\""},{"id":10454,"name":"PlayStationNetwork","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":236,"character":1}],"type":{"type":"literal","value":"playstation"},"defaultValue":"\"playstation\""},{"id":10455,"name":"Reddit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":237,"character":1}],"type":{"type":"literal","value":"reddit"},"defaultValue":"\"reddit\""},{"id":10456,"name":"RiotGames","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":238,"character":1}],"type":{"type":"literal","value":"riotgames"},"defaultValue":"\"riotgames\""},{"id":10458,"name":"Skype","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":240,"character":1}],"type":{"type":"literal","value":"skype"},"defaultValue":"\"skype\""},{"id":10457,"name":"Spotify","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":239,"character":1}],"type":{"type":"literal","value":"spotify"},"defaultValue":"\"spotify\""},{"id":10459,"name":"Steam","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":241,"character":1}],"type":{"type":"literal","value":"steam"},"defaultValue":"\"steam\""},{"id":10460,"name":"Twitch","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":242,"character":1}],"type":{"type":"literal","value":"twitch"},"defaultValue":"\"twitch\""},{"id":10461,"name":"Twitter","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":243,"character":1}],"type":{"type":"literal","value":"twitter"},"defaultValue":"\"twitter\""},{"id":10462,"name":"Xbox","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":244,"character":1}],"type":{"type":"literal","value":"xbox"},"defaultValue":"\"xbox\""},{"id":10463,"name":"YouTube","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":245,"character":1}],"type":{"type":"literal","value":"youtube"},"defaultValue":"\"youtube\""},{"id":10448,"name":"eBay","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":230,"character":1}],"type":{"type":"literal","value":"ebay"},"defaultValue":"\"ebay\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[10447,10449,10450,10451,10452,10453,10454,10455,10456,10458,10457,10459,10460,10461,10462,10463,10448]}],"sources":[{"fileName":"payloads/v10/user.ts","line":228,"character":12}]},{"id":10464,"name":"ConnectionVisibility","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":10466,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Visible to everyone"},"sources":[{"fileName":"payloads/v10/user.ts","line":256,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":10465,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible to everyone except the user themselves"},"sources":[{"fileName":"payloads/v10/user.ts","line":252,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[10466,10465]}],"sources":[{"fileName":"payloads/v10/user.ts","line":248,"character":12}]},{"id":9309,"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":9314,"name":"Article","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Article embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1018,"character":1}],"type":{"type":"literal","value":"article"},"defaultValue":"\"article\""},{"id":9316,"name":"AutoModerationMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Auto moderation alert embed","tags":[{"tag":"unstable","text":"This embed type is currently not documented by Discord, but it is returned in the auto moderation system messages.\n"}]},"sources":[{"fileName":"payloads/v10/channel.ts","line":1028,"character":1}],"type":{"type":"literal","value":"auto_moderation_message"},"defaultValue":"\"auto_moderation_message\""},{"id":9313,"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":1014,"character":1}],"type":{"type":"literal","value":"gifv"},"defaultValue":"\"gifv\""},{"id":9311,"name":"Image","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Image embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1006,"character":1}],"type":{"type":"literal","value":"image"},"defaultValue":"\"image\""},{"id":9315,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Link embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1022,"character":1}],"type":{"type":"literal","value":"link"},"defaultValue":"\"link\""},{"id":9310,"name":"Rich","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Generic embed rendered from embed attributes"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1002,"character":1}],"type":{"type":"literal","value":"rich"},"defaultValue":"\"rich\""},{"id":9312,"name":"Video","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Video embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1010,"character":1}],"type":{"type":"literal","value":"video"},"defaultValue":"\"video\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9314,9316,9313,9311,9315,9310,9312]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":998,"character":12}]},{"id":8246,"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":8252,"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":128,"character":1}],"type":{"type":"literal","value":4005},"defaultValue":"4005"},{"id":8251,"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-events#identify\n"},"sources":[{"fileName":"gateway/v10.ts","line":124,"character":1}],"type":{"type":"literal","value":4004},"defaultValue":"4004"},{"id":8249,"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-events\n"},"sources":[{"fileName":"gateway/v10.ts","line":112,"character":1}],"type":{"type":"literal","value":4002},"defaultValue":"4002"},{"id":8260,"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":173,"character":1}],"type":{"type":"literal","value":4014},"defaultValue":"4014"},{"id":8258,"name":"InvalidAPIVersion","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid version for the gateway"},"sources":[{"fileName":"gateway/v10.ts","line":158,"character":1}],"type":{"type":"literal","value":4012},"defaultValue":"4012"},{"id":8259,"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":164,"character":1}],"type":{"type":"literal","value":4013},"defaultValue":"4013"},{"id":8253,"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-events#resume\n"},"sources":[{"fileName":"gateway/v10.ts","line":134,"character":1}],"type":{"type":"literal","value":4007},"defaultValue":"4007"},{"id":8256,"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":148,"character":1}],"type":{"type":"literal","value":4010},"defaultValue":"4010"},{"id":8250,"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-events#identify\n"},"sources":[{"fileName":"gateway/v10.ts","line":118,"character":1}],"type":{"type":"literal","value":4003},"defaultValue":"4003"},{"id":8254,"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":138,"character":1}],"type":{"type":"literal","value":4008},"defaultValue":"4008"},{"id":8255,"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":142,"character":1}],"type":{"type":"literal","value":4009},"defaultValue":"4009"},{"id":8257,"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":154,"character":1}],"type":{"type":"literal","value":4011},"defaultValue":"4011"},{"id":8247,"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":100,"character":1}],"type":{"type":"literal","value":4000},"defaultValue":"4000"},{"id":8248,"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-events#payload-structure\n"},"sources":[{"fileName":"gateway/v10.ts","line":106,"character":1}],"type":{"type":"literal","value":4001},"defaultValue":"4001"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8252,8251,8249,8260,8258,8259,8253,8256,8250,8254,8255,8257,8247,8248]}],"sources":[{"fileName":"gateway/v10.ts","line":96,"character":12}]},{"id":8281,"name":"GatewayDispatchEvents","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#receive-events"},"children":[{"id":8282,"name":"ApplicationCommandPermissionsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":205,"character":1}],"type":{"type":"literal","value":"APPLICATION_COMMAND_PERMISSIONS_UPDATE"},"defaultValue":"\"APPLICATION_COMMAND_PERMISSIONS_UPDATE\""},{"id":8341,"name":"AutoModerationActionExecution","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":264,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_ACTION_EXECUTION"},"defaultValue":"\"AUTO_MODERATION_ACTION_EXECUTION\""},{"id":8338,"name":"AutoModerationRuleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":261,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_RULE_CREATE"},"defaultValue":"\"AUTO_MODERATION_RULE_CREATE\""},{"id":8340,"name":"AutoModerationRuleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":263,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_RULE_DELETE"},"defaultValue":"\"AUTO_MODERATION_RULE_DELETE\""},{"id":8339,"name":"AutoModerationRuleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":262,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_RULE_UPDATE"},"defaultValue":"\"AUTO_MODERATION_RULE_UPDATE\""},{"id":8283,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":206,"character":1}],"type":{"type":"literal","value":"CHANNEL_CREATE"},"defaultValue":"\"CHANNEL_CREATE\""},{"id":8284,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":207,"character":1}],"type":{"type":"literal","value":"CHANNEL_DELETE"},"defaultValue":"\"CHANNEL_DELETE\""},{"id":8285,"name":"ChannelPinsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":208,"character":1}],"type":{"type":"literal","value":"CHANNEL_PINS_UPDATE"},"defaultValue":"\"CHANNEL_PINS_UPDATE\""},{"id":8286,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":209,"character":1}],"type":{"type":"literal","value":"CHANNEL_UPDATE"},"defaultValue":"\"CHANNEL_UPDATE\""},{"id":8287,"name":"GuildBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":210,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_ADD"},"defaultValue":"\"GUILD_BAN_ADD\""},{"id":8288,"name":"GuildBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":211,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_REMOVE"},"defaultValue":"\"GUILD_BAN_REMOVE\""},{"id":8289,"name":"GuildCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":212,"character":1}],"type":{"type":"literal","value":"GUILD_CREATE"},"defaultValue":"\"GUILD_CREATE\""},{"id":8290,"name":"GuildDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":213,"character":1}],"type":{"type":"literal","value":"GUILD_DELETE"},"defaultValue":"\"GUILD_DELETE\""},{"id":8291,"name":"GuildEmojisUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":214,"character":1}],"type":{"type":"literal","value":"GUILD_EMOJIS_UPDATE"},"defaultValue":"\"GUILD_EMOJIS_UPDATE\""},{"id":8292,"name":"GuildIntegrationsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":215,"character":1}],"type":{"type":"literal","value":"GUILD_INTEGRATIONS_UPDATE"},"defaultValue":"\"GUILD_INTEGRATIONS_UPDATE\""},{"id":8293,"name":"GuildMemberAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":216,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_ADD"},"defaultValue":"\"GUILD_MEMBER_ADD\""},{"id":8294,"name":"GuildMemberRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":217,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_REMOVE"},"defaultValue":"\"GUILD_MEMBER_REMOVE\""},{"id":8296,"name":"GuildMemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":219,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_UPDATE"},"defaultValue":"\"GUILD_MEMBER_UPDATE\""},{"id":8295,"name":"GuildMembersChunk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":218,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBERS_CHUNK"},"defaultValue":"\"GUILD_MEMBERS_CHUNK\""},{"id":8297,"name":"GuildRoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":220,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_CREATE"},"defaultValue":"\"GUILD_ROLE_CREATE\""},{"id":8298,"name":"GuildRoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":221,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_DELETE"},"defaultValue":"\"GUILD_ROLE_DELETE\""},{"id":8299,"name":"GuildRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":222,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_UPDATE"},"defaultValue":"\"GUILD_ROLE_UPDATE\""},{"id":8333,"name":"GuildScheduledEventCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":256,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_CREATE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_CREATE\""},{"id":8335,"name":"GuildScheduledEventDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":258,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_DELETE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_DELETE\""},{"id":8334,"name":"GuildScheduledEventUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":257,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_UPDATE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_UPDATE\""},{"id":8336,"name":"GuildScheduledEventUserAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":259,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_USER_ADD"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_USER_ADD\""},{"id":8337,"name":"GuildScheduledEventUserRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":260,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_USER_REMOVE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_USER_REMOVE\""},{"id":8300,"name":"GuildStickersUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":223,"character":1}],"type":{"type":"literal","value":"GUILD_STICKERS_UPDATE"},"defaultValue":"\"GUILD_STICKERS_UPDATE\""},{"id":8301,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":224,"character":1}],"type":{"type":"literal","value":"GUILD_UPDATE"},"defaultValue":"\"GUILD_UPDATE\""},{"id":8302,"name":"IntegrationCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":225,"character":1}],"type":{"type":"literal","value":"INTEGRATION_CREATE"},"defaultValue":"\"INTEGRATION_CREATE\""},{"id":8303,"name":"IntegrationDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":226,"character":1}],"type":{"type":"literal","value":"INTEGRATION_DELETE"},"defaultValue":"\"INTEGRATION_DELETE\""},{"id":8304,"name":"IntegrationUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":227,"character":1}],"type":{"type":"literal","value":"INTEGRATION_UPDATE"},"defaultValue":"\"INTEGRATION_UPDATE\""},{"id":8305,"name":"InteractionCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":228,"character":1}],"type":{"type":"literal","value":"INTERACTION_CREATE"},"defaultValue":"\"INTERACTION_CREATE\""},{"id":8306,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":229,"character":1}],"type":{"type":"literal","value":"INVITE_CREATE"},"defaultValue":"\"INVITE_CREATE\""},{"id":8307,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":230,"character":1}],"type":{"type":"literal","value":"INVITE_DELETE"},"defaultValue":"\"INVITE_DELETE\""},{"id":8308,"name":"MessageCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":231,"character":1}],"type":{"type":"literal","value":"MESSAGE_CREATE"},"defaultValue":"\"MESSAGE_CREATE\""},{"id":8309,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":232,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE"},"defaultValue":"\"MESSAGE_DELETE\""},{"id":8310,"name":"MessageDeleteBulk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":233,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE_BULK"},"defaultValue":"\"MESSAGE_DELETE_BULK\""},{"id":8311,"name":"MessageReactionAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":234,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_ADD"},"defaultValue":"\"MESSAGE_REACTION_ADD\""},{"id":8312,"name":"MessageReactionRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":235,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE"},"defaultValue":"\"MESSAGE_REACTION_REMOVE\""},{"id":8313,"name":"MessageReactionRemoveAll","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":236,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_ALL"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_ALL\""},{"id":8314,"name":"MessageReactionRemoveEmoji","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":237,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_EMOJI"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_EMOJI\""},{"id":8315,"name":"MessageUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":238,"character":1}],"type":{"type":"literal","value":"MESSAGE_UPDATE"},"defaultValue":"\"MESSAGE_UPDATE\""},{"id":8316,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":239,"character":1}],"type":{"type":"literal","value":"PRESENCE_UPDATE"},"defaultValue":"\"PRESENCE_UPDATE\""},{"id":8320,"name":"Ready","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":243,"character":1}],"type":{"type":"literal","value":"READY"},"defaultValue":"\"READY\""},{"id":8321,"name":"Resumed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":244,"character":1}],"type":{"type":"literal","value":"RESUMED"},"defaultValue":"\"RESUMED\""},{"id":8317,"name":"StageInstanceCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":240,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_CREATE"},"defaultValue":"\"STAGE_INSTANCE_CREATE\""},{"id":8318,"name":"StageInstanceDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":241,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_DELETE"},"defaultValue":"\"STAGE_INSTANCE_DELETE\""},{"id":8319,"name":"StageInstanceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":242,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_UPDATE"},"defaultValue":"\"STAGE_INSTANCE_UPDATE\""},{"id":8322,"name":"ThreadCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":245,"character":1}],"type":{"type":"literal","value":"THREAD_CREATE"},"defaultValue":"\"THREAD_CREATE\""},{"id":8323,"name":"ThreadDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":246,"character":1}],"type":{"type":"literal","value":"THREAD_DELETE"},"defaultValue":"\"THREAD_DELETE\""},{"id":8324,"name":"ThreadListSync","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":247,"character":1}],"type":{"type":"literal","value":"THREAD_LIST_SYNC"},"defaultValue":"\"THREAD_LIST_SYNC\""},{"id":8326,"name":"ThreadMemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":249,"character":1}],"type":{"type":"literal","value":"THREAD_MEMBER_UPDATE"},"defaultValue":"\"THREAD_MEMBER_UPDATE\""},{"id":8325,"name":"ThreadMembersUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":248,"character":1}],"type":{"type":"literal","value":"THREAD_MEMBERS_UPDATE"},"defaultValue":"\"THREAD_MEMBERS_UPDATE\""},{"id":8327,"name":"ThreadUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":250,"character":1}],"type":{"type":"literal","value":"THREAD_UPDATE"},"defaultValue":"\"THREAD_UPDATE\""},{"id":8328,"name":"TypingStart","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":251,"character":1}],"type":{"type":"literal","value":"TYPING_START"},"defaultValue":"\"TYPING_START\""},{"id":8329,"name":"UserUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":252,"character":1}],"type":{"type":"literal","value":"USER_UPDATE"},"defaultValue":"\"USER_UPDATE\""},{"id":8330,"name":"VoiceServerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":253,"character":1}],"type":{"type":"literal","value":"VOICE_SERVER_UPDATE"},"defaultValue":"\"VOICE_SERVER_UPDATE\""},{"id":8331,"name":"VoiceStateUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":254,"character":1}],"type":{"type":"literal","value":"VOICE_STATE_UPDATE"},"defaultValue":"\"VOICE_STATE_UPDATE\""},{"id":8332,"name":"WebhooksUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":255,"character":1}],"type":{"type":"literal","value":"WEBHOOKS_UPDATE"},"defaultValue":"\"WEBHOOKS_UPDATE\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8282,8341,8338,8340,8339,8283,8284,8285,8286,8287,8288,8289,8290,8291,8292,8293,8294,8296,8295,8297,8298,8299,8333,8335,8334,8336,8337,8300,8301,8302,8303,8304,8305,8306,8307,8308,8309,8310,8311,8312,8313,8314,8315,8316,8320,8321,8317,8318,8319,8322,8323,8324,8326,8325,8327,8328,8329,8330,8331,8332]}],"sources":[{"fileName":"gateway/v10.ts","line":204,"character":12}]},{"id":8261,"name":"GatewayIntentBits","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#list-of-intents"},"children":[{"id":8279,"name":"AutoModerationConfiguration","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":197,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":8280,"name":"AutoModerationExecution","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":198,"character":1}],"type":{"type":"literal","value":2097152},"defaultValue":"2097152"},{"id":8275,"name":"DirectMessageReactions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":193,"character":1}],"type":{"type":"literal","value":8192},"defaultValue":"8192"},{"id":8276,"name":"DirectMessageTyping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":194,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":8274,"name":"DirectMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":192,"character":1}],"type":{"type":"literal","value":4096},"defaultValue":"4096"},{"id":8264,"name":"GuildBans","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":182,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":8265,"name":"GuildEmojisAndStickers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":183,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":8266,"name":"GuildIntegrations","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":184,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":8268,"name":"GuildInvites","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":186,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":8263,"name":"GuildMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":181,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8272,"name":"GuildMessageReactions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":190,"character":1}],"type":{"type":"literal","value":1024},"defaultValue":"1024"},{"id":8273,"name":"GuildMessageTyping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":191,"character":1}],"type":{"type":"literal","value":2048},"defaultValue":"2048"},{"id":8271,"name":"GuildMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":189,"character":1}],"type":{"type":"literal","value":512},"defaultValue":"512"},{"id":8270,"name":"GuildPresences","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":188,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":8278,"name":"GuildScheduledEvents","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":196,"character":1}],"type":{"type":"literal","value":65536},"defaultValue":"65536"},{"id":8269,"name":"GuildVoiceStates","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":187,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":8267,"name":"GuildWebhooks","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":185,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":8262,"name":"Guilds","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":180,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8277,"name":"MessageContent","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":195,"character":1}],"type":{"type":"literal","value":32768},"defaultValue":"32768"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8279,8280,8275,8276,8274,8264,8265,8266,8268,8263,8272,8273,8271,8270,8278,8269,8267,8262,8277]}],"sources":[{"fileName":"gateway/v10.ts","line":179,"character":12}]},{"id":8234,"name":"GatewayOpcodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#gateway-gateway-opcodes"},"children":[{"id":8235,"name":"Dispatch","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"An event was dispatched"},"sources":[{"fileName":"gateway/v10.ts","line":49,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":8236,"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":54,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":8245,"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":90,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":8244,"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":86,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":8237,"name":"Identify","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Starts a new session during the initial handshake"},"sources":[{"fileName":"gateway/v10.ts","line":58,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":8243,"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":82,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":8238,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Update the client's presence"},"sources":[{"fileName":"gateway/v10.ts","line":62,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":8241,"name":"Reconnect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You should attempt to reconnect and resume immediately"},"sources":[{"fileName":"gateway/v10.ts","line":74,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":8242,"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":78,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":8240,"name":"Resume","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Resume a previous session that was disconnected"},"sources":[{"fileName":"gateway/v10.ts","line":70,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":8239,"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":66,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[8235,8236,8245,8244,8237,8243,8238,8241,8242,8240,8239]}],"sources":[{"fileName":"gateway/v10.ts","line":45,"character":12}]},{"id":9643,"name":"GuildDefaultMessageNotifications","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level"},"children":[{"id":9644,"name":"AllMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":278,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9645,"name":"OnlyMentions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":279,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9644,9645]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":277,"character":12}]},{"id":9646,"name":"GuildExplicitContentFilter","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level"},"children":[{"id":9649,"name":"AllMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":288,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9647,"name":"Disabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":286,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9648,"name":"MembersWithoutRoles","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":287,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9649,9647,9648]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":285,"character":12}]},{"id":9678,"name":"GuildFeature","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-features"},"children":[{"id":9679,"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":380,"character":1}],"type":{"type":"literal","value":"ANIMATED_BANNER"},"defaultValue":"\"ANIMATED_BANNER\""},{"id":9680,"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":384,"character":1}],"type":{"type":"literal","value":"ANIMATED_ICON"},"defaultValue":"\"ANIMATED_ICON\""},{"id":9681,"name":"AutoModeration","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has set up auto moderation rules"},"sources":[{"fileName":"payloads/v10/guild.ts","line":388,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION"},"defaultValue":"\"AUTO_MODERATION\""},{"id":9682,"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":392,"character":1}],"type":{"type":"literal","value":"BANNER"},"defaultValue":"\"BANNER\""},{"id":9683,"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":396,"character":1}],"type":{"type":"literal","value":"COMMUNITY"},"defaultValue":"\"COMMUNITY\""},{"id":9684,"name":"DeveloperSupportServer","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":400,"character":1}],"type":{"type":"literal","value":"DEVELOPER_SUPPORT_SERVER"},"defaultValue":"\"DEVELOPER_SUPPORT_SERVER\""},{"id":9685,"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":404,"character":1}],"type":{"type":"literal","value":"DISCOVERABLE"},"defaultValue":"\"DISCOVERABLE\""},{"id":9686,"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":408,"character":1}],"type":{"type":"literal","value":"FEATURABLE"},"defaultValue":"\"FEATURABLE\""},{"id":9687,"name":"HasDirectoryEntry","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is listed in a directory channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":412,"character":1}],"type":{"type":"literal","value":"HAS_DIRECTORY_ENTRY"},"defaultValue":"\"HAS_DIRECTORY_ENTRY\""},{"id":9688,"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","tags":[{"tag":"unstable","text":"This feature is currently not documented by Discord, but has known value\n"}]},"sources":[{"fileName":"payloads/v10/guild.ts","line":420,"character":1}],"type":{"type":"literal","value":"HUB"},"defaultValue":"\"HUB\""},{"id":9690,"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":428,"character":1}],"type":{"type":"literal","value":"INVITE_SPLASH"},"defaultValue":"\"INVITE_SPLASH\""},{"id":9689,"name":"InvitesDisabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has disabled invite usage, preventing users from joining"},"sources":[{"fileName":"payloads/v10/guild.ts","line":424,"character":1}],"type":{"type":"literal","value":"INVITES_DISABLED"},"defaultValue":"\"INVITES_DISABLED\""},{"id":9691,"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","tags":[{"tag":"unstable","text":"This feature is currently not documented by Discord, but has known value\n"}]},"sources":[{"fileName":"payloads/v10/guild.ts","line":436,"character":1}],"type":{"type":"literal","value":"LINKED_TO_HUB"},"defaultValue":"\"LINKED_TO_HUB\""},{"id":9692,"name":"MemberVerificationGateEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled Membership Screening"},"sources":[{"fileName":"payloads/v10/guild.ts","line":440,"character":1}],"type":{"type":"literal","value":"MEMBER_VERIFICATION_GATE_ENABLED"},"defaultValue":"\"MEMBER_VERIFICATION_GATE_ENABLED\""},{"id":9693,"name":"MonetizationEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled monetization"},"sources":[{"fileName":"payloads/v10/guild.ts","line":444,"character":1}],"type":{"type":"literal","value":"MONETIZATION_ENABLED"},"defaultValue":"\"MONETIZATION_ENABLED\""},{"id":9694,"name":"MoreStickers","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has increased custom sticker slots"},"sources":[{"fileName":"payloads/v10/guild.ts","line":448,"character":1}],"type":{"type":"literal","value":"MORE_STICKERS"},"defaultValue":"\"MORE_STICKERS\""},{"id":9695,"name":"News","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to create news channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":452,"character":1}],"type":{"type":"literal","value":"NEWS"},"defaultValue":"\"NEWS\""},{"id":9696,"name":"Partnered","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is partnered"},"sources":[{"fileName":"payloads/v10/guild.ts","line":456,"character":1}],"type":{"type":"literal","value":"PARTNERED"},"defaultValue":"\"PARTNERED\""},{"id":9697,"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":460,"character":1}],"type":{"type":"literal","value":"PREVIEW_ENABLED"},"defaultValue":"\"PREVIEW_ENABLED\""},{"id":9698,"name":"PrivateThreads","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to create private threads"},"sources":[{"fileName":"payloads/v10/guild.ts","line":464,"character":1}],"type":{"type":"literal","value":"PRIVATE_THREADS"},"defaultValue":"\"PRIVATE_THREADS\""},{"id":9699,"name":"RelayEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":465,"character":1}],"type":{"type":"literal","value":"RELAY_ENABLED"},"defaultValue":"\"RELAY_ENABLED\""},{"id":9700,"name":"RoleIcons","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is able to set role icons"},"sources":[{"fileName":"payloads/v10/guild.ts","line":469,"character":1}],"type":{"type":"literal","value":"ROLE_ICONS"},"defaultValue":"\"ROLE_ICONS\""},{"id":9701,"name":"TicketedEventsEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled ticketed events"},"sources":[{"fileName":"payloads/v10/guild.ts","line":473,"character":1}],"type":{"type":"literal","value":"TICKETED_EVENTS_ENABLED"},"defaultValue":"\"TICKETED_EVENTS_ENABLED\""},{"id":9704,"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":485,"character":1}],"type":{"type":"literal","value":"VIP_REGIONS"},"defaultValue":"\"VIP_REGIONS\""},{"id":9702,"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":477,"character":1}],"type":{"type":"literal","value":"VANITY_URL"},"defaultValue":"\"VANITY_URL\""},{"id":9703,"name":"Verified","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is verified"},"sources":[{"fileName":"payloads/v10/guild.ts","line":481,"character":1}],"type":{"type":"literal","value":"VERIFIED"},"defaultValue":"\"VERIFIED\""},{"id":9705,"name":"WelcomeScreenEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled the welcome screen"},"sources":[{"fileName":"payloads/v10/guild.ts","line":489,"character":1}],"type":{"type":"literal","value":"WELCOME_SCREEN_ENABLED"},"defaultValue":"\"WELCOME_SCREEN_ENABLED\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9679,9680,9681,9682,9683,9684,9685,9686,9687,9688,9690,9689,9691,9692,9693,9694,9695,9696,9697,9698,9699,9700,9701,9704,9702,9703,9705]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":376,"character":12}]},{"id":9669,"name":"GuildHubType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9672,"name":"College","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":348,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9670,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":346,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9671,"name":"HighSchool","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":347,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9672,9670,9671]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":345,"character":12}]},{"id":9650,"name":"GuildMFALevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-mfa-level"},"children":[{"id":9652,"name":"Elevated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":296,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9651,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":295,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9652,9651]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":294,"character":12}]},{"id":9653,"name":"GuildNSFWLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level"},"children":[{"id":9657,"name":"AgeRestricted","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":306,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9654,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":303,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9655,"name":"Explicit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":304,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9656,"name":"Safe","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":305,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9657,9654,9655,9656]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":302,"character":12}]},{"id":9664,"name":"GuildPremiumTier","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-premium-tier"},"children":[{"id":9665,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":339,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9666,"name":"Tier1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":340,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9667,"name":"Tier2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":341,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9668,"name":"Tier3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":342,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9665,9666,9667,9668]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":338,"character":12}]},{"id":9865,"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":9868,"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":9866,"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":9867,"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":[9868,9866,9867]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":110,"character":12}]},{"id":9874,"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":9875,"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":[9875]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":129,"character":12}]},{"id":9869,"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":9871,"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":9873,"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":9872,"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":9870,"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":[9871,9873,9872,9870]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":119,"character":12}]},{"id":9673,"name":"GuildSystemChannelFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags"},"children":[{"id":9676,"name":"SuppressGuildReminderNotifications","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress server setup tips"},"sources":[{"fileName":"payloads/v10/guild.ts","line":366,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9677,"name":"SuppressJoinNotificationReplies","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Hide member join sticker reply buttons"},"sources":[{"fileName":"payloads/v10/guild.ts","line":370,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":9674,"name":"SuppressJoinNotifications","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress member join notifications"},"sources":[{"fileName":"payloads/v10/guild.ts","line":358,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9675,"name":"SuppressPremiumSubscriptions","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress server boost notifications"},"sources":[{"fileName":"payloads/v10/guild.ts","line":362,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9676,9677,9674,9675]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":354,"character":12}]},{"id":9658,"name":"GuildVerificationLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-verification-level"},"children":[{"id":9662,"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":328,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9660,"name":"Low","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must have verified email on account"},"sources":[{"fileName":"payloads/v10/guild.ts","line":320,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9661,"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":324,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9659,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Unrestricted"},"sources":[{"fileName":"payloads/v10/guild.ts","line":316,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9663,"name":"VeryHigh","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must have a verified phone number"},"sources":[{"fileName":"payloads/v10/guild.ts","line":332,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9662,9660,9661,9659,9663]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":312,"character":12}]},{"id":9786,"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":9788,"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":833,"character":1}],"type":{"type":"literal","value":"banner1"},"defaultValue":"\"banner1\""},{"id":9789,"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":837,"character":1}],"type":{"type":"literal","value":"banner2"},"defaultValue":"\"banner2\""},{"id":9790,"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":841,"character":1}],"type":{"type":"literal","value":"banner3"},"defaultValue":"\"banner3\""},{"id":9791,"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":846,"character":1}],"type":{"type":"literal","value":"banner4"},"defaultValue":"\"banner4\""},{"id":9787,"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":829,"character":1}],"type":{"type":"literal","value":"shield"},"defaultValue":"\"shield\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9788,9789,9790,9791,9787]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":825,"character":12}]},{"id":10924,"name":"ImageFormat","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":10928,"name":"GIF","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1110,"character":1}],"type":{"type":"literal","value":"gif"},"defaultValue":"\"gif\""},{"id":10925,"name":"JPEG","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1107,"character":1}],"type":{"type":"literal","value":"jpeg"},"defaultValue":"\"jpeg\""},{"id":10929,"name":"Lottie","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1111,"character":1}],"type":{"type":"literal","value":"json"},"defaultValue":"\"json\""},{"id":10926,"name":"PNG","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1108,"character":1}],"type":{"type":"literal","value":"png"},"defaultValue":"\"png\""},{"id":10927,"name":"WebP","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1109,"character":1}],"type":{"type":"literal","value":"webp"},"defaultValue":"\"webp\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[10928,10925,10929,10926,10927]}],"sources":[{"fileName":"rest/v10/index.ts","line":1106,"character":12}]},{"id":9750,"name":"IntegrationExpireBehavior","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors"},"children":[{"id":9752,"name":"Kick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":727,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9751,"name":"RemoveRole","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":726,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9752,9751]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":725,"character":12}]},{"id":10216,"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":10222,"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":10218,"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":10219,"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":10220,"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":10223,"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":10217,"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":10221,"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":[10222,10218,10219,10220,10223,10217,10221]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":65,"character":12}]},{"id":10190,"name":"InteractionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-type"},"children":[{"id":10192,"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":10194,"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":10193,"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":10195,"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":10191,"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":[10192,10194,10193,10195,10191]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":9,"character":12}]},{"id":10247,"name":"InviteTargetType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object-invite-target-types"},"children":[{"id":10249,"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":10248,"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":[10249,10248]}],"sources":[{"fileName":"payloads/v10/invite.ts","line":97,"character":12}]},{"id":9809,"name":"MembershipScreeningFieldType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9810,"name":"Terms","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Server Rules"},"sources":[{"fileName":"payloads/v10/guild.ts","line":919,"character":1}],"type":{"type":"literal","value":"TERMS"},"defaultValue":"\"TERMS\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9810]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":915,"character":12}]},{"id":9244,"name":"MessageActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-types"},"children":[{"id":9245,"name":"Join","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":713,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9248,"name":"JoinRequest","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":716,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9247,"name":"Listen","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":715,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9246,"name":"Spectate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":714,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9245,9248,9247,9246]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":712,"character":12}]},{"id":9249,"name":"MessageFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-flags"},"children":[{"id":9250,"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":726,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9256,"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":750,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":9258,"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":758,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":9255,"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":746,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":9251,"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":730,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9257,"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":754,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":9253,"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":738,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":9252,"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":734,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9254,"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":742,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9250,9256,9258,9255,9251,9257,9253,9252,9254]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":722,"character":12}]},{"id":9212,"name":"MessageType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-types"},"children":[{"id":9236,"name":"AutoModerationAction","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":670,"character":1}],"type":{"type":"literal","value":24},"defaultValue":"24"},{"id":9216,"name":"Call","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":650,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":9225,"name":"ChannelFollowAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":659,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":9218,"name":"ChannelIconChange","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":652,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":9217,"name":"ChannelNameChange","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":651,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":9219,"name":"ChannelPinnedMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":653,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":9232,"name":"ChatInputCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":666,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":9235,"name":"ContextMenuCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":669,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":9213,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":647,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":9221,"name":"GuildBoost","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":655,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":9222,"name":"GuildBoostTier1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":656,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":9223,"name":"GuildBoostTier2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":657,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":9224,"name":"GuildBoostTier3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":658,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":9226,"name":"GuildDiscoveryDisqualified","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":660,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":9229,"name":"GuildDiscoveryGracePeriodFinalWarning","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":663,"character":1}],"type":{"type":"literal","value":17},"defaultValue":"17"},{"id":9228,"name":"GuildDiscoveryGracePeriodInitialWarning","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":662,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":9227,"name":"GuildDiscoveryRequalified","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":661,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":9234,"name":"GuildInviteReminder","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":668,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":9214,"name":"RecipientAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":648,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9215,"name":"RecipientRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":649,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9231,"name":"Reply","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":665,"character":1}],"type":{"type":"literal","value":19},"defaultValue":"19"},{"id":9230,"name":"ThreadCreated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":664,"character":1}],"type":{"type":"literal","value":18},"defaultValue":"18"},{"id":9233,"name":"ThreadStarterMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":667,"character":1}],"type":{"type":"literal","value":21},"defaultValue":"21"},{"id":9220,"name":"UserJoin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":654,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9236,9216,9225,9218,9217,9219,9232,9235,9213,9221,9222,9223,9224,9226,9229,9228,9227,9234,9214,9215,9231,9230,9233,9220]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":646,"character":12}]},{"id":10268,"name":"OAuth2Scopes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"Types extracted from https://discord.com/developers/docs/topics/oauth2"},"children":[{"id":10288,"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":10289,"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":10292,"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":10284,"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":10283,"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":10290,"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":10291,"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":10286,"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":10285,"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":10269,"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":10270,"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":10271,"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":10272,"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":10277,"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":10274,"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":10275,"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":10276,"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":10273,"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":10278,"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":10279,"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":10280,"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":10287,"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":10282,"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":10281,"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":[10288,10289,10292,10284,10283,10290,10291,10286,10285,10269,10270,10271,10272,10277,10274,10275,10276,10273,10278,10279,10280,10287,10282,10281]}],"sources":[{"fileName":"payloads/v10/oauth2.ts","line":5,"character":12}]},{"id":9271,"name":"OverwriteType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9273,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":829,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9272,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":828,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9273,9272]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":827,"character":12}]},{"id":9507,"name":"PresenceUpdateStatus","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9509,"name":"DoNotDisturb","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":99,"character":1}],"type":{"type":"literal","value":"dnd"},"defaultValue":"\"dnd\""},{"id":9510,"name":"Idle","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":100,"character":1}],"type":{"type":"literal","value":"idle"},"defaultValue":"\"idle\""},{"id":9511,"name":"Invisible","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible and shown as offline"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":104,"character":1}],"type":{"type":"literal","value":"invisible"},"defaultValue":"\"invisible\""},{"id":9512,"name":"Offline","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":105,"character":1}],"type":{"type":"literal","value":"offline"},"defaultValue":"\"offline\""},{"id":9508,"name":"Online","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/gateway.ts","line":98,"character":1}],"type":{"type":"literal","value":"online"},"defaultValue":"\"online\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9509,9510,9511,9512,9508]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":97,"character":12}]},{"id":9138,"name":"SortOrderType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel/#channel-object-sort-order-types"},"children":[{"id":9140,"name":"CreationDate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sort forum posts by creation time (from most recent to oldest)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":290,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9139,"name":"LatestActivity","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sort forum posts by activity"},"sources":[{"fileName":"payloads/v10/channel.ts","line":286,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9140,9139]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":282,"character":12}]},{"id":10317,"name":"StageInstancePrivacyLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-privacy-level"},"children":[{"id":10319,"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":10318,"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":[10319,10318]}],"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":44,"character":12}]},{"id":10341,"name":"StickerFormatType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-format-types"},"children":[{"id":10343,"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":10344,"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":10342,"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":[10343,10344,10342]}],"sources":[{"fileName":"payloads/v10/sticker.ts","line":84,"character":12}]},{"id":10338,"name":"StickerType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-types"},"children":[{"id":10340,"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":10339,"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":[10340,10339]}],"sources":[{"fileName":"payloads/v10/sticker.ts","line":70,"character":12}]},{"id":10365,"name":"TeamMemberMembershipState","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-membership-state-enum"},"children":[{"id":10367,"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":10366,"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":[10367,10366]}],"sources":[{"fileName":"payloads/v10/teams.ts","line":63,"character":12}]},{"id":9422,"name":"TextInputStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-styles"},"children":[{"id":9424,"name":"Paragraph","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1433,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":9423,"name":"Short","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1432,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9424,9423]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1431,"character":12}]},{"id":9281,"name":"ThreadAutoArchiveDuration","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9283,"name":"OneDay","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":864,"character":1}],"type":{"type":"literal","value":1440},"defaultValue":"1440"},{"id":9282,"name":"OneHour","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":863,"character":1}],"type":{"type":"literal","value":60},"defaultValue":"60"},{"id":9285,"name":"OneWeek","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":866,"character":1}],"type":{"type":"literal","value":10080},"defaultValue":"10080"},{"id":9284,"name":"ThreeDays","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":865,"character":1}],"type":{"type":"literal","value":4320},"defaultValue":"4320"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9283,9282,9285,9284]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":862,"character":12}]},{"id":9291,"name":"ThreadMemberFlags","kind":8,"kindString":"Enumeration","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":897,"character":12}]},{"id":10412,"name":"UserFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-user-flags"},"children":[{"id":10428,"name":"ActiveDeveloper","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User is an [Active Developer](https://support-dev.discord.com/hc/articles/10113997751447)"},"sources":[{"fileName":"payloads/v10/user.ts","line":153,"character":1}],"type":{"type":"literal","value":4194304},"defaultValue":"4194304"},{"id":10426,"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":10416,"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":10422,"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":10425,"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":10417,"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":10418,"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":10419,"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":10415,"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":10414,"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":10420,"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":10429,"name":"Quarantined","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User's account has been quarantined based on recent activity","tags":[{"tag":"unstable","text":"This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.\n"},{"tag":"privateremarks","text":"\n\nThis value would be 1 << 44, but bit shifting above 1 << 30 requires bigints\n"}]},"sources":[{"fileName":"payloads/v10/user.ts","line":163,"character":1}],"type":{"type":"literal","value":17592186044416},"defaultValue":"17592186044416"},{"id":10427,"name":"Spammer","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User has been identified as spammer","tags":[{"tag":"unstable","text":"This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.\n"}]},"sources":[{"fileName":"payloads/v10/user.ts","line":149,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":10413,"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":10421,"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":10423,"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":10424,"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":[10428,10426,10416,10422,10425,10417,10418,10419,10415,10414,10420,10429,10427,10413,10421,10423,10424]}],"sources":[{"fileName":"payloads/v10/user.ts","line":87,"character":12}]},{"id":10430,"name":"UserPremiumType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-premium-types"},"children":[{"id":10433,"name":"Nitro","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":172,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":10434,"name":"NitroBasic","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":173,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":10432,"name":"NitroClassic","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":171,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":10431,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v10/user.ts","line":170,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[10433,10434,10432,10431]}],"sources":[{"fileName":"payloads/v10/user.ts","line":169,"character":12}]},{"id":9178,"name":"VideoQualityMode","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":9179,"name":"Auto","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Discord chooses the quality for optimal performance"},"sources":[{"fileName":"payloads/v10/channel.ts","line":423,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":9180,"name":"Full","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"720p"},"sources":[{"fileName":"payloads/v10/channel.ts","line":427,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[9179,9180]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":419,"character":12}]},{"id":10500,"name":"WebhookType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":10503,"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":10502,"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":10501,"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":[10503,10502,10501]}],"sources":[{"fileName":"payloads/v10/webhook.ts","line":66,"character":12}]},{"id":9386,"name":"APIActionRowComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#action-rows"},"children":[{"id":9387,"name":"components","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The components in the ActionRow"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1358,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9389,"name":"T"}}},{"id":9388,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9377,"name":"ActionRow"},"inheritedFrom":{"type":"reference","id":9374,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9387,9388]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1353,"character":17}],"typeParameter":[{"id":9389,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9474,"name":"APIActionRowComponentTypes"}}],"extendedTypes":[{"type":"reference","id":9373,"typeArguments":[{"type":"reference","id":9377,"name":"ComponentType.ActionRow"}],"name":"APIBaseComponent"}]},{"id":9368,"name":"APIAllowedMentions","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mentions-structure"},"children":[{"id":9369,"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":1276,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9364,"name":"AllowedMentionsTypes"}}},{"id":9372,"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":1290,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9370,"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":1280,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":9371,"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":1284,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9369,9372,9370,9371]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1270,"character":17}]},{"id":8765,"name":"APIApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/application#application-object"},"children":[{"id":8771,"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":8772,"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":8782,"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":8786,"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":8769,"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":8783,"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":8790,"name":"ApplicationFlags"}},{"id":8779,"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":8768,"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":8766,"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":8785,"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":8787,"name":"APIApplicationInstallParams"}},{"id":8767,"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":8775,"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":10396,"name":"APIUser"}},{"id":8780,"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":8774,"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":8770,"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":8781,"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":8776,"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":8784,"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":8778,"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":10354,"name":"APITeam"}]}},{"id":8773,"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":8777,"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#getticket\n"},"sources":[{"fileName":"payloads/v10/application.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8771,8772,8782,8786,8769,8783,8779,8768,8766,8785,8767,8775,8780,8774,8770,8781,8776,8784,8778,8773,8777]}],"sources":[{"fileName":"payloads/v10/application.ts","line":13,"character":17}]},{"id":9883,"name":"APIApplicationCommand","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object"},"children":[{"id":9886,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique id of the parent application"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9895,"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":74,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9897,"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":85,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9891,"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":58,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9892,"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":62,"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":9893,"name":"description_localized","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The localized description"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9896,"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":78,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9887,"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":42,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9884,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique id of the command"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":30,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9888,"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":46,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9889,"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":50,"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":9890,"name":"name_localized","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The localized name"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":54,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9894,"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":70,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9910,"name":"APIApplicationCommandOption"}}},{"id":9885,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of the command"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":34,"character":1}],"type":{"type":"reference","id":9899,"name":"ApplicationCommandType"}},{"id":9898,"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":89,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9886,9895,9897,9891,9892,9893,9896,9887,9884,9888,9889,9890,9894,9885,9898]}],"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":26,"character":17}]},{"id":10199,"name":"APIApplicationCommandAutocompleteResponse","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10201,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":35,"character":1}],"type":{"type":"reference","id":10227,"name":"APICommandAutocompleteInteractionResponseCallbackData"}},{"id":10200,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":34,"character":1}],"type":{"type":"reference","id":10222,"name":"ApplicationCommandAutocompleteResult"}}],"groups":[{"title":"Properties","kind":1024,"children":[10201,10200]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":33,"character":17}]},{"id":9949,"name":"APIApplicationCommandChannelOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9950,"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":9162,"name":"GuildText"},{"type":"reference","id":9164,"name":"GuildVoice"},{"type":"reference","id":9166,"name":"GuildCategory"},{"type":"reference","id":9167,"name":"GuildAnnouncement"},{"type":"reference","id":9168,"name":"AnnouncementThread"},{"type":"reference","id":9169,"name":"PublicThread"},{"type":"reference","id":9170,"name":"PrivateThread"},{"type":"reference","id":9171,"name":"GuildStageVoice"},{"type":"reference","id":9172,"name":"GuildDirectory"},{"type":"reference","id":9173,"name":"GuildForum"}]}}},{"id":9954,"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","id":9929,"name":"APIApplicationCommandOptionBase.description"}},{"id":9955,"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","id":9930,"name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":9952,"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","id":9927,"name":"APIApplicationCommandOptionBase.name"}},{"id":9953,"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","id":9928,"name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":9956,"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","id":9931,"name":"APIApplicationCommandOptionBase.required"}},{"id":9951,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":9981,"name":"Channel"},"inheritedFrom":{"type":"reference","id":9926,"name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9950,9954,9955,9952,9953,9956,9951]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/channel.ts","line":6,"character":17}],"extendedTypes":[{"type":"reference","id":9925,"typeArguments":[{"type":"reference","id":9981,"name":"ApplicationCommandOptionType.Channel"}],"name":"APIApplicationCommandOptionBase"}]},{"id":9959,"name":"APIApplicationCommandInteractionDataIntegerOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9960,"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":9961,"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","id":9934,"name":"APIInteractionDataOptionBase.name"}},{"id":9962,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":9978,"name":"Integer"},"inheritedFrom":{"type":"reference","id":9935,"name":"APIInteractionDataOptionBase.type"}},{"id":9963,"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","id":9936,"name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[9960,9961,9962,9963]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":9933,"typeArguments":[{"type":"reference","id":9978,"name":"ApplicationCommandOptionType.Integer"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":9967,"name":"APIApplicationCommandInteractionDataNumberOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9968,"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":9969,"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","id":9934,"name":"APIInteractionDataOptionBase.name"}},{"id":9970,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":9984,"name":"Number"},"inheritedFrom":{"type":"reference","id":9935,"name":"APIInteractionDataOptionBase.type"}},{"id":9971,"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","id":9936,"name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[9968,9969,9970,9971]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":9933,"typeArguments":[{"type":"reference","id":9984,"name":"ApplicationCommandOptionType.Number"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":9992,"name":"APIApplicationCommandInteractionDataStringOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9993,"name":"focused","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/string.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9994,"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","id":9934,"name":"APIInteractionDataOptionBase.name"}},{"id":9995,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":9977,"name":"String"},"inheritedFrom":{"type":"reference","id":9935,"name":"APIInteractionDataOptionBase.type"}},{"id":9996,"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","id":9936,"name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[9993,9994,9995,9996]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/string.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":9933,"typeArguments":[{"type":"reference","id":9977,"name":"ApplicationCommandOptionType.String"},{"type":"intrinsic","name":"string"}],"name":"APIInteractionDataOptionBase"}]},{"id":10017,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10018,"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":10020,"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":10005,"name":"APIApplicationCommandInteractionDataSubcommandOption"}}},{"id":10019,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":15,"character":1}],"type":{"type":"reference","id":9976,"name":"SubcommandGroup"}}],"groups":[{"title":"Properties","kind":1024,"children":[10018,10020,10019]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":13,"character":17}]},{"id":10005,"name":"APIApplicationCommandInteractionDataSubcommandOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10006,"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":10008,"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":9912,"name":"APIApplicationCommandInteractionDataBasicOption"}}},{"id":10007,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":12,"character":1}],"type":{"type":"reference","id":9975,"name":"Subcommand"}}],"groups":[{"title":"Properties","kind":1024,"children":[10006,10008,10007]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":10,"character":17}]},{"id":9925,"name":"APIApplicationCommandOptionBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9929,"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"}},{"id":9930,"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"}]}},{"id":9927,"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"}},{"id":9928,"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"}]}},{"id":9931,"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"}},{"id":9926,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":9932,"name":"Type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9929,9930,9927,9928,9931,9926]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":4,"character":17}],"typeParameter":[{"id":9932,"name":"Type","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9974,"name":"ApplicationCommandOptionType"}}],"extendedBy":[{"type":"reference","id":9949,"name":"APIApplicationCommandChannelOption"},{"type":"reference","id":9997,"name":"APIApplicationCommandSubcommandOption"},{"type":"reference","id":10009,"name":"APIApplicationCommandSubcommandGroupOption"}]},{"id":9986,"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":9987,"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":9988,"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":9989,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":26,"character":1}],"type":{"type":"reference","id":9990,"name":"ValueType"}}],"groups":[{"title":"Properties","kind":1024,"children":[9987,9988,9989]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/shared.ts","line":23,"character":17}],"typeParameter":[{"id":9990,"name":"ValueType","kind":131072,"kindString":"Type parameter","flags":{},"default":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}}]},{"id":10054,"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":10055,"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":10057,"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":10056,"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":10058,"name":"ApplicationCommandPermissionType"}}],"groups":[{"title":"Properties","kind":1024,"children":[10055,10057,10056]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":28,"character":17}]},{"id":10009,"name":"APIApplicationCommandSubcommandGroupOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10014,"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","id":9929,"name":"APIApplicationCommandOptionBase.description"}},{"id":10015,"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","id":9930,"name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":10012,"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","id":9927,"name":"APIApplicationCommandOptionBase.name"}},{"id":10013,"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","id":9928,"name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":10010,"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":9997,"name":"APIApplicationCommandSubcommandOption"}}},{"id":10016,"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","id":9931,"name":"APIApplicationCommandOptionBase.required"}},{"id":10011,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":9976,"name":"SubcommandGroup"},"inheritedFrom":{"type":"reference","id":9926,"name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10014,10015,10012,10013,10010,10016,10011]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":8,"character":17}],"extendedTypes":[{"type":"reference","id":9925,"typeArguments":[{"type":"reference","id":9976,"name":"ApplicationCommandOptionType.SubcommandGroup"}],"name":"APIApplicationCommandOptionBase"}]},{"id":9997,"name":"APIApplicationCommandSubcommandOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10002,"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","id":9929,"name":"APIApplicationCommandOptionBase.description"}},{"id":10003,"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","id":9930,"name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":10000,"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","id":9927,"name":"APIApplicationCommandOptionBase.name"}},{"id":10001,"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","id":9928,"name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":9998,"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":9909,"name":"APIApplicationCommandBasicOption"}}},{"id":10004,"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","id":9931,"name":"APIApplicationCommandOptionBase.required"}},{"id":9999,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":9975,"name":"Subcommand"},"inheritedFrom":{"type":"reference","id":9926,"name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10002,10003,10000,10001,9998,10004,9999]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":5,"character":17}],"extendedTypes":[{"type":"reference","id":9925,"typeArguments":[{"type":"reference","id":9975,"name":"ApplicationCommandOptionType.Subcommand"}],"name":"APIApplicationCommandOptionBase"}]},{"id":8787,"name":"APIApplicationInstallParams","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8789,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":112,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8788,"name":"scopes","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/application.ts","line":111,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10268,"name":"OAuth2Scopes"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8789,8788]}],"sources":[{"fileName":"payloads/v10/application.ts","line":110,"character":17}]},{"id":9348,"name":"APIAttachment","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#attachment-object-attachment-structure"},"children":[{"id":9352,"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":1198,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9351,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description for the file"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1192,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9358,"name":"ephemeral","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this attachment is ephemeral"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1222,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9350,"name":"filename","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of file attached"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1188,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9356,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of file (if image)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1214,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":9349,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Attachment id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1184,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9355,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A proxied url of file"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1210,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9353,"name":"size","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Size of file in bytes"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1202,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9354,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source url of file"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1206,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9357,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of file (if image)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1218,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[9352,9351,9358,9350,9356,9349,9355,9353,9354,9357]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1180,"character":17}]},{"id":8805,"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":8806,"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":43,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9883,"name":"APIApplicationCommand"}}},{"id":8809,"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":61,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8814,"name":"APIAuditLogEntry"}}},{"id":8810,"name":"auto_moderation_rules","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"List of auto moderation rules referenced in the audit log","text":"See https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":67,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8970,"name":"APIAutoModerationRule"}}},{"id":8813,"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":87,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9862,"name":"APIGuildScheduledEvent"}}},{"id":8811,"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":73,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9732,"name":"APIGuildIntegration"}}},{"id":8812,"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":81,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9160,"name":"APIChannel"}}},{"id":8808,"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":55,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10396,"name":"APIUser"}}},{"id":8807,"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":49,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10487,"name":"APIWebhook"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8806,8809,8810,8813,8811,8812,8808,8807]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":37,"character":17}]},{"id":8814,"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":8819,"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":119,"character":1}],"type":{"type":"reference","id":8822,"name":"AuditLogEvent"}},{"id":8816,"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":103,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8892,"name":"APIAuditLogChange"}}},{"id":8818,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the entry"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":113,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8820,"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":125,"character":1}],"type":{"type":"reference","id":8877,"name":"APIAuditLogOptions"}},{"id":8821,"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":129,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8815,"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":97,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8817,"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":109,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8819,8816,8818,8820,8821,8815,8817]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":93,"character":17}]},{"id":8877,"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":8878,"name":"auto_moderation_rule_name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the Auto Moderation rule that was triggered","text":"Present from:\n- AUTO_MODERATION_BLOCK_MESSAGE\n- AUTO_MODERATION_FLAG_TO_CHANNEL\n- AUTO_MODERATION_USER_COMMUNICATION_DISABLED\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":217,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8879,"name":"auto_moderation_rule_trigger_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Trigger type of the Auto Moderation rule that was triggered","text":"Present from:\n- AUTO_MODERATION_BLOCK_MESSAGE\n- AUTO_MODERATION_FLAG_TO_CHANNEL\n- AUTO_MODERATION_USER_COMMUNICATION_DISABLED\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":226,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"1"},{"type":"literal","value":"3"},{"type":"literal","value":"4"},{"type":"literal","value":"5"}]}},{"id":8882,"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- AUTO_MODERATION_BLOCK_MESSAGE\n- AUTO_MODERATION_FLAG_TO_CHANNEL\n- AUTO_MODERATION_USER_COMMUNICATION_DISABLED\n"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":257,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8884,"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":277,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8880,"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":233,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8885,"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":287,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8881,"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":240,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8883,"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":266,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8887,"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":311,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8886,"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":299,"character":1}],"type":{"type":"reference","id":8888,"name":"AuditLogOptionsType"}}],"groups":[{"title":"Properties","kind":1024,"children":[8878,8879,8882,8884,8880,8885,8881,8883,8887,8886]}],"sources":[{"fileName":"payloads/v10/auditLog.ts","line":208,"character":17}]},{"id":8999,"name":"APIAutoModerationAction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-action-object-auto-moderation-action-structure"},"children":[{"id":9001,"name":"metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Additional metadata needed during execution for this specific action type","text":"Will only be omitted if the action type is {@link AutoModerationActionType.BlockMessage}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":164,"character":1}],"type":{"type":"reference","id":9006,"name":"APIAutoModerationActionMetadata"}},{"id":9000,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The action type"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":158,"character":1}],"type":{"type":"reference","id":9002,"name":"AutoModerationActionType"}}],"groups":[{"title":"Properties","kind":1024,"children":[9001,9000]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":154,"character":17}]},{"id":9006,"name":"APIAutoModerationActionMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-action-object-action-metadata"},"children":[{"id":9007,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Channel to which user content should be logged","text":"Associated action type: {@link AutoModerationActionType.SendAlertMessage}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":194,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9008,"name":"duration_seconds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timeout duration in seconds (Maximum of 4 weeks - 2419200 seconds)","text":"Only available if using {@link AutoModerationRuleTriggerType.Keyword}\n\nAssociated action type: {@link AutoModerationActionType.Timeout}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":202,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9007,9008]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":188,"character":17}]},{"id":8970,"name":"APIAutoModerationRule","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-auto-moderation-rule-structure"},"children":[{"id":8978,"name":"actions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The actions which will execute when this rule is triggered"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":42,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8999,"name":"APIAutoModerationAction"}}},{"id":8974,"name":"creator_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user id who created this rule"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8979,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this rule is enabled"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8975,"name":"event_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule event type"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":30,"character":1}],"type":{"type":"reference","id":8998,"name":"MessageSend"}},{"id":8981,"name":"exempt_channels","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel ids that shouldn't be affected by this rule (Maximum of 50)"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":54,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":8980,"name":"exempt_roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The role ids that shouldn't be affected by this rule (Maximum of 20)"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":50,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":8972,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild which this rule belongs to"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8971,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of this rule"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8973,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule name"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8977,"name":"trigger_metadata","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule trigger metadata"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":38,"character":1}],"type":{"type":"reference","id":8987,"name":"APIAutoModerationRuleTriggerMetadata"}},{"id":8976,"name":"trigger_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule trigger type"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":34,"character":1}],"type":{"type":"reference","id":8982,"name":"AutoModerationRuleTriggerType"}}],"groups":[{"title":"Properties","kind":1024,"children":[8978,8974,8979,8975,8981,8980,8972,8971,8973,8977,8976]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":10,"character":17}]},{"id":8987,"name":"APIAutoModerationRuleTriggerMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-trigger-metadata"},"children":[{"id":8990,"name":"allow_list","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Substrings which will be exempt from triggering the preset trigger type (Maximum of 1000)","text":"A allowed-word can be a phrase which contains multiple words. Wildcard symbols can be used to customize how each string will be matched. Each keyword must be 30 characters or less\nSee [keyword matching strategies](https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-keyword-matching-strategies)\n\nAssociated trigger type: {@link AutoModerationRuleTriggerType.KeywordPreset}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":106,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":8988,"name":"keyword_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Substrings which will be searched for in content (Maximum of 1000)","text":"A keyword can be a phrase which contains multiple words. Wildcard symbols can be used to customize how each string will be matched. Each keyword must be 30 characters or less\nSee [keyword matching strategies](https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-keyword-matching-strategies)\n\nAssociated trigger type: {@link AutoModerationRuleTriggerType.Keyword}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":91,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":8992,"name":"mention_total_limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Total number of mentions (role & user) allowed per message (Maximum of 50)","text":"Associated trigger type: {@link AutoModerationRuleTriggerType.MentionSpam}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":120,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8989,"name":"presets","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The internally pre-defined wordsets which will be searched for in content","text":"Associated trigger type: {@link AutoModerationRuleTriggerType.KeywordPreset}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":97,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8993,"name":"AutoModerationRuleKeywordPresetType"}}},{"id":8991,"name":"regex_patterns","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Regular expression patterns which will be matched against content (Maximum of 10)","text":"Only Rust flavored regex is currently supported (Maximum of 75 characters)\n\nAssociated trigger type: {@link AutoModerationRuleTriggerType.Keyword}\n"},"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":114,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8990,8988,8992,8989,8991]}],"sources":[{"fileName":"payloads/v10/autoModeration.ts","line":82,"character":17}]},{"id":9762,"name":"APIBan","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#ban-object"},"children":[{"id":9763,"name":"reason","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The reason for the ban"},"sources":[{"fileName":"payloads/v10/guild.ts","line":781,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9764,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The banned user"},"sources":[{"fileName":"payloads/v10/guild.ts","line":785,"character":1}],"type":{"type":"reference","id":10396,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9763,9764]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":777,"character":17}]},{"id":9373,"name":"APIBaseComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#component-object"},"children":[{"id":9374,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9375,"name":"T"}}],"groups":[{"title":"Properties","kind":1024,"children":[9374]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1296,"character":17}],"typeParameter":[{"id":9375,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9376,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":9386,"name":"APIActionRowComponent"},{"type":"reference","id":9390,"name":"APIButtonComponentBase"},{"type":"reference","id":9425,"name":"APIBaseSelectMenuComponent"},{"type":"reference","id":9459,"name":"APITextInputComponent"}]},{"id":10094,"name":"APIBaseInteraction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"children":[{"id":10106,"name":"app_permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Bitwise set of permissions the app or bot has within the channel the interaction was sent from"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":110,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10096,"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":10100,"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":10098,"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":10110,"name":"Data"}},{"id":10099,"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":10108,"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":118,"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":10095,"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":10107,"name":"locale","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The selected language of the invoking user"},"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":10101,"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":10082,"name":"APIInteractionGuildMember"}},{"id":10105,"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":9181,"name":"APIMessage"}},{"id":10103,"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":10097,"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":10109,"name":"Type"}},{"id":10102,"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":10396,"name":"APIUser"}},{"id":10104,"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":[10106,10096,10100,10098,10099,10108,10095,10107,10101,10105,10103,10097,10102,10104]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":60,"character":17}],"typeParameter":[{"id":10109,"name":"Type","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":10190,"name":"InteractionType"}},{"id":10110,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{}}]},{"id":9425,"name":"APIBaseSelectMenuComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"children":[{"id":9426,"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":1450,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9430,"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":1472,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9429,"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":1466,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9428,"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":1460,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9427,"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":1454,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9431,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9432,"name":"T"},"inheritedFrom":{"type":"reference","id":9374,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9426,9430,9429,9428,9427,9431]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1439,"character":17}],"typeParameter":[{"id":9432,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"union","types":[{"type":"reference","id":9379,"name":"ComponentType.StringSelect"},{"type":"reference","id":9381,"name":"ComponentType.UserSelect"},{"type":"reference","id":9382,"name":"ComponentType.RoleSelect"},{"type":"reference","id":9383,"name":"ComponentType.MentionableSelect"},{"type":"reference","id":9384,"name":"ComponentType.ChannelSelect"}]}}],"extendedTypes":[{"type":"reference","id":9373,"typeArguments":[{"type":"reference","id":9432,"name":"T"}],"name":"APIBaseComponent"}],"extendedBy":[{"type":"reference","id":9433,"name":"APIStringSelectComponent"},{"type":"reference","id":9444,"name":"APIChannelSelectComponent"}]},{"id":9390,"name":"APIButtonComponentBase","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#buttons"},"children":[{"id":9394,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1380,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9393,"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":1376,"character":1}],"type":{"type":"reference","id":9397,"name":"APIMessageComponentEmoji"}},{"id":9391,"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":1368,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9392,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1372,"character":1}],"type":{"type":"reference","id":9396,"name":"Style"}},{"id":9395,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9378,"name":"Button"},"inheritedFrom":{"type":"reference","id":9374,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9394,9393,9391,9392,9395]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1364,"character":17}],"typeParameter":[{"id":9396,"name":"Style","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9416,"name":"ButtonStyle"}}],"extendedTypes":[{"type":"reference","id":9373,"typeArguments":[{"type":"reference","id":9378,"name":"ComponentType.Button"}],"name":"APIBaseComponent"}],"extendedBy":[{"type":"reference","id":9401,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":9408,"name":"APIButtonComponentWithURL"}]},{"id":9401,"name":"APIButtonComponentWithCustomId","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9402,"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":1405,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9406,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1380,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9394,"name":"APIButtonComponentBase.disabled"}},{"id":9405,"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":1376,"character":1}],"type":{"type":"reference","id":9397,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","id":9393,"name":"APIButtonComponentBase.emoji"}},{"id":9403,"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":1368,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9391,"name":"APIButtonComponentBase.label"}},{"id":9404,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1372,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9417,"name":"Primary"},{"type":"reference","id":9418,"name":"Secondary"},{"type":"reference","id":9419,"name":"Success"},{"type":"reference","id":9420,"name":"Danger"}]},"inheritedFrom":{"type":"reference","id":9392,"name":"APIButtonComponentBase.style"}},{"id":9407,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9378,"name":"Button"},"inheritedFrom":{"type":"reference","id":9395,"name":"APIButtonComponentBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9402,9406,9405,9403,9404,9407]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1398,"character":17}],"extendedTypes":[{"type":"reference","id":9390,"typeArguments":[{"type":"union","types":[{"type":"reference","id":9417,"name":"ButtonStyle.Primary"},{"type":"reference","id":9418,"name":"ButtonStyle.Secondary"},{"type":"reference","id":9419,"name":"ButtonStyle.Success"},{"type":"reference","id":9420,"name":"ButtonStyle.Danger"}]}],"name":"APIButtonComponentBase"}]},{"id":9408,"name":"APIButtonComponentWithURL","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9413,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1380,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9394,"name":"APIButtonComponentBase.disabled"}},{"id":9412,"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":1376,"character":1}],"type":{"type":"reference","id":9397,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","id":9393,"name":"APIButtonComponentBase.emoji"}},{"id":9410,"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":1368,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9391,"name":"APIButtonComponentBase.label"}},{"id":9411,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1372,"character":1}],"type":{"type":"reference","id":9421,"name":"Link"},"inheritedFrom":{"type":"reference","id":9392,"name":"APIButtonComponentBase.style"}},{"id":9414,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9378,"name":"Button"},"inheritedFrom":{"type":"reference","id":9395,"name":"APIButtonComponentBase.type"}},{"id":9409,"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":1412,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9413,9412,9410,9411,9414,9409]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1408,"character":17}],"extendedTypes":[{"type":"reference","id":9390,"typeArguments":[{"type":"reference","id":9421,"name":"ButtonStyle.Link"}],"name":"APIButtonComponentBase"}]},{"id":9013,"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":9015,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9469,"name":"ChannelFlags"}},{"id":9016,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9010,"name":"APIPartialChannel.id"}},{"id":9017,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9012,"name":"APIPartialChannel.name"}},{"id":9014,"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":38,"character":1}],"type":{"type":"reference","id":9018,"name":"T"},"overwrites":{"type":"reference","id":9011,"name":"APIPartialChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9015,9016,9017,9014]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":37,"character":17}],"typeParameter":[{"id":9018,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9161,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":9009,"name":"APIPartialChannel"}],"extendedBy":[{"type":"reference","id":9021,"name":"APITextBasedChannel"},{"type":"reference","id":9029,"name":"APIGuildChannel"}]},{"id":9359,"name":"APIChannelMention","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-mention-object-channel-mention-structure"},"children":[{"id":9361,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild containing the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1236,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9360,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1232,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9363,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1246,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9362,"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":1242,"character":1}],"type":{"type":"reference","id":9161,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[9361,9360,9363,9362]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1228,"character":17}]},{"id":10970,"name":"APIChannelPatchOverwrite","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10972,"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":449,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":11054,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":10973,"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":457,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":11055,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":10971,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/channel.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10974,"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":461,"character":1}],"type":{"type":"reference","id":9271,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":11056,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10972,10973,10971,10974]}],"sources":[{"fileName":"rest/v10/channel.ts","line":28,"character":17}],"extendedTypes":[{"type":"reference","id":11053,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":9444,"name":"APIChannelSelectComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"children":[{"id":9445,"name":"channel_types","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"List of channel types to include in the ChannelSelect component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1507,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9161,"name":"ChannelType"}}},{"id":9446,"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":1450,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9426,"name":"APIBaseSelectMenuComponent.custom_id"}},{"id":9450,"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":1472,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9430,"name":"APIBaseSelectMenuComponent.disabled"}},{"id":9449,"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":1466,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9429,"name":"APIBaseSelectMenuComponent.max_values"}},{"id":9448,"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":1460,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9428,"name":"APIBaseSelectMenuComponent.min_values"}},{"id":9447,"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":1454,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9427,"name":"APIBaseSelectMenuComponent.placeholder"}},{"id":9451,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9384,"name":"ChannelSelect"},"inheritedFrom":{"type":"reference","id":9431,"name":"APIBaseSelectMenuComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9445,9446,9450,9449,9448,9447,9451]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1503,"character":17}],"extendedTypes":[{"type":"reference","id":9425,"typeArguments":[{"type":"reference","id":9384,"name":"ComponentType.ChannelSelect"}],"name":"APIBaseSelectMenuComponent"}]},{"id":9913,"name":"APIChatInputApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"children":[{"id":9919,"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":9916,"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":9918,"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":9914,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":110,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9911,"name":"APIApplicationCommandInteractionDataOption"}}},{"id":9915,"name":"resolved","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":111,"character":1}],"type":{"type":"reference","id":10131,"name":"APIInteractionDataResolved"}},{"id":9917,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":9900,"name":"ChatInput"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9919,9916,9918,9914,9915,9917]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":108,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9900,"name":"ApplicationCommandType.ChatInput"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":10227,"name":"APICommandAutocompleteInteractionResponseCallbackData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10228,"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":9986,"typeArguments":[{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}],"name":"APIApplicationCommandOptionChoice"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10228]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":104,"character":17}]},{"id":10435,"name":"APIConnection","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#connection-object"},"children":[{"id":10442,"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":211,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10436,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the connection account"},"sources":[{"fileName":"payloads/v10/user.ts","line":183,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10440,"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":203,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":9732,"name":"APIGuildIntegration"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}}},{"id":10437,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The username of the connection account"},"sources":[{"fileName":"payloads/v10/user.ts","line":187,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10439,"name":"revoked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the connection is revoked"},"sources":[{"fileName":"payloads/v10/user.ts","line":197,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10443,"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":215,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10444,"name":"two_way_link","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this connection supports console voice transfer"},"sources":[{"fileName":"payloads/v10/user.ts","line":219,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10438,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The service of the connection","text":"See https://discord.com/developers/docs/resources/user#connection-object-services\n"},"sources":[{"fileName":"payloads/v10/user.ts","line":193,"character":1}],"type":{"type":"reference","id":10446,"name":"ConnectionService"}},{"id":10441,"name":"verified","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the connection is verified"},"sources":[{"fileName":"payloads/v10/user.ts","line":207,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10445,"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":225,"character":1}],"type":{"type":"reference","id":10464,"name":"ConnectionVisibility"}}],"groups":[{"title":"Properties","kind":1024,"children":[10442,10436,10440,10437,10439,10443,10444,10438,10441,10445]}],"sources":[{"fileName":"payloads/v10/user.ts","line":179,"character":17}]},{"id":9091,"name":"APIDMChannelBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9097,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9469,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.flags"}},{"id":9095,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":9096,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.last_message_id"}},{"id":9093,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.name"}},{"id":9092,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10396,"name":"APIUser"}}},{"id":9094,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":38,"character":1}],"type":{"type":"reference","id":9098,"name":"T"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9097,9095,9096,9093,9092,9094]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":155,"character":17}],"typeParameter":[{"id":9098,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9161,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9021,"typeArguments":[{"type":"reference","id":9098,"name":"T"}],"name":"APITextBasedChannel"},{"type":"literal","value":"rate_limit_per_user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":9295,"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":9307,"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":983,"character":1}],"type":{"type":"reference","id":9335,"name":"APIEmbedAuthor"}},{"id":9301,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Color code of the embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":947,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9298,"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":935,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9308,"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":991,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9344,"name":"APIEmbedField"}}},{"id":9302,"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":953,"character":1}],"type":{"type":"reference","id":9340,"name":"APIEmbedFooter"}},{"id":9303,"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":959,"character":1}],"type":{"type":"reference","id":9327,"name":"APIEmbedImage"}},{"id":9306,"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":977,"character":1}],"type":{"type":"reference","id":9332,"name":"APIEmbedProvider"}},{"id":9304,"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":965,"character":1}],"type":{"type":"reference","id":9317,"name":"APIEmbedThumbnail"}},{"id":9300,"name":"timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of embed content"},"sources":[{"fileName":"payloads/v10/channel.ts","line":943,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9296,"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":921,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9297,"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":929,"character":1}],"type":{"type":"reference","id":9309,"name":"EmbedType"}},{"id":9299,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of embed"},"sources":[{"fileName":"payloads/v10/channel.ts","line":939,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9305,"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":971,"character":1}],"type":{"type":"reference","id":9322,"name":"APIEmbedVideo"}}],"groups":[{"title":"Properties","kind":1024,"children":[9307,9301,9298,9308,9302,9303,9306,9304,9300,9296,9297,9299,9305]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":915,"character":17}]},{"id":9335,"name":"APIEmbedAuthor","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-author-structure"},"children":[{"id":9338,"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":1128,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9336,"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":1120,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9339,"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":1132,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9337,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of author"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1124,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9338,9336,9339,9337]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1114,"character":17}]},{"id":9344,"name":"APIEmbedField","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-field-structure"},"children":[{"id":9347,"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":1174,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9345,"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":1164,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9346,"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":1170,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9347,9345,9346]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1158,"character":17}]},{"id":9340,"name":"APIEmbedFooter","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-footer-structure"},"children":[{"id":9342,"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":1148,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9343,"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":1152,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9341,"name":"text","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Footer text","text":"Length limit: 2048 characters\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1144,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9342,9343,9341]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1138,"character":17}]},{"id":9327,"name":"APIEmbedImage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-image-structure"},"children":[{"id":9330,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of image"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1090,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9329,"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":1086,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9328,"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":1082,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9331,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of image"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1094,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9330,9329,9328,9331]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1078,"character":17}]},{"id":9332,"name":"APIEmbedProvider","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-provider-structure"},"children":[{"id":9333,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of provider"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1104,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9334,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of provider"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1108,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9333,9334]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1100,"character":17}]},{"id":9317,"name":"APIEmbedThumbnail","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-thumbnail-structure"},"children":[{"id":9320,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of thumbnail"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1046,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9319,"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":1042,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9318,"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":1038,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9321,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of thumbnail"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1050,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9320,9319,9318,9321]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1034,"character":17}]},{"id":9322,"name":"APIEmbedVideo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-video-structure"},"children":[{"id":9325,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of video"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1068,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9324,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of the video"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1064,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9323,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Source url of video"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1060,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9326,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of video"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1072,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9325,9324,9323,9326]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1056,"character":17}]},{"id":9481,"name":"APIEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#emoji-object-emoji-structure"},"children":[{"id":9489,"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":9480,"name":"APIPartialEmoji.animated"}},{"id":9486,"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":9487,"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":9478,"name":"APIPartialEmoji.id"}},{"id":9485,"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":9488,"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":9479,"name":"APIPartialEmoji.name"}},{"id":9484,"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":9482,"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":9483,"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":10396,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9489,9486,9487,9485,9488,9484,9482,9483]}],"sources":[{"fileName":"payloads/v10/emoji.ts","line":30,"character":17}],"extendedTypes":[{"type":"reference","id":9477,"name":"APIPartialEmoji"}]},{"id":10250,"name":"APIExtendedInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-metadata-object"},"children":[{"id":10264,"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":10243,"name":"APIInvite.approximate_member_count"}},{"id":10263,"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":10242,"name":"APIInvite.approximate_presence_count"}},{"id":10258,"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":9009,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},"inheritedFrom":{"type":"reference","id":10237,"name":"APIInvite.channel"}},{"id":10256,"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":10235,"name":"APIInvite.code"}},{"id":10255,"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":10265,"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":10244,"name":"APIInvite.expires_at"}},{"id":10257,"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":10233,"name":"APIInviteGuild"},"inheritedFrom":{"type":"reference","id":10236,"name":"APIInvite.guild"}},{"id":10267,"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":9862,"name":"APIGuildScheduledEvent"},"inheritedFrom":{"type":"reference","id":10246,"name":"APIInvite.guild_scheduled_event"}},{"id":10259,"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":10396,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":10238,"name":"APIInvite.inviter"}},{"id":10253,"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":10252,"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":10266,"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":10320,"name":"APIInviteStageInstance"},"inheritedFrom":{"type":"reference","id":10245,"name":"APIInvite.stage_instance"}},{"id":10262,"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/resources/application#application-object\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":70,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8765,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},"inheritedFrom":{"type":"reference","id":10241,"name":"APIInvite.target_application"}},{"id":10260,"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":"payloads/v10/invite.ts","line":58,"character":1}],"type":{"type":"reference","id":10247,"name":"InviteTargetType"},"inheritedFrom":{"type":"reference","id":10239,"name":"APIInvite.target_type"}},{"id":10261,"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":10396,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":10240,"name":"APIInvite.target_user"}},{"id":10254,"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":10251,"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":[10264,10263,10258,10256,10255,10265,10257,10267,10259,10253,10252,10266,10262,10260,10261,10254,10251]}],"sources":[{"fileName":"payloads/v10/invite.ts","line":105,"character":17}],"extendedTypes":[{"type":"reference","id":10234,"name":"APIInvite"}]},{"id":9845,"name":"APIExternalGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9846,"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":9859,"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":10396,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":9850,"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":9852,"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":9858,"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":9847,"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":9863,"name":"APIGuildScheduledEventEntityMetadata"}],"qualifiedName":"Required","package":"typescript","name":"Required"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":9857,"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":9868,"name":"External"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":9849,"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":9848,"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":9861,"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":9851,"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":9855,"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":9875,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":9854,"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":9853,"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":9856,"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":9869,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":9860,"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":[9846,9859,9850,9852,9858,9847,9857,9849,9848,9861,9851,9855,9854,9853,9856,9860]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":83,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9868,"name":"GuildScheduledEventEntityType.External"}],"name":"APIGuildScheduledEventBase"}]},{"id":9259,"name":"APIFollowedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#followed-channel-object"},"children":[{"id":9260,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source channel id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":768,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9261,"name":"webhook_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Created target webhook id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":772,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9260,9261]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":764,"character":17}]},{"id":9492,"name":"APIGatewayBotInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway-bot"},"children":[{"id":9494,"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":37,"character":1}],"type":{"type":"reference","id":9496,"name":"APIGatewaySessionStartLimit"}},{"id":9493,"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":31,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9495,"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":19,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9491,"name":"APIGatewayInfo.url"}}],"groups":[{"title":"Properties","kind":1024,"children":[9494,9493,9495]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":9490,"name":"APIGatewayInfo"}]},{"id":9490,"name":"APIGatewayInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway"},"children":[{"id":9491,"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":19,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9491]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":15,"character":17}],"extendedBy":[{"type":"reference","id":9492,"name":"APIGatewayBotInfo"}]},{"id":9496,"name":"APIGatewaySessionStartLimit","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#session-start-limit-object"},"children":[{"id":9500,"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":59,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9498,"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":51,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9499,"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":55,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9497,"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":47,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9500,9498,9499,9497]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":43,"character":17}]},{"id":9100,"name":"APIGroupDMChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9101,"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":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9109,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9469,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.flags"}},{"id":9102,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Icon hash"},"sources":[{"fileName":"payloads/v10/channel.ts","line":174,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9107,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":9105,"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":186,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","name":"Omit.last_message_id"}},{"id":9103,"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":178,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9104,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the DM creator"},"sources":[{"fileName":"payloads/v10/channel.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9108,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10396,"name":"APIUser"}},"inheritedFrom":{"type":"reference","name":"Omit.recipients"}},{"id":9106,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":38,"character":1}],"type":{"type":"reference","id":9165,"name":"GroupDM"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9101,9109,9102,9107,9105,9103,9104,9108,9106]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":166,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9091,"typeArguments":[{"type":"reference","id":9165,"name":"ChannelType.GroupDM"}],"name":"APIDMChannelBase"},{"type":"literal","value":"name"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":9600,"name":"APIGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-structure"},"children":[{"id":9607,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of afk channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":119,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9608,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"payloads/v10/guild.ts","line":123,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]}},{"id":9618,"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":177,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9632,"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":241,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9633,"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":245,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9626,"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":213,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":9593,"name":"APIPartialGuild.banner"}},{"id":9612,"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":143,"character":1}],"type":{"type":"reference","id":9643,"name":"GuildDefaultMessageNotifications"}},{"id":9625,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":207,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":9594,"name":"APIPartialGuild.description"}},{"id":9602,"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":90,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9615,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9481,"name":"APIEmoji"}}},{"id":9613,"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":149,"character":1}],"type":{"type":"reference","id":9646,"name":"GuildExplicitContentFilter"}},{"id":9616,"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":167,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9678,"name":"GuildFeature"}},"overwrites":{"type":"reference","id":9595,"name":"APIPartialGuild.features"}},{"id":9638,"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":271,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9669,"name":"GuildHubType"}]}},{"id":9640,"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":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9591,"name":"APIPartialGuild.icon"}},{"id":9601,"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":84,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9642,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9598,"name":"APIPartialGuild.id"}},{"id":9623,"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":199,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9622,"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":195,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":9631,"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":237,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9617,"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":173,"character":1}],"type":{"type":"reference","id":9650,"name":"GuildMFALevel"}},{"id":9639,"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":34,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9590,"name":"APIPartialGuild.name"}},{"id":9635,"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":257,"character":1}],"type":{"type":"reference","id":9653,"name":"GuildNSFWLevel"}},{"id":9603,"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":96,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9604,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of owner"},"sources":[{"fileName":"payloads/v10/guild.ts","line":100,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9605,"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":108,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9629,"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":229,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9637,"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":267,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9628,"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":223,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9627,"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":219,"character":1}],"type":{"type":"reference","id":9664,"name":"GuildPremiumTier"}},{"id":9630,"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":233,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9606,"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":115,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9614,"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":155,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10293,"name":"APIRole"}}},{"id":9621,"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":191,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9641,"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":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9592,"name":"APIPartialGuild.splash"}},{"id":9636,"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":263,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10325,"name":"APISticker"}}},{"id":9620,"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":187,"character":1}],"type":{"type":"reference","id":9673,"name":"GuildSystemChannelFlags"}},{"id":9619,"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":181,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9624,"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":203,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":9597,"name":"APIPartialGuild.vanity_url_code"}},{"id":9611,"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":137,"character":1}],"type":{"type":"reference","id":9658,"name":"GuildVerificationLevel"},"overwrites":{"type":"reference","id":9596,"name":"APIPartialGuild.verification_level"}},{"id":9634,"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":251,"character":1}],"type":{"type":"reference","id":9792,"name":"APIGuildWelcomeScreen"},"overwrites":{"type":"reference","id":9599,"name":"APIPartialGuild.welcome_screen"}},{"id":9610,"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":131,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9609,"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":127,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[9607,9608,9618,9632,9633,9626,9612,9625,9602,9615,9613,9616,9638,9640,9601,9642,9623,9622,9631,9617,9639,9635,9603,9604,9605,9629,9637,9628,9627,9630,9606,9614,9621,9641,9636,9620,9619,9624,9611,9634,9610,9609]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":78,"character":17}],"extendedTypes":[{"type":"reference","id":9589,"name":"APIPartialGuild"}],"extendedBy":[{"type":"reference","id":8426,"name":"GatewayGuildCreateDispatchData"}]},{"id":10049,"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":10051,"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":10052,"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":10050,"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":10053,"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":10054,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10051,10052,10050,10053]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":6,"character":17}]},{"id":9029,"name":"APIGuildChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9036,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9469,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9015,"name":"APIChannelBase.flags"}},{"id":9030,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9037,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9016,"name":"APIChannelBase.id"}},{"id":9038,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9017,"name":"APIChannelBase.name"}},{"id":9034,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9033,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9031,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9266,"name":"APIOverwrite"}}},{"id":9032,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9035,"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":38,"character":1}],"type":{"type":"reference","id":9039,"name":"T"},"inheritedFrom":{"type":"reference","id":9014,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9036,9030,9037,9038,9034,9033,9031,9032,9035]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":72,"character":17}],"typeParameter":[{"id":9039,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9161,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":9013,"typeArguments":[{"type":"reference","id":9039,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":9041,"name":"APIGuildTextChannel"},{"type":"reference","id":9060,"name":"APIVoiceChannelBase"},{"type":"reference","id":9110,"name":"APIThreadChannel"}]},{"id":11127,"name":"APIGuildCreateOverwrite","kind":256,"kindString":"Interface","flags":{},"children":[{"id":11129,"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":449,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":11054,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":11130,"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":457,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":11055,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":11128,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":38,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":11131,"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":461,"character":1}],"type":{"type":"reference","id":9271,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":11056,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[11129,11130,11128,11131]}],"sources":[{"fileName":"rest/v10/guild.ts","line":37,"character":17}],"extendedTypes":[{"type":"reference","id":11053,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":11139,"name":"APIGuildCreateRole","kind":256,"kindString":"Interface","flags":{},"children":[{"id":11143,"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":625,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.color"}},{"id":11144,"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":631,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.hoist"}},{"id":11145,"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":635,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.icon"}},{"id":11140,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":11147,"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":645,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.mentionable"}},{"id":11141,"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":613,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.name"}},{"id":11142,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.permissions"}},{"id":11146,"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":639,"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":[11143,11144,11145,11140,11147,11141,11142,11146]}],"sources":[{"fileName":"rest/v10/guild.ts","line":68,"character":17}],"extendedTypes":[{"type":"reference","id":11255,"name":"RESTPostAPIGuildRoleJSONBody"}]},{"id":9141,"name":"APIGuildForumChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9142,"name":"available_tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The set of tags that can be used in a forum channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":297,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9129,"name":"APIGuildForumTag"}}},{"id":9146,"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":109,"character":1}],"type":{"type":"reference","id":9281,"name":"ThreadAutoArchiveDuration"},"inheritedFrom":{"type":"reference","id":9042,"name":"APIGuildTextChannel.default_auto_archive_duration"}},{"id":9144,"name":"default_reaction_emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji to show in the add reaction button on a thread in a forum channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":306,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9135,"name":"APIGuildForumDefaultReactionEmoji"}]}},{"id":9145,"name":"default_sort_order","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The default sort order type used to order posts in forum channels"},"sources":[{"fileName":"payloads/v10/channel.ts","line":310,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9138,"name":"SortOrderType"}]}},{"id":9143,"name":"default_thread_rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The initial `rate_limit_per_user` to set on newly created threads in a forum channel.\nThis field is copied to the thread at creation time and does not live update"},"sources":[{"fileName":"payloads/v10/channel.ts","line":302,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9152,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9469,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9048,"name":"APIGuildTextChannel.flags"}},{"id":9155,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9051,"name":"APIGuildTextChannel.guild_id"}},{"id":9153,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9049,"name":"APIGuildTextChannel.id"}},{"id":9149,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9045,"name":"APIGuildTextChannel.last_message_id"}},{"id":9148,"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":118,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9044,"name":"APIGuildTextChannel.last_pin_timestamp"}},{"id":9154,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9050,"name":"APIGuildTextChannel.name"}},{"id":9159,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9055,"name":"APIGuildTextChannel.nsfw"}},{"id":9158,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9054,"name":"APIGuildTextChannel.parent_id"}},{"id":9156,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9266,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":9052,"name":"APIGuildTextChannel.permission_overwrites"}},{"id":9157,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9053,"name":"APIGuildTextChannel.position"}},{"id":9150,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9046,"name":"APIGuildTextChannel.rate_limit_per_user"}},{"id":9147,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel topic (0-4096 characters for forum channels, 0-1024 characters for all others)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":113,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9043,"name":"APIGuildTextChannel.topic"}},{"id":9151,"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":38,"character":1}],"type":{"type":"reference","id":9173,"name":"GuildForum"},"inheritedFrom":{"type":"reference","id":9047,"name":"APIGuildTextChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9142,9146,9144,9145,9143,9152,9155,9153,9149,9148,9154,9159,9158,9156,9157,9150,9147,9151]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":293,"character":17}],"extendedTypes":[{"type":"reference","id":9041,"typeArguments":[{"type":"reference","id":9173,"name":"ChannelType.GuildForum"}],"name":"APIGuildTextChannel"}]},{"id":9135,"name":"APIGuildForumDefaultReactionEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#default-reaction-object-default-reaction-structure"},"children":[{"id":9136,"name":"emoji_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of a guild's custom emoji"},"sources":[{"fileName":"payloads/v10/channel.ts","line":272,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9137,"name":"emoji_name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unicode character of the emoji"},"sources":[{"fileName":"payloads/v10/channel.ts","line":276,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[9136,9137]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":268,"character":17}]},{"id":9129,"name":"APIGuildForumTag","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#forum-tag-object-forum-tag-structure"},"children":[{"id":9133,"name":"emoji_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of a guild's custom emoji"},"sources":[{"fileName":"payloads/v10/channel.ts","line":258,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9134,"name":"emoji_name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unicode character of the emoji"},"sources":[{"fileName":"payloads/v10/channel.ts","line":262,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9130,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the tag"},"sources":[{"fileName":"payloads/v10/channel.ts","line":246,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9132,"name":"moderated","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this tag can only be added to or removed from threads by a member with the `MANAGE_THREADS` permission"},"sources":[{"fileName":"payloads/v10/channel.ts","line":254,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9131,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the tag (0-20 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":250,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9133,9134,9130,9132,9131]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":242,"character":17}]},{"id":9732,"name":"APIGuildIntegration","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object"},"children":[{"id":9743,"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":687,"character":1}],"type":{"type":"reference","id":9753,"name":"APIIntegrationAccount"}},{"id":9747,"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":713,"character":1}],"type":{"type":"reference","id":9756,"name":"APIGuildIntegrationApplication"}},{"id":9739,"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":659,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9736,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Is this integration enabled"},"sources":[{"fileName":"payloads/v10/guild.ts","line":641,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9740,"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":667,"character":1}],"type":{"type":"reference","id":9750,"name":"IntegrationExpireBehavior"}},{"id":9741,"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":673,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9733,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":629,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9734,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration name"},"sources":[{"fileName":"payloads/v10/guild.ts","line":633,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9746,"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":705,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9738,"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":653,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9748,"name":"scopes","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The scopes the application has been authorized for"},"sources":[{"fileName":"payloads/v10/guild.ts","line":717,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10268,"name":"OAuth2Scopes"}}},{"id":9745,"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":699,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9744,"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":693,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9737,"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":647,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9735,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration type"},"sources":[{"fileName":"payloads/v10/guild.ts","line":637,"character":1}],"type":{"type":"reference","id":9749,"name":"APIGuildIntegrationType"}},{"id":9742,"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":681,"character":1}],"type":{"type":"reference","id":10396,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9743,9747,9739,9736,9740,9741,9733,9734,9746,9738,9748,9745,9744,9737,9735,9742]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":625,"character":17}]},{"id":9756,"name":"APIGuildIntegrationApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-application-object"},"children":[{"id":9761,"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":771,"character":1}],"type":{"type":"reference","id":10396,"name":"APIUser"}},{"id":9760,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description of the app"},"sources":[{"fileName":"payloads/v10/guild.ts","line":765,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9759,"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":761,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9757,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the app"},"sources":[{"fileName":"payloads/v10/guild.ts","line":751,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9758,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the app"},"sources":[{"fileName":"payloads/v10/guild.ts","line":755,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9761,9760,9759,9757,9758]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":747,"character":17}]},{"id":9721,"name":"APIGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":9724,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v10/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9731,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9728,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":605,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9726,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9729,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":609,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9723,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v10/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9730,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9727,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9725,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":9722,"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":577,"character":1}],"type":{"type":"reference","id":10396,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9724,9731,9728,9726,9729,9723,9730,9727,9725,9722]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":569,"character":17}],"extendedBy":[{"type":"reference","id":8504,"name":"GatewayGuildMemberAddDispatchData"},{"type":"reference","id":10082,"name":"APIInteractionGuildMember"}]},{"id":9800,"name":"APIGuildMembershipScreening","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9803,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The server description shown in the screening form"},"sources":[{"fileName":"payloads/v10/guild.ts","line":891,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9802,"name":"form_fields","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The steps in the screening form"},"sources":[{"fileName":"payloads/v10/guild.ts","line":887,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9804,"name":"APIGuildMembershipScreeningField"}}},{"id":9801,"name":"version","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the fields were last updated"},"sources":[{"fileName":"payloads/v10/guild.ts","line":883,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9803,9802,9801]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":879,"character":17}]},{"id":9804,"name":"APIGuildMembershipScreeningField","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9805,"name":"field_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of field"},"sources":[{"fileName":"payloads/v10/guild.ts","line":900,"character":1}],"type":{"type":"reference","id":9810,"name":"Terms"}},{"id":9806,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The title of the field"},"sources":[{"fileName":"payloads/v10/guild.ts","line":904,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9808,"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":912,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9807,"name":"values","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The list of rules"},"sources":[{"fileName":"payloads/v10/guild.ts","line":908,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9805,9806,9808,9807]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":896,"character":17}]},{"id":9706,"name":"APIGuildPreview","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-preview-object"},"children":[{"id":9714,"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":537,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9715,"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":541,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9716,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":545,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9711,"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":521,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9712,"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":527,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9481,"name":"APIEmoji"}}},{"id":9713,"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":533,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9678,"name":"GuildFeature"}}},{"id":9709,"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":509,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9707,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":499,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9708,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters)"},"sources":[{"fileName":"payloads/v10/guild.ts","line":503,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9710,"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":515,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9717,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild stickers"},"sources":[{"fileName":"payloads/v10/guild.ts","line":549,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10325,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9714,9715,9716,9711,9712,9713,9709,9707,9708,9710,9717]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":495,"character":17}]},{"id":9863,"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":9864,"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":[9864]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":100,"character":17}]},{"id":9876,"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":9877,"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":9879,"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":9721,"name":"APIGuildMember"}},{"id":9878,"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":10396,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[9877,9879,9878]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":139,"character":17}]},{"id":9041,"name":"APIGuildTextChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9042,"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":109,"character":1}],"type":{"type":"reference","id":9281,"name":"ThreadAutoArchiveDuration"}},{"id":9048,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9469,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9036,"name":"APIGuildChannel.flags"}},{"id":9051,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9030,"name":"APIGuildChannel.guild_id"}},{"id":9049,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9037,"name":"APIGuildChannel.id"}},{"id":9045,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9022,"name":"APITextBasedChannel.last_message_id"}},{"id":9044,"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":118,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9050,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9038,"name":"APIGuildChannel.name"}},{"id":9055,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9034,"name":"APIGuildChannel.nsfw"}},{"id":9054,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9033,"name":"APIGuildChannel.parent_id"}},{"id":9052,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9266,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":9031,"name":"APIGuildChannel.permission_overwrites"}},{"id":9053,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9032,"name":"APIGuildChannel.position"}},{"id":9046,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9023,"name":"APITextBasedChannel.rate_limit_per_user"}},{"id":9043,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel topic (0-4096 characters for forum channels, 0-1024 characters for all others)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":113,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9047,"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":38,"character":1}],"type":{"type":"reference","id":9056,"name":"T"},"inheritedFrom":{"type":"reference","id":9035,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9042,9048,9051,9049,9045,9044,9050,9055,9054,9052,9053,9046,9043,9047]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":103,"character":17}],"typeParameter":[{"id":9056,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9040,"name":"GuildTextChannelType"}}],"extendedTypes":[{"type":"reference","id":9021,"typeArguments":[{"type":"reference","id":9056,"name":"T"}],"name":"APITextBasedChannel"},{"type":"reference","id":9029,"typeArguments":[{"type":"reference","id":9056,"name":"T"}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":9141,"name":"APIGuildForumChannel"}]},{"id":9074,"name":"APIGuildVoiceChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9076,"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":129,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9061,"name":"APIVoiceChannelBase.bitrate"}},{"id":9085,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9469,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9025,"name":"APITextBasedChannel.flags"}},{"id":9079,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9064,"name":"APIVoiceChannelBase.guild_id"}},{"id":9086,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9026,"name":"APITextBasedChannel.id"}},{"id":9088,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9022,"name":"APITextBasedChannel.last_message_id"}},{"id":9087,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9027,"name":"APITextBasedChannel.name"}},{"id":9083,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9068,"name":"APIVoiceChannelBase.nsfw"}},{"id":9082,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9067,"name":"APIVoiceChannelBase.parent_id"}},{"id":9080,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9266,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":9065,"name":"APIVoiceChannelBase.permission_overwrites"}},{"id":9081,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9066,"name":"APIVoiceChannelBase.position"}},{"id":9089,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9023,"name":"APITextBasedChannel.rate_limit_per_user"}},{"id":9078,"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":139,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9063,"name":"APIVoiceChannelBase.rtc_region"}},{"id":9084,"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":38,"character":1}],"type":{"type":"reference","id":9164,"name":"GuildVoice"},"inheritedFrom":{"type":"reference","id":9024,"name":"APITextBasedChannel.type"}},{"id":9077,"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":133,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9062,"name":"APIVoiceChannelBase.user_limit"}},{"id":9075,"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":150,"character":1}],"type":{"type":"reference","id":9178,"name":"VideoQualityMode"}}],"groups":[{"title":"Properties","kind":1024,"children":[9076,9085,9079,9086,9088,9087,9083,9082,9080,9081,9089,9078,9084,9077,9075]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":142,"character":17}],"extendedTypes":[{"type":"reference","id":9060,"typeArguments":[{"type":"reference","id":9164,"name":"ChannelType.GuildVoice"}],"name":"APIVoiceChannelBase"},{"type":"reference","id":9021,"typeArguments":[{"type":"reference","id":9164,"name":"ChannelType.GuildVoice"}],"name":"APITextBasedChannel"}]},{"id":9792,"name":"APIGuildWelcomeScreen","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9793,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The welcome screen short message"},"sources":[{"fileName":"payloads/v10/guild.ts","line":853,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9794,"name":"welcome_channels","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of suggested channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":857,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9795,"name":"APIGuildWelcomeScreenChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9793,9794]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":849,"character":17}]},{"id":9795,"name":"APIGuildWelcomeScreenChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9796,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel id that is suggested"},"sources":[{"fileName":"payloads/v10/guild.ts","line":864,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9797,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description shown for the channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":868,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9798,"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":872,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9799,"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":876,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[9796,9797,9798,9799]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":860,"character":17}]},{"id":9765,"name":"APIGuildWidget","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object"},"children":[{"id":9769,"name":"channels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":795,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9772,"name":"APIGuildWidgetChannel"}}},{"id":9766,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":792,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9768,"name":"instant_invite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":794,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9770,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":796,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9776,"name":"APIGuildWidgetMember"}}},{"id":9767,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":793,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9771,"name":"presence_count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":797,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9769,9766,9768,9770,9767,9771]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":791,"character":17}]},{"id":9772,"name":"APIGuildWidgetChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object-example-guild-widget"},"children":[{"id":9773,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":804,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9774,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":805,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9775,"name":"position","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":806,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9773,9774,9775]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":803,"character":17}]},{"id":9776,"name":"APIGuildWidgetMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object-example-guild-widget"},"children":[{"id":9782,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/guild.ts","line":818,"character":1}],"type":{"type":"reflection","declaration":{"id":9783,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":9784,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":818,"character":14}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9784]}]}}},{"id":9780,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":816,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9785,"name":"avatar_url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":819,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9779,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":815,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9777,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":813,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9781,"name":"status","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":817,"character":1}],"type":{"type":"reference","id":9507,"name":"PresenceUpdateStatus"}},{"id":9778,"name":"username","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":814,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9782,9780,9785,9779,9777,9781,9778]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":812,"character":17}]},{"id":9718,"name":"APIGuildWidgetSettings","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object"},"children":[{"id":9720,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The widget channel id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":563,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9719,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the widget is enabled"},"sources":[{"fileName":"payloads/v10/guild.ts","line":559,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[9720,9719]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":555,"character":17}]},{"id":9753,"name":"APIIntegrationAccount","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-account-object"},"children":[{"id":9754,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the account"},"sources":[{"fileName":"payloads/v10/guild.ts","line":737,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9755,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the account"},"sources":[{"fileName":"payloads/v10/guild.ts","line":741,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9754,9755]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":733,"character":17}]},{"id":9933,"name":"APIInteractionDataOptionBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9934,"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"}},{"id":9935,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":9937,"name":"T"}},{"id":9936,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":16,"character":1}],"type":{"type":"reference","id":9938,"name":"D"}}],"groups":[{"title":"Properties","kind":1024,"children":[9934,9935,9936]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":13,"character":17}],"typeParameter":[{"id":9937,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9974,"name":"ApplicationCommandOptionType"}},{"id":9938,"name":"D","kind":131072,"kindString":"Type parameter","flags":{}}],"extendedBy":[{"type":"reference","id":9959,"name":"APIApplicationCommandInteractionDataIntegerOption"},{"type":"reference","id":9967,"name":"APIApplicationCommandInteractionDataNumberOption"},{"type":"reference","id":9992,"name":"APIApplicationCommandInteractionDataStringOption"}]},{"id":10131,"name":"APIInteractionDataResolved","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure"},"children":[{"id":10136,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":157,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":9348,"name":"APIAttachment"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":10135,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":156,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":10115,"name":"APIInteractionDataResolvedChannel"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":10134,"name":"members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":155,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":10122,"name":"APIInteractionDataResolvedGuildMember"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":10133,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":154,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":10293,"name":"APIRole"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":10132,"name":"users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":153,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":10396,"name":"APIUser"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[10136,10135,10134,10133,10132]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":152,"character":17}]},{"id":10115,"name":"APIInteractionDataResolvedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object"},"children":[{"id":10119,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Required.id"}},{"id":10121,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v10/channel.ts","line":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Required.name"}},{"id":10118,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":139,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":10117,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":138,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10116,"name":"thread_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":137,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9274,"name":"APIThreadMetadata"}]}},{"id":10120,"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":26,"character":1}],"type":{"type":"reference","id":9161,"name":"ChannelType"},"inheritedFrom":{"type":"reference","name":"Required.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10119,10121,10118,10117,10116,10120]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":136,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9009,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},{"id":10122,"name":"APIInteractionDataResolvedGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":10128,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v10/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.avatar"}},{"id":10130,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.communication_disabled_until"}},{"id":10125,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.joined_at"}},{"id":10126,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v10/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.nick"}},{"id":10129,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"Omit.pending"}},{"id":10123,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":146,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10127,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.premium_since"}},{"id":10124,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}}],"groups":[{"title":"Properties","kind":1024,"children":[10128,10130,10125,10126,10129,10123,10127,10124]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":145,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9721,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"user"},{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":10082,"name":"APIInteractionGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":10086,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v10/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9724,"name":"APIGuildMember.avatar"}},{"id":10093,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9731,"name":"APIGuildMember.communication_disabled_until"}},{"id":10090,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":605,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9728,"name":"APIGuildMember.deaf"}},{"id":10088,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9726,"name":"APIGuildMember.joined_at"}},{"id":10091,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":609,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9729,"name":"APIGuildMember.mute"}},{"id":10085,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v10/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9723,"name":"APIGuildMember.nick"}},{"id":10092,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9730,"name":"APIGuildMember.pending"}},{"id":10083,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10089,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9727,"name":"APIGuildMember.premium_since"}},{"id":10087,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":9725,"name":"APIGuildMember.roles"}},{"id":10084,"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":10396,"name":"APIUser"},"overwrites":{"type":"reference","id":9722,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[10086,10093,10090,10088,10091,10085,10092,10083,10089,10087,10084]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":50,"character":17}],"extendedTypes":[{"type":"reference","id":9721,"name":"APIGuildMember"}]},{"id":10205,"name":"APIInteractionResponseChannelMessageWithSource","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10207,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":45,"character":1}],"type":{"type":"reference","id":10224,"name":"APIInteractionResponseCallbackData"}},{"id":10206,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":44,"character":1}],"type":{"type":"reference","id":10218,"name":"ChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[10207,10206]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":43,"character":17}]},{"id":10208,"name":"APIInteractionResponseDeferredChannelMessageWithSource","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10210,"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":10224,"name":"APIInteractionResponseCallbackData"},{"type":"literal","value":"flags"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":10209,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":49,"character":1}],"type":{"type":"reference","id":10219,"name":"DeferredChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[10210,10209]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":48,"character":17}]},{"id":10211,"name":"APIInteractionResponseDeferredMessageUpdate","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10212,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":54,"character":1}],"type":{"type":"reference","id":10220,"name":"DeferredMessageUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[10212]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":53,"character":17}]},{"id":10197,"name":"APIInteractionResponsePong","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10198,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":30,"character":1}],"type":{"type":"reference","id":10217,"name":"Pong"}}],"groups":[{"title":"Properties","kind":1024,"children":[10198]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":29,"character":17}]},{"id":10213,"name":"APIInteractionResponseUpdateMessage","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10215,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":59,"character":1}],"type":{"type":"reference","id":10224,"name":"APIInteractionResponseCallbackData"}},{"id":10214,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":58,"character":1}],"type":{"type":"reference","id":10221,"name":"UpdateMessage"}}],"groups":[{"title":"Properties","kind":1024,"children":[10215,10214]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":57,"character":17}]},{"id":10234,"name":"APIInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object"},"children":[{"id":10243,"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":10242,"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":10237,"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":9009,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":10235,"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":10244,"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":10236,"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":10233,"name":"APIInviteGuild"}},{"id":10246,"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":9862,"name":"APIGuildScheduledEvent"}},{"id":10238,"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":10396,"name":"APIUser"}},{"id":10245,"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":10320,"name":"APIInviteStageInstance"}},{"id":10241,"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/resources/application#application-object\n"},"sources":[{"fileName":"payloads/v10/invite.ts","line":70,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8765,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":10239,"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":"payloads/v10/invite.ts","line":58,"character":1}],"type":{"type":"reference","id":10247,"name":"InviteTargetType"}},{"id":10240,"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":10396,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[10243,10242,10237,10235,10244,10236,10246,10238,10245,10241,10239,10240]}],"sources":[{"fileName":"payloads/v10/invite.ts","line":30,"character":17}],"extendedBy":[{"type":"reference","id":10250,"name":"APIExtendedInvite"}]},{"id":10320,"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":10324,"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":9721,"name":"APIGuildMember"}}},{"id":10322,"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":10323,"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":10321,"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":[10324,10322,10323,10321]}],"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":58,"character":17}]},{"id":9181,"name":"APIMessage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-structure"},"children":[{"id":9200,"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":564,"character":1}],"type":{"type":"reference","id":9237,"name":"APIMessageActivity"}},{"id":9201,"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/application#application-object\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":570,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8765,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":9202,"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":574,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9193,"name":"attachments","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Any attached files","text":"See https://discord.com/developers/docs/resources/channel#attachment-object\n\nThe `MESSAGE_CONTENT` privileged gateway intent is required for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**.\nYou also need to specify the intent bit value (`1 << 15`) if you are connecting to the gateway\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":518,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9348,"name":"APIAttachment"}}},{"id":9184,"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":450,"character":1}],"type":{"type":"reference","id":10396,"name":"APIUser"}},{"id":9183,"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":441,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9208,"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","text":"The `MESSAGE_CONTENT` privileged gateway intent is required for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**.\nYou also need to specify the intent bit value (`1 << 15`) if you are connecting to the gateway\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":621,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9386,"typeArguments":[{"type":"reference","id":9475,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":9185,"name":"content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Contents of the message","text":"The `MESSAGE_CONTENT` privileged gateway intent is required for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**.\nYou also need to specify the intent bit value (`1 << 15`) if you are connecting to the gateway\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":461,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9187,"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":469,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9194,"name":"embeds","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Any embedded content","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n\nThe `MESSAGE_CONTENT` privileged gateway intent is required for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**.\nYou also need to specify the intent bit value (`1 << 15`) if you are connecting to the gateway\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":531,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9295,"name":"APIEmbed"}}},{"id":9204,"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":588,"character":1}],"type":{"type":"reference","id":9249,"name":"MessageFlags"}},{"id":9182,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the message"},"sources":[{"fileName":"payloads/v10/channel.ts","line":437,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9206,"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":606,"character":1}],"type":{"type":"reference","id":10076,"name":"APIMessageInteraction"}},{"id":9192,"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":505,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9359,"name":"APIChannelMention"}}},{"id":9189,"name":"mention_everyone","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this message mentions everyone"},"sources":[{"fileName":"payloads/v10/channel.ts","line":477,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9191,"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":493,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":9190,"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":487,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10396,"name":"APIUser"}}},{"id":9203,"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":580,"character":1}],"type":{"type":"reference","id":9240,"name":"APIMessageReference"}},{"id":9196,"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":544,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":9197,"name":"pinned","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this message is pinned"},"sources":[{"fileName":"payloads/v10/channel.ts","line":548,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9211,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A generally increasing integer (there may be gaps or duplicates) that represents the approximate position of the message in a thread","text":"It can be used to estimate the relative position of the message in a thread in company with `total_message_sent` on parent thread\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":640,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9195,"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":537,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9262,"name":"APIReaction"}}},{"id":9205,"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":602,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9181,"name":"APIMessage"}]}},{"id":9209,"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":627,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10345,"name":"APIStickerItem"}}},{"id":9210,"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":634,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10325,"name":"APISticker"}}},{"id":9207,"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":610,"character":1}],"type":{"type":"reference","id":9160,"name":"APIChannel"}},{"id":9186,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this message was sent"},"sources":[{"fileName":"payloads/v10/channel.ts","line":465,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9188,"name":"tts","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this was a TTS message"},"sources":[{"fileName":"payloads/v10/channel.ts","line":473,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9199,"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":558,"character":1}],"type":{"type":"reference","id":9212,"name":"MessageType"}},{"id":9198,"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":552,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9200,9201,9202,9193,9184,9183,9208,9185,9187,9194,9204,9182,9206,9192,9189,9191,9190,9203,9196,9197,9211,9195,9205,9209,9210,9207,9186,9188,9199,9198]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":433,"character":17}]},{"id":9237,"name":"APIMessageActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-structure"},"children":[{"id":9239,"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":688,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9238,"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":682,"character":1}],"type":{"type":"reference","id":9244,"name":"MessageActivityType"}}],"groups":[{"title":"Properties","kind":1024,"children":[9239,9238]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":676,"character":17}]},{"id":10030,"name":"APIMessageApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"children":[{"id":10036,"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":10033,"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":10035,"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":10032,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":22,"character":1}],"type":{"type":"reference","id":10037,"name":"APIMessageApplicationCommandInteractionDataResolved"}},{"id":10031,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10034,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":9902,"name":"Message"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10036,10033,10035,10032,10031,10034]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":19,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9902,"name":"ApplicationCommandType.Message"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":10037,"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":10038,"name":"messages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":29,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":9181,"name":"APIMessage"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[10038]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":28,"character":17}]},{"id":10168,"name":"APIMessageChannelSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10172,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":9384,"name":"ChannelSelect"},"inheritedFrom":{"type":"reference","id":10146,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":10171,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":10145,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":10170,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":85,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10131,"name":"APIInteractionDataResolved"},{"type":"literal","value":"channels"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}},{"id":10169,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":84,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10172,10171,10170,10169]}],"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":82,"character":17}],"extendedTypes":[{"type":"reference","id":10144,"typeArguments":[{"type":"reference","id":9384,"name":"ComponentType.ChannelSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":10144,"name":"APIMessageComponentBaseInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10146,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":10147,"name":"CType"}},{"id":10145,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10146,10145]}],"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":46,"character":17}],"typeParameter":[{"id":10147,"name":"CType","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9376,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":10149,"name":"APIMessageStringSelectInteractionData"},{"type":"reference","id":10153,"name":"APIMessageUserSelectInteractionData"},{"type":"reference","id":10158,"name":"APIMessageRoleSelectInteractionData"},{"type":"reference","id":10163,"name":"APIMessageMentionableSelectInteractionData"},{"type":"reference","id":10168,"name":"APIMessageChannelSelectInteractionData"}]},{"id":9397,"name":"APIMessageComponentEmoji","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9400,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is animated"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1395,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9398,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Emoji id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1387,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9399,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Emoji name"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1391,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9400,9398,9399]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1383,"character":17}]},{"id":10076,"name":"APIMessageInteraction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#message-interaction-object"},"children":[{"id":10077,"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":10081,"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":10075,"name":"PartialAPIMessageInteractionGuildMember"}},{"id":10079,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the application command, including subcommands and subcommand groups"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10078,"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":10190,"name":"InteractionType"}},{"id":10080,"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":10396,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[10077,10081,10079,10078,10080]}],"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":24,"character":17}]},{"id":10163,"name":"APIMessageMentionableSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10167,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":9383,"name":"MentionableSelect"},"inheritedFrom":{"type":"reference","id":10146,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":10166,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":10145,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":10165,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":79,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10131,"name":"APIInteractionDataResolved"},{"type":"union","types":[{"type":"literal","value":"roles"},{"type":"literal","value":"members"},{"type":"literal","value":"users"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":10164,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":78,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10167,10166,10165,10164]}],"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":76,"character":17}],"extendedTypes":[{"type":"reference","id":10144,"typeArguments":[{"type":"reference","id":9383,"name":"ComponentType.MentionableSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":9240,"name":"APIMessageReference","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure"},"children":[{"id":9242,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the originating message's channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":702,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9243,"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":706,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9241,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the originating message"},"sources":[{"fileName":"payloads/v10/channel.ts","line":698,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9242,9243,9241]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":694,"character":17}]},{"id":10158,"name":"APIMessageRoleSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10162,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":9382,"name":"RoleSelect"},"inheritedFrom":{"type":"reference","id":10146,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":10161,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":10145,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":10160,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":73,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10131,"name":"APIInteractionDataResolved"},{"type":"literal","value":"roles"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}},{"id":10159,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":72,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10162,10161,10160,10159]}],"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":70,"character":17}],"extendedTypes":[{"type":"reference","id":10144,"typeArguments":[{"type":"reference","id":9382,"name":"ComponentType.RoleSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":10149,"name":"APIMessageStringSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10152,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":9379,"name":"StringSelect"},"inheritedFrom":{"type":"reference","id":10146,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":10151,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":10145,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":10150,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":61,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10152,10151,10150]}],"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":59,"character":17}],"extendedTypes":[{"type":"reference","id":10144,"typeArguments":[{"type":"reference","id":9379,"name":"ComponentType.StringSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":10153,"name":"APIMessageUserSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10157,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":9381,"name":"UserSelect"},"inheritedFrom":{"type":"reference","id":10146,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":10156,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":10145,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":10155,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":67,"character":1}],"type":{"type":"reference","id":10138,"name":"APIUserInteractionDataResolved"}},{"id":10154,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":66,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10157,10156,10155,10154]}],"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":64,"character":17}],"extendedTypes":[{"type":"reference","id":10144,"typeArguments":[{"type":"reference","id":9381,"name":"ComponentType.UserSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":10202,"name":"APIModalInteractionResponse","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10204,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":40,"character":1}],"type":{"type":"reference","id":10229,"name":"APIModalInteractionResponseCallbackData"}},{"id":10203,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":39,"character":1}],"type":{"type":"reference","id":10223,"name":"Modal"}}],"groups":[{"title":"Properties","kind":1024,"children":[10204,10203]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":38,"character":17}]},{"id":10229,"name":"APIModalInteractionResponseCallbackData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-modal"},"children":[{"id":10232,"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":9386,"typeArguments":[{"type":"reference","id":9459,"name":"APITextInputComponent"}],"name":"APIActionRowComponent"}}},{"id":10230,"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":10231,"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":[10232,10230,10231]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":111,"character":17}]},{"id":10183,"name":"APIModalSubmission","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-modal-submit-data-structure"},"children":[{"id":10185,"name":"components","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A list of child components"},"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":32,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10180,"name":"ModalSubmitActionRowComponent"}}},{"id":10184,"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":28,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[10185,10184]}],"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":24,"character":17}]},{"id":9266,"name":"APIOverwrite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#overwrite-object-overwrite-structure"},"children":[{"id":9269,"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":816,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9270,"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":824,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9267,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role or user id"},"sources":[{"fileName":"payloads/v10/channel.ts","line":802,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9268,"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":808,"character":1}],"type":{"type":"reference","id":9271,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[9269,9270,9267,9268]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":798,"character":17}]},{"id":9009,"name":"APIPartialChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented, but partial only includes id, name, and type"},"children":[{"id":9010,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9012,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9011,"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":26,"character":1}],"type":{"type":"reference","id":9161,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[9010,9012,9011]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":16,"character":17}],"extendedBy":[{"type":"reference","id":9013,"name":"APIChannelBase"}]},{"id":9477,"name":"APIPartialEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented but mentioned"},"children":[{"id":9480,"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":9478,"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":9479,"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":[9480,9478,9479]}],"sources":[{"fileName":"payloads/v10/emoji.ts","line":12,"character":17}],"extendedBy":[{"type":"reference","id":9481,"name":"APIEmoji"}]},{"id":9589,"name":"APIPartialGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-structure"},"children":[{"id":9593,"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":52,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9594,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":56,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9595,"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":62,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9678,"name":"GuildFeature"}}},{"id":9591,"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":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9598,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":9590,"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":34,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9592,"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":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9597,"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":72,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9596,"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":68,"character":1}],"type":{"type":"reference","id":9658,"name":"GuildVerificationLevel"}},{"id":9599,"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":251,"character":1}],"type":{"type":"reference","id":9792,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","name":"Pick.welcome_screen"}}],"groups":[{"title":"Properties","kind":1024,"children":[9593,9594,9595,9591,9598,9590,9592,9597,9596,9599]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":30,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9586,"name":"APIUnavailableGuild"},{"type":"literal","value":"unavailable"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":9600,"name":"APIGuild"},{"type":"literal","value":"welcome_screen"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"extendedBy":[{"type":"reference","id":9600,"name":"APIGuild"}]},{"id":9262,"name":"APIReaction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#reaction-object-reaction-structure"},"children":[{"id":9263,"name":"count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Times this emoji has been used to react"},"sources":[{"fileName":"payloads/v10/channel.ts","line":782,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9265,"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":792,"character":1}],"type":{"type":"reference","id":9477,"name":"APIPartialEmoji"}},{"id":9264,"name":"me","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the current user reacted using this emoji"},"sources":[{"fileName":"payloads/v10/channel.ts","line":786,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[9263,9265,9264]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":778,"character":17}]},{"id":10293,"name":"APIRole","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object"},"children":[{"id":10296,"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":10297,"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":10298,"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":10294,"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":10302,"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":10303,"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":10295,"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":10301,"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":10300,"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":10304,"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":10305,"name":"APIRoleTags"}},{"id":10299,"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":[10296,10297,10298,10294,10302,10303,10295,10301,10300,10304,10299]}],"sources":[{"fileName":"payloads/v10/permissions.ts","line":10,"character":17}]},{"id":10305,"name":"APIRoleTags","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object-role-tags-structure"},"children":[{"id":10306,"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":10308,"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":10307,"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":[10306,10308,10307]}],"sources":[{"fileName":"payloads/v10/permissions.ts","line":62,"character":17}]},{"id":9453,"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":9458,"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":1543,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9456,"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":1535,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9457,"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":1539,"character":1}],"type":{"type":"reference","id":9397,"name":"APIMessageComponentEmoji"}},{"id":9454,"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":1527,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9455,"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":1531,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9458,9456,9457,9454,9455]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1523,"character":17}]},{"id":10309,"name":"APIStageInstance","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#stage-instance-object"},"children":[{"id":10312,"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":10315,"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":10311,"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":10316,"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":10310,"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":10314,"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":10317,"name":"StageInstancePrivacyLevel"}},{"id":10313,"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":[10312,10315,10311,10316,10310,10314,10313]}],"sources":[{"fileName":"payloads/v10/stageInstance.ts","line":7,"character":17}]},{"id":9811,"name":"APIStageInstanceGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9812,"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":9825,"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":10396,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":9816,"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":9818,"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":9824,"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":9813,"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":9823,"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":9866,"name":"StageInstance"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":9815,"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":9814,"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":9827,"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":9817,"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":9821,"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":9875,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":9820,"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":9819,"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":9822,"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":9869,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":9826,"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":[9812,9825,9816,9818,9824,9813,9823,9815,9814,9827,9817,9821,9820,9819,9822,9826]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":72,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9866,"name":"GuildScheduledEventEntityType.StageInstance"}],"name":"APIGuildScheduledEventBase"}]},{"id":10325,"name":"APISticker","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object"},"children":[{"id":10331,"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":10334,"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":10329,"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":10333,"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":10341,"name":"StickerFormatType"}},{"id":10335,"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":10326,"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":10328,"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":10327,"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":10337,"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":10330,"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":10332,"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":10338,"name":"StickerType"}},{"id":10336,"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":10396,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[10331,10334,10329,10333,10335,10326,10328,10327,10337,10330,10332,10336]}],"sources":[{"fileName":"payloads/v10/sticker.ts","line":11,"character":17}]},{"id":10346,"name":"APIStickerPack","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-pack-object"},"children":[{"id":10353,"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":10351,"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":10352,"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":10347,"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":10349,"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":10350,"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":10348,"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":10325,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[10353,10351,10352,10347,10349,10350,10348]}],"sources":[{"fileName":"payloads/v10/sticker.ts","line":98,"character":17}]},{"id":9433,"name":"APIStringSelectComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"children":[{"id":9435,"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":1450,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9426,"name":"APIBaseSelectMenuComponent.custom_id"}},{"id":9439,"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":1472,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9430,"name":"APIBaseSelectMenuComponent.disabled"}},{"id":9438,"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":1466,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9429,"name":"APIBaseSelectMenuComponent.max_values"}},{"id":9437,"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":1460,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9428,"name":"APIBaseSelectMenuComponent.min_values"}},{"id":9434,"name":"options","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Specified choices in a select menu; max 25"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1482,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9453,"name":"APISelectMenuOption"}}},{"id":9436,"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":1454,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9427,"name":"APIBaseSelectMenuComponent.placeholder"}},{"id":9440,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9379,"name":"StringSelect"},"inheritedFrom":{"type":"reference","id":9431,"name":"APIBaseSelectMenuComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9435,9439,9438,9437,9434,9436,9440]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1478,"character":17}],"extendedTypes":[{"type":"reference","id":9425,"typeArguments":[{"type":"reference","id":9379,"name":"ComponentType.StringSelect"}],"name":"APIBaseSelectMenuComponent"}]},{"id":10354,"name":"APITeam","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-object"},"children":[{"id":10355,"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":10356,"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":10357,"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":10360,"name":"APITeamMember"}}},{"id":10358,"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":10359,"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":[10355,10356,10357,10358,10359]}],"sources":[{"fileName":"payloads/v10/teams.ts","line":11,"character":17}]},{"id":10360,"name":"APITeamMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-member-object"},"children":[{"id":10361,"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":10365,"name":"TeamMemberMembershipState"}},{"id":10362,"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":10363,"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":10364,"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":10396,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[10361,10362,10363,10364]}],"sources":[{"fileName":"payloads/v10/teams.ts","line":37,"character":17}]},{"id":10368,"name":"APITemplate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#guild-template-object"},"children":[{"id":10369,"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":10375,"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":10374,"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":10396,"name":"APIUser"}},{"id":10373,"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":10371,"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":10379,"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":10370,"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":10378,"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":10380,"name":"APITemplateSerializedSourceGuild"}},{"id":10377,"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":10376,"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":10372,"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":[10369,10375,10374,10373,10371,10379,10370,10378,10377,10376,10372]}],"sources":[{"fileName":"payloads/v10/template.ts","line":12,"character":17}]},{"id":10380,"name":"APITemplateSerializedSourceGuild","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10388,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":139,"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":10389,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"rest/v10/guild.ts","line":143,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]},"inheritedFrom":{"type":"reference","name":"Omit.afk_timeout"}},{"id":10394,"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":135,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":11133,"name":"APIGuildCreatePartialChannel"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"Omit.channels"}},{"id":10390,"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":103,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9644,"name":"AllMessages"},{"type":"reference","id":9645,"name":"OnlyMentions"}]},"inheritedFrom":{"type":"reference","name":"Omit.default_message_notifications"}},{"id":10381,"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":10391,"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":109,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9647,"name":"Disabled"},{"type":"reference","id":9648,"name":"MembersWithoutRoles"},{"type":"reference","id":9649,"name":"AllMembers"}]},"inheritedFrom":{"type":"reference","name":"Omit.explicit_content_filter"}},{"id":10383,"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":10384,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v10/guild.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.name"}},{"id":10382,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/template.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10395,"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":157,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"Omit.premium_progress_bar_enabled"}},{"id":10385,"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":85,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.region"}},{"id":10386,"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":122,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":11139,"name":"APIGuildCreateRole"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}},{"id":10393,"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":153,"character":1}],"type":{"type":"reference","id":9673,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.system_channel_flags"}},{"id":10392,"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":147,"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":10387,"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":97,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9659,"name":"None"},{"type":"reference","id":9660,"name":"Low"},{"type":"reference","id":9661,"name":"Medium"},{"type":"reference","id":9662,"name":"High"},{"type":"reference","id":9663,"name":"VeryHigh"}]},"inheritedFrom":{"type":"reference","name":"Omit.verification_level"}}],"groups":[{"title":"Properties","kind":1024,"children":[10388,10389,10394,10390,10381,10391,10383,10384,10382,10395,10385,10386,10393,10392,10387]}],"sources":[{"fileName":"payloads/v10/template.ts","line":61,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":11148,"name":"RESTPostAPIGuildsJSONBody"},{"type":"literal","value":"icon"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":9021,"name":"APITextBasedChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9025,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9469,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9015,"name":"APIChannelBase.flags"}},{"id":9026,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9016,"name":"APIChannelBase.id"}},{"id":9022,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9027,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9017,"name":"APIChannelBase.name"}},{"id":9023,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9024,"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":38,"character":1}],"type":{"type":"reference","id":9028,"name":"T"},"inheritedFrom":{"type":"reference","id":9014,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9025,9026,9022,9027,9023,9024]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":55,"character":17}],"typeParameter":[{"id":9028,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9161,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":9013,"typeArguments":[{"type":"reference","id":9028,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":9041,"name":"APIGuildTextChannel"},{"type":"reference","id":9074,"name":"APIGuildVoiceChannel"}]},{"id":9459,"name":"APITextInputComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-structure"},"children":[{"id":9461,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The custom id for the text input"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1557,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9462,"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":1561,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9466,"name":"max_length","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Maximal length of text input"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1577,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9465,"name":"min_length","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Minimal length of text input"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1573,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9463,"name":"placeholder","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Placeholder for the text input"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1565,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9467,"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":1581,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9460,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"One of text input styles"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1553,"character":1}],"type":{"type":"reference","id":9422,"name":"TextInputStyle"}},{"id":9468,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9380,"name":"TextInput"},"inheritedFrom":{"type":"reference","id":9374,"name":"APIBaseComponent.type"}},{"id":9464,"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":1569,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9461,9462,9466,9465,9463,9467,9460,9468,9464]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":1549,"character":17}],"extendedTypes":[{"type":"reference","id":9373,"typeArguments":[{"type":"reference","id":9380,"name":"ComponentType.TextInput"}],"name":"APIBaseComponent"}]},{"id":9110,"name":"APIThreadChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9119,"name":"applied_tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The IDs of the set of tags that have been applied to a thread in a forum channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":236,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":9126,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9469,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9036,"name":"APIGuildChannel.flags"}},{"id":9120,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9030,"name":"APIGuildChannel.guild_id"}},{"id":9127,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9037,"name":"APIGuildChannel.id"}},{"id":9117,"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":226,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9111,"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":194,"character":1}],"type":{"type":"reference","id":9286,"name":"APIThreadMember"}},{"id":9114,"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":208,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9113,"name":"message_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages (not including the initial message or deleted messages) in a thread","text":"If the thread was created before July 1, 2022, it stops counting at 50 messages\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":204,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9128,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9038,"name":"APIGuildChannel.name"}},{"id":9124,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9034,"name":"APIGuildChannel.nsfw"}},{"id":9116,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the thread creator"},"sources":[{"fileName":"payloads/v10/channel.ts","line":222,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9123,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9033,"name":"APIGuildChannel.parent_id"}},{"id":9121,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9266,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":9031,"name":"APIGuildChannel.permission_overwrites"}},{"id":9122,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9032,"name":"APIGuildChannel.position"}},{"id":9115,"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":218,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9112,"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":198,"character":1}],"type":{"type":"reference","id":9274,"name":"APIThreadMetadata"}},{"id":9118,"name":"total_message_sent","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages ever sent in a thread","text":"Similar to `message_count` on message creation, but won't decrement when a message is deleted\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9125,"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":38,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9168,"name":"AnnouncementThread"},{"type":"reference","id":9169,"name":"PublicThread"},{"type":"reference","id":9170,"name":"PrivateThread"}]},"inheritedFrom":{"type":"reference","id":9035,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[9119,9126,9120,9127,9117,9111,9114,9113,9128,9124,9116,9123,9121,9122,9115,9112,9118,9125]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":189,"character":17}],"extendedTypes":[{"type":"reference","id":9029,"typeArguments":[{"type":"union","types":[{"type":"reference","id":9169,"name":"ChannelType.PublicThread"},{"type":"reference","id":9170,"name":"ChannelType.PrivateThread"},{"type":"reference","id":9168,"name":"ChannelType.AnnouncementThread"}]}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":8648,"name":"GatewayThreadCreateDispatchData"}]},{"id":9292,"name":"APIThreadList","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9294,"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":907,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9286,"name":"APIThreadMember"}}},{"id":9293,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The threads that were fetched"},"sources":[{"fileName":"payloads/v10/channel.ts","line":903,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9160,"name":"APIChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9294,9293]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":899,"character":17}],"extendedBy":[{"type":"reference","id":11107,"name":"RESTGetAPIChannelUsersThreadsArchivedResult"}]},{"id":9286,"name":"APIThreadMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#thread-member-object-thread-member-structure"},"children":[{"id":9290,"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":894,"character":1}],"type":{"type":"reference","id":9291,"name":"ThreadMemberFlags"}},{"id":9287,"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":878,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9289,"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":888,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9288,"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":884,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9290,9287,9289,9288]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":872,"character":17}]},{"id":9274,"name":"APIThreadMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#thread-metadata-object-thread-metadata-structure"},"children":[{"id":9277,"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":847,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9275,"name":"archived","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the thread is archived"},"sources":[{"fileName":"payloads/v10/channel.ts","line":839,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9276,"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":843,"character":1}],"type":{"type":"reference","id":9281,"name":"ThreadAutoArchiveDuration"}},{"id":9280,"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":859,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9279,"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":855,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9278,"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":851,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[9277,9275,9276,9280,9279,9278]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":835,"character":17}]},{"id":9586,"name":"APIUnavailableGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#unavailable-guild-object"},"children":[{"id":9587,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9588,"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":24,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[9587,9588]}],"sources":[{"fileName":"payloads/v10/guild.ts","line":16,"character":17}]},{"id":10396,"name":"APIUser","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object"},"children":[{"id":10405,"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":10400,"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":10404,"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":10401,"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":10399,"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":10408,"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":10409,"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":10412,"name":"UserFlags"}},{"id":10397,"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":10406,"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":10403,"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":10410,"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":10430,"name":"UserPremiumType"}},{"id":10411,"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":10412,"name":"UserFlags"}},{"id":10402,"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":10398,"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":10407,"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":[10405,10400,10404,10401,10399,10408,10409,10397,10406,10403,10410,10411,10402,10398,10407]}],"sources":[{"fileName":"payloads/v10/user.ts","line":11,"character":17}]},{"id":10023,"name":"APIUserApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"children":[{"id":10029,"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":10026,"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":10028,"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":10025,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":13,"character":1}],"type":{"type":"reference","id":10138,"name":"APIUserInteractionDataResolved"}},{"id":10024,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10027,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":9901,"name":"User"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10029,10026,10028,10025,10024,10027]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":10,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9901,"name":"ApplicationCommandType.User"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":9060,"name":"APIVoiceChannelBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9061,"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":129,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9070,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9469,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9036,"name":"APIGuildChannel.flags"}},{"id":9064,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9030,"name":"APIGuildChannel.guild_id"}},{"id":9071,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9037,"name":"APIGuildChannel.id"}},{"id":9072,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9038,"name":"APIGuildChannel.name"}},{"id":9068,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9034,"name":"APIGuildChannel.nsfw"}},{"id":9067,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9033,"name":"APIGuildChannel.parent_id"}},{"id":9065,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9266,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":9031,"name":"APIGuildChannel.permission_overwrites"}},{"id":9066,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9032,"name":"APIGuildChannel.position"}},{"id":9063,"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":139,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9069,"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":38,"character":1}],"type":{"type":"reference","id":9073,"name":"T"},"inheritedFrom":{"type":"reference","id":9035,"name":"APIGuildChannel.type"}},{"id":9062,"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":133,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9061,9070,9064,9071,9072,9068,9067,9065,9066,9063,9069,9062]}],"sources":[{"fileName":"payloads/v10/channel.ts","line":125,"character":17}],"typeParameter":[{"id":9073,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9161,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":9029,"typeArguments":[{"type":"reference","id":9073,"name":"T"}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":9074,"name":"APIGuildVoiceChannel"}]},{"id":9828,"name":"APIVoiceGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9829,"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":9842,"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":10396,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":9833,"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":9835,"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":9841,"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":9830,"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":9840,"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":9867,"name":"Voice"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":9832,"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":9831,"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":9844,"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":9834,"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":9838,"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":9875,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":9837,"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":9836,"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":9839,"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":9869,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":9843,"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":[9829,9842,9833,9835,9841,9830,9840,9832,9831,9844,9834,9838,9837,9836,9839,9843]}],"sources":[{"fileName":"payloads/v10/guildScheduledEvent.ts","line":78,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9867,"name":"GuildScheduledEventEntityType.Voice"}],"name":"APIGuildScheduledEventBase"}]},{"id":10481,"name":"APIVoiceRegion","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-region-object"},"children":[{"id":10486,"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":10485,"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":10482,"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":10483,"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":10484,"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":[10486,10485,10482,10483,10484]}],"sources":[{"fileName":"payloads/v10/voice.ts","line":71,"character":17}]},{"id":10487,"name":"APIWebhook","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#webhook-object"},"children":[{"id":10496,"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":10494,"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":10491,"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":10490,"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":10488,"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":10493,"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":10498,"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":9009,"name":"APIPartialChannel"}},{"id":10497,"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":9589,"name":"APIPartialGuild"}},{"id":10495,"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":10489,"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":10500,"name":"WebhookType"}},{"id":10499,"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":10492,"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":10396,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[10496,10494,10491,10490,10488,10493,10498,10497,10495,10489,10499,10492]}],"sources":[{"fileName":"payloads/v10/webhook.ts","line":11,"character":17}]},{"id":10930,"name":"CDNQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10931,"name":"size","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The returned image can have the size changed by using this query parameter","text":"Image size can be any power of two between 16 and 4096\n"},"sources":[{"fileName":"rest/v10/index.ts","line":1120,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[10931]}],"sources":[{"fileName":"rest/v10/index.ts","line":1114,"character":17}]},{"id":9517,"name":"GatewayActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-structure"},"children":[{"id":9526,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Application id for the game"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9532,"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-events#activity-object-activity-assets\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":200,"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":9536,"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":222,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"intrinsic","name":"string"}},{"type":"array","elementType":{"type":"reference","id":9572,"name":"GatewayActivityButton"}}]}},{"id":9522,"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":152,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9527,"name":"details","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"What the player is currently doing"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":174,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9529,"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-events#activity-object-activity-emoji\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":184,"character":1}],"type":{"type":"reference","id":9556,"name":"GatewayActivityEmoji"}},{"id":9535,"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-events#activity-object-activity-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":218,"character":1}],"type":{"type":"reference","id":9562,"name":"ActivityFlags"}},{"id":9518,"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":134,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9534,"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":210,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":9519,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The activity's name"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":138,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9531,"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-events#activity-object-activity-party\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":194,"character":1}],"type":{"type":"reference","id":9557,"name":"GatewayActivityParty"}},{"id":9525,"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":166,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9533,"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-events#activity-object-activity-secrets\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":206,"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":9530,"name":"session_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"tags":[{"tag":"unstable","text":"\n"}]},"sources":[{"fileName":"payloads/v10/gateway.ts","line":188,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9528,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's current party status"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":178,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":9524,"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":161,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9523,"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":156,"character":1}],"type":{"type":"reference","id":9553,"name":"GatewayActivityTimestamps"}},{"id":9520,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Activity type","text":"See https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-types\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":144,"character":1}],"type":{"type":"reference","id":9546,"name":"ActivityType"}},{"id":9521,"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":148,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[9526,9532,9536,9522,9527,9529,9535,9518,9534,9519,9531,9525,9533,9530,9528,9524,9523,9520,9521]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":129,"character":17}]},{"id":9572,"name":"GatewayActivityButton","kind":256,"kindString":"Interface","flags":{},"children":[{"id":9573,"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":334,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9574,"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":338,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[9573,9574]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":330,"character":17}]},{"id":9557,"name":"GatewayActivityParty","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-party"},"children":[{"id":9558,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the party"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":296,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9559,"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":300,"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":[9558,9559]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":292,"character":17}]},{"id":9553,"name":"GatewayActivityTimestamps","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-timestamps"},"children":[{"id":9555,"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":281,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9554,"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":277,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[9555,9554]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":273,"character":17}]},{"id":8405,"name":"GatewayApplicationCommandPermissionsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#application-command-permissions-update"},"children":[{"id":8407,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the application the command belongs to"},"sources":[{"fileName":"gateway/v10.ts","line":584,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8408,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":588,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8406,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the command or the application ID"},"sources":[{"fileName":"gateway/v10.ts","line":580,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8409,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Permissions for the command in the guild, max of 100"},"sources":[{"fileName":"gateway/v10.ts","line":592,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10054,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8407,8408,8406,8409]}],"sources":[{"fileName":"gateway/v10.ts","line":576,"character":17}]},{"id":8392,"name":"GatewayAutoModerationActionExecutionDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-action-execution"},"children":[{"id":8394,"name":"action","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The action which was executed"},"sources":[{"fileName":"gateway/v10.ts","line":518,"character":1}],"type":{"type":"reference","id":8999,"name":"APIAutoModerationAction"}},{"id":8400,"name":"alert_system_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of any system auto moderation messages posted as a result of this action","text":"This field will not be present if this event does not correspond to an action with type {@link AutoModerationActionType.SendAlertMessage}\n"},"sources":[{"fileName":"gateway/v10.ts","line":546,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8398,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel in which user content was posted"},"sources":[{"fileName":"gateway/v10.ts","line":534,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8401,"name":"content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user generated text content","text":"`MESSAGE_CONTENT` (`1 << 15`) gateway intent is required to receive non-empty values from this field\n"},"sources":[{"fileName":"gateway/v10.ts","line":552,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8393,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild in which action was executed"},"sources":[{"fileName":"gateway/v10.ts","line":514,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8403,"name":"matched_content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The substring in content that triggered the rule","text":"`MESSAGE_CONTENT` (`1 << 15`) gateway intent is required to receive non-empty values from this field\n"},"sources":[{"fileName":"gateway/v10.ts","line":562,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8402,"name":"matched_keyword","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The word or phrase configured in the rule that triggered the rule"},"sources":[{"fileName":"gateway/v10.ts","line":556,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8399,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of any user message which content belongs to","text":"This field will not be present if message was blocked by AutoMod or content was not part of any message\n"},"sources":[{"fileName":"gateway/v10.ts","line":540,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8395,"name":"rule_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the rule which action belongs to"},"sources":[{"fileName":"gateway/v10.ts","line":522,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8396,"name":"rule_trigger_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The trigger type of rule which was triggered"},"sources":[{"fileName":"gateway/v10.ts","line":526,"character":1}],"type":{"type":"reference","id":8982,"name":"AutoModerationRuleTriggerType"}},{"id":8397,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the user which generated the content which triggered the rule"},"sources":[{"fileName":"gateway/v10.ts","line":530,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8394,8400,8398,8401,8393,8403,8402,8399,8395,8396,8397]}],"sources":[{"fileName":"gateway/v10.ts","line":510,"character":17}]},{"id":8419,"name":"GatewayChannelPinsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-pins-update"},"children":[{"id":8421,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":661,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8420,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":657,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8422,"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":665,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8421,8420,8422]}],"sources":[{"fileName":"gateway/v10.ts","line":653,"character":17}]},{"id":8485,"name":"GatewayGuildBanModifyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"children":[{"id":8486,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":805,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8487,"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":811,"character":1}],"type":{"type":"reference","id":10396,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[8486,8487]}],"sources":[{"fileName":"gateway/v10.ts","line":801,"character":17}]},{"id":8426,"name":"GatewayGuildCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-create\nhttps://discord.com/developers/docs/topics/gateway-events#guild-create-guild-create-extra-fields"},"children":[{"id":8444,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of afk channel"},"sources":[{"fileName":"payloads/v10/guild.ts","line":119,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9607,"name":"APIGuild.afk_channel_id"}},{"id":8445,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"payloads/v10/guild.ts","line":123,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]},"inheritedFrom":{"type":"reference","id":9608,"name":"APIGuild.afk_timeout"}},{"id":8455,"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":177,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9618,"name":"APIGuild.application_id"}},{"id":8469,"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":241,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9632,"name":"APIGuild.approximate_member_count"}},{"id":8470,"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":245,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9633,"name":"APIGuild.approximate_presence_count"}},{"id":8463,"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":213,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9626,"name":"APIGuild.banner"}},{"id":8433,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":733,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9160,"name":"APIChannel"}}},{"id":8449,"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":143,"character":1}],"type":{"type":"reference","id":9643,"name":"GuildDefaultMessageNotifications"},"inheritedFrom":{"type":"reference","id":9612,"name":"APIGuild.default_message_notifications"}},{"id":8462,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":207,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9625,"name":"APIGuild.description"}},{"id":8439,"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":90,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9602,"name":"APIGuild.discovery_splash"}},{"id":8452,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9481,"name":"APIEmoji"}},"inheritedFrom":{"type":"reference","id":9615,"name":"APIGuild.emojis"}},{"id":8450,"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":149,"character":1}],"type":{"type":"reference","id":9646,"name":"GuildExplicitContentFilter"},"inheritedFrom":{"type":"reference","id":9613,"name":"APIGuild.explicit_content_filter"}},{"id":8453,"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":167,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9678,"name":"GuildFeature"}},"inheritedFrom":{"type":"reference","id":9616,"name":"APIGuild.features"}},{"id":8437,"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-events#guild-create) event**\n\nhttps://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":765,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9862,"name":"APIGuildScheduledEvent"}}},{"id":8475,"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":271,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":9669,"name":"GuildHubType"}]},"inheritedFrom":{"type":"reference","id":9638,"name":"APIGuild.hub_type"}},{"id":8477,"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":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9640,"name":"APIGuild.icon"}},{"id":8438,"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":84,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9601,"name":"APIGuild.icon_hash"}},{"id":8479,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v10/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9642,"name":"APIGuild.id"}},{"id":8427,"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-events#guild-create) event**\n"},"sources":[{"fileName":"gateway/v10.ts","line":693,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8428,"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-events#guild-create) event**\n"},"sources":[{"fileName":"gateway/v10.ts","line":699,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8460,"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":199,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9623,"name":"APIGuild.max_members"}},{"id":8459,"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":195,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","id":9622,"name":"APIGuild.max_presences"}},{"id":8468,"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":237,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9631,"name":"APIGuild.max_video_channel_users"}},{"id":8430,"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-events#guild-create) event**\n"},"sources":[{"fileName":"gateway/v10.ts","line":709,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8432,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":725,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9721,"name":"APIGuildMember"}}},{"id":8454,"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":173,"character":1}],"type":{"type":"reference","id":9650,"name":"GuildMFALevel"},"inheritedFrom":{"type":"reference","id":9617,"name":"APIGuild.mfa_level"}},{"id":8476,"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":34,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9639,"name":"APIGuild.name"}},{"id":8472,"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":257,"character":1}],"type":{"type":"reference","id":9653,"name":"GuildNSFWLevel"},"inheritedFrom":{"type":"reference","id":9635,"name":"APIGuild.nsfw_level"}},{"id":8440,"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":96,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9603,"name":"APIGuild.owner"}},{"id":8441,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of owner"},"sources":[{"fileName":"payloads/v10/guild.ts","line":100,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9604,"name":"APIGuild.owner_id"}},{"id":8442,"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":108,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9605,"name":"APIGuild.permissions"}},{"id":8466,"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":229,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9629,"name":"APIGuild.preferred_locale"}},{"id":8474,"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":267,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9637,"name":"APIGuild.premium_progress_bar_enabled"}},{"id":8465,"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":223,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9628,"name":"APIGuild.premium_subscription_count"}},{"id":8464,"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":219,"character":1}],"type":{"type":"reference","id":9664,"name":"GuildPremiumTier"},"inheritedFrom":{"type":"reference","id":9627,"name":"APIGuild.premium_tier"}},{"id":8435,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/topics/gateway-events#presence-update\n"},"sources":[{"fileName":"gateway/v10.ts","line":749,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9501,"name":"GatewayPresenceUpdate"}}},{"id":8467,"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":233,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9630,"name":"APIGuild.public_updates_channel_id"}},{"id":8443,"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":115,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9606,"name":"APIGuild.region"}},{"id":8451,"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":155,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10293,"name":"APIRole"}},"inheritedFrom":{"type":"reference","id":9614,"name":"APIGuild.roles"}},{"id":8458,"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":191,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9621,"name":"APIGuild.rules_channel_id"}},{"id":8478,"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":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9641,"name":"APIGuild.splash"}},{"id":8436,"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-events#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":757,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10309,"name":"APIStageInstance"}}},{"id":8473,"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":263,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10325,"name":"APISticker"}},"inheritedFrom":{"type":"reference","id":9636,"name":"APIGuild.stickers"}},{"id":8457,"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":187,"character":1}],"type":{"type":"reference","id":9673,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","id":9620,"name":"APIGuild.system_channel_flags"}},{"id":8456,"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":181,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9619,"name":"APIGuild.system_channel_id"}},{"id":8434,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":741,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9160,"name":"APIChannel"}}},{"id":8429,"name":"unavailable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"gateway/v10.ts","line":703,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8461,"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":203,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9624,"name":"APIGuild.vanity_url_code"}},{"id":8448,"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":137,"character":1}],"type":{"type":"reference","id":9658,"name":"GuildVerificationLevel"},"inheritedFrom":{"type":"reference","id":9611,"name":"APIGuild.verification_level"}},{"id":8431,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/voice#voice-state-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":717,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":10467,"name":"GatewayVoiceState"},{"type":"literal","value":"guild_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":8471,"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":251,"character":1}],"type":{"type":"reference","id":9792,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","id":9634,"name":"APIGuild.welcome_screen"}},{"id":8447,"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":131,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9610,"name":"APIGuild.widget_channel_id"}},{"id":8446,"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":127,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9609,"name":"APIGuild.widget_enabled"}}],"groups":[{"title":"Properties","kind":1024,"children":[8444,8445,8455,8469,8470,8463,8433,8449,8462,8439,8452,8450,8453,8437,8475,8477,8438,8479,8427,8428,8460,8459,8468,8430,8432,8454,8476,8472,8440,8441,8442,8466,8474,8465,8464,8435,8467,8443,8451,8458,8478,8436,8473,8457,8456,8434,8429,8461,8448,8431,8471,8447,8446]}],"sources":[{"fileName":"gateway/v10.ts","line":687,"character":17}],"extendedTypes":[{"type":"reference","id":9600,"name":"APIGuild"}]},{"id":8493,"name":"GatewayGuildEmojisUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-emojis-update"},"children":[{"id":8495,"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":855,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9481,"name":"APIEmoji"}}},{"id":8494,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":849,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8495,8494]}],"sources":[{"fileName":"gateway/v10.ts","line":845,"character":17}]},{"id":8501,"name":"GatewayGuildIntegrationsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-integrations-update"},"children":[{"id":8502,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild whose integrations were updated"},"sources":[{"fileName":"gateway/v10.ts","line":897,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8502]}],"sources":[{"fileName":"gateway/v10.ts","line":893,"character":17}]},{"id":8504,"name":"GatewayGuildMemberAddDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-add"},"children":[{"id":8508,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v10/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9724,"name":"APIGuildMember.avatar"}},{"id":8515,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9731,"name":"APIGuildMember.communication_disabled_until"}},{"id":8512,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":605,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9728,"name":"APIGuildMember.deaf"}},{"id":8505,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":915,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8510,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v10/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9726,"name":"APIGuildMember.joined_at"}},{"id":8513,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v10/guild.ts","line":609,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9729,"name":"APIGuildMember.mute"}},{"id":8507,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v10/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9723,"name":"APIGuildMember.nick"}},{"id":8514,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9730,"name":"APIGuildMember.pending"}},{"id":8511,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9727,"name":"APIGuildMember.premium_since"}},{"id":8509,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":9725,"name":"APIGuildMember.roles"}},{"id":8506,"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":577,"character":1}],"type":{"type":"reference","id":10396,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":9722,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[8508,8515,8512,8505,8510,8513,8507,8514,8511,8509,8506]}],"sources":[{"fileName":"gateway/v10.ts","line":911,"character":17}],"extendedTypes":[{"type":"reference","id":9721,"name":"APIGuildMember"}]},{"id":8517,"name":"GatewayGuildMemberRemoveDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-remove"},"children":[{"id":8518,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":933,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8519,"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":939,"character":1}],"type":{"type":"reference","id":10396,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[8518,8519]}],"sources":[{"fileName":"gateway/v10.ts","line":929,"character":17}]},{"id":8525,"name":"GatewayGuildMembersChunkDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-members-chunk"},"children":[{"id":8529,"name":"chunk_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The total number of expected chunks for this response"},"sources":[{"fileName":"gateway/v10.ts","line":992,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8528,"name":"chunk_index","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The chunk index in the expected chunks for this response (`0 <= chunk_index < chunk_count`)"},"sources":[{"fileName":"gateway/v10.ts","line":988,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8526,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":978,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8527,"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":984,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9721,"name":"APIGuildMember"}}},{"id":8532,"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-events#request-guild-members\n"},"sources":[{"fileName":"gateway/v10.ts","line":1008,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8530,"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":996,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"unknown"}}},{"id":8531,"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-events#update-presence\n"},"sources":[{"fileName":"gateway/v10.ts","line":1002,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9501,"name":"GatewayPresenceUpdate"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8529,8528,8526,8527,8532,8530,8531]}],"sources":[{"fileName":"gateway/v10.ts","line":974,"character":17}]},{"id":8542,"name":"GatewayGuildRoleDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-delete"},"children":[{"id":8543,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1072,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8544,"name":"role_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the role"},"sources":[{"fileName":"gateway/v10.ts","line":1076,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8543,8544]}],"sources":[{"fileName":"gateway/v10.ts","line":1068,"character":17}]},{"id":8534,"name":"GatewayGuildRoleModifyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"children":[{"id":8535,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1028,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8536,"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":1034,"character":1}],"type":{"type":"reference","id":10293,"name":"APIRole"}}],"groups":[{"title":"Properties","kind":1024,"children":[8535,8536]}],"sources":[{"fileName":"gateway/v10.ts","line":1024,"character":17}]},{"id":8552,"name":"GatewayGuildScheduledEventUserAddDispatchData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8555,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1108,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8553,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1106,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8554,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1107,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8555,8553,8554]}],"sources":[{"fileName":"gateway/v10.ts","line":1105,"character":17}]},{"id":8557,"name":"GatewayGuildScheduledEventUserRemoveDispatchData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8560,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1119,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8558,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1117,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8559,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1118,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8560,8558,8559]}],"sources":[{"fileName":"gateway/v10.ts","line":1116,"character":17}]},{"id":8497,"name":"GatewayGuildStickersUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-stickers-update"},"children":[{"id":8498,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":873,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8499,"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":879,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10325,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8498,8499]}],"sources":[{"fileName":"gateway/v10.ts","line":869,"character":17}]},{"id":8692,"name":"GatewayHeartbeat","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#sending-heartbeats"},"children":[{"id":8694,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1703,"character":1}],"type":{"type":"reference","id":8695,"name":"GatewayHeartbeatData"}},{"id":8693,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1702,"character":1}],"type":{"type":"reference","id":8236,"name":"Heartbeat"}}],"groups":[{"title":"Properties","kind":1024,"children":[8694,8693]}],"sources":[{"fileName":"gateway/v10.ts","line":1701,"character":17}]},{"id":8357,"name":"GatewayHeartbeatAck","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#heartbeat"},"children":[{"id":8359,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":372,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":8358,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":371,"character":1}],"type":{"type":"reference","id":8245,"name":"HeartbeatAck"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":8361,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1956,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":8360,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[8359,8358,8361,8360]}],"sources":[{"fileName":"gateway/v10.ts","line":370,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":8352,"name":"GatewayHeartbeatRequest","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#sending-heartbeats"},"children":[{"id":8354,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":364,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":8353,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":363,"character":1}],"type":{"type":"reference","id":8236,"name":"Heartbeat"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":8356,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1956,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":8355,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[8354,8353,8356,8355]}],"sources":[{"fileName":"gateway/v10.ts","line":362,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":8345,"name":"GatewayHello","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#hello"},"children":[{"id":8347,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":346,"character":1}],"type":{"type":"reference","id":8350,"name":"GatewayHelloData"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":8346,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":345,"character":1}],"type":{"type":"reference","id":8244,"name":"Hello"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":8349,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1956,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":8348,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[8347,8346,8349,8348]}],"sources":[{"fileName":"gateway/v10.ts","line":344,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":8350,"name":"GatewayHelloData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#hello"},"children":[{"id":8351,"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":356,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[8351]}],"sources":[{"fileName":"gateway/v10.ts","line":352,"character":17}]},{"id":8696,"name":"GatewayIdentify","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#identify"},"children":[{"id":8698,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1716,"character":1}],"type":{"type":"reference","id":8699,"name":"GatewayIdentifyData"}},{"id":8697,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1715,"character":1}],"type":{"type":"reference","id":8237,"name":"Identify"}}],"groups":[{"title":"Properties","kind":1024,"children":[8698,8697]}],"sources":[{"fileName":"gateway/v10.ts","line":1714,"character":17}]},{"id":8699,"name":"GatewayIdentifyData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#identify"},"children":[{"id":8702,"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":1738,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8706,"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":1763,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8703,"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":1745,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8705,"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-events#update-presence\n"},"sources":[{"fileName":"gateway/v10.ts","line":1757,"character":1}],"type":{"type":"reference","id":8748,"name":"GatewayPresenceUpdateData"}},{"id":8701,"name":"properties","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Connection properties","text":"See https://discord.com/developers/docs/topics/gateway-events#identify-identify-connection-properties\n"},"sources":[{"fileName":"gateway/v10.ts","line":1732,"character":1}],"type":{"type":"reference","id":8707,"name":"GatewayIdentifyProperties"}},{"id":8704,"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":1751,"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":8700,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Authentication token"},"sources":[{"fileName":"gateway/v10.ts","line":1726,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8702,8706,8703,8705,8701,8704,8700]}],"sources":[{"fileName":"gateway/v10.ts","line":1722,"character":17}]},{"id":8707,"name":"GatewayIdentifyProperties","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#identify-identify-connection-properties"},"children":[{"id":8709,"name":"browser","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your library name"},"sources":[{"fileName":"gateway/v10.ts","line":1777,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8710,"name":"device","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your library name"},"sources":[{"fileName":"gateway/v10.ts","line":1781,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8708,"name":"os","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your operating system"},"sources":[{"fileName":"gateway/v10.ts","line":1773,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8709,8710,8708]}],"sources":[{"fileName":"gateway/v10.ts","line":1769,"character":17}]},{"id":8570,"name":"GatewayIntegrationDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-delete"},"children":[{"id":8573,"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":1171,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8572,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1167,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8571,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration id"},"sources":[{"fileName":"gateway/v10.ts","line":1163,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8573,8572,8571]}],"sources":[{"fileName":"gateway/v10.ts","line":1159,"character":17}]},{"id":8362,"name":"GatewayInvalidSession","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invalid-session"},"children":[{"id":8364,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":380,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":8363,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":379,"character":1}],"type":{"type":"reference","id":8243,"name":"InvalidSession"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":8366,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1956,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":8365,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[8364,8363,8366,8365]}],"sources":[{"fileName":"gateway/v10.ts","line":378,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":8577,"name":"GatewayInviteCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-create"},"children":[{"id":8578,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel the invite is for"},"sources":[{"fileName":"gateway/v10.ts","line":1202,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8579,"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":1208,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8580,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the invite was created"},"sources":[{"fileName":"gateway/v10.ts","line":1212,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8581,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the invite"},"sources":[{"fileName":"gateway/v10.ts","line":1216,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8582,"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":1222,"character":1}],"type":{"type":"reference","id":10396,"name":"APIUser"}},{"id":8583,"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":1226,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8584,"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":1230,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8587,"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":1246,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8765,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":8585,"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":1236,"character":1}],"type":{"type":"reference","id":10247,"name":"InviteTargetType"}},{"id":8586,"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":1242,"character":1}],"type":{"type":"reference","id":10396,"name":"APIUser"}},{"id":8588,"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":1250,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8589,"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":1254,"character":1}],"type":{"type":"literal","value":0}}],"groups":[{"title":"Properties","kind":1024,"children":[8578,8579,8580,8581,8582,8583,8584,8587,8585,8586,8588,8589]}],"sources":[{"fileName":"gateway/v10.ts","line":1198,"character":17}]},{"id":8591,"name":"GatewayInviteDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-delete"},"children":[{"id":8592,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel of the invite"},"sources":[{"fileName":"gateway/v10.ts","line":1272,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8594,"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":1282,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8593,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the invite"},"sources":[{"fileName":"gateway/v10.ts","line":1276,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8592,8594,8593]}],"sources":[{"fileName":"gateway/v10.ts","line":1268,"character":17}]},{"id":8614,"name":"GatewayMessageDeleteBulkDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete-bulk"},"children":[{"id":8616,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":1392,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8617,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1396,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8615,"name":"ids","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The ids of the messages"},"sources":[{"fileName":"gateway/v10.ts","line":1388,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8616,8617,8615]}],"sources":[{"fileName":"gateway/v10.ts","line":1384,"character":17}]},{"id":8609,"name":"GatewayMessageDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete"},"children":[{"id":8611,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":1366,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8612,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1370,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8610,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the message"},"sources":[{"fileName":"gateway/v10.ts","line":1362,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8611,8612,8610]}],"sources":[{"fileName":"gateway/v10.ts","line":1358,"character":17}]},{"id":8602,"name":"GatewayMessageEventExtraFields","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8603,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the guild the message was sent in"},"sources":[{"fileName":"gateway/v10.ts","line":1325,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8604,"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":"gateway/v10.ts","line":1334,"character":1}],"type":{"type":"reference","id":9721,"name":"APIGuildMember"}},{"id":8605,"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":"gateway/v10.ts","line":1344,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","id":10396,"name":"APIUser"},{"type":"reflection","declaration":{"id":8606,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8607,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v10.ts","line":1344,"character":24}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9721,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}],"groups":[{"title":"Properties","kind":1024,"children":[8607]}]}}]}}}],"groups":[{"title":"Properties","kind":1024,"children":[8603,8604,8605]}],"sources":[{"fileName":"gateway/v10.ts","line":1321,"character":17}]},{"id":8625,"name":"GatewayMessageReactionRemoveEmojiDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-emoji"},"children":[{"id":8627,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":2006,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.channel_id"}},{"id":8626,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji that was removed"},"sources":[{"fileName":"gateway/v10.ts","line":1447,"character":1}],"type":{"type":"reference","id":9481,"name":"APIEmoji"}},{"id":8629,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":2014,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.guild_id"}},{"id":8628,"name":"message_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the message"},"sources":[{"fileName":"gateway/v10.ts","line":2010,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.message_id"}}],"groups":[{"title":"Properties","kind":1024,"children":[8627,8626,8629,8628]}],"sources":[{"fileName":"gateway/v10.ts","line":1443,"character":17}],"extendedTypes":[{"type":"reference","name":"MessageReactionRemoveData"}]},{"id":9513,"name":"GatewayPresenceClientStatus","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#client-status-object"},"children":[{"id":9514,"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":115,"character":1}],"type":{"type":"reference","id":9507,"name":"PresenceUpdateStatus"}},{"id":9515,"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":119,"character":1}],"type":{"type":"reference","id":9507,"name":"PresenceUpdateStatus"}},{"id":9516,"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":123,"character":1}],"type":{"type":"reference","id":9507,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[9514,9515,9516]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":111,"character":17}]},{"id":9501,"name":"GatewayPresenceUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#presence-update-presence-update-event-fields"},"children":[{"id":9505,"name":"activities","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User's current activities","text":"See https://discord.com/developers/docs/topics/gateway-events#activity-object\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":88,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9517,"name":"GatewayActivity"}}},{"id":9506,"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-events#client-status-object\n"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":94,"character":1}],"type":{"type":"reference","id":9513,"name":"GatewayPresenceClientStatus"}},{"id":9503,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9504,"name":"status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Either \"idle\", \"dnd\", \"online\", or \"offline\""},"sources":[{"fileName":"payloads/v10/gateway.ts","line":82,"character":1}],"type":{"type":"reference","id":9507,"name":"PresenceUpdateStatus"}},{"id":9502,"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":74,"character":1}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":10396,"name":"APIUser"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","id":10396,"name":"APIUser"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[9505,9506,9503,9504,9502]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":65,"character":17}]},{"id":8748,"name":"GatewayPresenceUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-presence-gateway-presence-update-structure"},"children":[{"id":8750,"name":"activities","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's activities","text":"See https://discord.com/developers/docs/topics/gateway-events#activity-object\n"},"sources":[{"fileName":"gateway/v10.ts","line":1914,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8753,"name":"GatewayActivityUpdateData"}}},{"id":8752,"name":"afk","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether or not the client is afk"},"sources":[{"fileName":"gateway/v10.ts","line":1924,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8749,"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":1908,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":8751,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's new status","text":"See https://discord.com/developers/docs/topics/gateway-events#update-presence-status-types\n"},"sources":[{"fileName":"gateway/v10.ts","line":1920,"character":1}],"type":{"type":"reference","id":9507,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[8750,8752,8749,8751]}],"sources":[{"fileName":"gateway/v10.ts","line":1904,"character":17}]},{"id":8374,"name":"GatewayReadyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#ready"},"children":[{"id":8381,"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":442,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8765,"name":"APIApplication"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"flags"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":8377,"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":422,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9586,"name":"APIUnavailableGuild"}}},{"id":8379,"name":"resume_gateway_url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Gateway url for resuming connections"},"sources":[{"fileName":"gateway/v10.ts","line":430,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8378,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Used for resuming connections"},"sources":[{"fileName":"gateway/v10.ts","line":426,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8380,"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":436,"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":8376,"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":416,"character":1}],"type":{"type":"reference","id":10396,"name":"APIUser"}},{"id":8375,"name":"v","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Gateway version","text":"See https://discord.com/developers/docs/reference#api-versioning\n"},"sources":[{"fileName":"gateway/v10.ts","line":410,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[8381,8377,8379,8378,8380,8376,8375]}],"sources":[{"fileName":"gateway/v10.ts","line":404,"character":17}]},{"id":8368,"name":"GatewayReconnect","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#reconnect"},"children":[{"id":8370,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":393,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":8369,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":392,"character":1}],"type":{"type":"reference","id":8241,"name":"Reconnect"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":8372,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1956,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":8371,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[8370,8369,8372,8371]}],"sources":[{"fileName":"gateway/v10.ts","line":391,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":8718,"name":"GatewayRequestGuildMembers","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#request-guild-members"},"children":[{"id":8720,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1815,"character":1}],"type":{"type":"reference","id":8736,"name":"GatewayRequestGuildMembersData"}},{"id":8719,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1814,"character":1}],"type":{"type":"reference","id":8242,"name":"RequestGuildMembers"}}],"groups":[{"title":"Properties","kind":1024,"children":[8720,8719]}],"sources":[{"fileName":"gateway/v10.ts","line":1813,"character":17}]},{"id":8721,"name":"GatewayRequestGuildMembersDataBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8722,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v10.ts","line":1822,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8724,"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-events#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v10.ts","line":1834,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8723,"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":1826,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[8722,8724,8723]}],"sources":[{"fileName":"gateway/v10.ts","line":1818,"character":17}],"extendedBy":[{"type":"reference","id":8725,"name":"GatewayRequestGuildMembersDataWithUserIds"},{"type":"reference","id":8730,"name":"GatewayRequestGuildMembersDataWithQuery"}]},{"id":8730,"name":"GatewayRequestGuildMembersDataWithQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8733,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v10.ts","line":1822,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8722,"name":"GatewayRequestGuildMembersDataBase.guild_id"}},{"id":8732,"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":1853,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8735,"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-events#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v10.ts","line":1834,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8724,"name":"GatewayRequestGuildMembersDataBase.nonce"}},{"id":8734,"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":1826,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8723,"name":"GatewayRequestGuildMembersDataBase.presences"}},{"id":8731,"name":"query","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"String that username starts with, or an empty string to return all members"},"sources":[{"fileName":"gateway/v10.ts","line":1848,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8733,8732,8735,8734,8731]}],"sources":[{"fileName":"gateway/v10.ts","line":1844,"character":17}],"extendedTypes":[{"type":"reference","id":8721,"name":"GatewayRequestGuildMembersDataBase"}]},{"id":8725,"name":"GatewayRequestGuildMembersDataWithUserIds","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8727,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v10.ts","line":1822,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8722,"name":"GatewayRequestGuildMembersDataBase.guild_id"}},{"id":8729,"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-events#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v10.ts","line":1834,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":8724,"name":"GatewayRequestGuildMembersDataBase.nonce"}},{"id":8728,"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":1826,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":8723,"name":"GatewayRequestGuildMembersDataBase.presences"}},{"id":8726,"name":"user_ids","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Used to specify which users you wish to fetch"},"sources":[{"fileName":"gateway/v10.ts","line":1841,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"array","elementType":{"type":"intrinsic","name":"string"}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8727,8729,8728,8726]}],"sources":[{"fileName":"gateway/v10.ts","line":1837,"character":17}],"extendedTypes":[{"type":"reference","id":8721,"name":"GatewayRequestGuildMembersDataBase"}]},{"id":8711,"name":"GatewayResume","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#resume"},"children":[{"id":8713,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1789,"character":1}],"type":{"type":"reference","id":8714,"name":"GatewayResumeData"}},{"id":8712,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1788,"character":1}],"type":{"type":"reference","id":8240,"name":"Resume"}}],"groups":[{"title":"Properties","kind":1024,"children":[8713,8712]}],"sources":[{"fileName":"gateway/v10.ts","line":1787,"character":17}]},{"id":8714,"name":"GatewayResumeData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#resume"},"children":[{"id":8717,"name":"seq","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Last sequence number received"},"sources":[{"fileName":"gateway/v10.ts","line":1807,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8716,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Session id"},"sources":[{"fileName":"gateway/v10.ts","line":1803,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8715,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Session token"},"sources":[{"fileName":"gateway/v10.ts","line":1799,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8717,8716,8715]}],"sources":[{"fileName":"gateway/v10.ts","line":1795,"character":17}]},{"id":8648,"name":"GatewayThreadCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-create"},"children":[{"id":8658,"name":"applied_tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The IDs of the set of tags that have been applied to a thread in a forum channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":236,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":9119,"name":"APIThreadChannel.applied_tags"}},{"id":8665,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":9469,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":9126,"name":"APIThreadChannel.flags"}},{"id":8659,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9120,"name":"APIThreadChannel.guild_id"}},{"id":8666,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9127,"name":"APIThreadChannel.id"}},{"id":8656,"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":226,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9117,"name":"APIThreadChannel.last_message_id"}},{"id":8650,"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":194,"character":1}],"type":{"type":"reference","id":9286,"name":"APIThreadMember"},"inheritedFrom":{"type":"reference","id":9111,"name":"APIThreadChannel.member"}},{"id":8653,"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":208,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9114,"name":"APIThreadChannel.member_count"}},{"id":8652,"name":"message_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages (not including the initial message or deleted messages) in a thread","text":"If the thread was created before July 1, 2022, it stops counting at 50 messages\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":204,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9113,"name":"APIThreadChannel.message_count"}},{"id":8667,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9128,"name":"APIThreadChannel.name"}},{"id":8649,"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":1563,"character":1}],"type":{"type":"literal","value":true}},{"id":8663,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v10/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":9124,"name":"APIThreadChannel.nsfw"}},{"id":8655,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the thread creator"},"sources":[{"fileName":"payloads/v10/channel.ts","line":222,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":9116,"name":"APIThreadChannel.owner_id"}},{"id":8662,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":9123,"name":"APIThreadChannel.parent_id"}},{"id":8660,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9266,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":9121,"name":"APIThreadChannel.permission_overwrites"}},{"id":8661,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v10/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9122,"name":"APIThreadChannel.position"}},{"id":8654,"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":218,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9115,"name":"APIThreadChannel.rate_limit_per_user"}},{"id":8651,"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":198,"character":1}],"type":{"type":"reference","id":9274,"name":"APIThreadMetadata"},"inheritedFrom":{"type":"reference","id":9112,"name":"APIThreadChannel.thread_metadata"}},{"id":8657,"name":"total_message_sent","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages ever sent in a thread","text":"Similar to `message_count` on message creation, but won't decrement when a message is deleted\n"},"sources":[{"fileName":"payloads/v10/channel.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":9118,"name":"APIThreadChannel.total_message_sent"}},{"id":8664,"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":38,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9168,"name":"AnnouncementThread"},{"type":"reference","id":9169,"name":"PublicThread"},{"type":"reference","id":9170,"name":"PrivateThread"}]},"inheritedFrom":{"type":"reference","id":9125,"name":"APIThreadChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[8658,8665,8659,8666,8656,8650,8653,8652,8667,8649,8663,8655,8662,8660,8661,8654,8651,8657,8664]}],"sources":[{"fileName":"gateway/v10.ts","line":1559,"character":17}],"extendedTypes":[{"type":"reference","id":9110,"name":"APIThreadChannel"}]},{"id":9575,"name":"GatewayThreadListSync","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-list-sync-thread-list-sync-event-fields"},"children":[{"id":9577,"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":352,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":9576,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":348,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9579,"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":360,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9286,"name":"APIThreadMember"}}},{"id":9578,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of the synced threads"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":356,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9160,"name":"APIChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9577,9576,9579,9578]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":344,"character":17}]},{"id":9580,"name":"GatewayThreadMembersUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-members-update-thread-members-update-event-fields"},"children":[{"id":9584,"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":382,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9286,"name":"APIThreadMember"}}},{"id":9582,"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":374,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9581,"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":370,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":9583,"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":378,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":9585,"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":386,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9584,9582,9581,9583,9585]}],"sources":[{"fileName":"payloads/v10/gateway.ts","line":366,"character":17}]},{"id":8673,"name":"GatewayTypingStartDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#typing-start"},"children":[{"id":8674,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":1598,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8675,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1602,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8678,"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":1616,"character":1}],"type":{"type":"reference","id":9721,"name":"APIGuildMember"}},{"id":8677,"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":1610,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8676,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the user"},"sources":[{"fileName":"gateway/v10.ts","line":1606,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8674,8675,8678,8677,8676]}],"sources":[{"fileName":"gateway/v10.ts","line":1594,"character":17}]},{"id":8745,"name":"GatewayUpdatePresence","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-presence"},"children":[{"id":8747,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1898,"character":1}],"type":{"type":"reference","id":8748,"name":"GatewayPresenceUpdateData"}},{"id":8746,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1897,"character":1}],"type":{"type":"reference","id":8238,"name":"PresenceUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[8747,8746]}],"sources":[{"fileName":"gateway/v10.ts","line":1896,"character":17}]},{"id":8684,"name":"GatewayVoiceServerUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-server-update"},"children":[{"id":8687,"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":1669,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8686,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild this voice server update is for"},"sources":[{"fileName":"gateway/v10.ts","line":1661,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8685,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Voice connection token"},"sources":[{"fileName":"gateway/v10.ts","line":1657,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8687,8686,8685]}],"sources":[{"fileName":"gateway/v10.ts","line":1653,"character":17}]},{"id":10467,"name":"GatewayVoiceState","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-state-object"},"children":[{"id":10469,"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":10473,"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":10468,"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":10471,"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":9721,"name":"APIGuildMember"}},{"id":10474,"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":10480,"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":10475,"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":10476,"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":10477,"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":10478,"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":10472,"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":10479,"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":10470,"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":[10469,10473,10468,10471,10474,10480,10475,10476,10477,10478,10472,10479,10470]}],"sources":[{"fileName":"payloads/v10/voice.ts","line":11,"character":17}]},{"id":8737,"name":"GatewayVoiceStateUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-voice-state"},"children":[{"id":8739,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1868,"character":1}],"type":{"type":"reference","id":8740,"name":"GatewayVoiceStateUpdateData"}},{"id":8738,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1867,"character":1}],"type":{"type":"reference","id":8239,"name":"VoiceStateUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[8739,8738]}],"sources":[{"fileName":"gateway/v10.ts","line":1866,"character":17}]},{"id":8740,"name":"GatewayVoiceStateUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-voice-state"},"children":[{"id":8742,"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":1882,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":8741,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1878,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8744,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is the client deafened"},"sources":[{"fileName":"gateway/v10.ts","line":1890,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8743,"name":"self_mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is the client muted"},"sources":[{"fileName":"gateway/v10.ts","line":1886,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[8742,8741,8744,8743]}],"sources":[{"fileName":"gateway/v10.ts","line":1874,"character":17}]},{"id":8689,"name":"GatewayWebhooksUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#webhooks-update"},"children":[{"id":8691,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v10.ts","line":1691,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8690,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":1687,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8691,8690]}],"sources":[{"fileName":"gateway/v10.ts","line":1683,"character":17}]},{"id":10180,"name":"ModalSubmitActionRowComponent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10181,"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":10176,"name":"ModalSubmitComponent"}}},{"id":10182,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1300,"character":1}],"type":{"type":"reference","id":9377,"name":"ActionRow"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[10181,10182]}],"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":16,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":9386,"typeArguments":[{"type":"reference","id":9476,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"},{"type":"literal","value":"components"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":10176,"name":"ModalSubmitComponent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":10178,"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":10177,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":11,"character":1}],"type":{"type":"reference","id":9376,"name":"ComponentType"}},{"id":10179,"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":[10178,10177,10179]}],"sources":[{"fileName":"payloads/v10/_interactions/modalSubmit.ts","line":10,"character":17}]},{"id":11564,"name":"RESTAPIPartialCurrentUserGuild","kind":256,"kindString":"Interface","flags":{},"children":[{"id":11569,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/user.ts","line":64,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9678,"name":"GuildFeature"}}},{"id":11567,"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":11565,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/user.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11566,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/user.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11568,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/user.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11570,"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":[11569,11567,11565,11566,11568,11570]}],"sources":[{"fileName":"rest/v10/user.ts","line":59,"character":17}]},{"id":11361,"name":"RESTGetAPIApplicationCommandsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-global-application-commands"},"children":[{"id":11362,"name":"with_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to include full localization dictionaries (name_localizations and description_localizations)\nin the returned objects, instead of the name_localized and description_localized fields.","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v10/interactions.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11362]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":22,"character":17}]},{"id":10948,"name":"RESTGetAPIAuditLogQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#get-guild-audit-log"},"children":[{"id":10950,"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":8822,"name":"AuditLogEvent"}},{"id":10951,"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":10952,"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":10949,"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":[10950,10951,10952,10949]}],"sources":[{"fileName":"rest/v10/auditLog.ts","line":7,"character":17}]},{"id":11031,"name":"RESTGetAPIChannelMessageReactionUsersQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":11032,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get users after this user ID"},"sources":[{"fileName":"rest/v10/channel.ts","line":332,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11033,"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":338,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11032,11033]}],"sources":[{"fileName":"rest/v10/channel.ts","line":328,"character":17}]},{"id":11001,"name":"RESTGetAPIChannelMessagesQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-messages"},"children":[{"id":11004,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages after this message ID"},"sources":[{"fileName":"rest/v10/channel.ts","line":199,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11002,"name":"around","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages around this message ID"},"sources":[{"fileName":"rest/v10/channel.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11003,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages before this message ID"},"sources":[{"fileName":"rest/v10/channel.ts","line":195,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11005,"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":205,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11004,11002,11003,11005]}],"sources":[{"fileName":"rest/v10/channel.ts","line":187,"character":17}]},{"id":11104,"name":"RESTGetAPIChannelThreadsArchivedQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":11105,"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":690,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11106,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of thread to return"},"sources":[{"fileName":"rest/v10/channel.ts","line":694,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11105,11106]}],"sources":[{"fileName":"rest/v10/channel.ts","line":686,"character":17}]},{"id":11107,"name":"RESTGetAPIChannelUsersThreadsArchivedResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#list-joined-private-archived-threads"},"children":[{"id":11108,"name":"has_more","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether there are potentially additional threads"},"sources":[{"fileName":"rest/v10/channel.ts","line":704,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11110,"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":907,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9286,"name":"APIThreadMember"}},"inheritedFrom":{"type":"reference","id":9294,"name":"APIThreadList.members"}},{"id":11109,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The threads that were fetched"},"sources":[{"fileName":"payloads/v10/channel.ts","line":903,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9160,"name":"APIChannel"}},"inheritedFrom":{"type":"reference","id":9293,"name":"APIThreadList.threads"}}],"groups":[{"title":"Properties","kind":1024,"children":[11108,11110,11109]}],"sources":[{"fileName":"rest/v10/channel.ts","line":700,"character":17}],"extendedTypes":[{"type":"reference","id":9292,"name":"APIThreadList"}]},{"id":11560,"name":"RESTGetAPICurrentUserGuildsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user-guilds"},"children":[{"id":11562,"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":11561,"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":11563,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of guilds to return (1-200)","tags":[{"tag":"default","text":"200\n"}]},"sources":[{"fileName":"rest/v10/user.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11562,11561,11563]}],"sources":[{"fileName":"rest/v10/user.ts","line":42,"character":17}]},{"id":11243,"name":"RESTGetAPIGuildBansQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-bans"},"children":[{"id":11245,"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":559,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11244,"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":555,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11246,"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":565,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11245,11244,11246]}],"sources":[{"fileName":"rest/v10/guild.ts","line":551,"character":17}]},{"id":11207,"name":"RESTGetAPIGuildMembersQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-guild-members"},"children":[{"id":11209,"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":387,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11208,"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":381,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11209,11208]}],"sources":[{"fileName":"rest/v10/guild.ts","line":375,"character":17}]},{"id":11211,"name":"RESTGetAPIGuildMembersSearchQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#search-guild-members"},"children":[{"id":11213,"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":408,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11212,"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":402,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11213,11212]}],"sources":[{"fileName":"rest/v10/guild.ts","line":398,"character":17}]},{"id":11281,"name":"RESTGetAPIGuildPruneCountQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count"},"children":[{"id":11282,"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":727,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11283,"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":736,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11282,11283]}],"sources":[{"fileName":"rest/v10/guild.ts","line":721,"character":17}]},{"id":11284,"name":"RESTGetAPIGuildPruneCountResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count"},"children":[{"id":11285,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":743,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11285]}],"sources":[{"fileName":"rest/v10/guild.ts","line":742,"character":17}]},{"id":11167,"name":"RESTGetAPIGuildQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild"},"children":[{"id":11168,"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":191,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11168]}],"sources":[{"fileName":"rest/v10/guild.ts","line":185,"character":17}]},{"id":11345,"name":"RESTGetAPIGuildScheduledEventQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event"},"children":[{"id":11346,"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":[11346]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":77,"character":17}]},{"id":11355,"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":11359,"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":11358,"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":11356,"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":11357,"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":[11359,11358,11356,11357]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":121,"character":17}]},{"id":11330,"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":11331,"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":[11331]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":15,"character":17}]},{"id":11301,"name":"RESTGetAPIGuildVanityUrlResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-vanity-url"},"children":[{"id":11302,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":819,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":11303,"name":"uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":820,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11302,11303]}],"sources":[{"fileName":"rest/v10/guild.ts","line":818,"character":17}]},{"id":11304,"name":"RESTGetAPIGuildWidgetImageQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-image"},"children":[{"id":11305,"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":832,"character":1}],"type":{"type":"reference","id":9786,"name":"GuildWidgetStyle"}}],"groups":[{"title":"Properties","kind":1024,"children":[11305]}],"sources":[{"fileName":"rest/v10/guild.ts","line":826,"character":17}]},{"id":11419,"name":"RESTGetAPIInviteQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#get-invite"},"children":[{"id":11422,"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":11420,"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":11421,"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":[11422,11420,11421]}],"sources":[{"fileName":"rest/v10/invite.ts","line":7,"character":17}]},{"id":11426,"name":"RESTGetAPIOAuth2CurrentAuthorizationResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information"},"children":[{"id":11427,"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":8765,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":11429,"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":11428,"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":10268,"name":"OAuth2Scopes"}}},{"id":11430,"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":10396,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[11427,11429,11428,11430]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":12,"character":17}]},{"id":11519,"name":"RESTGetNitroStickerPacksResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#list-nitro-sticker-packs"},"children":[{"id":11520,"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":10346,"name":"APIStickerPack"}}}],"groups":[{"title":"Properties","kind":1024,"children":[11520]}],"sources":[{"fileName":"rest/v10/sticker.ts","line":12,"character":17}]},{"id":11477,"name":"RESTOAuth2AdvancedBotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization"},"children":[{"id":11478,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":148,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11482,"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":11481,"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":11480,"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":11484,"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":11483,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":163,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11479,"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":10269,"name":"Bot"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11478,11482,11481,11480,11484,11483,11479]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":147,"character":17}]},{"id":11485,"name":"RESTOAuth2AdvancedBotAuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"children":[{"id":11486,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":168,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11488,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11489,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11487,"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":[11486,11488,11489,11487]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":167,"character":17}]},{"id":11431,"name":"RESTOAuth2AuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant"},"children":[{"id":11433,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11437,"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":11435,"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":11432,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":35,"character":1}],"type":{"type":"literal","value":"code"}},{"id":11434,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11436,"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":[11433,11437,11435,11432,11434,11436]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":34,"character":17}]},{"id":11438,"name":"RESTOAuth2AuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example"},"children":[{"id":11439,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11440,"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":[11439,11440]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":46,"character":17}]},{"id":11471,"name":"RESTOAuth2BotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#bot-authorization-flow-bot-auth-parameters"},"children":[{"id":11472,"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":11476,"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":11475,"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":11474,"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":11473,"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":10269,"name":"Bot"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11472,11476,11475,11474,11473]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":115,"character":17}]},{"id":11459,"name":"RESTOAuth2ImplicitAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#implicit-grant"},"children":[{"id":11461,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":90,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11465,"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":11463,"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":11460,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":89,"character":1}],"type":{"type":"literal","value":"token"}},{"id":11462,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":91,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11464,"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":[11461,11465,11463,11460,11462,11464]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":88,"character":17}]},{"id":11070,"name":"RESTPostAPIChannelFollowersJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#follow-news-channel"},"children":[{"id":11071,"name":"webhook_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of target channel"},"sources":[{"fileName":"rest/v10/channel.ts","line":540,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11071]}],"sources":[{"fileName":"rest/v10/channel.ts","line":536,"character":17}]},{"id":11050,"name":"RESTPostAPIChannelMessagesBulkDeleteJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#bulk-delete-messages"},"children":[{"id":11051,"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":430,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[11051]}],"sources":[{"fileName":"rest/v10/channel.ts","line":426,"character":17}]},{"id":11369,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command"},"children":[{"id":11377,"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":74,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.default_member_permissions"}},{"id":11373,"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":85,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.default_permission"}},{"id":11375,"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":62,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"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"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.description_localizations"}},{"id":11376,"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":78,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.dm_permission"}},{"id":11371,"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":46,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.name"}},{"id":11374,"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":50,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"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"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.name_localizations"}},{"id":11372,"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":70,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":9910,"name":"APIApplicationCommandOption"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.options"}},{"id":11370,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/interactions.ts","line":71,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9901,"name":"User"},{"type":"reference","id":9902,"name":"Message"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11377,11373,11375,11376,11371,11374,11372,11370]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":70,"character":17}],"extendedTypes":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"}]},{"id":11573,"name":"RESTPostAPICurrentUserCreateDMChannelJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#create-dm"},"children":[{"id":11574,"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":[11574]}],"sources":[{"fileName":"rest/v10/user.ts","line":81,"character":17}]},{"id":11291,"name":"RESTPostAPIGuildPruneResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#begin-guild-prune"},"children":[{"id":11292,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":772,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11292]}],"sources":[{"fileName":"rest/v10/guild.ts","line":771,"character":17}]},{"id":11523,"name":"RESTPostAPIGuildStickerFormDataBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#create-guild-sticker"},"children":[{"id":11525,"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":11527,"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":11524,"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":11526,"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":[11525,11527,11524,11526]}],"sources":[{"fileName":"rest/v10/sticker.ts","line":29,"character":17}]},{"id":11164,"name":"RESTPostAPIGuildsMFAJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-mfa-level"},"children":[{"id":11165,"name":"level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"MFA level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-mfa-level\n"},"sources":[{"fileName":"rest/v10/guild.ts","line":174,"character":1}],"type":{"type":"reference","id":9650,"name":"GuildMFALevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[11165]}],"sources":[{"fileName":"rest/v10/guild.ts","line":168,"character":17}]},{"id":11505,"name":"RESTPostAPIStageInstanceJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#create-stage-instance"},"children":[{"id":11506,"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":11508,"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":10317,"name":"StageInstancePrivacyLevel"}},{"id":11509,"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":11507,"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":[11506,11508,11509,11507]}],"sources":[{"fileName":"rest/v10/stageInstance.ts","line":8,"character":17}]},{"id":11613,"name":"RESTPostAPIWebhookWithTokenQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook-query-string-params"},"children":[{"id":11615,"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.","text":"Available only if the {@link RESTPostAPIWebhookWithTokenJSONBody.thread_name} JSON body property is not specified\n"},"sources":[{"fileName":"rest/v10/webhook.ts","line":183,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11614,"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":177,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11615,11614]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":170,"character":17}]},{"id":11447,"name":"RESTPostOAuth2AccessTokenResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-access-token-response"},"children":[{"id":11448,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11450,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11451,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11452,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11449,"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":[11448,11450,11451,11452,11449]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":65,"character":17}]},{"id":11441,"name":"RESTPostOAuth2AccessTokenURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example"},"children":[{"id":11442,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":55,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11443,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11445,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":58,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11444,"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":11446,"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":[11442,11443,11445,11444,11446]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":54,"character":17}]},{"id":11490,"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":11491,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":178,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11493,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":180,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11496,"name":"guild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":183,"character":1}],"type":{"type":"reference","id":9600,"name":"APIGuild"}},{"id":11494,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":181,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11495,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11492,"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":[11491,11493,11496,11494,11495,11492]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":177,"character":17}]},{"id":11497,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#webhooks-webhook-token-response-example"},"children":[{"id":11498,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":190,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11500,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11501,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":193,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11502,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":194,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11499,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11503,"name":"webhook","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":195,"character":1}],"type":{"type":"reference","id":10487,"name":"APIWebhook"}}],"groups":[{"title":"Properties","kind":1024,"children":[11498,11500,11501,11502,11499,11503]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":189,"character":17}]},{"id":11467,"name":"RESTPostOAuth2ClientCredentialsURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#client-credentials-grant"},"children":[{"id":11468,"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":11469,"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":[11468,11469]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":105,"character":17}]},{"id":11453,"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":11454,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":77,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11455,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11456,"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":11457,"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":[11454,11455,11456,11457]}],"sources":[{"fileName":"rest/v10/oauth2.ts","line":76,"character":17}]},{"id":11414,"name":"RESTPutAPIApplicationCommandPermissionsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-application-command-permissions"},"children":[{"id":11415,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/interactions.ts","line":264,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":10054,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[11415]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":263,"character":17}]},{"id":11053,"name":"RESTPutAPIChannelPermissionJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-channel-permissions"},"children":[{"id":11054,"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":449,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":11055,"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":457,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":11056,"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":461,"character":1}],"type":{"type":"reference","id":9271,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[11054,11055,11056]}],"sources":[{"fileName":"rest/v10/channel.ts","line":441,"character":17}],"extendedBy":[{"type":"reference","id":10970,"name":"APIChannelPatchOverwrite"},{"type":"reference","id":11127,"name":"APIGuildCreateOverwrite"}]},{"id":9474,"name":"APIActionRowComponentTypes","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1605,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9475,"name":"APIMessageActionRowComponent"},{"type":"reference","id":9476,"name":"APIModalActionRowComponent"}]}},{"id":9923,"name":"APIApplicationCommandAttachmentOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/attachment.ts","line":5,"character":12}],"type":{"type":"reference","id":9925,"typeArguments":[{"type":"reference","id":9985,"name":"ApplicationCommandOptionType.Attachment"}],"name":"APIApplicationCommandOptionBase"}},{"id":10073,"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":10111,"typeArguments":[{"type":"reference","id":10072,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":10074,"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":10113,"typeArguments":[{"type":"reference","id":10072,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":10072,"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":10094,"typeArguments":[{"type":"reference","id":10194,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","id":9913,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10094,"typeArguments":[{"type":"reference","id":10194,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9913,"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":9909,"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":67,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9991,"name":"APIApplicationCommandStringOption"},{"type":"reference","id":9958,"name":"APIApplicationCommandIntegerOption"},{"type":"reference","id":9947,"name":"APIApplicationCommandBooleanOption"},{"type":"reference","id":10021,"name":"APIApplicationCommandUserOption"},{"type":"reference","id":9949,"name":"APIApplicationCommandChannelOption"},{"type":"reference","id":9972,"name":"APIApplicationCommandRoleOption"},{"type":"reference","id":9964,"name":"APIApplicationCommandMentionableOption"},{"type":"reference","id":9966,"name":"APIApplicationCommandNumberOption"},{"type":"reference","id":9923,"name":"APIApplicationCommandAttachmentOption"}]}},{"id":9947,"name":"APIApplicationCommandBooleanOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/boolean.ts","line":4,"character":12}],"type":{"type":"reference","id":9925,"typeArguments":[{"type":"reference","id":9979,"name":"ApplicationCommandOptionType.Boolean"}],"name":"APIApplicationCommandOptionBase"}},{"id":9907,"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":123,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9921,"name":"APIChatInputApplicationCommandDMInteraction"},{"type":"reference","id":10047,"name":"APIContextMenuDMInteraction"}]}},{"id":9908,"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":130,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9922,"name":"APIChatInputApplicationCommandGuildInteraction"},{"type":"reference","id":10048,"name":"APIContextMenuGuildInteraction"}]}},{"id":9958,"name":"APIApplicationCommandIntegerOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/integer.ts","line":20,"character":12}],"type":{"type":"reference","id":9939,"typeArguments":[{"type":"reference","name":"APIApplicationCommandIntegerOptionBase"},{"type":"reference","id":9986,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":9906,"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":118,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9920,"name":"APIChatInputApplicationCommandInteraction"},{"type":"reference","id":10046,"name":"APIContextMenuInteraction"}]}},{"id":9903,"name":"APIApplicationCommandInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"sources":[{"fileName":"payloads/v10/_interactions/applicationCommands.ts","line":104,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9913,"name":"APIChatInputApplicationCommandInteractionData"},{"type":"reference","id":10039,"name":"APIContextMenuInteractionData"}]}},{"id":9924,"name":"APIApplicationCommandInteractionDataAttachmentOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/attachment.ts","line":8,"character":12}],"type":{"type":"reference","id":9933,"typeArguments":[{"type":"reference","id":9985,"name":"ApplicationCommandOptionType.Attachment"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":9912,"name":"APIApplicationCommandInteractionDataBasicOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/chatInput.ts","line":94,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9992,"name":"APIApplicationCommandInteractionDataStringOption"},{"type":"reference","id":9959,"name":"APIApplicationCommandInteractionDataIntegerOption"},{"type":"reference","id":9948,"name":"APIApplicationCommandInteractionDataBooleanOption"},{"type":"reference","id":10022,"name":"APIApplicationCommandInteractionDataUserOption"},{"type":"reference","id":9957,"name":"APIApplicationCommandInteractionDataChannelOption"},{"type":"reference","id":9973,"name":"APIApplicationCommandInteractionDataRoleOption"},{"type":"reference","id":9965,"name":"APIApplicationCommandInteractionDataMentionableOption"},{"type":"reference","id":9967,"name":"APIApplicationCommandInteractionDataNumberOption"},{"type":"reference","id":9924,"name":"APIApplicationCommandInteractionDataAttachmentOption"}]}},{"id":9948,"name":"APIApplicationCommandInteractionDataBooleanOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/boolean.ts","line":6,"character":12}],"type":{"type":"reference","id":9933,"typeArguments":[{"type":"reference","id":9979,"name":"ApplicationCommandOptionType.Boolean"},{"type":"intrinsic","name":"boolean"}],"name":"APIInteractionDataOptionBase"}},{"id":9957,"name":"APIApplicationCommandInteractionDataChannelOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/channel.ts","line":11,"character":12}],"type":{"type":"reference","id":9933,"typeArguments":[{"type":"reference","id":9981,"name":"ApplicationCommandOptionType.Channel"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":9965,"name":"APIApplicationCommandInteractionDataMentionableOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/mentionable.ts","line":8,"character":12}],"type":{"type":"reference","id":9933,"typeArguments":[{"type":"reference","id":9983,"name":"ApplicationCommandOptionType.Mentionable"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":9911,"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":89,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10005,"name":"APIApplicationCommandInteractionDataSubcommandOption"},{"type":"reference","id":10017,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption"},{"type":"reference","id":9912,"name":"APIApplicationCommandInteractionDataBasicOption"}]}},{"id":9973,"name":"APIApplicationCommandInteractionDataRoleOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/role.ts","line":7,"character":12}],"type":{"type":"reference","id":9933,"typeArguments":[{"type":"reference","id":9982,"name":"ApplicationCommandOptionType.Role"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":10022,"name":"APIApplicationCommandInteractionDataUserOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/user.ts","line":7,"character":12}],"type":{"type":"reference","id":9933,"typeArguments":[{"type":"reference","id":9980,"name":"ApplicationCommandOptionType.User"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":9904,"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":111,"character":12}],"typeParameter":[{"id":9905,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9903,"name":"APIApplicationCommandInteractionData"}}],"type":{"type":"intersection","types":[{"type":"reference","id":10094,"typeArguments":[{"type":"reference","id":10192,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":9905,"name":"Data"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10094,"typeArguments":[{"type":"reference","id":10192,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":9905,"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":9964,"name":"APIApplicationCommandMentionableOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/mentionable.ts","line":5,"character":12}],"type":{"type":"reference","id":9925,"typeArguments":[{"type":"reference","id":9983,"name":"ApplicationCommandOptionType.Mentionable"}],"name":"APIApplicationCommandOptionBase"}},{"id":9966,"name":"APIApplicationCommandNumberOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/number.ts","line":20,"character":12}],"type":{"type":"reference","id":9939,"typeArguments":[{"type":"reference","name":"APIApplicationCommandNumberOptionBase"},{"type":"reference","id":9986,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":9910,"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":81,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9997,"name":"APIApplicationCommandSubcommandOption"},{"type":"reference","id":10009,"name":"APIApplicationCommandSubcommandGroupOption"},{"type":"reference","id":9909,"name":"APIApplicationCommandBasicOption"}]}},{"id":9939,"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":19,"character":12}],"typeParameter":[{"id":9945,"name":"Base","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9925,"typeArguments":[{"type":"reference","id":9974,"name":"ApplicationCommandOptionType"}],"name":"APIApplicationCommandOptionBase"}},{"id":9946,"name":"ChoiceType","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":9986,"name":"APIApplicationCommandOptionChoice"}}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reference","id":9945,"name":"Base"},{"type":"reflection","declaration":{"id":9940,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":9941,"name":"autocomplete","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":24,"character":3}],"type":{"type":"literal","value":true}}],"groups":[{"title":"Properties","kind":1024,"children":[9941]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":23,"character":11}]}}]},{"type":"intersection","types":[{"type":"reference","id":9945,"name":"Base"},{"type":"reflection","declaration":{"id":9942,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":9943,"name":"autocomplete","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":27,"character":3}],"type":{"type":"literal","value":false}},{"id":9944,"name":"choices","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":28,"character":3}],"type":{"type":"array","elementType":{"type":"reference","id":9946,"name":"ChoiceType"}}}],"groups":[{"title":"Properties","kind":1024,"children":[9943,9944]}],"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/base.ts","line":26,"character":11}]}}]}]}},{"id":9972,"name":"APIApplicationCommandRoleOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/role.ts","line":5,"character":12}],"type":{"type":"reference","id":9925,"typeArguments":[{"type":"reference","id":9982,"name":"ApplicationCommandOptionType.Role"}],"name":"APIApplicationCommandOptionBase"}},{"id":9991,"name":"APIApplicationCommandStringOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/string.ts","line":20,"character":12}],"type":{"type":"reference","id":9939,"typeArguments":[{"type":"reference","name":"APIApplicationCommandStringOptionBase"},{"type":"reference","id":9986,"typeArguments":[{"type":"intrinsic","name":"string"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":10021,"name":"APIApplicationCommandUserOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/_chatInput/user.ts","line":5,"character":12}],"type":{"type":"reference","id":9925,"typeArguments":[{"type":"reference","id":9980,"name":"ApplicationCommandOptionType.User"}],"name":"APIApplicationCommandOptionBase"}},{"id":8892,"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":324,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8893,"name":"APIAuditLogChangeKeyName"},{"type":"reference","id":8894,"name":"APIAuditLogChangeKeyDescription"},{"type":"reference","id":8895,"name":"APIAuditLogChangeKeyIconHash"},{"type":"reference","id":8896,"name":"APIAuditLogChangeKeyImageHash"},{"type":"reference","id":8897,"name":"APIAuditLogChangeKeySplashHash"},{"type":"reference","id":8898,"name":"APIAuditLogChangeKeyDiscoverySplashHash"},{"type":"reference","id":8899,"name":"APIAuditLogChangeKeyBannerHash"},{"type":"reference","id":8900,"name":"APIAuditLogChangeKeyOwnerId"},{"type":"reference","id":8901,"name":"APIAuditLogChangeKeyRegion"},{"type":"reference","id":8902,"name":"APIAuditLogChangeKeyPreferredLocale"},{"type":"reference","id":8903,"name":"APIAuditLogChangeKeyAFKChannelId"},{"type":"reference","id":8904,"name":"APIAuditLogChangeKeyAFKTimeout"},{"type":"reference","id":8905,"name":"APIAuditLogChangeKeyRulesChannelId"},{"type":"reference","id":8906,"name":"APIAuditLogChangeKeyPublicUpdatesChannelId"},{"type":"reference","id":8907,"name":"APIAuditLogChangeKeyMFALevel"},{"type":"reference","id":8908,"name":"APIAuditLogChangeKeyVerificationLevel"},{"type":"reference","id":8909,"name":"APIAuditLogChangeKeyExplicitContentFilter"},{"type":"reference","id":8910,"name":"APIAuditLogChangeKeyDefaultMessageNotifications"},{"type":"reference","id":8911,"name":"APIAuditLogChangeKeyVanityURLCode"},{"type":"reference","id":8912,"name":"APIAuditLogChangeKey$Add"},{"type":"reference","id":8913,"name":"APIAuditLogChangeKey$Remove"},{"type":"reference","id":8914,"name":"APIAuditLogChangeKeyPruneDeleteDays"},{"type":"reference","id":8915,"name":"APIAuditLogChangeKeyWidgetEnabled"},{"type":"reference","id":8916,"name":"APIAuditLogChangeKeyWidgetChannelId"},{"type":"reference","id":8917,"name":"APIAuditLogChangeKeySystemChannelId"},{"type":"reference","id":8918,"name":"APIAuditLogChangeKeyPosition"},{"type":"reference","id":8919,"name":"APIAuditLogChangeKeyTopic"},{"type":"reference","id":8920,"name":"APIAuditLogChangeKeyBitrate"},{"type":"reference","id":8921,"name":"APIAuditLogChangeKeyPermissionOverwrites"},{"type":"reference","id":8922,"name":"APIAuditLogChangeKeyNSFW"},{"type":"reference","id":8923,"name":"APIAuditLogChangeKeyApplicationId"},{"type":"reference","id":8924,"name":"APIAuditLogChangeKeyRateLimitPerUser"},{"type":"reference","id":8925,"name":"APIAuditLogChangeKeyPermissions"},{"type":"reference","id":8926,"name":"APIAuditLogChangeKeyColor"},{"type":"reference","id":8928,"name":"APIAuditLogChangeKeyHoist"},{"type":"reference","id":8929,"name":"APIAuditLogChangeKeyMentionable"},{"type":"reference","id":8930,"name":"APIAuditLogChangeKeyAllow"},{"type":"reference","id":8931,"name":"APIAuditLogChangeKeyDeny"},{"type":"reference","id":8932,"name":"APIAuditLogChangeKeyCode"},{"type":"reference","id":8933,"name":"APIAuditLogChangeKeyChannelId"},{"type":"reference","id":8934,"name":"APIAuditLogChangeKeyInviterId"},{"type":"reference","id":8935,"name":"APIAuditLogChangeKeyMaxUses"},{"type":"reference","id":8936,"name":"APIAuditLogChangeKeyUses"},{"type":"reference","id":8937,"name":"APIAuditLogChangeKeyMaxAge"},{"type":"reference","id":8938,"name":"APIAuditLogChangeKeyTemporary"},{"type":"reference","id":8939,"name":"APIAuditLogChangeKeyDeaf"},{"type":"reference","id":8940,"name":"APIAuditLogChangeKeyMute"},{"type":"reference","id":8941,"name":"APIAuditLogChangeKeyNick"},{"type":"reference","id":8942,"name":"APIAuditLogChangeKeyAvatarHash"},{"type":"reference","id":8943,"name":"APIAuditLogChangeKeyId"},{"type":"reference","id":8944,"name":"APIAuditLogChangeKeyType"},{"type":"reference","id":8945,"name":"APIAuditLogChangeKeyEnableEmoticons"},{"type":"reference","id":8946,"name":"APIAuditLogChangeKeyExpireBehavior"},{"type":"reference","id":8947,"name":"APIAuditLogChangeKeyExpireGracePeriod"},{"type":"reference","id":8948,"name":"APIAuditLogChangeKeyUserLimit"},{"type":"reference","id":8949,"name":"APIAuditLogChangeKeyPrivacyLevel"},{"type":"reference","id":8950,"name":"APIAuditLogChangeKeyTags"},{"type":"reference","id":8951,"name":"APIAuditLogChangeKeyFormatType"},{"type":"reference","id":8952,"name":"APIAuditLogChangeKeyAsset"},{"type":"reference","id":8953,"name":"APIAuditLogChangeKeyAvailable"},{"type":"reference","id":8954,"name":"APIAuditLogChangeKeyGuildId"},{"type":"reference","id":8955,"name":"APIAuditLogChangeKeyArchived"},{"type":"reference","id":8956,"name":"APIAuditLogChangeKeyLocked"},{"type":"reference","id":8957,"name":"APIAuditLogChangeKeyAutoArchiveDuration"},{"type":"reference","id":8958,"name":"APIAuditLogChangeKeyDefaultAutoArchiveDuration"},{"type":"reference","id":8959,"name":"APIAuditLogChangeKeyEntityType"},{"type":"reference","id":8960,"name":"APIAuditLogChangeKeyStatus"},{"type":"reference","id":8961,"name":"APIAuditLogChangeKeyLocation"},{"type":"reference","id":8962,"name":"APIAuditLogChangeKeyCommunicationDisabledUntil"},{"type":"reference","id":8963,"name":"APIAuditLogChangeKeyTriggerType"},{"type":"reference","id":8964,"name":"APIAuditLogChangeKeyEventType"},{"type":"reference","id":8965,"name":"APIAuditLogChangeKeyTriggerMetadata"},{"type":"reference","id":8966,"name":"APIAuditLogChangeKeyActions"},{"type":"reference","id":8967,"name":"APIAuditLogChangeKeyEnabled"},{"type":"reference","id":8968,"name":"APIAuditLogChangeKeyExemptRoles"},{"type":"reference","id":8969,"name":"APIAuditLogChangeKeyExemptChannels"}]}},{"id":8912,"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":506,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$add"},{"type":"array","elementType":{"type":"reference","id":10293,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":8913,"name":"APIAuditLogChangeKey$Remove","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when role(s) are removed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":511,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$remove"},{"type":"array","elementType":{"type":"reference","id":10293,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":8903,"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":455,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8904,"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":460,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_timeout"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8966,"name":"APIAuditLogChangeKeyActions","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's actions is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":784,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"actions"},{"type":"array","elementType":{"type":"reference","id":8999,"name":"APIAutoModerationAction"}}],"name":"AuditLogChangeData"}},{"id":8930,"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":598,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"allow"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8923,"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":561,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"application_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8955,"name":"APIAuditLogChangeKeyArchived","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":723,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"archived"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8952,"name":"APIAuditLogChangeKeyAsset","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Empty string"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":708,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"asset"},{"type":"literal","value":""}],"name":"AuditLogChangeData"}},{"id":8957,"name":"APIAuditLogChangeKeyAutoArchiveDuration","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":733,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"auto_archive_duration"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8953,"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":713,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"available"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8942,"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":658,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"avatar_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8899,"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":435,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"banner_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8920,"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":546,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"bitrate"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8933,"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":613,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8932,"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":608,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8926,"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":577,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"color"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8962,"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":761,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"communication_disabled_until"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8939,"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":643,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deaf"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8958,"name":"APIAuditLogChangeKeyDefaultAutoArchiveDuration","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":738,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"default_auto_archive_duration"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8910,"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":493,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"default_message_notifications"},{"type":"reference","id":9643,"name":"GuildDefaultMessageNotifications"}],"name":"AuditLogChangeData"}},{"id":8931,"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":603,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deny"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8894,"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":410,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"description"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8898,"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":430,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"discovery_splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8945,"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":673,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"enable_emoticons"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8967,"name":"APIAuditLogChangeKeyEnabled","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's enabled status is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":789,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"enabled"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8959,"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":746,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"entity_type"},{"type":"reference","id":9865,"name":"GuildScheduledEventEntityType"}],"name":"AuditLogChangeData"}},{"id":8964,"name":"APIAuditLogChangeKeyEventType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's event type is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":771,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"event_type"},{"type":"reference","id":8997,"name":"AutoModerationRuleEventType"}],"name":"AuditLogChangeData"}},{"id":8969,"name":"APIAuditLogChangeKeyExemptChannels","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's exempt channels is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":799,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"exempt_channels"},{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}],"name":"AuditLogChangeData"}},{"id":8968,"name":"APIAuditLogChangeKeyExemptRoles","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's exempt roles is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":794,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"exempt_roles"},{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}],"name":"AuditLogChangeData"}},{"id":8946,"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":678,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_behavior"},{"type":"reference","id":9750,"name":"IntegrationExpireBehavior"}],"name":"AuditLogChangeData"}},{"id":8947,"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":683,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_grace_period"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8909,"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":485,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"explicit_content_filter"},{"type":"reference","id":9646,"name":"GuildExplicitContentFilter"}],"name":"AuditLogChangeData"}},{"id":8951,"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":703,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"format_type"},{"type":"reference","id":10341,"name":"StickerFormatType"}],"name":"AuditLogChangeData"}},{"id":8954,"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":718,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"guild_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8928,"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":588,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"hoist"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8895,"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":415,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"icon_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8943,"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":663,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8896,"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":420,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"image_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8934,"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":618,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"inviter_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8961,"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":756,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"location"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8956,"name":"APIAuditLogChangeKeyLocked","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":728,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"locked"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8907,"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":475,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mfa_level"},{"type":"reference","id":9650,"name":"GuildMFALevel"}],"name":"AuditLogChangeData"}},{"id":8937,"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":633,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_age"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8935,"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":623,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8929,"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":593,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mentionable"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8940,"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":648,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mute"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8922,"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":556,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nsfw"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8893,"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":405,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"name"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8941,"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":653,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nick"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8900,"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":440,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"owner_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8921,"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":551,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permission_overwrites"},{"type":"array","elementType":{"type":"reference","id":9266,"name":"APIOverwrite"}}],"name":"AuditLogChangeData"}},{"id":8925,"name":"APIAuditLogChangeKeyPermissions","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a permission bitfield is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":572,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permissions"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8918,"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":536,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"position"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8902,"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":450,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"preferred_locale"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8949,"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":693,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"privacy_level"},{"type":"reference","id":10317,"name":"StageInstancePrivacyLevel"}],"name":"AuditLogChangeData"}},{"id":8914,"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":516,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"prune_delete_days"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8906,"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":470,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"public_updates_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8924,"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":567,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rate_limit_per_user"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8901,"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":445,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"region"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8905,"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":465,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rules_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8927,"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":583,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"intrinsic","name":"unknown"}],"name":"AuditLogChangeData"}},{"id":8897,"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":425,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8960,"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":751,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"status"},{"type":"reference","id":9869,"name":"GuildScheduledEventStatus"}],"name":"AuditLogChangeData"}},{"id":8917,"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":531,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"system_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8950,"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":698,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"tags"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8938,"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":638,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"temporary"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":8919,"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":541,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"topic"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8965,"name":"APIAuditLogChangeKeyTriggerMetadata","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's trigger metadata is changed"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":776,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"trigger_metadata"},{"type":"reference","id":8987,"name":"APIAutoModerationRuleTriggerMetadata"}],"name":"AuditLogChangeData"}},{"id":8963,"name":"APIAuditLogChangeKeyTriggerType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's trigger type is changed (only in rule creation or deletion)"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":766,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"trigger_type"},{"type":"reference","id":8982,"name":"AutoModerationRuleTriggerType"}],"name":"AuditLogChangeData"}},{"id":8944,"name":"APIAuditLogChangeKeyType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The type of entity created"},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":668,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"type"},{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}],"name":"AuditLogChangeData"}},{"id":8948,"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":688,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"user_limit"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8936,"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":628,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":8911,"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":501,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"vanity_url_code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":8908,"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":480,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"verification_level"},{"type":"reference","id":9658,"name":"GuildVerificationLevel"}],"name":"AuditLogChangeData"}},{"id":8916,"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":526,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":8915,"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":521,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_enabled"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":9415,"name":"APIButtonComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1415,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9401,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":9408,"name":"APIButtonComponentWithURL"}]}},{"id":9160,"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":316,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9100,"name":"APIGroupDMChannel"},{"type":"reference","id":9099,"name":"APIDMChannel"},{"type":"reference","id":9057,"name":"APITextChannel"},{"type":"reference","id":9058,"name":"APINewsChannel"},{"type":"reference","id":9074,"name":"APIGuildVoiceChannel"},{"type":"reference","id":9090,"name":"APIGuildStageVoiceChannel"},{"type":"reference","id":9059,"name":"APIGuildCategoryChannel"},{"type":"reference","id":9110,"name":"APIThreadChannel"},{"type":"reference","id":9058,"name":"APINewsChannel"},{"type":"reference","id":9141,"name":"APIGuildForumChannel"}]}},{"id":9921,"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":123,"character":12}],"type":{"type":"reference","id":10111,"typeArguments":[{"type":"reference","id":9920,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":9922,"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":129,"character":12}],"type":{"type":"reference","id":10113,"typeArguments":[{"type":"reference","id":9920,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":9920,"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":117,"character":12}],"type":{"type":"reference","id":9904,"typeArguments":[{"type":"reference","id":9913,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":10137,"name":"APIChatInputApplicationCommandInteractionDataResolved","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Renamed to `APIInteractionDataResolved`\n"}]},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":163,"character":12}],"type":{"type":"reference","id":10131,"name":"APIInteractionDataResolved"}},{"id":10047,"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":82,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10041,"name":"APIUserApplicationCommandDMInteraction"},{"type":"reference","id":10044,"name":"APIMessageApplicationCommandDMInteraction"}]}},{"id":10048,"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":89,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10042,"name":"APIUserApplicationCommandGuildInteraction"},{"type":"reference","id":10045,"name":"APIMessageApplicationCommandGuildInteraction"}]}},{"id":10046,"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":77,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10040,"name":"APIUserApplicationCommandInteraction"},{"type":"reference","id":10043,"name":"APIMessageApplicationCommandInteraction"}]}},{"id":10039,"name":"APIContextMenuInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/contextMenu.ts","line":35,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10023,"name":"APIUserApplicationCommandInteractionData"},{"type":"reference","id":10030,"name":"APIMessageApplicationCommandInteractionData"}]}},{"id":9099,"name":"APIDMChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":164,"character":12}],"type":{"type":"reference","id":9091,"typeArguments":[{"type":"reference","id":9163,"name":"ChannelType.DM"}],"name":"APIDMChannelBase"}},{"id":9881,"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":9907,"name":"APIApplicationCommandDMInteraction"},{"type":"reference","id":10174,"name":"APIMessageComponentDMInteraction"},{"type":"reference","id":10073,"name":"APIApplicationCommandAutocompleteDMInteraction"},{"type":"reference","id":10187,"name":"APIModalSubmitDMInteraction"}]}},{"id":10111,"name":"APIDMInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":121,"character":12}],"typeParameter":[{"id":10112,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":10094,"typeArguments":[{"type":"reference","id":10190,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":10112,"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":10112,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":9059,"name":"APIGuildCategoryChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":123,"character":12}],"type":{"type":"reference","id":9029,"typeArguments":[{"type":"reference","id":9166,"name":"ChannelType.GuildCategory"}],"name":"APIGuildChannel"}},{"id":11132,"name":"APIGuildChannelResolvable","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":41,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9160,"name":"APIChannel"},{"type":"union","types":[{"type":"reference","id":9099,"name":"APIDMChannel"},{"type":"reference","id":9100,"name":"APIGroupDMChannel"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":11133,"name":"APIGuildCreatePartialChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":42,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":11132,"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"},{"type":"literal","value":"default_reaction_emoji"},{"type":"literal","value":"available_tags"},{"type":"literal","value":"default_sort_order"}]}],"name":"DistributivePick"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11134,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11136,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/guild.ts","line":63,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":11135,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":62,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":11137,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/guild.ts","line":64,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11138,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/guild.ts","line":65,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":11127,"name":"APIGuildCreateOverwrite"}}}],"groups":[{"title":"Properties","kind":1024,"children":[11136,11135,11137,11138]}],"sources":[{"fileName":"rest/v10/guild.ts","line":61,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":9749,"name":"APIGuildIntegrationType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/guild.ts","line":720,"character":12}],"type":{"type":"union","types":[{"type":"literal","value":"twitch"},{"type":"literal","value":"youtube"},{"type":"literal","value":"discord"}]}},{"id":9882,"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":9908,"name":"APIApplicationCommandGuildInteraction"},{"type":"reference","id":10175,"name":"APIMessageComponentGuildInteraction"},{"type":"reference","id":10074,"name":"APIApplicationCommandAutocompleteGuildInteraction"},{"type":"reference","id":10188,"name":"APIModalSubmitGuildInteraction"}]}},{"id":10113,"name":"APIGuildInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":127,"character":12}],"typeParameter":[{"id":10114,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":10094,"typeArguments":[{"type":"reference","id":10190,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":10114,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10114,"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":9862,"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":9811,"name":"APIStageInstanceGuildScheduledEvent"},{"type":"reference","id":9828,"name":"APIVoiceGuildScheduledEvent"},{"type":"reference","id":9845,"name":"APIExternalGuildScheduledEvent"}]}},{"id":9090,"name":"APIGuildStageVoiceChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":153,"character":12}],"type":{"type":"reference","id":9060,"typeArguments":[{"type":"reference","id":9171,"name":"ChannelType.GuildStageVoice"}],"name":"APIVoiceChannelBase"}},{"id":9880,"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":10189,"name":"APIPingInteraction"},{"type":"reference","id":9906,"name":"APIApplicationCommandInteraction"},{"type":"reference","id":10140,"name":"APIMessageComponentInteraction"},{"type":"reference","id":10072,"name":"APIApplicationCommandAutocompleteInteraction"},{"type":"reference","id":10186,"name":"APIModalSubmitInteraction"}]}},{"id":10196,"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":10197,"name":"APIInteractionResponsePong"},{"type":"reference","id":10205,"name":"APIInteractionResponseChannelMessageWithSource"},{"type":"reference","id":10208,"name":"APIInteractionResponseDeferredChannelMessageWithSource"},{"type":"reference","id":10211,"name":"APIInteractionResponseDeferredMessageUpdate"},{"type":"reference","id":10213,"name":"APIInteractionResponseUpdateMessage"},{"type":"reference","id":10199,"name":"APIApplicationCommandAutocompleteResponse"},{"type":"reference","id":10202,"name":"APIModalInteractionResponse"}]}},{"id":10224,"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":11598,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"union","types":[{"type":"literal","value":"username"},{"type":"literal","value":"avatar_url"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reflection","declaration":{"id":10225,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10226,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":102,"character":6}],"type":{"type":"reference","id":9249,"name":"MessageFlags"}}],"groups":[{"title":"Properties","kind":1024,"children":[10226]}],"sources":[{"fileName":"payloads/v10/_interactions/responses.ts","line":102,"character":4}]}}]}},{"id":10233,"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":9600,"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":9443,"name":"APIMentionableSelectComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1498,"character":12}],"type":{"type":"reference","id":9425,"typeArguments":[{"type":"reference","id":9383,"name":"ComponentType.MentionableSelect"}],"name":"APIBaseSelectMenuComponent"}},{"id":9475,"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":1610,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9415,"name":"APIButtonComponent"},{"type":"reference","id":9452,"name":"APISelectMenuComponent"}]}},{"id":10044,"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":65,"character":12}],"type":{"type":"reference","id":10111,"typeArguments":[{"type":"reference","id":10043,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":10045,"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":71,"character":12}],"type":{"type":"reference","id":10113,"typeArguments":[{"type":"reference","id":10043,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":10043,"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":59,"character":12}],"type":{"type":"reference","id":9904,"typeArguments":[{"type":"reference","id":10030,"name":"APIMessageApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":10148,"name":"APIMessageButtonInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":57,"character":12}],"type":{"type":"reference","id":10144,"typeArguments":[{"type":"reference","id":9378,"name":"ComponentType.Button"}],"name":"APIMessageComponentBaseInteractionData"}},{"id":9472,"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":1602,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9475,"name":"APIMessageActionRowComponent"},{"type":"reference","id":9386,"typeArguments":[{"type":"reference","id":9475,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":10141,"name":"APIMessageComponentButtonInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":22,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":10094,"typeArguments":[{"type":"reference","id":10193,"name":"InteractionType.MessageComponent"},{"type":"reference","id":10148,"name":"APIMessageButtonInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10094,"typeArguments":[{"type":"reference","id":10193,"name":"InteractionType.MessageComponent"},{"type":"reference","id":10148,"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":10174,"name":"APIMessageComponentDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":95,"character":12}],"type":{"type":"reference","id":10111,"typeArguments":[{"type":"reference","id":10140,"name":"APIMessageComponentInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":10175,"name":"APIMessageComponentGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":97,"character":12}],"type":{"type":"reference","id":10113,"typeArguments":[{"type":"reference","id":10140,"name":"APIMessageComponentInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":10140,"name":"APIMessageComponentInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":11,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":10094,"typeArguments":[{"type":"reference","id":10193,"name":"InteractionType.MessageComponent"},{"type":"reference","id":10143,"name":"APIMessageComponentInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10094,"typeArguments":[{"type":"reference","id":10193,"name":"InteractionType.MessageComponent"},{"type":"reference","id":10143,"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":10143,"name":"APIMessageComponentInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":44,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10148,"name":"APIMessageButtonInteractionData"},{"type":"reference","id":10173,"name":"APIMessageSelectMenuInteractionData"}]}},{"id":10142,"name":"APIMessageComponentSelectMenuInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":33,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":10094,"typeArguments":[{"type":"reference","id":10193,"name":"InteractionType.MessageComponent"},{"type":"reference","id":10173,"name":"APIMessageSelectMenuInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10094,"typeArguments":[{"type":"reference","id":10193,"name":"InteractionType.MessageComponent"},{"type":"reference","id":10173,"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":11008,"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":221,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9240,"name":"APIMessageReference"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9240,"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":11009,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11010,"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":229,"character":2}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11010]}],"sources":[{"fileName":"rest/v10/channel.ts","line":223,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":10173,"name":"APIMessageSelectMenuInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/messageComponents.ts","line":88,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":10149,"name":"APIMessageStringSelectInteractionData"},{"type":"reference","id":10153,"name":"APIMessageUserSelectInteractionData"},{"type":"reference","id":10158,"name":"APIMessageRoleSelectInteractionData"},{"type":"reference","id":10163,"name":"APIMessageMentionableSelectInteractionData"},{"type":"reference","id":10168,"name":"APIMessageChannelSelectInteractionData"}]}},{"id":9476,"name":"APIModalActionRowComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1613,"character":12}],"type":{"type":"reference","id":9459,"name":"APITextInputComponent"}},{"id":9473,"name":"APIModalComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":1603,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9476,"name":"APIModalActionRowComponent"},{"type":"reference","id":9386,"typeArguments":[{"type":"reference","id":9476,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":10187,"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":44,"character":12}],"type":{"type":"reference","id":10111,"typeArguments":[{"type":"reference","id":10186,"name":"APIModalSubmitInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":10188,"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":49,"character":12}],"type":{"type":"reference","id":10113,"typeArguments":[{"type":"reference","id":10186,"name":"APIModalSubmitInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":10186,"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":38,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":10094,"typeArguments":[{"type":"reference","id":10195,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":10183,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10094,"typeArguments":[{"type":"reference","id":10195,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":10183,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"literal","value":"data"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":9058,"name":"APINewsChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":122,"character":12}],"type":{"type":"reference","id":9041,"typeArguments":[{"type":"reference","id":9167,"name":"ChannelType.GuildAnnouncement"}],"name":"APIGuildTextChannel"}},{"id":10189,"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":10094,"typeArguments":[{"type":"reference","id":10191,"name":"InteractionType.Ping"},{"type":"intrinsic","name":"never"}],"name":"APIBaseInteraction"},{"type":"literal","value":"locale"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":9442,"name":"APIRoleSelectComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1493,"character":12}],"type":{"type":"reference","id":9425,"typeArguments":[{"type":"reference","id":9382,"name":"ComponentType.RoleSelect"}],"name":"APIBaseSelectMenuComponent"}},{"id":9452,"name":"APISelectMenuComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1513,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9433,"name":"APIStringSelectComponent"},{"type":"reference","id":9441,"name":"APIUserSelectComponent"},{"type":"reference","id":9442,"name":"APIRoleSelectComponent"},{"type":"reference","id":9443,"name":"APIMentionableSelectComponent"},{"type":"reference","id":9444,"name":"APIChannelSelectComponent"}]}},{"id":10345,"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":10325,"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":9057,"name":"APITextChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":121,"character":12}],"type":{"type":"reference","id":9041,"typeArguments":[{"type":"reference","id":9162,"name":"ChannelType.GuildText"}],"name":"APIGuildTextChannel"}},{"id":10041,"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":48,"character":12}],"type":{"type":"reference","id":10111,"typeArguments":[{"type":"reference","id":10040,"name":"APIUserApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":10042,"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":53,"character":12}],"type":{"type":"reference","id":10113,"typeArguments":[{"type":"reference","id":10040,"name":"APIUserApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":10040,"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":42,"character":12}],"type":{"type":"reference","id":9904,"typeArguments":[{"type":"reference","id":10023,"name":"APIUserApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":10139,"name":"APIUserApplicationCommandInteractionDataResolved","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Renamed to `APIUserInteractionDataResolved`\n"}]},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":174,"character":12}],"type":{"type":"reference","id":10138,"name":"APIUserInteractionDataResolved"}},{"id":10138,"name":"APIUserInteractionDataResolved","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"`users` and optional `members` from APIInteractionDataResolved, for user commands and user selects"},"sources":[{"fileName":"payloads/v10/_interactions/base.ts","line":168,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10131,"name":"APIInteractionDataResolved"},{"type":"literal","value":"users"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"},{"type":"reference","typeArguments":[{"type":"reference","id":10131,"name":"APIInteractionDataResolved"},{"type":"literal","value":"members"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":9441,"name":"APIUserSelectComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v10/channel.ts","line":1488,"character":12}],"type":{"type":"reference","id":9425,"typeArguments":[{"type":"reference","id":9381,"name":"ComponentType.UserSelect"}],"name":"APIBaseSelectMenuComponent"}},{"id":10917,"name":"AchievementIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1098,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10929,"name":"ImageFormat.Lottie"},{"type":"reference","id":10928,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10916,"name":"ApplicationAssetFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1097,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10929,"name":"ImageFormat.Lottie"},{"type":"reference","id":10928,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10915,"name":"ApplicationCoverFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1096,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10929,"name":"ImageFormat.Lottie"},{"type":"reference","id":10928,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10914,"name":"ApplicationIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1095,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10929,"name":"ImageFormat.Lottie"},{"type":"reference","id":10928,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":8891,"name":"AuditLogRuleTriggerType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/auditLog.ts","line":319,"character":12}],"type":{"type":"template-literal","head":"","tail":[[{"type":"reference","id":8982,"name":"AutoModerationRuleTriggerType"},""]]}},{"id":10911,"name":"DefaultUserAvatar","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1092,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"reference","id":10926,"name":"ImageFormat.PNG"}],"qualifiedName":"Extract","package":"typescript","name":"Extract"}},{"id":10904,"name":"DefaultUserAvatarAssets","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1084,"character":12}],"type":{"type":"union","types":[{"type":"literal","value":0},{"type":"literal","value":1},{"type":"literal","value":2},{"type":"literal","value":3},{"type":"literal","value":4},{"type":"literal","value":5}]}},{"id":10905,"name":"EmojiFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1086,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"reference","id":10929,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":9560,"name":"GatewayActivityAssets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-assets"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":306,"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":9556,"name":"GatewayActivityEmoji","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-emoji"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":287,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9481,"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":9481,"name":"APIEmoji"},{"type":"literal","value":"name"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":9561,"name":"GatewayActivitySecrets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-secrets"},"sources":[{"fileName":"payloads/v10/gateway.ts","line":313,"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":8753,"name":"GatewayActivityUpdateData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-structure"},"sources":[{"fileName":"gateway/v10.ts","line":1930,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9517,"name":"GatewayActivity"},{"type":"union","types":[{"type":"literal","value":"name"},{"type":"literal","value":"type"},{"type":"literal","value":"url"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":8404,"name":"GatewayApplicationCommandPermissionsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#application-command-permissions-update"},"sources":[{"fileName":"gateway/v10.ts","line":568,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8282,"name":"GatewayDispatchEvents.ApplicationCommandPermissionsUpdate"},{"type":"reference","id":8405,"name":"GatewayApplicationCommandPermissionsUpdateDispatchData"}],"name":"DataPayload"}},{"id":8391,"name":"GatewayAutoModerationActionExecutionDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-action-execution"},"sources":[{"fileName":"gateway/v10.ts","line":502,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8341,"name":"GatewayDispatchEvents.AutoModerationActionExecution"},{"type":"reference","id":8392,"name":"GatewayAutoModerationActionExecutionDispatchData"}],"name":"DataPayload"}},{"id":8385,"name":"GatewayAutoModerationRuleCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create"},"sources":[{"fileName":"gateway/v10.ts","line":472,"character":12}],"type":{"type":"reference","id":8383,"name":"GatewayAutoModerationRuleModifyDispatch"}},{"id":8386,"name":"GatewayAutoModerationRuleCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create"},"sources":[{"fileName":"gateway/v10.ts","line":477,"character":12}],"type":{"type":"reference","id":8384,"name":"GatewayAutoModerationRuleModifyDispatchData"}},{"id":8389,"name":"GatewayAutoModerationRuleDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v10.ts","line":492,"character":12}],"type":{"type":"reference","id":8383,"name":"GatewayAutoModerationRuleModifyDispatch"}},{"id":8390,"name":"GatewayAutoModerationRuleDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v10.ts","line":497,"character":12}],"type":{"type":"reference","id":8384,"name":"GatewayAutoModerationRuleModifyDispatchData"}},{"id":8383,"name":"GatewayAutoModerationRuleModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v10.ts","line":455,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":8338,"name":"GatewayDispatchEvents.AutoModerationRuleCreate"},{"type":"reference","id":8339,"name":"GatewayDispatchEvents.AutoModerationRuleUpdate"},{"type":"reference","id":8340,"name":"GatewayDispatchEvents.AutoModerationRuleDelete"}]},{"type":"reference","id":8384,"name":"GatewayAutoModerationRuleModifyDispatchData"}],"name":"DataPayload"}},{"id":8384,"name":"GatewayAutoModerationRuleModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v10.ts","line":467,"character":12}],"type":{"type":"reference","id":8970,"name":"APIAutoModerationRule"}},{"id":8387,"name":"GatewayAutoModerationRuleUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update"},"sources":[{"fileName":"gateway/v10.ts","line":482,"character":12}],"type":{"type":"reference","id":8383,"name":"GatewayAutoModerationRuleModifyDispatch"}},{"id":8388,"name":"GatewayAutoModerationRuleUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update"},"sources":[{"fileName":"gateway/v10.ts","line":487,"character":12}],"type":{"type":"reference","id":8384,"name":"GatewayAutoModerationRuleModifyDispatchData"}},{"id":8412,"name":"GatewayChannelCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create"},"sources":[{"fileName":"gateway/v10.ts","line":615,"character":12}],"type":{"type":"reference","id":8410,"name":"GatewayChannelModifyDispatch"}},{"id":8413,"name":"GatewayChannelCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create"},"sources":[{"fileName":"gateway/v10.ts","line":620,"character":12}],"type":{"type":"reference","id":8411,"name":"GatewayChannelModifyDispatchData"}},{"id":8416,"name":"GatewayChannelDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v10.ts","line":635,"character":12}],"type":{"type":"reference","id":8410,"name":"GatewayChannelModifyDispatch"}},{"id":8417,"name":"GatewayChannelDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v10.ts","line":640,"character":12}],"type":{"type":"reference","id":8411,"name":"GatewayChannelModifyDispatchData"}},{"id":8410,"name":"GatewayChannelModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create\nhttps://discord.com/developers/docs/topics/gateway-events#channel-update\nhttps://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v10.ts","line":600,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":8283,"name":"GatewayDispatchEvents.ChannelCreate"},{"type":"reference","id":8284,"name":"GatewayDispatchEvents.ChannelDelete"},{"type":"reference","id":8286,"name":"GatewayDispatchEvents.ChannelUpdate"}]},{"type":"reference","id":8411,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":8411,"name":"GatewayChannelModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create\nhttps://discord.com/developers/docs/topics/gateway-events#channel-update\nhttps://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v10.ts","line":610,"character":12}],"type":{"type":"reference","id":9160,"name":"APIChannel"}},{"id":8418,"name":"GatewayChannelPinsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-pins-update"},"sources":[{"fileName":"gateway/v10.ts","line":645,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8285,"name":"GatewayDispatchEvents.ChannelPinsUpdate"},{"type":"reference","id":8419,"name":"GatewayChannelPinsUpdateDispatchData"}],"name":"DataPayload"}},{"id":8414,"name":"GatewayChannelUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-update"},"sources":[{"fileName":"gateway/v10.ts","line":625,"character":12}],"type":{"type":"reference","id":8410,"name":"GatewayChannelModifyDispatch"}},{"id":8415,"name":"GatewayChannelUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-update"},"sources":[{"fileName":"gateway/v10.ts","line":630,"character":12}],"type":{"type":"reference","id":8411,"name":"GatewayChannelModifyDispatchData"}},{"id":8344,"name":"GatewayDispatchPayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":283,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8383,"name":"GatewayAutoModerationRuleModifyDispatch"},{"type":"reference","id":8385,"name":"GatewayAutoModerationRuleCreateDispatch"},{"type":"reference","id":8389,"name":"GatewayAutoModerationRuleDeleteDispatch"},{"type":"reference","id":8391,"name":"GatewayAutoModerationActionExecutionDispatch"},{"type":"reference","id":8404,"name":"GatewayApplicationCommandPermissionsUpdateDispatch"},{"type":"reference","id":8410,"name":"GatewayChannelModifyDispatch"},{"type":"reference","id":8418,"name":"GatewayChannelPinsUpdateDispatch"},{"type":"reference","id":8484,"name":"GatewayGuildBanModifyDispatch"},{"type":"reference","id":8425,"name":"GatewayGuildCreateDispatch"},{"type":"reference","id":8482,"name":"GatewayGuildDeleteDispatch"},{"type":"reference","id":8492,"name":"GatewayGuildEmojisUpdateDispatch"},{"type":"reference","id":8500,"name":"GatewayGuildIntegrationsUpdateDispatch"},{"type":"reference","id":8503,"name":"GatewayGuildMemberAddDispatch"},{"type":"reference","id":8516,"name":"GatewayGuildMemberRemoveDispatch"},{"type":"reference","id":8524,"name":"GatewayGuildMembersChunkDispatch"},{"type":"reference","id":8520,"name":"GatewayGuildMemberUpdateDispatch"},{"type":"reference","id":8423,"name":"GatewayGuildModifyDispatch"},{"type":"reference","id":8541,"name":"GatewayGuildRoleDeleteDispatch"},{"type":"reference","id":8533,"name":"GatewayGuildRoleModifyDispatch"},{"type":"reference","id":8545,"name":"GatewayGuildScheduledEventCreateDispatch"},{"type":"reference","id":8547,"name":"GatewayGuildScheduledEventUpdateDispatch"},{"type":"reference","id":8549,"name":"GatewayGuildScheduledEventDeleteDispatch"},{"type":"reference","id":8551,"name":"GatewayGuildScheduledEventUserAddDispatch"},{"type":"reference","id":8556,"name":"GatewayGuildScheduledEventUserRemoveDispatch"},{"type":"reference","id":8496,"name":"GatewayGuildStickersUpdateDispatch"},{"type":"reference","id":8561,"name":"GatewayIntegrationCreateDispatch"},{"type":"reference","id":8569,"name":"GatewayIntegrationDeleteDispatch"},{"type":"reference","id":8565,"name":"GatewayIntegrationUpdateDispatch"},{"type":"reference","id":8574,"name":"GatewayInteractionCreateDispatch"},{"type":"reference","id":8576,"name":"GatewayInviteCreateDispatch"},{"type":"reference","id":8590,"name":"GatewayInviteDeleteDispatch"},{"type":"reference","id":8595,"name":"GatewayMessageCreateDispatch"},{"type":"reference","id":8613,"name":"GatewayMessageDeleteBulkDispatch"},{"type":"reference","id":8608,"name":"GatewayMessageDeleteDispatch"},{"type":"reference","id":8618,"name":"GatewayMessageReactionAddDispatch"},{"type":"reference","id":8622,"name":"GatewayMessageReactionRemoveAllDispatch"},{"type":"reference","id":8620,"name":"GatewayMessageReactionRemoveDispatch"},{"type":"reference","id":8624,"name":"GatewayMessageReactionRemoveEmojiDispatch"},{"type":"reference","id":8597,"name":"GatewayMessageUpdateDispatch"},{"type":"reference","id":8630,"name":"GatewayPresenceUpdateDispatch"},{"type":"reference","id":8632,"name":"GatewayStageInstanceCreateDispatch"},{"type":"reference","id":8634,"name":"GatewayStageInstanceDeleteDispatch"},{"type":"reference","id":8636,"name":"GatewayStageInstanceUpdateDispatch"},{"type":"reference","id":8373,"name":"GatewayReadyDispatch"},{"type":"reference","id":8382,"name":"GatewayResumedDispatch"},{"type":"reference","id":8638,"name":"GatewayThreadListSyncDispatch"},{"type":"reference","id":8640,"name":"GatewayThreadMembersUpdateDispatch"},{"type":"reference","id":8642,"name":"GatewayThreadMemberUpdateDispatch"},{"type":"reference","id":8646,"name":"GatewayThreadModifyDispatch"},{"type":"reference","id":8672,"name":"GatewayTypingStartDispatch"},{"type":"reference","id":8679,"name":"GatewayUserUpdateDispatch"},{"type":"reference","id":8683,"name":"GatewayVoiceServerUpdateDispatch"},{"type":"reference","id":8681,"name":"GatewayVoiceStateUpdateDispatch"},{"type":"reference","id":8688,"name":"GatewayWebhooksUpdateDispatch"}]}},{"id":8488,"name":"GatewayGuildBanAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add"},"sources":[{"fileName":"gateway/v10.ts","line":817,"character":12}],"type":{"type":"reference","id":8484,"name":"GatewayGuildBanModifyDispatch"}},{"id":8489,"name":"GatewayGuildBanAddDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add"},"sources":[{"fileName":"gateway/v10.ts","line":822,"character":12}],"type":{"type":"reference","id":8485,"name":"GatewayGuildBanModifyDispatchData"}},{"id":8484,"name":"GatewayGuildBanModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"sources":[{"fileName":"gateway/v10.ts","line":792,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":8287,"name":"GatewayDispatchEvents.GuildBanAdd"},{"type":"reference","id":8288,"name":"GatewayDispatchEvents.GuildBanRemove"}]},{"type":"reference","id":8485,"name":"GatewayGuildBanModifyDispatchData"}],"name":"DataPayload"}},{"id":8490,"name":"GatewayGuildBanRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"sources":[{"fileName":"gateway/v10.ts","line":827,"character":12}],"type":{"type":"reference","id":8484,"name":"GatewayGuildBanModifyDispatch"}},{"id":8491,"name":"GatewayGuildBanRemoveDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"sources":[{"fileName":"gateway/v10.ts","line":832,"character":12}],"type":{"type":"reference","id":8485,"name":"GatewayGuildBanModifyDispatchData"}},{"id":8425,"name":"GatewayGuildCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-create"},"sources":[{"fileName":"gateway/v10.ts","line":681,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8289,"name":"GatewayDispatchEvents.GuildCreate"},{"type":"reference","id":8426,"name":"GatewayGuildCreateDispatchData"}],"name":"DataPayload"}},{"id":8482,"name":"GatewayGuildDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-delete"},"sources":[{"fileName":"gateway/v10.ts","line":781,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8290,"name":"GatewayDispatchEvents.GuildDelete"},{"type":"reference","id":8483,"name":"GatewayGuildDeleteDispatchData"}],"name":"DataPayload"}},{"id":8483,"name":"GatewayGuildDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-delete"},"sources":[{"fileName":"gateway/v10.ts","line":786,"character":12}],"type":{"type":"reference","id":9586,"name":"APIUnavailableGuild"}},{"id":8492,"name":"GatewayGuildEmojisUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-emojis-update"},"sources":[{"fileName":"gateway/v10.ts","line":837,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8291,"name":"GatewayDispatchEvents.GuildEmojisUpdate"},{"type":"reference","id":8493,"name":"GatewayGuildEmojisUpdateDispatchData"}],"name":"DataPayload"}},{"id":8500,"name":"GatewayGuildIntegrationsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-integrations-update"},"sources":[{"fileName":"gateway/v10.ts","line":885,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8292,"name":"GatewayDispatchEvents.GuildIntegrationsUpdate"},{"type":"reference","id":8501,"name":"GatewayGuildIntegrationsUpdateDispatchData"}],"name":"DataPayload"}},{"id":8503,"name":"GatewayGuildMemberAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-add"},"sources":[{"fileName":"gateway/v10.ts","line":903,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8293,"name":"GatewayDispatchEvents.GuildMemberAdd"},{"type":"reference","id":8504,"name":"GatewayGuildMemberAddDispatchData"}],"name":"DataPayload"}},{"id":8516,"name":"GatewayGuildMemberRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-remove"},"sources":[{"fileName":"gateway/v10.ts","line":921,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8294,"name":"GatewayDispatchEvents.GuildMemberRemove"},{"type":"reference","id":8517,"name":"GatewayGuildMemberRemoveDispatchData"}],"name":"DataPayload"}},{"id":8520,"name":"GatewayGuildMemberUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-update"},"sources":[{"fileName":"gateway/v10.ts","line":945,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8296,"name":"GatewayDispatchEvents.GuildMemberUpdate"},{"type":"reference","id":8521,"name":"GatewayGuildMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":8521,"name":"GatewayGuildMemberUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-update"},"sources":[{"fileName":"gateway/v10.ts","line":953,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9721,"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":9721,"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":9721,"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":9721,"name":"APIGuildMember"},{"type":"literal","value":"joined_at"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"name":"Nullable"},{"type":"reflection","declaration":{"id":8522,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8523,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v10.ts","line":960,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8523]}],"sources":[{"fileName":"gateway/v10.ts","line":956,"character":47}]}}]}},{"id":8524,"name":"GatewayGuildMembersChunkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-members-chunk"},"sources":[{"fileName":"gateway/v10.ts","line":966,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8295,"name":"GatewayDispatchEvents.GuildMembersChunk"},{"type":"reference","id":8525,"name":"GatewayGuildMembersChunkDispatchData"}],"name":"DataPayload"}},{"id":8423,"name":"GatewayGuildModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-create"},"sources":[{"fileName":"gateway/v10.ts","line":671,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8301,"name":"GatewayDispatchEvents.GuildUpdate"},{"type":"reference","id":8424,"name":"GatewayGuildModifyDispatchData"}],"name":"DataPayload"}},{"id":8424,"name":"GatewayGuildModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-update"},"sources":[{"fileName":"gateway/v10.ts","line":676,"character":12}],"type":{"type":"reference","id":9600,"name":"APIGuild"}},{"id":8537,"name":"GatewayGuildRoleCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create"},"sources":[{"fileName":"gateway/v10.ts","line":1040,"character":12}],"type":{"type":"reference","id":8533,"name":"GatewayGuildRoleModifyDispatch"}},{"id":8538,"name":"GatewayGuildRoleCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create"},"sources":[{"fileName":"gateway/v10.ts","line":1045,"character":12}],"type":{"type":"reference","id":8534,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":8541,"name":"GatewayGuildRoleDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1060,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8298,"name":"GatewayDispatchEvents.GuildRoleDelete"},{"type":"reference","id":8542,"name":"GatewayGuildRoleDeleteDispatchData"}],"name":"DataPayload"}},{"id":8533,"name":"GatewayGuildRoleModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"sources":[{"fileName":"gateway/v10.ts","line":1015,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":8297,"name":"GatewayDispatchEvents.GuildRoleCreate"},{"type":"reference","id":8299,"name":"GatewayDispatchEvents.GuildRoleUpdate"}]},{"type":"reference","id":8534,"name":"GatewayGuildRoleModifyDispatchData"}],"name":"DataPayload"}},{"id":8539,"name":"GatewayGuildRoleUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"sources":[{"fileName":"gateway/v10.ts","line":1050,"character":12}],"type":{"type":"reference","id":8533,"name":"GatewayGuildRoleModifyDispatch"}},{"id":8540,"name":"GatewayGuildRoleUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"sources":[{"fileName":"gateway/v10.ts","line":1055,"character":12}],"type":{"type":"reference","id":8534,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":8545,"name":"GatewayGuildScheduledEventCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1079,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8333,"name":"GatewayDispatchEvents.GuildScheduledEventCreate"},{"type":"reference","id":8546,"name":"GatewayGuildScheduledEventCreateDispatchData"}],"name":"DataPayload"}},{"id":8546,"name":"GatewayGuildScheduledEventCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1084,"character":12}],"type":{"type":"reference","id":9862,"name":"APIGuildScheduledEvent"}},{"id":8549,"name":"GatewayGuildScheduledEventDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1093,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8335,"name":"GatewayDispatchEvents.GuildScheduledEventDelete"},{"type":"reference","id":8550,"name":"GatewayGuildScheduledEventDeleteDispatchData"}],"name":"DataPayload"}},{"id":8550,"name":"GatewayGuildScheduledEventDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1098,"character":12}],"type":{"type":"reference","id":9862,"name":"APIGuildScheduledEvent"}},{"id":8547,"name":"GatewayGuildScheduledEventUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1086,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8334,"name":"GatewayDispatchEvents.GuildScheduledEventUpdate"},{"type":"reference","id":8548,"name":"GatewayGuildScheduledEventUpdateDispatchData"}],"name":"DataPayload"}},{"id":8548,"name":"GatewayGuildScheduledEventUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1091,"character":12}],"type":{"type":"reference","id":9862,"name":"APIGuildScheduledEvent"}},{"id":8551,"name":"GatewayGuildScheduledEventUserAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1100,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8336,"name":"GatewayDispatchEvents.GuildScheduledEventUserAdd"},{"type":"reference","id":8552,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":8556,"name":"GatewayGuildScheduledEventUserRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1111,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8337,"name":"GatewayDispatchEvents.GuildScheduledEventUserRemove"},{"type":"reference","id":8552,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":8496,"name":"GatewayGuildStickersUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-stickers-update"},"sources":[{"fileName":"gateway/v10.ts","line":861,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8300,"name":"GatewayDispatchEvents.GuildStickersUpdate"},{"type":"reference","id":8497,"name":"GatewayGuildStickersUpdateDispatchData"}],"name":"DataPayload"}},{"id":8480,"name":"GatewayGuildUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-update"},"sources":[{"fileName":"gateway/v10.ts","line":771,"character":12}],"type":{"type":"reference","id":8423,"name":"GatewayGuildModifyDispatch"}},{"id":8481,"name":"GatewayGuildUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-update"},"sources":[{"fileName":"gateway/v10.ts","line":776,"character":12}],"type":{"type":"reference","id":8424,"name":"GatewayGuildModifyDispatchData"}},{"id":8695,"name":"GatewayHeartbeatData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#sending-heartbeats"},"sources":[{"fileName":"gateway/v10.ts","line":1709,"character":12}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":8561,"name":"GatewayIntegrationCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-create"},"sources":[{"fileName":"gateway/v10.ts","line":1125,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8302,"name":"GatewayDispatchEvents.IntegrationCreate"},{"type":"reference","id":8562,"name":"GatewayIntegrationCreateDispatchData"}],"name":"DataPayload"}},{"id":8562,"name":"GatewayIntegrationCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-create"},"sources":[{"fileName":"gateway/v10.ts","line":1133,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":9732,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":8563,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8564,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1133,"character":75}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8564]}],"sources":[{"fileName":"gateway/v10.ts","line":1133,"character":73}]}}]}},{"id":8569,"name":"GatewayIntegrationDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-update"},"sources":[{"fileName":"gateway/v10.ts","line":1151,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8303,"name":"GatewayDispatchEvents.IntegrationDelete"},{"type":"reference","id":8570,"name":"GatewayIntegrationDeleteDispatchData"}],"name":"DataPayload"}},{"id":8565,"name":"GatewayIntegrationUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-update"},"sources":[{"fileName":"gateway/v10.ts","line":1138,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8304,"name":"GatewayDispatchEvents.IntegrationUpdate"},{"type":"reference","id":8566,"name":"GatewayIntegrationUpdateDispatchData"}],"name":"DataPayload"}},{"id":8566,"name":"GatewayIntegrationUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-update"},"sources":[{"fileName":"gateway/v10.ts","line":1146,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":9732,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":8567,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8568,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1146,"character":75}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8568]}],"sources":[{"fileName":"gateway/v10.ts","line":1146,"character":73}]}}]}},{"id":8574,"name":"GatewayInteractionCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#interaction-create"},"sources":[{"fileName":"gateway/v10.ts","line":1177,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8305,"name":"GatewayDispatchEvents.InteractionCreate"},{"type":"reference","id":8575,"name":"GatewayInteractionCreateDispatchData"}],"name":"DataPayload"}},{"id":8575,"name":"GatewayInteractionCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#interaction-create"},"sources":[{"fileName":"gateway/v10.ts","line":1185,"character":12}],"type":{"type":"reference","id":9880,"name":"APIInteraction"}},{"id":8367,"name":"GatewayInvalidSessionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invalid-session"},"sources":[{"fileName":"gateway/v10.ts","line":386,"character":12}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8576,"name":"GatewayInviteCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-create"},"sources":[{"fileName":"gateway/v10.ts","line":1190,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8306,"name":"GatewayDispatchEvents.InviteCreate"},{"type":"reference","id":8577,"name":"GatewayInviteCreateDispatchData"}],"name":"DataPayload"}},{"id":8590,"name":"GatewayInviteDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1260,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8307,"name":"GatewayDispatchEvents.InviteDelete"},{"type":"reference","id":8591,"name":"GatewayInviteDeleteDispatchData"}],"name":"DataPayload"}},{"id":8595,"name":"GatewayMessageCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-create"},"sources":[{"fileName":"gateway/v10.ts","line":1288,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8308,"name":"GatewayDispatchEvents.MessageCreate"},{"type":"reference","id":8596,"name":"GatewayMessageCreateDispatchData"}],"name":"DataPayload"}},{"id":8596,"name":"GatewayMessageCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-create"},"sources":[{"fileName":"gateway/v10.ts","line":1296,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9181,"name":"APIMessage"},{"type":"literal","value":"mentions"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","id":8602,"name":"GatewayMessageEventExtraFields"}]}},{"id":8613,"name":"GatewayMessageDeleteBulkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete-bulk"},"sources":[{"fileName":"gateway/v10.ts","line":1376,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8310,"name":"GatewayDispatchEvents.MessageDeleteBulk"},{"type":"reference","id":8614,"name":"GatewayMessageDeleteBulkDispatchData"}],"name":"DataPayload"}},{"id":8608,"name":"GatewayMessageDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1350,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8309,"name":"GatewayDispatchEvents.MessageDelete"},{"type":"reference","id":8609,"name":"GatewayMessageDeleteDispatchData"}],"name":"DataPayload"}},{"id":8618,"name":"GatewayMessageReactionAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-add"},"sources":[{"fileName":"gateway/v10.ts","line":1402,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8311,"name":"GatewayDispatchEvents.MessageReactionAdd"}],"name":"ReactionData"}},{"id":8619,"name":"GatewayMessageReactionAddDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-add"},"sources":[{"fileName":"gateway/v10.ts","line":1407,"character":12}],"type":{"type":"indexedAccess","indexType":{"type":"literal","value":"d"},"objectType":{"type":"reference","id":8618,"name":"GatewayMessageReactionAddDispatch"}}},{"id":8622,"name":"GatewayMessageReactionRemoveAllDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-all"},"sources":[{"fileName":"gateway/v10.ts","line":1422,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8313,"name":"GatewayDispatchEvents.MessageReactionRemoveAll"},{"type":"reference","id":8623,"name":"GatewayMessageReactionRemoveAllDispatchData"}],"name":"DataPayload"}},{"id":8623,"name":"GatewayMessageReactionRemoveAllDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-all"},"sources":[{"fileName":"gateway/v10.ts","line":1430,"character":12}],"type":{"type":"reference","name":"MessageReactionRemoveData"}},{"id":8620,"name":"GatewayMessageReactionRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove"},"sources":[{"fileName":"gateway/v10.ts","line":1412,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8312,"name":"GatewayDispatchEvents.MessageReactionRemove"},{"type":"literal","value":"member"}],"name":"ReactionData"}},{"id":8621,"name":"GatewayMessageReactionRemoveDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove"},"sources":[{"fileName":"gateway/v10.ts","line":1417,"character":12}],"type":{"type":"indexedAccess","indexType":{"type":"literal","value":"d"},"objectType":{"type":"reference","id":8620,"name":"GatewayMessageReactionRemoveDispatch"}}},{"id":8624,"name":"GatewayMessageReactionRemoveEmojiDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-emoji"},"sources":[{"fileName":"gateway/v10.ts","line":1435,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8314,"name":"GatewayDispatchEvents.MessageReactionRemoveEmoji"},{"type":"reference","id":8625,"name":"GatewayMessageReactionRemoveEmojiDispatchData"}],"name":"DataPayload"}},{"id":8597,"name":"GatewayMessageUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-update"},"sources":[{"fileName":"gateway/v10.ts","line":1301,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8315,"name":"GatewayDispatchEvents.MessageUpdate"},{"type":"reference","id":8598,"name":"GatewayMessageUpdateDispatchData"}],"name":"DataPayload"}},{"id":8598,"name":"GatewayMessageUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-update"},"sources":[{"fileName":"gateway/v10.ts","line":1309,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9181,"name":"APIMessage"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"mentions"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","id":8602,"name":"GatewayMessageEventExtraFields"},{"type":"reflection","declaration":{"id":8599,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8601,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the channel the message was sent in"},"sources":[{"fileName":"gateway/v10.ts","line":1318,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":8600,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the message"},"sources":[{"fileName":"gateway/v10.ts","line":1314,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8601,8600]}],"sources":[{"fileName":"gateway/v10.ts","line":1310,"character":34}]}}]}},{"id":8630,"name":"GatewayPresenceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#presence-update"},"sources":[{"fileName":"gateway/v10.ts","line":1453,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8316,"name":"GatewayDispatchEvents.PresenceUpdate"},{"type":"reference","id":8631,"name":"GatewayPresenceUpdateDispatchData"}],"name":"DataPayload"}},{"id":8631,"name":"GatewayPresenceUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#presence-update"},"sources":[{"fileName":"gateway/v10.ts","line":1461,"character":12}],"type":{"type":"reference","id":9501,"name":"RawGatewayPresenceUpdate"}},{"id":8373,"name":"GatewayReadyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#ready"},"sources":[{"fileName":"gateway/v10.ts","line":399,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8320,"name":"GatewayDispatchEvents.Ready"},{"type":"reference","id":8374,"name":"GatewayReadyDispatchData"}],"name":"DataPayload"}},{"id":8343,"name":"GatewayReceivePayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":275,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8345,"name":"GatewayHello"},{"type":"reference","id":8352,"name":"GatewayHeartbeatRequest"},{"type":"reference","id":8357,"name":"GatewayHeartbeatAck"},{"type":"reference","id":8362,"name":"GatewayInvalidSession"},{"type":"reference","id":8368,"name":"GatewayReconnect"},{"type":"reference","id":8344,"name":"GatewayDispatchPayload"}]}},{"id":8736,"name":"GatewayRequestGuildMembersData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#request-guild-members"},"sources":[{"fileName":"gateway/v10.ts","line":1859,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8725,"name":"GatewayRequestGuildMembersDataWithUserIds"},{"type":"reference","id":8730,"name":"GatewayRequestGuildMembersDataWithQuery"}]}},{"id":8382,"name":"GatewayResumedDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#resumed"},"sources":[{"fileName":"gateway/v10.ts","line":448,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8321,"name":"GatewayDispatchEvents.Resumed"},{"type":"intrinsic","name":"never"}],"name":"DataPayload"}},{"id":8342,"name":"GatewaySendPayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":267,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":8692,"name":"GatewayHeartbeat"},{"type":"reference","id":8696,"name":"GatewayIdentify"},{"type":"reference","id":8745,"name":"GatewayUpdatePresence"},{"type":"reference","id":8737,"name":"GatewayVoiceStateUpdate"},{"type":"reference","id":8711,"name":"GatewayResume"},{"type":"reference","id":8718,"name":"GatewayRequestGuildMembers"}]}},{"id":8632,"name":"GatewayStageInstanceCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-create"},"sources":[{"fileName":"gateway/v10.ts","line":1466,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8317,"name":"GatewayDispatchEvents.StageInstanceCreate"},{"type":"reference","id":8633,"name":"GatewayStageInstanceCreateDispatchData"}],"name":"DataPayload"}},{"id":8633,"name":"GatewayStageInstanceCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-create"},"sources":[{"fileName":"gateway/v10.ts","line":1474,"character":12}],"type":{"type":"reference","id":10309,"name":"APIStageInstance"}},{"id":8634,"name":"GatewayStageInstanceDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1479,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8318,"name":"GatewayDispatchEvents.StageInstanceDelete"},{"type":"reference","id":8635,"name":"GatewayStageInstanceDeleteDispatchData"}],"name":"DataPayload"}},{"id":8635,"name":"GatewayStageInstanceDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1487,"character":12}],"type":{"type":"reference","id":10309,"name":"APIStageInstance"}},{"id":8636,"name":"GatewayStageInstanceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-update"},"sources":[{"fileName":"gateway/v10.ts","line":1492,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8319,"name":"GatewayDispatchEvents.StageInstanceUpdate"},{"type":"reference","id":8637,"name":"GatewayStageInstanceUpdateDispatchData"}],"name":"DataPayload"}},{"id":8637,"name":"GatewayStageInstanceUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-update"},"sources":[{"fileName":"gateway/v10.ts","line":1500,"character":12}],"type":{"type":"reference","id":10309,"name":"APIStageInstance"}},{"id":8647,"name":"GatewayThreadCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-create"},"sources":[{"fileName":"gateway/v10.ts","line":1554,"character":12}],"type":{"type":"reference","id":8410,"name":"GatewayChannelModifyDispatch"}},{"id":8670,"name":"GatewayThreadDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1579,"character":12}],"type":{"type":"reference","id":8410,"name":"GatewayChannelModifyDispatch"}},{"id":8671,"name":"GatewayThreadDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1584,"character":12}],"type":{"type":"reference","id":8411,"name":"GatewayChannelModifyDispatchData"}},{"id":8638,"name":"GatewayThreadListSyncDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-list-sync"},"sources":[{"fileName":"gateway/v10.ts","line":1505,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8324,"name":"GatewayDispatchEvents.ThreadListSync"},{"type":"reference","id":8639,"name":"GatewayThreadListSyncDispatchData"}],"name":"DataPayload"}},{"id":8639,"name":"GatewayThreadListSyncDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-list-sync"},"sources":[{"fileName":"gateway/v10.ts","line":1513,"character":12}],"type":{"type":"reference","id":9575,"name":"RawGatewayThreadListSync"}},{"id":8642,"name":"GatewayThreadMemberUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-member-update"},"sources":[{"fileName":"gateway/v10.ts","line":1531,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8326,"name":"GatewayDispatchEvents.ThreadMemberUpdate"},{"type":"reference","id":8643,"name":"GatewayThreadMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":8643,"name":"GatewayThreadMemberUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-member-update"},"sources":[{"fileName":"gateway/v10.ts","line":1539,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":9286,"name":"APIThreadMember"},{"type":"reflection","declaration":{"id":8644,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8645,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v10.ts","line":1539,"character":72}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[8645]}],"sources":[{"fileName":"gateway/v10.ts","line":1539,"character":70}]}}]}},{"id":8640,"name":"GatewayThreadMembersUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-members-update"},"sources":[{"fileName":"gateway/v10.ts","line":1518,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8325,"name":"GatewayDispatchEvents.ThreadMembersUpdate"},{"type":"reference","id":8641,"name":"GatewayThreadMembersUpdateDispatchData"}],"name":"DataPayload"}},{"id":8641,"name":"GatewayThreadMembersUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-members-update"},"sources":[{"fileName":"gateway/v10.ts","line":1526,"character":12}],"type":{"type":"reference","id":9580,"name":"RawGatewayThreadMembersUpdate"}},{"id":8646,"name":"GatewayThreadModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-create\nhttps://discord.com/developers/docs/topics/gateway-events#thread-update\nhttps://discord.com/developers/docs/topics/gateway-events#thread-delete"},"sources":[{"fileName":"gateway/v10.ts","line":1546,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":8322,"name":"GatewayDispatchEvents.ThreadCreate"},{"type":"reference","id":8323,"name":"GatewayDispatchEvents.ThreadDelete"},{"type":"reference","id":8327,"name":"GatewayDispatchEvents.ThreadUpdate"}]},{"type":"reference","id":8411,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":8668,"name":"GatewayThreadUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-update"},"sources":[{"fileName":"gateway/v10.ts","line":1569,"character":12}],"type":{"type":"reference","id":8410,"name":"GatewayChannelModifyDispatch"}},{"id":8669,"name":"GatewayThreadUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-update"},"sources":[{"fileName":"gateway/v10.ts","line":1574,"character":12}],"type":{"type":"reference","id":8411,"name":"GatewayChannelModifyDispatchData"}},{"id":8672,"name":"GatewayTypingStartDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#typing-start"},"sources":[{"fileName":"gateway/v10.ts","line":1589,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8328,"name":"GatewayDispatchEvents.TypingStart"},{"type":"reference","id":8673,"name":"GatewayTypingStartDispatchData"}],"name":"DataPayload"}},{"id":8679,"name":"GatewayUserUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#user-update"},"sources":[{"fileName":"gateway/v10.ts","line":1622,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8329,"name":"GatewayDispatchEvents.UserUpdate"},{"type":"reference","id":8680,"name":"GatewayUserUpdateDispatchData"}],"name":"DataPayload"}},{"id":8680,"name":"GatewayUserUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#user-update"},"sources":[{"fileName":"gateway/v10.ts","line":1627,"character":12}],"type":{"type":"reference","id":10396,"name":"APIUser"}},{"id":8683,"name":"GatewayVoiceServerUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-server-update"},"sources":[{"fileName":"gateway/v10.ts","line":1645,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8330,"name":"GatewayDispatchEvents.VoiceServerUpdate"},{"type":"reference","id":8684,"name":"GatewayVoiceServerUpdateDispatchData"}],"name":"DataPayload"}},{"id":8681,"name":"GatewayVoiceStateUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-state-update"},"sources":[{"fileName":"gateway/v10.ts","line":1632,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8331,"name":"GatewayDispatchEvents.VoiceStateUpdate"},{"type":"reference","id":8682,"name":"GatewayVoiceStateUpdateDispatchData"}],"name":"DataPayload"}},{"id":8682,"name":"GatewayVoiceStateUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-state-update"},"sources":[{"fileName":"gateway/v10.ts","line":1640,"character":12}],"type":{"type":"reference","id":10467,"name":"GatewayVoiceState"}},{"id":8688,"name":"GatewayWebhooksUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#webhooks-update"},"sources":[{"fileName":"gateway/v10.ts","line":1675,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":8332,"name":"GatewayDispatchEvents.WebhooksUpdate"},{"type":"reference","id":8689,"name":"GatewayWebhooksUpdateDispatchData"}],"name":"DataPayload"}},{"id":11578,"name":"GetAPIVoiceRegionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"This was exported with the wrong name, use `RESTGetAPIVoiceRegionsResult` instead\n"}]},"sources":[{"fileName":"rest/v10/voice.ts","line":11,"character":12}],"type":{"type":"reference","id":11577,"name":"RESTGetAPIVoiceRegionsResult"}},{"id":10909,"name":"GuildBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1090,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"reference","id":10929,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":9020,"name":"GuildChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":53,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9161,"name":"ChannelType"},{"type":"union","types":[{"type":"reference","id":9163,"name":"ChannelType.DM"},{"type":"reference","id":9165,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10908,"name":"GuildDiscoverySplashFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1089,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10929,"name":"ImageFormat.Lottie"},{"type":"reference","id":10928,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10906,"name":"GuildIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1087,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"reference","id":10929,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10913,"name":"GuildMemberAvatarFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1094,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"reference","id":10929,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10923,"name":"GuildMemberBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1104,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"reference","id":10929,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10922,"name":"GuildScheduledEventCoverFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1103,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10929,"name":"ImageFormat.Lottie"},{"type":"reference","id":10928,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10907,"name":"GuildSplashFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1088,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10929,"name":"ImageFormat.Lottie"},{"type":"reference","id":10928,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":9040,"name":"GuildTextChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":101,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9019,"name":"TextChannelType"},{"type":"union","types":[{"type":"reference","id":9163,"name":"ChannelType.DM"},{"type":"reference","id":9165,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10075,"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":9721,"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":10969,"name":"RESTDeleteAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#delete-auto-moderation-rule"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":84,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11035,"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":349,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11029,"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":318,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11036,"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":354,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11049,"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":421,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11030,"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":323,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11069,"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":531,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11076,"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":566,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11082,"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":590,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":11000,"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":182,"character":12}],"type":{"type":"reference","id":9160,"name":"APIChannel"}},{"id":11102,"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":676,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11572,"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":11253,"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":597,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11124,"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":11296,"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":793,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11241,"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":541,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11240,"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":536,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11194,"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":316,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11280,"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":716,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11354,"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":11535,"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":11551,"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":10368,"name":"APITemplate"}},{"id":11411,"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":248,"character":12}],"type":{"type":"reference","id":11632,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":11401,"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":201,"character":12}],"type":{"type":"reference","id":11632,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":11424,"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":10234,"name":"APIInvite"}},{"id":11517,"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":11596,"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":11632,"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":276,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11597,"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":11413,"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":258,"character":12}],"type":{"type":"reference","id":10049,"name":"APIGuildApplicationCommandPermissions"}},{"id":11364,"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":40,"character":12}],"type":{"type":"reference","id":9883,"name":"APIApplicationCommand"}},{"id":11363,"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":35,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9883,"name":"APIApplicationCommand"}}},{"id":11386,"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":119,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9883,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":11384,"name":"RESTGetAPIApplicationGuildCommandsQuery","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":109,"character":12}],"type":{"type":"reference","id":11361,"name":"RESTGetAPIApplicationCommandsQuery"}},{"id":11385,"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":114,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":9883,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":10953,"name":"RESTGetAPIAuditLogResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/auditLog.ts","line":28,"character":12}],"type":{"type":"reference","id":8805,"name":"APIAuditLog"}},{"id":10955,"name":"RESTGetAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#get-auto-moderation-rule"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":19,"character":12}],"type":{"type":"reference","id":8970,"name":"APIAutoModerationRule"}},{"id":10954,"name":"RESTGetAPIAutoModerationRulesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#list-auto-moderation-rules-for-guild"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":14,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":8970,"name":"APIAutoModerationRule"}}},{"id":11058,"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":472,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10250,"name":"APIExtendedInvite"}}},{"id":11034,"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":344,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10396,"name":"APIUser"}}},{"id":11007,"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":216,"character":12}],"type":{"type":"reference","id":9181,"name":"APIMessage"}},{"id":11006,"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":211,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9181,"name":"APIMessage"}}},{"id":11074,"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":556,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9181,"name":"APIMessage"}}},{"id":10975,"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":35,"character":12}],"type":{"type":"reference","id":9160,"name":"APIChannel"}},{"id":11103,"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":681,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9286,"name":"APIThreadMember"}}},{"id":11584,"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":10487,"name":"APIWebhook"}}},{"id":11576,"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":10435,"name":"APIConnection"}}},{"id":11571,"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":11564,"name":"RESTAPIPartialCurrentUserGuild"}}},{"id":11552,"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":10396,"name":"APIUser"}},{"id":11126,"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":9492,"name":"APIGatewayBotInfo"}},{"id":11125,"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":9490,"name":"APIGatewayInfo"}},{"id":11412,"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":253,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10049,"name":"APIGuildApplicationCommandPermissions"}}},{"id":11247,"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":571,"character":12}],"type":{"type":"reference","id":9762,"name":"APIBan"}},{"id":11242,"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":546,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9762,"name":"APIBan"}}},{"id":11195,"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":321,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9160,"name":"APIChannel"}}},{"id":11112,"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":9481,"name":"APIEmoji"}},{"id":11111,"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":9481,"name":"APIEmoji"}}},{"id":11295,"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":788,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9732,"name":"APIGuildIntegration"}}},{"id":11294,"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":783,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10250,"name":"APIExtendedInvite"}}},{"id":11206,"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":370,"character":12}],"type":{"type":"reference","id":9721,"name":"APIGuildMember"}},{"id":11307,"name":"RESTGetAPIGuildMemberVerificationResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":841,"character":12}],"type":{"type":"reference","id":9800,"name":"APIGuildMembershipScreening"}},{"id":11210,"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":393,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9721,"name":"APIGuildMember"}}},{"id":11214,"name":"RESTGetAPIGuildMembersSearchResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":411,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9721,"name":"APIGuildMember"}}},{"id":11170,"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":202,"character":12}],"type":{"type":"reference","id":9706,"name":"APIGuildPreview"}},{"id":11169,"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":197,"character":12}],"type":{"type":"reference","id":9600,"name":"APIGuild"}},{"id":11254,"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":602,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10293,"name":"APIRole"}}},{"id":11347,"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":9862,"name":"APIGuildScheduledEvent"}},{"id":11360,"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":9876,"name":"APIGuildScheduledEventUser"}}},{"id":11332,"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":9862,"name":"APIGuildScheduledEvent"}}},{"id":11522,"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":10325,"name":"APISticker"}},{"id":11521,"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":10325,"name":"APISticker"}}},{"id":11542,"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":10368,"name":"APITemplate"}}},{"id":11205,"name":"RESTGetAPIGuildThreadsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-active-guild-threads"},"sources":[{"fileName":"rest/v10/guild.ts","line":365,"character":12}],"type":{"type":"reference","id":9292,"name":"APIThreadList"}},{"id":11293,"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":778,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10481,"name":"APIVoiceRegion"}}},{"id":11585,"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":10487,"name":"APIWebhook"}}},{"id":11325,"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":905,"character":12}],"type":{"type":"reference","id":9792,"name":"APIGuildWelcomeScreen"}},{"id":11306,"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":839,"character":12}],"type":{"type":"reference","qualifiedName":"ArrayBuffer","package":"typescript","name":"ArrayBuffer"}},{"id":11300,"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":813,"character":12}],"type":{"type":"reference","id":9765,"name":"APIGuildWidget"}},{"id":11297,"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":798,"character":12}],"type":{"type":"reference","id":9718,"name":"APIGuildWidgetSettings"}},{"id":11407,"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":228,"character":12}],"type":{"type":"reference","id":11624,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":11397,"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":181,"character":12}],"type":{"type":"reference","id":11624,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":11423,"name":"RESTGetAPIInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/invite.ts","line":22,"character":12}],"type":{"type":"reference","id":10234,"name":"APIInvite"}},{"id":11425,"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":8765,"name":"APIApplication"},{"type":"literal","value":"flags"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":11511,"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":10309,"name":"APIStageInstance"}},{"id":11518,"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":10325,"name":"APISticker"}},{"id":11536,"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":10368,"name":"APITemplate"}},{"id":11553,"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":10396,"name":"APIUser"}},{"id":11577,"name":"RESTGetAPIVoiceRegionsResult","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":10481,"name":"APIVoiceRegion"}}},{"id":11586,"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":10487,"name":"APIWebhook"}},{"id":11624,"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":238,"character":12}],"type":{"type":"reference","id":9181,"name":"APIMessage"}},{"id":11587,"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":10487,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":11554,"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":9721,"name":"APIGuildMember"}},{"id":11466,"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":11447,"name":"RESTPostOAuth2AccessTokenResult"},{"type":"literal","value":"refresh_token"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":11380,"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":89,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":11378,"name":"RESTPostAPIApplicationCommandsJSONBody"}],"name":"StrictPartial"}},{"id":11381,"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":94,"character":12}],"type":{"type":"reference","id":9883,"name":"APIApplicationCommand"}},{"id":11389,"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":136,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","typeArguments":[{"type":"reference","id":11365,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":11369,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]}],"name":"StrictPartial"}},{"id":11390,"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":144,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9883,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":10967,"name":"RESTPatchAPIAutoModerationRuleJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#modify-auto-moderation-rule"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":71,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":10956,"name":"RESTPostAPIAutoModerationRuleJSONBody"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"trigger_type"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":10968,"name":"RESTPatchAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#modify-auto-moderation-rule"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":79,"character":12}],"type":{"type":"reference","id":8970,"name":"APIAutoModerationRule"}},{"id":10976,"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":40,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10977,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10990,"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":122,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10991,"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":128,"character":1}],"type":{"type":"reference","id":9281,"name":"ThreadAutoArchiveDuration"}},{"id":10995,"name":"available_tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The set of tags that can be used in a forum channel; limited to 20","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":152,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9129,"name":"APIGuildForumTag"}}},{"id":10984,"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":86,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10993,"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":140,"character":1}],"type":{"type":"reference","id":9281,"name":"ThreadAutoArchiveDuration"}},{"id":10996,"name":"default_reaction_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to show in the add reaction button on a thread in a forum channel","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":158,"character":1}],"type":{"type":"reference","id":9135,"name":"APIGuildForumDefaultReactionEmoji"}},{"id":10998,"name":"default_sort_order","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The default sort order type used to order posts in forum channels","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":171,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9138,"name":"SortOrderType"},{"type":"literal","value":null}]}},{"id":10997,"name":"default_thread_rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The initial `rate_limit_per_user` to set on newly created threads in a channel.\nThis field is copied to the thread at creation time and does not live update","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":165,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10994,"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":146,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10992,"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":134,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10978,"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":46,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10982,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw","text":"Channel types: text, voice, news, forum\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":72,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":10987,"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, voice, news\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":104,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":10986,"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":98,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":10970,"name":"APIChannelPatchOverwrite"}},{"type":"literal","value":null}]}},{"id":10980,"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":60,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10983,"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, forum\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":80,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10988,"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":110,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10981,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"0-1024 character channel topic (0-4096 characters for forum channels)","text":"Channel types: text, news, forum\n"},"sources":[{"fileName":"rest/v10/channel.ts","line":66,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":10979,"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":54,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9167,"name":"ChannelType.GuildAnnouncement"},{"type":"reference","id":9162,"name":"ChannelType.GuildText"}]}},{"id":10985,"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":92,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":10989,"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":116,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9178,"name":"VideoQualityMode"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[10990,10991,10995,10984,10993,10996,10998,10997,10994,10992,10978,10982,10987,10986,10980,10983,10988,10981,10979,10985,10989]}],"sources":[{"fileName":"rest/v10/channel.ts","line":40,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11045,"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":404,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":11046,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11047,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/channel.ts","line":409,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11047]}],"sources":[{"fileName":"rest/v10/channel.ts","line":405,"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":11037,"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":11037,"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":359,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11038,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11042,"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":384,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9368,"name":"APIAllowedMentions"},{"type":"literal","value":null}]}},{"id":11043,"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":392,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9348,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9348,"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":11044,"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":398,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":9386,"typeArguments":[{"type":"reference","id":9475,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}},{"type":"literal","value":null}]}},{"id":11039,"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":363,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11040,"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":369,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":9295,"name":"APIEmbed"}},{"type":"literal","value":null}]}},{"id":11041,"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":378,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9249,"name":"MessageFlags"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11042,11043,11044,11039,11040,11041]}],"sources":[{"fileName":"rest/v10/channel.ts","line":359,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11048,"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":416,"character":12}],"type":{"type":"reference","id":9181,"name":"APIMessage"}},{"id":10999,"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":177,"character":12}],"type":{"type":"reference","id":9160,"name":"APIChannel"}},{"id":11235,"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":511,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11236,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11237,"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":517,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11237]}],"sources":[{"fileName":"rest/v10/guild.ts","line":511,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11232,"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":499,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11233,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11234,"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":505,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11234]}],"sources":[{"fileName":"rest/v10/guild.ts","line":499,"character":114}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11238,"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":525,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":11232,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody"}],"name":"StrictRequired"}},{"id":11555,"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":11556,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11558,"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":11557,"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":[11558,11557]}],"sources":[{"fileName":"rest/v10/user.ts","line":23,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11559,"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":10396,"name":"APIUser"}},{"id":11198,"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":336,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11199,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11200,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Channel id"},"sources":[{"fileName":"rest/v10/guild.ts","line":341,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":11202,"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":349,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11203,"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":353,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11201,"name":"position","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":345,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11200,11202,11203,11201]}],"sources":[{"fileName":"rest/v10/guild.ts","line":337,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":11204,"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":360,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11119,"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":11120,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11121,"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":11122,"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":[11121,11122]}],"sources":[{"fileName":"rest/v10/emoji.ts","line":43,"character":98}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11123,"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":9481,"name":"APIEmoji"}},{"id":11171,"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":207,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11172,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11178,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":239,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11179,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"rest/v10/guild.ts","line":243,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]}},{"id":11184,"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":267,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11176,"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":229,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9643,"name":"GuildDefaultMessageNotifications"},{"type":"literal","value":null}]}},{"id":11191,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"rest/v10/guild.ts","line":301,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11183,"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":263,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11177,"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":235,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9646,"name":"GuildExplicitContentFilter"},{"type":"literal","value":null}]}},{"id":11190,"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":297,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9678,"name":"GuildFeature"}}},{"id":11180,"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":249,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11173,"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":211,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11181,"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":253,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":11189,"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":291,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11192,"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":305,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11188,"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":285,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11174,"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":217,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11187,"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":281,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11182,"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":259,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11186,"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":277,"character":1}],"type":{"type":"reference","id":9673,"name":"GuildSystemChannelFlags"}},{"id":11185,"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":271,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11175,"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":223,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":9658,"name":"GuildVerificationLevel"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11178,11179,11184,11176,11191,11183,11177,11190,11180,11173,11181,11189,11192,11188,11174,11187,11182,11186,11185,11175]}],"sources":[{"fileName":"rest/v10/guild.ts","line":207,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11223,"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":452,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11224,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11229,"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":482,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11230,"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":486,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11228,"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":476,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":11227,"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":470,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":11225,"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":458,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11226,"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":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":[11229,11230,11228,11227,11225,11226]}],"sources":[{"fileName":"rest/v10/guild.ts","line":452,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11231,"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":492,"character":12}],"type":{"type":"reference","id":9721,"name":"APIGuildMember"}},{"id":11308,"name":"RESTPatchAPIGuildMemberVerificationJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":843,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11309,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11312,"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":855,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11310,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether Membership Screening is enabled"},"sources":[{"fileName":"rest/v10/guild.ts","line":847,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11311,"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":851,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11312,11310,11311]}],"sources":[{"fileName":"rest/v10/guild.ts","line":843,"character":111}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11313,"name":"RESTPatchAPIGuildMemberVerificationResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":858,"character":12}],"type":{"type":"reference","id":9800,"name":"APIGuildMembershipScreening"}},{"id":11193,"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":311,"character":12}],"type":{"type":"reference","id":9600,"name":"APIGuild"}},{"id":11270,"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":677,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11271,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11274,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"RGB color value"},"sources":[{"fileName":"rest/v10/guild.ts","line":689,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":11275,"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":693,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":11276,"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":697,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11278,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be mentionable"},"sources":[{"fileName":"rest/v10/guild.ts","line":705,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":11272,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role"},"sources":[{"fileName":"rest/v10/guild.ts","line":681,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11273,"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":685,"character":1}],"type":{"type":"union","types":[{"type":"reference","name":"Permissions"},{"type":"literal","value":null}]}},{"id":11277,"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":701,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11274,11275,11276,11278,11272,11273,11277]}],"sources":[{"fileName":"rest/v10/guild.ts","line":677,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11265,"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":656,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11266,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11267,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role id"},"sources":[{"fileName":"rest/v10/guild.ts","line":661,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":11268,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the role"},"sources":[{"fileName":"rest/v10/guild.ts","line":665,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11267,11268]}],"sources":[{"fileName":"rest/v10/guild.ts","line":657,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":11269,"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":672,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10293,"name":"APIRole"}}},{"id":11279,"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":711,"character":12}],"type":{"type":"reference","id":10293,"name":"APIRole"}},{"id":11348,"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":11333,"name":"RESTPostAPIGuildScheduledEventJSONBody"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11349,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11352,"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":11351,"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":9863,"name":"APIGuildScheduledEventEntityMetadata"},{"type":"literal","value":null}]}},{"id":11350,"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":9869,"name":"GuildScheduledEventStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[11352,11351,11350]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":93,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":11353,"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":9862,"name":"APIGuildScheduledEvent"}},{"id":11529,"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":11530,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11532,"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":11531,"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":11533,"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":[11532,11531,11533]}],"sources":[{"fileName":"rest/v10/sticker.ts","line":56,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11534,"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":10325,"name":"APISticker"}},{"id":11549,"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":11543,"name":"RESTPostAPIGuildTemplatesJSONBody"}],"name":"StrictPartial"}},{"id":11550,"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":10368,"name":"APITemplate"}},{"id":11314,"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":863,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11315,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11316,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel the user is currently in"},"sources":[{"fileName":"rest/v10/guild.ts","line":867,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":11318,"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":875,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11317,"name":"suppress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Toggles the user's suppress state"},"sources":[{"fileName":"rest/v10/guild.ts","line":871,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11316,11318,11317]}],"sources":[{"fileName":"rest/v10/guild.ts","line":863,"character":116}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11319,"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":881,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11320,"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":886,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11321,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11322,"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":890,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":11323,"name":"suppress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Toggles the user's suppress state"},"sources":[{"fileName":"rest/v10/guild.ts","line":894,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11322,11323]}],"sources":[{"fileName":"rest/v10/guild.ts","line":886,"character":107}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11324,"name":"RESTPatchAPIGuildVoiceStateUserResult","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":900,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11326,"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":910,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9792,"name":"APIGuildWelcomeScreen"}],"name":"StrictPartial"}],"name":"Nullable"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11327,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11328,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the welcome screen is enabled"},"sources":[{"fileName":"rest/v10/guild.ts","line":915,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11328]}],"sources":[{"fileName":"rest/v10/guild.ts","line":911,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":11329,"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":921,"character":12}],"type":{"type":"reference","id":9792,"name":"APIGuildWelcomeScreen"}},{"id":11298,"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":803,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9718,"name":"APIGuildWidgetSettings"}],"name":"StrictPartial"}},{"id":11299,"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":808,"character":12}],"type":{"type":"reference","id":9718,"name":"APIGuildWidgetSettings"}},{"id":11409,"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":238,"character":12}],"type":{"type":"reference","id":11628,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":11408,"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":233,"character":12}],"type":{"type":"reference","id":11625,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":11410,"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":243,"character":12}],"type":{"type":"reference","id":11631,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":11399,"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":191,"character":12}],"type":{"type":"reference","id":11628,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":11398,"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":186,"character":12}],"type":{"type":"reference","id":11625,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":11400,"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":196,"character":12}],"type":{"type":"reference","id":11631,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":11512,"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":11513,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11515,"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":10317,"name":"StageInstancePrivacyLevel"}},{"id":11514,"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":[11515,11514]}],"sources":[{"fileName":"rest/v10/stageInstance.ts","line":42,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11516,"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":10309,"name":"APIStageInstance"}},{"id":11588,"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":11589,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11591,"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":11592,"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":11590,"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":[11591,11592,11590]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":57,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11593,"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":10487,"name":"APIWebhook"}},{"id":11594,"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":11588,"name":"RESTPatchAPIWebhookJSONBody"},{"type":"literal","value":"channel_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":11628,"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":259,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":11629,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11630,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/webhook.ts","line":264,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11630]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":260,"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":11625,"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":11625,"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":243,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":11598,"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":11626,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11627,"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":252,"character":2}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9348,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9348,"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":[11627]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":244,"character":113}]}}]}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11631,"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":271,"character":12}],"type":{"type":"reference","id":9181,"name":"APIMessage"}},{"id":11595,"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":11587,"name":"RESTGetAPIWebhookWithTokenResult"}},{"id":11378,"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":77,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":11365,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"reference","id":11369,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"}]}},{"id":11379,"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":84,"character":12}],"type":{"type":"reference","id":9883,"name":"APIApplicationCommand"}},{"id":11387,"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":124,"character":12}],"type":{"type":"union","types":[{"type":"reference","typeArguments":[{"type":"reference","id":11365,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":11369,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]}},{"id":11388,"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":131,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":9883,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":10956,"name":"RESTPostAPIAutoModerationRuleJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#create-auto-moderation-rule"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":24,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":10957,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10962,"name":"actions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The actions which will execute when this rule is triggered"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":46,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":8999,"name":"APIAutoModerationAction"}}},{"id":10963,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this rule is enabled","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":10959,"name":"event_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule event type"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":32,"character":1}],"type":{"type":"reference","id":8997,"name":"AutoModerationRuleEventType"}},{"id":10965,"name":"exempt_channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel ids that shouldn't be affected by this rule (Maximum of 50)"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":60,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}},{"id":10964,"name":"exempt_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role ids that shouldn't be affected by this rule (Maximum of 20)"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":56,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}},{"id":10958,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule name"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":10961,"name":"trigger_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The rule trigger metadata","text":"Can be omitted if the trigger type is {@link AutoModerationRuleTriggerType.HarmfulLink} or {@link AutoModerationRuleTriggerType.Spam}\n"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":42,"character":1}],"type":{"type":"reference","id":8987,"name":"APIAutoModerationRuleTriggerMetadata"}},{"id":10960,"name":"trigger_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule trigger type"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":36,"character":1}],"type":{"type":"reference","id":8982,"name":"AutoModerationRuleTriggerType"}}],"groups":[{"title":"Properties","kind":1024,"children":[10962,10963,10959,10965,10964,10958,10961,10960]}],"sources":[{"fileName":"rest/v10/autoModeration.ts","line":24,"character":105}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":10966,"name":"RESTPostAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#create-auto-moderation-rule"},"sources":[{"fileName":"rest/v10/autoModeration.ts","line":66,"character":12}],"type":{"type":"reference","id":8970,"name":"APIAutoModerationRule"}},{"id":11072,"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":546,"character":12}],"type":{"type":"reference","id":9259,"name":"APIFollowedChannel"}},{"id":11059,"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":477,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11060,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11061,"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":483,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11062,"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":489,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11067,"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":520,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":11065,"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":508,"character":1}],"type":{"type":"reference","id":10247,"name":"InviteTargetType"}},{"id":11066,"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":514,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":11063,"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":495,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11064,"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":502,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11061,11062,11067,11065,11066,11063,11064]}],"sources":[{"fileName":"rest/v10/channel.ts","line":477,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11068,"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":526,"character":12}],"type":{"type":"reference","id":10250,"name":"APIExtendedInvite"}},{"id":11027,"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":308,"character":12}],"type":{"type":"reference","id":9181,"name":"APIMessage"}},{"id":11023,"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":291,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":11024,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11025,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/channel.ts","line":296,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11025]}],"sources":[{"fileName":"rest/v10/channel.ts","line":292,"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":11011,"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":11011,"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":235,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11012,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11017,"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":259,"character":1}],"type":{"type":"reference","id":9368,"name":"APIAllowedMentions"}},{"id":11021,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attachment objects with filename and description"},"sources":[{"fileName":"rest/v10/channel.ts","line":281,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":9348,"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":9348,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":11019,"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":271,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9386,"typeArguments":[{"type":"reference","id":9475,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":11013,"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":239,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11016,"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":253,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":9295,"name":"APIEmbed"}}},{"id":11022,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Message flags combined as a bitfield"},"sources":[{"fileName":"rest/v10/channel.ts","line":285,"character":1}],"type":{"type":"reference","id":9249,"name":"MessageFlags"}},{"id":11018,"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":265,"character":1}],"type":{"type":"reference","id":11008,"name":"APIMessageReferenceSend"}},{"id":11014,"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":243,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":11020,"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":277,"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":11015,"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":247,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[11017,11021,11019,11013,11016,11022,11018,11014,11020,11015]}],"sources":[{"fileName":"rest/v10/channel.ts","line":235,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11026,"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":303,"character":12}],"type":{"type":"reference","id":9181,"name":"APIMessage"}},{"id":11052,"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":436,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11083,"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":595,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11084,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11086,"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":605,"character":1}],"type":{"type":"reference","id":9281,"name":"ThreadAutoArchiveDuration"}},{"id":11085,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-100 character thread name"},"sources":[{"fileName":"rest/v10/channel.ts","line":599,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11087,"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":609,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11086,11085,11087]}],"sources":[{"fileName":"rest/v10/channel.ts","line":595,"character":109}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11095,"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":639,"character":12}],"type":{"type":"reference","id":9160,"name":"APIChannel"}},{"id":11096,"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":644,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":11083,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11097,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11099,"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":660,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11098,"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.PrivateThread\n"}]},"sources":[{"fileName":"rest/v10/channel.ts","line":656,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":9168,"name":"ChannelType.AnnouncementThread"},{"type":"reference","id":9169,"name":"ChannelType.PublicThread"},{"type":"reference","id":9170,"name":"ChannelType.PrivateThread"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11099,11098]}],"sources":[{"fileName":"rest/v10/channel.ts","line":645,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":11100,"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":666,"character":12}],"type":{"type":"reference","id":9160,"name":"APIChannel"}},{"id":11073,"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":551,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11579,"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":11580,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11582,"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":11581,"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":[11582,11581]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":16,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11583,"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":10487,"name":"APIWebhook"}},{"id":11365,"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":61,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11366,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11368,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/interactions.ts","line":64,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":11367,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v10/interactions.ts","line":63,"character":2}],"type":{"type":"reference","id":9900,"name":"ApplicationCommandType.ChatInput"}}],"groups":[{"title":"Properties","kind":1024,"children":[11368,11367]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":62,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":11575,"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":9160,"name":"APIChannel"}},{"id":11196,"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":326,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":11133,"name":"APIGuildCreatePartialChannel"},{"type":"literal","value":"id"}],"name":"DistributiveOmit"}},{"id":11197,"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":331,"character":12}],"type":{"type":"reference","id":9160,"name":"APIChannel"}},{"id":11113,"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":11114,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11116,"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":11115,"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":11117,"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":[11116,11115,11117]}],"sources":[{"fileName":"rest/v10/emoji.ts","line":18,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11118,"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":9481,"name":"APIEmoji"}},{"id":11092,"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":629,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":11083,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reflection","declaration":{"id":11093,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11094,"name":"message","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"First message in the forum thread"},"sources":[{"fileName":"rest/v10/channel.ts","line":633,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11094]}],"sources":[{"fileName":"rest/v10/channel.ts","line":629,"character":99}]}}]}},{"id":11088,"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":615,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":11083,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reflection","declaration":{"id":11089,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11091,"name":"applied_tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The IDs of the set of tags that have been applied to a thread in a forum channel; limited to 5"},"sources":[{"fileName":"rest/v10/channel.ts","line":623,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}},{"id":11090,"name":"message","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"First message in the forum thread"},"sources":[{"fileName":"rest/v10/channel.ts","line":619,"character":1}],"type":{"type":"reference","id":11011,"name":"RESTPostAPIChannelMessageJSONBody"}}],"groups":[{"title":"Properties","kind":1024,"children":[11091,11090]}],"sources":[{"fileName":"rest/v10/channel.ts","line":615,"character":95}]}}]}},{"id":11286,"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":749,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11287,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11289,"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":761,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11288,"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":755,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11290,"name":"include_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Role(s) to include"},"sources":[{"fileName":"rest/v10/guild.ts","line":765,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[11289,11288,11290]}],"sources":[{"fileName":"rest/v10/guild.ts","line":749,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11255,"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":607,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11256,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11259,"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":625,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":11260,"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":631,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":11261,"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":635,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11263,"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":645,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":11257,"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":613,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":11258,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"reference","name":"Permissions"},{"type":"literal","value":null}]}},{"id":11262,"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":639,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[11259,11260,11261,11263,11257,11258,11262]}],"sources":[{"fileName":"rest/v10/guild.ts","line":607,"character":96}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"},"extendedBy":[{"type":"reference","id":11139,"name":"APIGuildCreateRole"}]},{"id":11264,"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":651,"character":12}],"type":{"type":"reference","id":10293,"name":"APIRole"}},{"id":11333,"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":11334,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11335,"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":11340,"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":11342,"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":9863,"name":"APIGuildScheduledEventEntityMetadata"}},{"id":11341,"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":9865,"name":"GuildScheduledEventEntityType"}},{"id":11343,"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":11336,"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":11337,"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":9874,"name":"GuildScheduledEventPrivacyLevel"}},{"id":11339,"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":11338,"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":[11335,11340,11342,11341,11343,11336,11337,11339,11338]}],"sources":[{"fileName":"rest/v10/guildScheduledEvent.ts","line":30,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11344,"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":9862,"name":"APIGuildScheduledEvent"}},{"id":11528,"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":10325,"name":"APISticker"}},{"id":11543,"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":11544,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11546,"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":11545,"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":[11546,11545]}],"sources":[{"fileName":"rest/v10/template.ts","line":38,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11547,"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":10368,"name":"APITemplate"}},{"id":11148,"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":75,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11149,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11158,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v10/guild.ts","line":139,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11159,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"rest/v10/guild.ts","line":143,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]}},{"id":11157,"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":135,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":11133,"name":"APIGuildCreatePartialChannel"}}},{"id":11154,"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":103,"character":1}],"type":{"type":"reference","id":9643,"name":"GuildDefaultMessageNotifications"}},{"id":11155,"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":109,"character":1}],"type":{"type":"reference","id":9646,"name":"GuildExplicitContentFilter"}},{"id":11152,"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":91,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11150,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v10/guild.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11162,"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":157,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11151,"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":85,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11156,"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":122,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":11139,"name":"APIGuildCreateRole"}}},{"id":11161,"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":153,"character":1}],"type":{"type":"reference","id":9673,"name":"GuildSystemChannelFlags"}},{"id":11160,"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":147,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":11153,"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":97,"character":1}],"type":{"type":"reference","id":9658,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[11158,11159,11157,11154,11155,11152,11150,11162,11151,11156,11161,11160,11153]}],"sources":[{"fileName":"rest/v10/guild.ts","line":75,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11166,"name":"RESTPostAPIGuildsMFAResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-mfa-level"},"sources":[{"fileName":"rest/v10/guild.ts","line":180,"character":12}],"type":{"type":"reference","id":11164,"name":"RESTPostAPIGuildsMFAJSONBody"}},{"id":11163,"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":163,"character":12}],"type":{"type":"reference","id":9600,"name":"APIGuild"}},{"id":11394,"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":169,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":11395,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11396,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/interactions.ts","line":174,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11396]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":170,"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":11393,"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":11393,"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":164,"character":12}],"type":{"type":"reference","id":10196,"name":"APIInteractionResponse"}},{"id":11403,"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":211,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":11404,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11405,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/interactions.ts","line":216,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11405]}],"sources":[{"fileName":"rest/v10/interactions.ts","line":212,"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":11402,"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":11402,"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":206,"character":12}],"type":{"type":"reference","id":10224,"name":"APIInteractionResponseCallbackData"}},{"id":11406,"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":223,"character":12}],"type":{"type":"reference","id":11617,"name":"RESTPostAPIWebhookWithTokenWaitResult"}},{"id":11510,"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":10309,"name":"APIStageInstance"}},{"id":11537,"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":11538,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11540,"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":11539,"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":[11540,11539]}],"sources":[{"fileName":"rest/v10/template.ts","line":12,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11541,"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":9600,"name":"APIGuild"}},{"id":11610,"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":158,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":11611,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11612,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v10/webhook.ts","line":163,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11612]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":159,"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":11598,"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":11621,"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":220,"character":12}],"type":{"type":"reference","id":11613,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":11622,"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":225,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11623,"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":233,"character":12}],"type":{"type":"reference","id":9181,"name":"APIMessage"}},{"id":11598,"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":11599,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11605,"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":9368,"name":"APIAllowedMentions"}},{"id":11607,"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":9348,"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":9348,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":11602,"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":11606,"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":9386,"typeArguments":[{"type":"reference","id":9475,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":11600,"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":11604,"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":9295,"name":"APIEmbed"}}},{"id":11608,"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":9249,"name":"MessageFlags"}},{"id":11609,"name":"thread_name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of thread to create","text":"Available only if the webhook is in a forum channel and a thread is not specified in {@link RESTPostAPIWebhookWithTokenQuery.thread_id} query parameter\n"},"sources":[{"fileName":"rest/v10/webhook.ts","line":152,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11603,"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":11601,"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":[11605,11607,11602,11606,11600,11604,11608,11609,11603,11601]}],"sources":[{"fileName":"rest/v10/webhook.ts","line":102,"character":103}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11616,"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":189,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11618,"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":202,"character":12}],"type":{"type":"reference","id":11613,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":11619,"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":207,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11620,"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":215,"character":12}],"type":{"type":"reference","id":9181,"name":"APIMessage"}},{"id":11617,"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":197,"character":12}],"type":{"type":"reference","id":9181,"name":"APIMessage"}},{"id":11504,"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":11490,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult"},{"type":"reference","id":11497,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult"}]}},{"id":11470,"name":"RESTPostOAuth2ClientCredentialsResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":110,"character":12}],"type":{"type":"reference","id":11466,"name":"RESTOAuth2ImplicitAuthorizationURLFragmentResult"}},{"id":11458,"name":"RESTPostOAuth2RefreshTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/oauth2.ts","line":83,"character":12}],"type":{"type":"reference","id":11447,"name":"RESTPostOAuth2AccessTokenResult"}},{"id":11416,"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":270,"character":12}],"type":{"type":"reference","id":10049,"name":"APIGuildApplicationCommandPermissions"}},{"id":11382,"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":99,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":11378,"name":"RESTPostAPIApplicationCommandsJSONBody"}}},{"id":11383,"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":104,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":9883,"name":"APIApplicationCommand"}}},{"id":11391,"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":149,"character":12}],"type":{"type":"array","elementType":{"type":"union","types":[{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":11365,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9883,"name":"APIApplicationCommand"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]},{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":11369,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":9883,"name":"APIApplicationCommand"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}]}}},{"id":11392,"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":159,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":9883,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":11028,"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":313,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11057,"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":467,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11075,"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":561,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11077,"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":571,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11078,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11079,"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":575,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11080,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Nickname of the user being added"},"sources":[{"fileName":"rest/v10/channel.ts","line":579,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[11079,11080]}],"sources":[{"fileName":"rest/v10/channel.ts","line":571,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11081,"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":585,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":11101,"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":671,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11417,"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":275,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":10049,"name":"APIGuildApplicationCommandPermissions"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"permissions"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}}},{"id":11418,"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":283,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":10049,"name":"APIGuildApplicationCommandPermissions"}}},{"id":11248,"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":576,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11249,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11250,"name":"delete_message_days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days to delete messages for (0-7)","tags":[{"tag":"deprecated","text":"use `delete_message_seconds` instead\n"}]},"sources":[{"fileName":"rest/v10/guild.ts","line":582,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":11251,"name":"delete_message_seconds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of seconds to delete messages for, between 0 and 604800 (7 days)"},"sources":[{"fileName":"rest/v10/guild.ts","line":586,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[11250,11251]}],"sources":[{"fileName":"rest/v10/guild.ts","line":576,"character":94}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11252,"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":592,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11215,"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":416,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":11216,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":11217,"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":420,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11221,"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":444,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11220,"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":438,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":11218,"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":426,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":11219,"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":432,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[11217,11221,11220,11218,11219]}],"sources":[{"fileName":"rest/v10/guild.ts","line":416,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":11222,"name":"RESTPutAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/guild.ts","line":447,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9721,"name":"APIGuildMember"},{"type":"intrinsic","name":"never"}]}},{"id":11239,"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":531,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":11548,"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":10368,"name":"APITemplate"}},{"id":10921,"name":"RoleIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1102,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10929,"name":"ImageFormat.Lottie"},{"type":"reference","id":10928,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10920,"name":"StickerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1101,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10926,"name":"ImageFormat.PNG"},{"type":"reference","id":10929,"name":"ImageFormat.Lottie"}]}],"qualifiedName":"Extract","package":"typescript","name":"Extract"}},{"id":10918,"name":"StickerPackBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1099,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10929,"name":"ImageFormat.Lottie"},{"type":"reference","id":10928,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10919,"name":"TeamIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1100,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":10929,"name":"ImageFormat.Lottie"},{"type":"reference","id":10928,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":9019,"name":"TextChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v10/channel.ts","line":42,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":9163,"name":"ChannelType.DM"},{"type":"reference","id":9165,"name":"ChannelType.GroupDM"},{"type":"reference","id":9167,"name":"ChannelType.GuildAnnouncement"},{"type":"reference","id":9169,"name":"ChannelType.PublicThread"},{"type":"reference","id":9170,"name":"ChannelType.PrivateThread"},{"type":"reference","id":9168,"name":"ChannelType.AnnouncementThread"},{"type":"reference","id":9162,"name":"ChannelType.GuildText"},{"type":"reference","id":9173,"name":"ChannelType.GuildForum"},{"type":"reference","id":9164,"name":"ChannelType.GuildVoice"}]}},{"id":10912,"name":"UserAvatarFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1093,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"reference","id":10929,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10910,"name":"UserBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1091,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":10924,"name":"ImageFormat"},{"type":"reference","id":10929,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":10062,"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":10063,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10068,"name":"AllChannels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":57,"character":1}],"type":{"type":"reflection","declaration":{"id":10069,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"signatures":[{"id":10070,"name":"__type","kind":4096,"kindString":"Call signature","flags":{},"parameters":[{"id":10071,"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":10064,"name":"Everyone","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v10/_interactions/_applicationCommands/permissions.ts","line":56,"character":1}],"type":{"type":"reflection","declaration":{"id":10065,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"signatures":[{"id":10066,"name":"__type","kind":4096,"kindString":"Call signature","flags":{},"parameters":[{"id":10067,"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":[10068,10064]}]}},"defaultValue":"..."},{"id":10504,"name":"APIVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":21,"character":13}],"type":{"type":"literal","value":"10"},"defaultValue":"'10'"},{"id":10809,"name":"CDNRoutes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":869,"character":13}],"type":{"type":"reflection","declaration":{"id":10810,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10869,"name":"achievementIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1010,"character":1}],"signatures":[{"id":10870,"name":"achievementIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-assets/{application.id}/achievements/{achievement.id}/icons/{achievement.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10871,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10872,"name":"achievementId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10873,"name":"achievementIconHash","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10874,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10917,"name":"AchievementIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-assets/","tail":[[{"type":"intrinsic","name":"string"},"/achievements/"],[{"type":"intrinsic","name":"string"},"/icons/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-assets/","tail":[[{"type":"intrinsic","name":"string"},"/achievements/"],[{"type":"intrinsic","name":"string"},"/icons/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-assets/","tail":[[{"type":"intrinsic","name":"string"},"/achievements/"],[{"type":"intrinsic","name":"string"},"/icons/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10864,"name":"applicationAsset","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1000,"character":1}],"signatures":[{"id":10865,"name":"applicationAsset","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-icons/{application.id}/{application.asset_id}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10866,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10867,"name":"applicationAssetId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10868,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10916,"name":"ApplicationAssetFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10859,"name":"applicationCover","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":990,"character":1}],"signatures":[{"id":10860,"name":"applicationCover","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-icons/{application.id}/{application.cover_image}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10861,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10862,"name":"applicationCoverImage","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10863,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10915,"name":"ApplicationCoverFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10854,"name":"applicationIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":980,"character":1}],"signatures":[{"id":10855,"name":"applicationIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-icons/{application.id}/{application.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10856,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10857,"name":"applicationIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10858,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10914,"name":"ApplicationIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10840,"name":"defaultUserAvatar","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":946,"character":1}],"signatures":[{"id":10841,"name":"defaultUserAvatar","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/embed/avatars/{user.discriminator % 5}.png`","text":"The `userDiscriminator` parameter should be the user discriminator modulo 5 (e.g. 1337 % 5 = 2)\n\nThis route supports the extension: PNG\n"},"parameters":[{"id":10842,"name":"userDiscriminator","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10904,"name":"DefaultUserAvatarAssets"}}],"type":{"type":"union","types":[{"type":"literal","value":"/embed/avatars/0.png"},{"type":"literal","value":"/embed/avatars/2.png"},{"type":"literal","value":"/embed/avatars/1.png"},{"type":"literal","value":"/embed/avatars/3.png"},{"type":"literal","value":"/embed/avatars/4.png"},{"type":"literal","value":"/embed/avatars/5.png"}]}}]},{"id":10811,"name":"emoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":878,"character":1}],"signatures":[{"id":10812,"name":"emoji","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/emojis/{emoji.id}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":10813,"name":"emojiId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10814,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10905,"name":"EmojiFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":10830,"name":"guildBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":922,"character":1}],"signatures":[{"id":10831,"name":"guildBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/banners/{guild.id}/{guild.banner}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":10832,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10833,"name":"guildBanner","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10834,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10909,"name":"GuildBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":10825,"name":"guildDiscoverySplash","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":910,"character":1}],"signatures":[{"id":10826,"name":"guildDiscoverySplash","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/discovery-splashes/{guild.id}/{guild.discovery_splash}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10827,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10828,"name":"guildDiscoverySplash","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10829,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10908,"name":"GuildDiscoverySplashFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/discovery-splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/discovery-splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/discovery-splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10815,"name":"guildIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":890,"character":1}],"signatures":[{"id":10816,"name":"guildIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/icons/{guild.id}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":10817,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10818,"name":"guildIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10819,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10906,"name":"GuildIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":10848,"name":"guildMemberAvatar","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":970,"character":1}],"signatures":[{"id":10849,"name":"guildMemberAvatar","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/users/{user.id}/{guild_member.avatar}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":10850,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10851,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10852,"name":"memberAvatar","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10853,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10913,"name":"GuildMemberAvatarFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":10898,"name":"guildMemberBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1079,"character":1}],"signatures":[{"id":10899,"name":"guildMemberBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/${guild.id}/users/${user.id}/banners/${guild_member.banner}.{png|jpeg|webp|gif}`","text":"This route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":10900,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10901,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10902,"name":"guildMemberBanner","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10903,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10923,"name":"GuildMemberBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":10893,"name":"guildScheduledEventCover","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1065,"character":1}],"signatures":[{"id":10894,"name":"guildScheduledEventCover","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guild-events/{guild_scheduled_event.id}/{guild_scheduled_event.image}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10895,"name":"guildScheduledEventId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10896,"name":"guildScheduledEventCoverImage","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10897,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10922,"name":"GuildScheduledEventCoverFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/guild-events/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/guild-events/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/guild-events/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10820,"name":"guildSplash","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":900,"character":1}],"signatures":[{"id":10821,"name":"guildSplash","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/splashes/{guild.id}/{guild.splash}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10822,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10823,"name":"guildSplash","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10824,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10907,"name":"GuildSplashFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10888,"name":"roleIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1055,"character":1}],"signatures":[{"id":10889,"name":"roleIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/role-icons/{role.id}/{role.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10890,"name":"roleId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10891,"name":"roleIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10892,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10921,"name":"RoleIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/role-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/role-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/role-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10884,"name":"sticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1045,"character":1}],"signatures":[{"id":10885,"name":"sticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stickers/{sticker.id}.{png|json}`","text":"This route supports the extensions: PNG, Lottie\n"},"parameters":[{"id":10886,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10887,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10920,"name":"StickerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},".json"]]}]}}]},{"id":10875,"name":"stickerPackBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1025,"character":1}],"signatures":[{"id":10876,"name":"stickerPackBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-assets/710982414301790216/store/{sticker_pack.banner.asset_id}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10877,"name":"stickerPackBannerAssetId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10878,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10918,"name":"StickerPackBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-assets/710982414301790216/store/","tail":[[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-assets/710982414301790216/store/","tail":[[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-assets/710982414301790216/store/","tail":[[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10879,"name":"teamIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1035,"character":1}],"signatures":[{"id":10880,"name":"teamIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `team-icons/{team.id}/{team.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":10881,"name":"teamId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10882,"name":"teamIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10883,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10919,"name":"TeamIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/team-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/team-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/team-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":10843,"name":"userAvatar","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":958,"character":1}],"signatures":[{"id":10844,"name":"userAvatar","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/avatars/{user.id}/{user.avatar}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":10845,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10846,"name":"userAvatar","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10847,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10912,"name":"UserAvatarFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":10835,"name":"userBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":934,"character":1}],"signatures":[{"id":10836,"name":"userBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/banners/{user.id}/{user.banner}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":10837,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10838,"name":"userBanner","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10839,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":10910,"name":"UserBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]}],"groups":[{"title":"Methods","kind":2048,"children":[10869,10864,10859,10854,10840,10811,10830,10825,10815,10848,10898,10893,10820,10888,10884,10875,10879,10843,10835]}]}},"defaultValue":"..."},{"id":8233,"name":"GatewayVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"gateway/v10.ts","line":40,"character":13}],"type":{"type":"literal","value":"10"},"defaultValue":"'10'"},{"id":10940,"name":"OAuth2Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":1135,"character":13}],"type":{"type":"reflection","declaration":{"id":10941,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10942,"name":"authorizationURL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1136,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v10/oauth2/authorize"},"defaultValue":"..."},{"id":10944,"name":"tokenRevocationURL","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"See https://tools.ietf.org/html/rfc7009"},"sources":[{"fileName":"rest/v10/index.ts","line":1141,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v10/oauth2/token/revoke"},"defaultValue":"..."},{"id":10943,"name":"tokenURL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1137,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v10/oauth2/token"},"defaultValue":"..."}],"groups":[{"title":"Properties","kind":1024,"children":[10942,10944,10943]}]}},"defaultValue":"..."},{"id":10932,"name":"RouteBases","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":1123,"character":13}],"type":{"type":"reflection","declaration":{"id":10933,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10934,"name":"api","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1124,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v10"},"defaultValue":"..."},{"id":10935,"name":"cdn","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1125,"character":1}],"type":{"type":"literal","value":"https://cdn.discordapp.com"},"defaultValue":"'https://cdn.discordapp.com'"},{"id":10938,"name":"gift","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1128,"character":1}],"type":{"type":"literal","value":"https://discord.gift"},"defaultValue":"'https://discord.gift'"},{"id":10936,"name":"invite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1126,"character":1}],"type":{"type":"literal","value":"https://discord.gg"},"defaultValue":"'https://discord.gg'"},{"id":10939,"name":"scheduledEvent","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1129,"character":1}],"type":{"type":"literal","value":"https://discord.com/events"},"defaultValue":"'https://discord.com/events'"},{"id":10937,"name":"template","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":1127,"character":1}],"type":{"type":"literal","value":"https://discord.new"},"defaultValue":"'https://discord.new'"}],"groups":[{"title":"Properties","kind":1024,"children":[10934,10935,10938,10936,10939,10937]}]}},"defaultValue":"..."},{"id":10505,"name":"Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":23,"character":13}],"type":{"type":"reflection","declaration":{"id":10506,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":10744,"name":"applicationCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":709,"character":1}],"signatures":[{"id":10745,"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":10746,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10747,"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":10772,"name":"applicationCommandPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":773,"character":1}],"signatures":[{"id":10773,"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":10774,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10775,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10776,"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":10741,"name":"applicationCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":699,"character":1}],"signatures":[{"id":10742,"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":10743,"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":10752,"name":"applicationGuildCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":729,"character":1}],"signatures":[{"id":10753,"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":10754,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10755,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10756,"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":10748,"name":"applicationGuildCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":719,"character":1}],"signatures":[{"id":10749,"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":10750,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10751,"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":10517,"name":"channel","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":57,"character":1}],"signatures":[{"id":10518,"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":10519,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10551,"name":"channelBulkDelete","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":132,"character":1}],"signatures":[{"id":10552,"name":"channelBulkDelete","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/bulk-delete`"},"parameters":[{"id":10553,"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":10561,"name":"channelFollowers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":158,"character":1}],"signatures":[{"id":10562,"name":"channelFollowers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/followers`"},"parameters":[{"id":10563,"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":10558,"name":"channelInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":150,"character":1}],"signatures":[{"id":10559,"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":10560,"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":10683,"name":"channelJoinedArchivedThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":489,"character":1}],"signatures":[{"id":10684,"name":"channelJoinedArchivedThreads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/users/@me/threads/archived/prviate`"},"parameters":[{"id":10685,"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":10523,"name":"channelMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":76,"character":1}],"signatures":[{"id":10524,"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":10525,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10526,"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":10547,"name":"channelMessageAllReactions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":124,"character":1}],"signatures":[{"id":10548,"name":"channelMessageAllReactions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions`"},"parameters":[{"id":10549,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10550,"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":10527,"name":"channelMessageCrosspost","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":84,"character":1}],"signatures":[{"id":10528,"name":"channelMessageCrosspost","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/{message.id}/crosspost`"},"parameters":[{"id":10529,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10530,"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":10531,"name":"channelMessageOwnReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":95,"character":1}],"signatures":[{"id":10532,"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":10533,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10534,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10535,"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":10542,"name":"channelMessageReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":116,"character":1}],"signatures":[{"id":10543,"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":10544,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10545,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10546,"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":10536,"name":"channelMessageUserReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":105,"character":1}],"signatures":[{"id":10537,"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":10538,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10539,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10540,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10541,"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":10520,"name":"channelMessages","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":66,"character":1}],"signatures":[{"id":10521,"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":10522,"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":10554,"name":"channelPermission","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":141,"character":1}],"signatures":[{"id":10555,"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":10556,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10557,"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":10570,"name":"channelPin","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":183,"character":1}],"signatures":[{"id":10571,"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":10572,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10573,"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":10567,"name":"channelPins","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":174,"character":1}],"signatures":[{"id":10568,"name":"channelPins","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/pins`"},"parameters":[{"id":10569,"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":10574,"name":"channelRecipient","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":192,"character":1}],"signatures":[{"id":10575,"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":10576,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10577,"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":10679,"name":"channelThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":481,"character":1}],"signatures":[{"id":10680,"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":10681,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10682,"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":10564,"name":"channelTyping","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":166,"character":1}],"signatures":[{"id":10565,"name":"channelTyping","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/typing`"},"parameters":[{"id":10566,"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":10707,"name":"channelWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":577,"character":1}],"signatures":[{"id":10708,"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":10709,"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":10727,"name":"gateway","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":641,"character":1}],"signatures":[{"id":10728,"name":"gateway","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway`"},"type":{"type":"literal","value":"/gateway"}}]},{"id":10729,"name":"gatewayBot","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":649,"character":1}],"signatures":[{"id":10730,"name":"gatewayBot","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway/bot`"},"type":{"type":"literal","value":"/gateway/bot"}}]},{"id":10587,"name":"guild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":229,"character":1}],"signatures":[{"id":10588,"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":10589,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10676,"name":"guildActiveThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":472,"character":1}],"signatures":[{"id":10677,"name":"guildActiveThreads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/threads/active`"},"parameters":[{"id":10678,"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":10768,"name":"guildApplicationCommandsPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":764,"character":1}],"signatures":[{"id":10769,"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":10770,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10771,"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":10514,"name":"guildAuditLog","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":47,"character":1}],"signatures":[{"id":10515,"name":"guildAuditLog","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/audit-logs`"},"parameters":[{"id":10516,"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":10510,"name":"guildAutoModerationRule","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":39,"character":1}],"signatures":[{"id":10511,"name":"guildAutoModerationRule","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Routes for:\n- GET `/guilds/{guild.id}/auto-moderation/rules/{rule.id}`\n- PATCH `/guilds/{guild.id}/auto-moderation/rules/{rule.id}`\n- DELETE `/guilds/{guild.id}/auto-moderation/rules/{rule.id}`"},"parameters":[{"id":10512,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10513,"name":"ruleId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/auto-moderation/rules/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10507,"name":"guildAutoModerationRules","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":29,"character":1}],"signatures":[{"id":10508,"name":"guildAutoModerationRules","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/auto-moderation/rules`\n- POST `/guilds/{guild.id}/auto-moderation/rules`"},"parameters":[{"id":10509,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/auto-moderation/rules"]]}}]},{"id":10620,"name":"guildBan","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":319,"character":1}],"signatures":[{"id":10621,"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":10622,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10623,"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":10617,"name":"guildBans","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":309,"character":1}],"signatures":[{"id":10618,"name":"guildBans","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans`"},"parameters":[{"id":10619,"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":10593,"name":"guildChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":247,"character":1}],"signatures":[{"id":10594,"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":10595,"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":10606,"name":"guildCurrentMemberNickname","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":284,"character":1}],"signatures":[{"id":10607,"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":10608,"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":10581,"name":"guildEmoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":211,"character":1}],"signatures":[{"id":10582,"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":10583,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10584,"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":10578,"name":"guildEmojis","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":201,"character":1}],"signatures":[{"id":10579,"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":10580,"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":10643,"name":"guildIntegration","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":379,"character":1}],"signatures":[{"id":10644,"name":"guildIntegration","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/guilds/{guild.id}/integrations/{integration.id}`"},"parameters":[{"id":10645,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10646,"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":10640,"name":"guildIntegrations","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":371,"character":1}],"signatures":[{"id":10641,"name":"guildIntegrations","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/integrations`"},"parameters":[{"id":10642,"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":10637,"name":"guildInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":363,"character":1}],"signatures":[{"id":10638,"name":"guildInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/invites`"},"parameters":[{"id":10639,"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":10614,"name":"guildMFA","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":301,"character":1}],"signatures":[{"id":10615,"name":"guildMFA","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds/{guild.id}/mfa`"},"parameters":[{"id":10616,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/mfa"]]}}]},{"id":10596,"name":"guildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":259,"character":1}],"signatures":[{"id":10597,"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":10598,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10599,"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":10609,"name":"guildMemberRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":293,"character":1}],"signatures":[{"id":10610,"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":10611,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10612,"name":"memberId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10613,"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":10761,"name":"guildMemberVerification","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":746,"character":1}],"signatures":[{"id":10762,"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":10763,"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":10600,"name":"guildMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":267,"character":1}],"signatures":[{"id":10601,"name":"guildMembers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members`"},"parameters":[{"id":10602,"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":10603,"name":"guildMembersSearch","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":275,"character":1}],"signatures":[{"id":10604,"name":"guildMembersSearch","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/search`"},"parameters":[{"id":10605,"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":10590,"name":"guildPreview","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":237,"character":1}],"signatures":[{"id":10591,"name":"guildPreview","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/preview`"},"parameters":[{"id":10592,"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":10631,"name":"guildPrune","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":347,"character":1}],"signatures":[{"id":10632,"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":10633,"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":10627,"name":"guildRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":338,"character":1}],"signatures":[{"id":10628,"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":10629,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10630,"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":10624,"name":"guildRoles","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":329,"character":1}],"signatures":[{"id":10625,"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":10626,"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":10800,"name":"guildScheduledEvent","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":854,"character":1}],"signatures":[{"id":10801,"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":10802,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10803,"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":10804,"name":"guildScheduledEventUsers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":862,"character":1}],"signatures":[{"id":10805,"name":"guildScheduledEventUsers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}/users`"},"parameters":[{"id":10806,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10807,"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":10797,"name":"guildScheduledEvents","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":844,"character":1}],"signatures":[{"id":10798,"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":10799,"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":10793,"name":"guildSticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":835,"character":1}],"signatures":[{"id":10794,"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":10795,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10796,"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":10790,"name":"guildStickers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":825,"character":1}],"signatures":[{"id":10791,"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":10792,"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":10668,"name":"guildTemplate","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":449,"character":1}],"signatures":[{"id":10669,"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":10670,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10671,"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":10665,"name":"guildTemplates","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":439,"character":1}],"signatures":[{"id":10666,"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":10667,"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":10653,"name":"guildVanityUrl","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":404,"character":1}],"signatures":[{"id":10654,"name":"guildVanityUrl","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/vanity-url`"},"parameters":[{"id":10655,"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":10634,"name":"guildVoiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":355,"character":1}],"signatures":[{"id":10635,"name":"guildVoiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/regions`"},"parameters":[{"id":10636,"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":10764,"name":"guildVoiceState","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":755,"character":1}],"signatures":[{"id":10765,"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":10766,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10767,"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":10710,"name":"guildWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":585,"character":1}],"signatures":[{"id":10711,"name":"guildWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/webhooks`"},"parameters":[{"id":10712,"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":10777,"name":"guildWelcomeScreen","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":782,"character":1}],"signatures":[{"id":10778,"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":10779,"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":10656,"name":"guildWidgetImage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":412,"character":1}],"signatures":[{"id":10657,"name":"guildWidgetImage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.png`"},"parameters":[{"id":10658,"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":10650,"name":"guildWidgetJSON","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":396,"character":1}],"signatures":[{"id":10651,"name":"guildWidgetJSON","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.json`"},"parameters":[{"id":10652,"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":10647,"name":"guildWidgetSettings","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":388,"character":1}],"signatures":[{"id":10648,"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":10649,"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":10585,"name":"guilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":219,"character":1}],"signatures":[{"id":10586,"name":"guilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds`"},"type":{"type":"literal","value":"/guilds"}}]},{"id":10757,"name":"interactionCallback","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":737,"character":1}],"signatures":[{"id":10758,"name":"interactionCallback","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/interactions/{interaction.id}/{interaction.token}/callback`"},"parameters":[{"id":10759,"name":"interactionId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10760,"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":10659,"name":"invite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":421,"character":1}],"signatures":[{"id":10660,"name":"invite","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/invites/{invite.code}`\n- DELETE `/invites/{invite.code}`"},"parameters":[{"id":10661,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/invites/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10788,"name":"nitroStickerPacks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":816,"character":1}],"signatures":[{"id":10789,"name":"nitroStickerPacks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/sticker-packs`"},"type":{"type":"literal","value":"/sticker-packs"}}]},{"id":10735,"name":"oauth2Authorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":673,"character":1}],"signatures":[{"id":10736,"name":"oauth2Authorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/authorize`"},"type":{"type":"literal","value":"/oauth2/authorize"}}]},{"id":10731,"name":"oauth2CurrentApplication","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":657,"character":1}],"signatures":[{"id":10732,"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":10733,"name":"oauth2CurrentAuthorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":665,"character":1}],"signatures":[{"id":10734,"name":"oauth2CurrentAuthorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/@me`"},"type":{"type":"literal","value":"/oauth2/@me"}}]},{"id":10737,"name":"oauth2TokenExchange","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":681,"character":1}],"signatures":[{"id":10738,"name":"oauth2TokenExchange","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/oauth2/token`"},"type":{"type":"literal","value":"/oauth2/token"}}]},{"id":10739,"name":"oauth2TokenRevocation","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":689,"character":1}],"signatures":[{"id":10740,"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":10782,"name":"stageInstance","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":800,"character":1}],"signatures":[{"id":10783,"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":10784,"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":10780,"name":"stageInstances","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":790,"character":1}],"signatures":[{"id":10781,"name":"stageInstances","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/stage-instances`"},"type":{"type":"literal","value":"/stage-instances"}}]},{"id":10785,"name":"sticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":808,"character":1}],"signatures":[{"id":10786,"name":"sticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stickers/{sticker.id}`"},"parameters":[{"id":10787,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":10662,"name":"template","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":430,"character":1}],"signatures":[{"id":10663,"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":10664,"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":10686,"name":"threadMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":502,"character":1}],"signatures":[{"id":10687,"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":10688,"name":"threadId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10689,"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":10672,"name":"threads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":458,"character":1}],"signatures":[{"id":10673,"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":10674,"name":"parentId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10675,"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":10690,"name":"user","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":520,"character":1}],"signatures":[{"id":10691,"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":10692,"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":10701,"name":"userChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":552,"character":1}],"signatures":[{"id":10702,"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":10703,"name":"userConnections","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":560,"character":1}],"signatures":[{"id":10704,"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":10698,"name":"userGuild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":544,"character":1}],"signatures":[{"id":10699,"name":"userGuild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/users/@me/guilds/{guild.id}`"},"parameters":[{"id":10700,"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":10695,"name":"userGuildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":536,"character":1}],"signatures":[{"id":10696,"name":"userGuildMember","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds/{guild.id}/member`"},"parameters":[{"id":10697,"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":10693,"name":"userGuilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":528,"character":1}],"signatures":[{"id":10694,"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":10705,"name":"voiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":568,"character":1}],"signatures":[{"id":10706,"name":"voiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/voice/regions`"},"type":{"type":"literal","value":"/voice/regions"}}]},{"id":10713,"name":"webhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":601,"character":1}],"signatures":[{"id":10714,"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":10715,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10716,"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":10717,"name":"webhookMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":624,"character":1}],"signatures":[{"id":10718,"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":10719,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10720,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10721,"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":10722,"name":"webhookPlatform","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v10/index.ts","line":633,"character":1}],"signatures":[{"id":10723,"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":10724,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10725,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":10726,"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":[10744,10772,10741,10752,10748,10517,10551,10561,10558,10683,10523,10547,10527,10531,10542,10536,10520,10554,10570,10567,10574,10679,10564,10707,10727,10729,10587,10676,10768,10514,10510,10507,10620,10617,10593,10606,10581,10578,10643,10640,10637,10614,10596,10609,10761,10600,10603,10590,10631,10627,10624,10800,10804,10797,10793,10790,10668,10665,10653,10634,10764,10710,10777,10656,10650,10647,10585,10757,10659,10788,10735,10731,10733,10737,10739,10782,10780,10785,10662,10686,10672,10690,10701,10703,10698,10695,10693,10705,10713,10717,10722]}]}},"defaultValue":"..."},{"id":10808,"name":"StickerPackApplicationId","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v10/index.ts","line":867,"character":13}],"type":{"type":"literal","value":"710982414301790216"},"defaultValue":"'710982414301790216'"}],"groups":[{"title":"References","kind":16777216,"children":[8757,8754,10946,10947,8759,8758,8760,8763,8761,8762,10945,8764,11634,11633,8755,8232]},{"title":"Enumerations","kind":8,"children":[9562,9537,9546,9364,9974,10058,9899,8790,8822,8888,9002,8997,8993,8982,9416,9469,9161,9376,10446,10464,9309,8246,8281,8261,8234,9643,9646,9678,9669,9650,9653,9664,9865,9874,9869,9673,9658,9786,10924,9750,10216,10190,10247,9809,9244,9249,9212,10268,9271,9507,9138,10317,10341,10338,10365,9422,9281,9291,10412,10430,9178,10500]},{"title":"Interfaces","kind":256,"children":[9386,9368,8765,9883,10199,9949,9959,9967,9992,10017,10005,9925,9986,10054,10009,9997,8787,9348,8805,8814,8877,8999,9006,8970,8987,9762,9373,10094,9425,9390,9401,9408,9013,9359,10970,9444,9913,10227,10435,9091,9295,9335,9344,9340,9327,9332,9317,9322,9481,10250,9845,9259,9492,9490,9496,9100,9600,10049,9029,11127,11139,9141,9135,9129,9732,9756,9721,9800,9804,9706,9863,9876,9041,9074,9792,9795,9765,9772,9776,9718,9753,9933,10131,10115,10122,10082,10205,10208,10211,10197,10213,10234,10320,9181,9237,10030,10037,10168,10144,9397,10076,10163,9240,10158,10149,10153,10202,10229,10183,9266,9009,9477,9589,9262,10293,10305,9453,10309,9811,10325,10346,9433,10354,10360,10368,10380,9021,9459,9110,9292,9286,9274,9586,10396,10023,9060,9828,10481,10487,10930,9517,9572,9557,9553,8405,8392,8419,8485,8426,8493,8501,8504,8517,8525,8542,8534,8552,8557,8497,8692,8357,8352,8345,8350,8696,8699,8707,8570,8362,8577,8591,8614,8609,8602,8625,9513,9501,8748,8374,8368,8718,8721,8730,8725,8711,8714,8648,9575,9580,8673,8745,8684,10467,8737,8740,8689,10180,10176,11564,11361,10948,11031,11001,11104,11107,11560,11243,11207,11211,11281,11284,11167,11345,11355,11330,11301,11304,11419,11426,11519,11477,11485,11431,11438,11471,11459,11070,11050,11369,11573,11291,11523,11164,11505,11613,11447,11441,11490,11497,11467,11453,11414,11053]},{"title":"Type Aliases","kind":4194304,"children":[9474,9923,10073,10074,10072,9909,9947,9907,9908,9958,9906,9903,9924,9912,9948,9957,9965,9911,9973,10022,9904,9964,9966,9910,9939,9972,9991,10021,8892,8912,8913,8903,8904,8966,8930,8923,8955,8952,8957,8953,8942,8899,8920,8933,8932,8926,8962,8939,8958,8910,8931,8894,8898,8945,8967,8959,8964,8969,8968,8946,8947,8909,8951,8954,8928,8895,8943,8896,8934,8961,8956,8907,8937,8935,8929,8940,8922,8893,8941,8900,8921,8925,8918,8902,8949,8914,8906,8924,8901,8905,8927,8897,8960,8917,8950,8938,8919,8965,8963,8944,8948,8936,8911,8908,8916,8915,9415,9160,9921,9922,9920,10137,10047,10048,10046,10039,9099,9881,10111,9059,11132,11133,9749,9882,10113,9862,9090,9880,10196,10224,10233,9443,9475,10044,10045,10043,10148,9472,10141,10174,10175,10140,10143,10142,11008,10173,9476,9473,10187,10188,10186,9058,10189,9442,9452,10345,9057,10041,10042,10040,10139,10138,9441,10917,10916,10915,10914,8891,10911,10904,10905,9560,9556,9561,8753,8404,8391,8385,8386,8389,8390,8383,8384,8387,8388,8412,8413,8416,8417,8410,8411,8418,8414,8415,8344,8488,8489,8484,8490,8491,8425,8482,8483,8492,8500,8503,8516,8520,8521,8524,8423,8424,8537,8538,8541,8533,8539,8540,8545,8546,8549,8550,8547,8548,8551,8556,8496,8480,8481,8695,8561,8562,8569,8565,8566,8574,8575,8367,8576,8590,8595,8596,8613,8608,8618,8619,8622,8623,8620,8621,8624,8597,8598,8630,8631,8373,8343,8736,8382,8342,8632,8633,8634,8635,8636,8637,8647,8670,8671,8638,8639,8642,8643,8640,8641,8646,8668,8669,8672,8679,8680,8683,8681,8682,8688,11578,10909,9020,10908,10906,10913,10923,10922,10907,9040,10075,10969,11035,11029,11036,11049,11030,11069,11076,11082,11000,11102,11572,11253,11124,11296,11241,11240,11194,11280,11354,11535,11551,11411,11401,11424,11517,11596,11632,11597,11413,11364,11363,11386,11384,11385,10953,10955,10954,11058,11034,11007,11006,11074,10975,11103,11584,11576,11571,11552,11126,11125,11412,11247,11242,11195,11112,11111,11295,11294,11206,11307,11210,11214,11170,11169,11254,11347,11360,11332,11522,11521,11542,11205,11293,11585,11325,11306,11300,11297,11407,11397,11423,11425,11511,11518,11536,11553,11577,11586,11624,11587,11554,11466,11380,11381,11389,11390,10967,10968,10976,11045,11037,11048,10999,11235,11232,11238,11555,11559,11198,11204,11119,11123,11171,11223,11231,11308,11313,11193,11270,11265,11269,11279,11348,11353,11529,11534,11549,11550,11314,11319,11320,11324,11326,11329,11298,11299,11409,11408,11410,11399,11398,11400,11512,11516,11588,11593,11594,11628,11625,11631,11595,11378,11379,11387,11388,10956,10966,11072,11059,11068,11027,11023,11011,11026,11052,11083,11095,11096,11100,11073,11579,11583,11365,11575,11196,11197,11113,11118,11092,11088,11286,11255,11264,11333,11344,11528,11543,11547,11148,11166,11163,11394,11393,11403,11402,11406,11510,11537,11541,11610,11621,11622,11623,11598,11616,11618,11619,11620,11617,11504,11470,11458,11416,11382,11383,11391,11392,11028,11057,11075,11077,11081,11101,11417,11418,11248,11252,11215,11222,11239,11548,10921,10920,10918,10919,9019,10912,10910]},{"title":"Variables","kind":32,"children":[10062,10504,10809,8233,10940,10932,10505,10808]}],"sources":[{"fileName":"v10.ts","line":1,"character":0}]},{"id":325,"name":"v6","kind":2,"kindString":"Module","flags":{},"children":[{"id":772,"name":"FormattingPatterns","kind":16777216,"kindString":"Reference","flags":{},"target":4},{"id":769,"name":"GatewayURLQuery","kind":16777216,"kindString":"Reference","flags":{},"target":19},{"id":1690,"name":"Locale","kind":16777216,"kindString":"Reference","flags":{},"target":268},{"id":1691,"name":"LocaleString","kind":16777216,"kindString":"Reference","flags":{},"target":299},{"id":1689,"name":"RESTJSONErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":86},{"id":770,"name":"Snowflake","kind":16777216,"kindString":"Reference","flags":{},"target":2},{"id":1142,"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":1143,"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":1144,"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":1146,"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":1148,"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":1145,"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":1147,"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":[1143,1144,1146,1148,1145,1147]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":146,"character":12}]},{"id":1127,"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":1132,"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":1131,"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":1128,"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":1130,"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":1129,"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":[1132,1131,1128,1130,1129]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":95,"character":12}]},{"id":1703,"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":1704,"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":1705,"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":1706,"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":[1704,1705,1706]}],"sources":[{"fileName":"rest/v6/channel.ts","line":33,"character":12}]},{"id":786,"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":802,"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":788,"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":790,"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":791,"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":793,"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":792,"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":789,"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":812,"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":814,"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":813,"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":787,"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":819,"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":821,"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":820,"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":806,"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":808,"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":807,"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":796,"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":797,"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":801,"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":794,"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":800,"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":795,"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":799,"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":798,"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":816,"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":815,"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":817,"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":818,"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":803,"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":805,"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":804,"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":809,"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":811,"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":810,"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":[802,788,790,791,793,792,789,812,814,813,787,819,821,820,806,808,807,796,797,801,794,800,795,799,798,816,815,817,818,803,805,804,809,811,810]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":47,"character":12}]},{"id":831,"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":832,"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":833,"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":[832,833]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":164,"character":12}]},{"id":911,"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":913,"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":915,"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":916,"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":917,"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":918,"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":912,"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":914,"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":[913,915,916,917,918,912,914]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":46,"character":12}]},{"id":1464,"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":1466,"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":1465,"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":[1466,1465]}],"sources":[{"fileName":"payloads/v6/user.ts","line":77,"character":12}]},{"id":1017,"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":1022,"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":1021,"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":1019,"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":1023,"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":1018,"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":1020,"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":[1022,1021,1019,1023,1018,1020]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":231,"character":12}]},{"id":478,"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":484,"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":483,"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":481,"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":492,"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":490,"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":491,"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":485,"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":488,"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":482,"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":486,"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":487,"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":489,"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":479,"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":480,"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":[484,483,481,492,490,491,485,488,482,486,487,489,479,480]}],"sources":[{"fileName":"gateway/v6.ts","line":51,"character":12}]},{"id":533,"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":536,"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":538,"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":539,"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":537,"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":543,"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":544,"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":540,"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":542,"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":545,"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":546,"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":547,"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":548,"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":549,"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":550,"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":551,"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":553,"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":552,"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":541,"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":554,"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":555,"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":556,"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":558,"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":559,"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":560,"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":561,"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":562,"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":563,"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":557,"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":564,"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":534,"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":535,"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":565,"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":566,"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":568,"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":567,"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":569,"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":[536,538,539,537,543,544,540,542,545,546,547,548,549,550,551,553,552,541,554,555,556,558,559,560,561,562,563,557,564,534,535,565,566,568,567,569]}],"sources":[{"fileName":"gateway/v6.ts","line":136,"character":12}]},{"id":517,"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":530,"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":531,"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":532,"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":518,"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":520,"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":521,"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":522,"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":524,"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":519,"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":527,"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":528,"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":529,"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":526,"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":525,"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":523,"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":[530,531,532,518,520,521,522,524,519,527,528,529,526,525,523]}],"sources":[{"fileName":"gateway/v6.ts","line":114,"character":12}]},{"id":466,"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":467,"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":468,"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":477,"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":476,"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":469,"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":475,"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":470,"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":473,"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":474,"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":472,"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":471,"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":[467,468,477,476,469,475,470,473,474,472,471]}],"sources":[{"fileName":"gateway/v6.ts","line":32,"character":12}]},{"id":1213,"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":1214,"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":1215,"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":[1214,1215]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":104,"character":12}]},{"id":1216,"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":1219,"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":1217,"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":1218,"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":[1219,1217,1218]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":113,"character":12}]},{"id":1237,"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":1238,"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":1239,"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":1240,"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":1241,"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":1242,"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":1243,"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":1244,"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":1245,"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":1246,"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":1247,"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":1248,"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":1249,"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":1250,"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":1251,"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":[1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":164,"character":12}]},{"id":1220,"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":1222,"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":1221,"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":[1222,1221]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":123,"character":12}]},{"id":1229,"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":1230,"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":1231,"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":1232,"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":1233,"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":[1230,1231,1232,1233]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":144,"character":12}]},{"id":1234,"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":1235,"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":1236,"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":[1235,1236]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":155,"character":12}]},{"id":1223,"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":1227,"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":1225,"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":1226,"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":1224,"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":1228,"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":[1227,1225,1226,1224,1228]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":132,"character":12}]},{"id":1306,"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":1307,"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":1308,"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":1309,"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":1310,"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":1311,"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":[1307,1308,1309,1310,1311]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":292,"character":12}]},{"id":1290,"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":1292,"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":1291,"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":[1292,1291]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":252,"character":12}]},{"id":1328,"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":1329,"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":[1329]}],"sources":[{"fileName":"payloads/v6/invite.ts","line":28,"character":12}]},{"id":978,"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":979,"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":982,"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":981,"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":980,"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":[979,982,981,980]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":147,"character":12}]},{"id":983,"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":984,"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":985,"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":987,"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":986,"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":988,"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":[984,985,987,986,988]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":158,"character":12}]},{"id":947,"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":951,"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":960,"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":953,"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":952,"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":954,"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":948,"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":961,"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":964,"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":963,"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":962,"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":955,"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":949,"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":950,"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":956,"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":957,"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":958,"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":959,"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":[951,960,953,952,954,948,961,964,963,962,955,949,950,956,957,958,959]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":92,"character":12}]},{"id":1000,"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":1001,"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":1002,"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":[1001,1002]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":198,"character":12}]},{"id":1105,"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":1106,"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":1107,"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":1108,"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":1109,"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":1110,"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":[1106,1107,1108,1109,1110]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":56,"character":12}]},{"id":1418,"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":1420,"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":1419,"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":[1420,1419]}],"sources":[{"fileName":"payloads/v6/teams.ts","line":33,"character":12}]},{"id":1435,"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":1440,"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":1447,"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":1437,"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":1439,"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":1444,"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":1449,"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":1443,"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":1441,"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":1442,"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":1436,"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":1438,"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":1446,"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":1445,"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":1448,"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":[1440,1447,1437,1439,1444,1449,1443,1441,1442,1436,1438,1446,1445,1448]}],"sources":[{"fileName":"payloads/v6/user.ts","line":31,"character":12}]},{"id":1450,"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":1453,"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":1452,"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":1451,"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":[1453,1452,1451]}],"sources":[{"fileName":"payloads/v6/user.ts","line":52,"character":12}]},{"id":505,"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":509,"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":508,"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":514,"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":507,"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":512,"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":510,"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":511,"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":516,"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":506,"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":513,"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":515,"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":[509,508,514,507,512,510,511,516,506,513,515]}],"sources":[{"fileName":"gateway/v6.ts","line":92,"character":12}]},{"id":493,"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":504,"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":497,"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":500,"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":502,"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":494,"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":496,"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":501,"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":503,"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":495,"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":498,"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":499,"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":[504,497,500,502,494,496,501,503,495,498,499]}],"sources":[{"fileName":"gateway/v6.ts","line":73,"character":12}]},{"id":1499,"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":1501,"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":1500,"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":[1501,1500]}],"sources":[{"fileName":"payloads/v6/webhook.ts","line":30,"character":12}]},{"id":1707,"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":1708,"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":1703,"name":"AllowedMentionsTypes"}}},{"id":1709,"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":1710,"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":[1708,1709,1710]}],"sources":[{"fileName":"rest/v6/channel.ts","line":43,"character":17}]},{"id":1344,"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":1350,"name":"bot_public","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1351,"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":1359,"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":1348,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1356,"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":1347,"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":1345,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1346,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1352,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":20,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":1357,"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":1349,"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":1358,"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":1353,"name":"summary","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/oauth2.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1355,"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":1408,"name":"APITeam"}]}},{"id":1354,"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":[1350,1351,1359,1348,1356,1347,1345,1346,1352,1357,1349,1358,1353,1355,1354]}],"sources":[{"fileName":"payloads/v6/oauth2.ts","line":12,"character":17}]},{"id":1054,"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":1056,"name":"filename","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":318,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1060,"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":1055,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":317,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1059,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":321,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1057,"name":"size","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":319,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1058,"name":"url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":320,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1061,"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":[1056,1060,1055,1059,1057,1058,1061]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":316,"character":17}]},{"id":773,"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":776,"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":778,"name":"APIAuditLogEntry"}}},{"id":777,"name":"integrations","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":26,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1274,"name":"APIGuildIntegration"}}},{"id":775,"name":"users","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":24,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1421,"name":"APIUser"}}},{"id":774,"name":"webhooks","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":23,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1487,"name":"APIWebhook"}}}],"groups":[{"title":"Properties","kind":1024,"children":[776,777,775,774]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":22,"character":17}]},{"id":880,"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":881,"name":"key","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":510,"character":1}],"type":{"type":"literal","value":"id"}},{"id":882,"name":"new_value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":511,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":883,"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":[881,882,883]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":509,"character":17}]},{"id":778,"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":783,"name":"action_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":38,"character":1}],"type":{"type":"reference","id":786,"name":"AuditLogEvent"}},{"id":780,"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":834,"name":"APIAuditLogChange"}}},{"id":782,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":784,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/auditLog.ts","line":39,"character":1}],"type":{"type":"reference","id":822,"name":"APIAuditLogOptions"}},{"id":785,"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":779,"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":781,"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":[783,780,782,784,785,779,781]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":33,"character":17}]},{"id":822,"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":825,"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":827,"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":823,"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":828,"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":824,"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":826,"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":830,"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":829,"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":831,"name":"AuditLogOptionsType"}}],"groups":[{"title":"Properties","kind":1024,"children":[825,827,823,828,824,826,830,829]}],"sources":[{"fileName":"payloads/v6/auditLog.ts","line":97,"character":17}]},{"id":1303,"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":1304,"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":1305,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":285,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1304,1305]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":283,"character":17}]},{"id":892,"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":906,"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":900,"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":893,"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":904,"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":909,"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":889,"name":"APIPartialChannel.id"}},{"id":899,"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":908,"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":896,"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":891,"name":"APIPartialChannel.name"}},{"id":898,"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":905,"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":907,"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":895,"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":993,"name":"APIOverwrite"}}},{"id":894,"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":902,"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":903,"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":1421,"name":"APIUser"}}},{"id":897,"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":910,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":15,"character":1}],"type":{"type":"reference","id":911,"name":"ChannelType"},"inheritedFrom":{"type":"reference","id":890,"name":"APIPartialChannel.type"}},{"id":901,"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":[906,900,893,904,909,899,908,896,898,905,907,895,894,902,903,897,910,901]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":23,"character":17}],"extendedTypes":[{"type":"reference","id":888,"name":"APIPartialChannel"}]},{"id":1062,"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":1064,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":332,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1063,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":331,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1066,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":334,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1065,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":333,"character":1}],"type":{"type":"reference","id":911,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[1064,1063,1066,1065]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":330,"character":17}]},{"id":1454,"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":1461,"name":"friend_sync","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1455,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1459,"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":1274,"name":"APIGuildIntegration"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}}},{"id":1456,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":64,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1458,"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":1462,"name":"show_activity","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1457,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":65,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1460,"name":"verified","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1463,"name":"visibility","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":71,"character":1}],"type":{"type":"reference","id":1464,"name":"ConnectionVisibility"}}],"groups":[{"title":"Properties","kind":1024,"children":[1461,1455,1459,1456,1458,1462,1457,1460,1463]}],"sources":[{"fileName":"payloads/v6/user.ts","line":62,"character":17}]},{"id":1003,"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":1015,"name":"author","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":222,"character":1}],"type":{"type":"reference","id":1041,"name":"APIEmbedAuthor"}},{"id":1009,"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":1006,"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":1016,"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":1050,"name":"APIEmbedField"}}},{"id":1010,"name":"footer","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":217,"character":1}],"type":{"type":"reference","id":1046,"name":"APIEmbedFooter"}},{"id":1011,"name":"image","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":218,"character":1}],"type":{"type":"reference","id":1033,"name":"APIEmbedImage"}},{"id":1014,"name":"provider","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":221,"character":1}],"type":{"type":"reference","id":1038,"name":"APIEmbedProvider"}},{"id":1012,"name":"thumbnail","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":219,"character":1}],"type":{"type":"reference","id":1024,"name":"APIEmbedThumbnail"}},{"id":1008,"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":1004,"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":1005,"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":1017,"name":"EmbedType"}},{"id":1007,"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":1013,"name":"video","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":220,"character":1}],"type":{"type":"reference","id":1029,"name":"APIEmbedVideo"}}],"groups":[{"title":"Properties","kind":1024,"children":[1015,1009,1006,1016,1010,1011,1014,1012,1008,1004,1005,1007,1013]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":207,"character":17}]},{"id":1041,"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":1044,"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":1042,"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":1045,"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":1043,"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":[1044,1042,1045,1043]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":285,"character":17}]},{"id":1050,"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":1053,"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":1051,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":307,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1052,"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":[1053,1051,1052]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":306,"character":17}]},{"id":1046,"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":1048,"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":1049,"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":1047,"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":[1048,1049,1047]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":296,"character":17}]},{"id":1033,"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":1036,"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":1035,"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":1034,"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":1037,"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":[1036,1035,1034,1037]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":265,"character":17}]},{"id":1038,"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":1039,"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":1040,"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":[1039,1040]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":276,"character":17}]},{"id":1024,"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":1027,"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":1026,"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":1025,"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":1028,"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":[1027,1026,1025,1028]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":244,"character":17}]},{"id":1029,"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":1031,"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":1030,"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":1032,"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":[1031,1030,1032]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":255,"character":17}]},{"id":1074,"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":1082,"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":1073,"name":"APIPartialEmoji.animated"}},{"id":1079,"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":1080,"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":1071,"name":"APIPartialEmoji.id"}},{"id":1078,"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":1081,"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":1072,"name":"APIPartialEmoji.name"}},{"id":1077,"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":1075,"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":1076,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/emoji.ts","line":23,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1082,1079,1080,1078,1081,1077,1075,1076]}],"sources":[{"fileName":"payloads/v6/emoji.ts","line":21,"character":17}],"extendedTypes":[{"type":"reference","id":1070,"name":"APIPartialEmoji"}]},{"id":1330,"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":1343,"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":1327,"name":"APIInvite.approximate_member_count"}},{"id":1342,"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":1326,"name":"APIInvite.approximate_presence_count"}},{"id":1338,"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":888,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"},"inheritedFrom":{"type":"reference","id":1322,"name":"APIInvite.channel"}},{"id":1336,"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":1320,"name":"APIInvite.code"}},{"id":1335,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":41,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1337,"name":"guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":15,"character":1}],"type":{"type":"reference","id":1152,"name":"APIPartialGuild"},"inheritedFrom":{"type":"reference","id":1321,"name":"APIInvite.guild"}},{"id":1339,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":17,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":1323,"name":"APIInvite.inviter"}},{"id":1333,"name":"max_age","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1332,"name":"max_uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1340,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":18,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":1324,"name":"APIInvite.target_user"}},{"id":1341,"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":1329,"name":"STREAM"},"inheritedFrom":{"type":"reference","id":1325,"name":"APIInvite.target_user_type"}},{"id":1334,"name":"temporary","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1331,"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":[1343,1342,1338,1336,1335,1337,1339,1333,1332,1340,1341,1334,1331]}],"sources":[{"fileName":"payloads/v6/invite.ts","line":36,"character":17}],"extendedTypes":[{"type":"reference","id":1319,"name":"APIInvite"}]},{"id":1067,"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":1068,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":341,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1069,"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":[1068,1069]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":340,"character":17}]},{"id":1085,"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":1087,"name":"session_start_limit","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":22,"character":1}],"type":{"type":"reference","id":1089,"name":"APIGatewaySessionStartLimit"}},{"id":1086,"name":"shards","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1088,"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":1084,"name":"APIGatewayInfo.url"}}],"groups":[{"title":"Properties","kind":1024,"children":[1087,1086,1088]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":20,"character":17}],"extendedTypes":[{"type":"reference","id":1083,"name":"APIGatewayInfo"}]},{"id":1083,"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":1084,"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":[1084]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":12,"character":17}],"extendedBy":[{"type":"reference","id":1085,"name":"APIGatewayBotInfo"}]},{"id":1089,"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":1091,"name":"remaining","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1092,"name":"reset_after","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1090,"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":[1091,1092,1090]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":29,"character":17}]},{"id":1164,"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":1171,"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":1172,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1182,"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":1205,"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":1206,"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":1199,"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":1156,"name":"APIPartialGuild.banner"}},{"id":1193,"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":892,"name":"APIChannel"}}},{"id":1176,"name":"default_message_notifications","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":60,"character":1}],"type":{"type":"reference","id":1213,"name":"GuildDefaultMessageNotifications"}},{"id":1198,"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":1157,"name":"APIPartialGuild.description"}},{"id":1165,"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":1174,"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":1173,"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":1179,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":63,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1074,"name":"APIEmoji"}}},{"id":1177,"name":"explicit_content_filter","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":61,"character":1}],"type":{"type":"reference","id":1216,"name":"GuildExplicitContentFilter"}},{"id":1180,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":64,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1237,"name":"GuildFeature"}},"overwrites":{"type":"reference","id":1158,"name":"APIPartialGuild.features"}},{"id":1209,"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":1154,"name":"APIPartialGuild.icon"}},{"id":1212,"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":1162,"name":"APIPartialGuild.id"}},{"id":1188,"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":1189,"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":1196,"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":1195,"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":1204,"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":1190,"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":1192,"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":1266,"name":"APIGuildMember"}}},{"id":1181,"name":"mfa_level","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":65,"character":1}],"type":{"type":"reference","id":1220,"name":"GuildMFALevel"}},{"id":1208,"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":1153,"name":"APIPartialGuild.name"}},{"id":1166,"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":1167,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":42,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1168,"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":1169,"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":1202,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1201,"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":1200,"name":"premium_tier","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":84,"character":1}],"type":{"type":"reference","id":1229,"name":"GuildPremiumTier"}},{"id":1194,"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":1093,"name":"GatewayPresenceUpdate"}}},{"id":1203,"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":1170,"name":"region","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":48,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1178,"name":"roles","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":62,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1393,"name":"APIRole"}}},{"id":1187,"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":1210,"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":1155,"name":"APIPartialGuild.splash"}},{"id":1186,"name":"system_channel_flags","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":70,"character":1}],"type":{"type":"reference","id":1234,"name":"GuildSystemChannelFlags"}},{"id":1185,"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":1211,"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":1161,"name":"APIPartialGuild.unavailable"}},{"id":1197,"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":1160,"name":"APIPartialGuild.vanity_url_code"}},{"id":1175,"name":"verification_level","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":59,"character":1}],"type":{"type":"reference","id":1223,"name":"GuildVerificationLevel"},"overwrites":{"type":"reference","id":1159,"name":"APIPartialGuild.verification_level"}},{"id":1191,"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":1467,"name":"GatewayVoiceState"},{"type":"literal","value":"guild_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":1207,"name":"welcome_screen","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":97,"character":1}],"type":{"type":"reference","id":1312,"name":"APIGuildWelcomeScreen"},"overwrites":{"type":"reference","id":1163,"name":"APIPartialGuild.welcome_screen"}},{"id":1184,"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":1183,"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":[1171,1172,1182,1205,1206,1199,1193,1176,1198,1165,1174,1173,1179,1177,1180,1209,1212,1188,1189,1196,1195,1204,1190,1192,1181,1208,1166,1167,1168,1169,1202,1201,1200,1194,1203,1170,1178,1187,1210,1186,1185,1211,1197,1175,1191,1207,1184,1183]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":39,"character":17}],"extendedTypes":[{"type":"reference","id":1152,"name":"APIPartialGuild"}]},{"id":1810,"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":1812,"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":1770,"name":"RESTPutAPIChannelPermissionsJSONBody.allow"}},{"id":1813,"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":1771,"name":"RESTPutAPIChannelPermissionsJSONBody.deny"}},{"id":1811,"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":1814,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":220,"character":1}],"type":{"type":"reference","id":1000,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":1772,"name":"RESTPutAPIChannelPermissionsJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[1812,1813,1811,1814]}],"sources":[{"fileName":"rest/v6/guild.ts","line":24,"character":17}],"extendedTypes":[{"type":"reference","id":1769,"name":"RESTPutAPIChannelPermissionsJSONBody"}]},{"id":1821,"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":1825,"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":1916,"name":"RESTPostAPIGuildRoleJSONBody.color"}},{"id":1826,"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":1917,"name":"RESTPostAPIGuildRoleJSONBody.hoist"}},{"id":1822,"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":1827,"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":1918,"name":"RESTPostAPIGuildRoleJSONBody.mentionable"}},{"id":1823,"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":1914,"name":"RESTPostAPIGuildRoleJSONBody.name"}},{"id":1824,"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":1915,"name":"RESTPostAPIGuildRoleJSONBody.permissions"}}],"groups":[{"title":"Properties","kind":1024,"children":[1825,1826,1822,1827,1823,1824]}],"sources":[{"fileName":"rest/v6/guild.ts","line":43,"character":17}],"extendedTypes":[{"type":"reference","id":1913,"name":"RESTPostAPIGuildRoleJSONBody"}]},{"id":1274,"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":1285,"name":"account","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":241,"character":1}],"type":{"type":"reference","id":1293,"name":"APIIntegrationAccount"}},{"id":1289,"name":"application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":245,"character":1}],"type":{"type":"reference","id":1296,"name":"APIGuildIntegrationApplication"}},{"id":1281,"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":1278,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":234,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1282,"name":"expire_behavior","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":238,"character":1}],"type":{"type":"reference","id":1290,"name":"IntegrationExpireBehavior"}},{"id":1283,"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":1275,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":231,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1276,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1288,"name":"revoked","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":244,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1280,"name":"role_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":236,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1287,"name":"subscriber_count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":243,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1286,"name":"synced_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":242,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1279,"name":"syncing","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":235,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1277,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":233,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1284,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":240,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1285,1289,1281,1278,1282,1283,1275,1276,1288,1280,1287,1286,1279,1277,1284]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":230,"character":17}]},{"id":1296,"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":1302,"name":"bot","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":276,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":1300,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":274,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1299,"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":1297,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":271,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1298,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":272,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1301,"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":[1302,1300,1299,1297,1298,1301]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":270,"character":17}]},{"id":1266,"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":1272,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":222,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1270,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":220,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1273,"name":"mute","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":223,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1268,"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":1271,"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":1269,"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":1267,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":217,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1272,1270,1273,1268,1271,1269,1267]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":216,"character":17}]},{"id":1252,"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":1260,"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":1261,"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":1257,"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":1258,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":191,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1074,"name":"APIEmoji"}}},{"id":1259,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":192,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1237,"name":"GuildFeature"}}},{"id":1255,"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":1253,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":186,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1254,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":187,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1256,"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":[1260,1261,1257,1258,1259,1255,1253,1254,1256]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":185,"character":17}]},{"id":1312,"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":1313,"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":1314,"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":1315,"name":"APIGuildWelcomeScreenChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[1313,1314]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":303,"character":17}]},{"id":1315,"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":1316,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":312,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1317,"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":1318,"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":[1316,1317,1318]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":311,"character":17}]},{"id":1263,"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":1265,"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":1264,"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":[1265,1264]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":207,"character":17}]},{"id":1293,"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":1294,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":262,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1295,"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":[1294,1295]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":261,"character":17}]},{"id":1319,"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":1327,"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":1326,"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":1322,"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":888,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}},{"id":1320,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/invite.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1321,"name":"guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":15,"character":1}],"type":{"type":"reference","id":1152,"name":"APIPartialGuild"}},{"id":1323,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":17,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":1324,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/invite.ts","line":18,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":1325,"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":1329,"name":"STREAM"}}],"groups":[{"title":"Properties","kind":1024,"children":[1327,1326,1322,1320,1321,1323,1324,1325]}],"sources":[{"fileName":"payloads/v6/invite.ts","line":13,"character":17}],"extendedBy":[{"type":"reference","id":1330,"name":"APIExtendedInvite"}]},{"id":919,"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":942,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":81,"character":1}],"type":{"type":"reference","id":965,"name":"APIMessageActivity"}},{"id":943,"name":"application","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":82,"character":1}],"type":{"type":"reference","id":968,"name":"APIMessageApplication"}},{"id":935,"name":"attachments","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":74,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1054,"name":"APIAttachment"}}},{"id":923,"name":"author","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":64,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":921,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":62,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":925,"name":"content","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":927,"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":936,"name":"embeds","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":75,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1003,"name":"APIEmbed"}}},{"id":945,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":84,"character":1}],"type":{"type":"reference","id":983,"name":"MessageFlags"}},{"id":922,"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":920,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":924,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":65,"character":1}],"type":{"type":"reference","id":1266,"name":"APIGuildMember"}},{"id":934,"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":1062,"name":"APIChannelMention"}}},{"id":929,"name":"mention_everyone","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":933,"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":930,"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":1421,"name":"APIUser"},{"type":"reflection","declaration":{"id":931,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":932,"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":1266,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}],"groups":[{"title":"Properties","kind":1024,"children":[932]}]}}]}}},{"id":944,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/channel.ts","line":83,"character":1}],"type":{"type":"reference","id":974,"name":"APIMessageReference"}},{"id":938,"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":939,"name":"pinned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":937,"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":989,"name":"APIReaction"}}},{"id":946,"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":919,"name":"APIMessage"}]}},{"id":926,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":928,"name":"tts","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":941,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":80,"character":1}],"type":{"type":"reference","id":947,"name":"MessageType"}},{"id":940,"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":[942,943,935,923,921,925,927,936,945,922,920,924,934,929,933,930,944,938,939,937,946,926,928,941,940]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":60,"character":17}]},{"id":965,"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":967,"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":966,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":117,"character":1}],"type":{"type":"reference","id":978,"name":"MessageActivityType"}}],"groups":[{"title":"Properties","kind":1024,"children":[967,966]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":116,"character":17}]},{"id":968,"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":970,"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":971,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":128,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":972,"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":969,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":126,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":973,"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":[970,971,972,969,973]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":125,"character":17}]},{"id":974,"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":976,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":139,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":977,"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":975,"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":[976,977,975]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":137,"character":17}]},{"id":993,"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":996,"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":997,"name":"allow_new","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":187,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":998,"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":999,"name":"deny_new","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":994,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":181,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":995,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":182,"character":1}],"type":{"type":"reference","id":1000,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[996,997,998,999,994,995]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":180,"character":17}]},{"id":1698,"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":1701,"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":1702,"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":1699,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1700,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":24,"character":1}],"type":{"type":"reference","id":1000,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[1701,1702,1699,1700]}],"sources":[{"fileName":"rest/v6/channel.ts","line":22,"character":17}]},{"id":888,"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":889,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":891,"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":890,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":15,"character":1}],"type":{"type":"reference","id":911,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[889,891,890]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":13,"character":17}],"extendedBy":[{"type":"reference","id":892,"name":"APIChannel"}]},{"id":1070,"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":1073,"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":1071,"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":1072,"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":[1073,1071,1072]}],"sources":[{"fileName":"payloads/v6/emoji.ts","line":11,"character":17}],"extendedBy":[{"type":"reference","id":1074,"name":"APIEmoji"}]},{"id":1152,"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":1156,"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":1157,"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":1158,"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":1237,"name":"GuildFeature"}}},{"id":1154,"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":1162,"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":1153,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1155,"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":1161,"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":1160,"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":1159,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":31,"character":1}],"type":{"type":"reference","id":1223,"name":"GuildVerificationLevel"}},{"id":1163,"name":"welcome_screen","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/guild.ts","line":97,"character":1}],"type":{"type":"reference","id":1312,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","name":"Pick.welcome_screen"}}],"groups":[{"title":"Properties","kind":1024,"children":[1156,1157,1158,1154,1162,1153,1155,1161,1160,1159,1163]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":24,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":1149,"name":"APIUnavailableGuild"},{"type":"literal","value":"unavailable"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":1164,"name":"APIGuild"},{"type":"literal","value":"welcome_screen"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"extendedBy":[{"type":"reference","id":1164,"name":"APIGuild"}]},{"id":989,"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":990,"name":"count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":992,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/channel.ts","line":173,"character":1}],"type":{"type":"reference","id":1070,"name":"APIPartialEmoji"}},{"id":991,"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":[990,992,991]}],"sources":[{"fileName":"payloads/v6/channel.ts","line":170,"character":17}]},{"id":1393,"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":1396,"name":"color","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1397,"name":"hoist","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":62,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1394,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":59,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1401,"name":"managed","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1402,"name":"mentionable","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1395,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1399,"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":1400,"name":"permissions_new","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1398,"name":"position","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/permissions.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1403,"name":"tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/permissions.ts","line":71,"character":1}],"type":{"type":"reference","id":1404,"name":"APIRoleTags"}}],"groups":[{"title":"Properties","kind":1024,"children":[1396,1397,1394,1401,1402,1395,1399,1400,1398,1403]}],"sources":[{"fileName":"payloads/v6/permissions.ts","line":58,"character":17}]},{"id":1404,"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":1405,"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":1407,"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":1406,"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":[1405,1407,1406]}],"sources":[{"fileName":"payloads/v6/permissions.ts","line":77,"character":17}]},{"id":1408,"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":1410,"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":1409,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1411,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":14,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1413,"name":"APITeamMember"}}},{"id":1412,"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":[1410,1409,1411,1412]}],"sources":[{"fileName":"payloads/v6/teams.ts","line":11,"character":17}]},{"id":1413,"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":1414,"name":"membership_state","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":23,"character":1}],"type":{"type":"reference","id":1418,"name":"TeamMemberMembershipState"}},{"id":1415,"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":1416,"name":"team_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":25,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1417,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/teams.ts","line":26,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1414,1415,1416,1417]}],"sources":[{"fileName":"payloads/v6/teams.ts","line":22,"character":17}]},{"id":1149,"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":1150,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/guild.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1151,"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":[1150,1151]}],"sources":[{"fileName":"payloads/v6/guild.ts","line":16,"character":17}]},{"id":1421,"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":1425,"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":1426,"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":1424,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1431,"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":1432,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":22,"character":1}],"type":{"type":"reference","id":1435,"name":"UserFlags"}},{"id":1422,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1429,"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":1428,"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":1433,"name":"premium_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":23,"character":1}],"type":{"type":"reference","id":1450,"name":"UserPremiumType"}},{"id":1434,"name":"public_flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/user.ts","line":24,"character":1}],"type":{"type":"reference","id":1435,"name":"UserFlags"}},{"id":1427,"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":1423,"name":"username","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/user.ts","line":13,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1430,"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":[1425,1426,1424,1431,1432,1422,1429,1428,1433,1434,1427,1423,1430]}],"sources":[{"fileName":"payloads/v6/user.ts","line":11,"character":17}]},{"id":1480,"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":1486,"name":"custom","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1485,"name":"deprecated","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":35,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1481,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":31,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1482,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":32,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1484,"name":"optimal","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1483,"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":[1486,1485,1481,1482,1484,1483]}],"sources":[{"fileName":"payloads/v6/voice.ts","line":30,"character":17}]},{"id":1487,"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":1498,"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":1494,"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":1491,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/webhook.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1490,"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":1488,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/webhook.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1493,"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":1497,"name":"source_channel","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/webhook.ts","line":23,"character":1}],"type":{"type":"reference","id":888,"name":"APIPartialChannel"}},{"id":1496,"name":"source_guild","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/webhook.ts","line":22,"character":1}],"type":{"type":"reference","id":1152,"name":"APIPartialGuild"}},{"id":1495,"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":1489,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/webhook.ts","line":15,"character":1}],"type":{"type":"reference","id":1499,"name":"WebhookType"}},{"id":1492,"name":"user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/webhook.ts","line":18,"character":1}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[1498,1494,1491,1490,1488,1493,1497,1496,1495,1489,1492]}],"sources":[{"fileName":"payloads/v6/webhook.ts","line":13,"character":17}]},{"id":1112,"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":1118,"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":1123,"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":1116,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1119,"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":1121,"name":"emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":83,"character":1}],"type":{"type":"reference","id":1136,"name":"GatewayActivityEmoji"}},{"id":1126,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":88,"character":1}],"type":{"type":"reference","id":1142,"name":"ActivityFlags"}},{"id":1125,"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":1113,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1122,"name":"party","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":84,"character":1}],"type":{"type":"reference","id":1137,"name":"GatewayActivityParty"}},{"id":1124,"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":1120,"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":1117,"name":"timestamps","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":79,"character":1}],"type":{"type":"reference","id":1133,"name":"GatewayActivityTimestamps"}},{"id":1114,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/gateway.ts","line":76,"character":1}],"type":{"type":"reference","id":1127,"name":"ActivityType"}},{"id":1115,"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":[1118,1123,1116,1119,1121,1126,1125,1113,1122,1124,1120,1117,1114,1115]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":74,"character":17}]},{"id":1137,"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":1138,"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":1139,"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":[1138,1139]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":123,"character":17}]},{"id":1133,"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":1135,"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":1134,"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":[1135,1134]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":108,"character":17}]},{"id":717,"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":719,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":673,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":718,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":672,"character":1}],"type":{"type":"reference","id":468,"name":"Heartbeat"}}],"groups":[{"title":"Properties","kind":1024,"children":[719,718]}],"sources":[{"fileName":"gateway/v6.ts","line":671,"character":17}]},{"id":583,"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":585,"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":584,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":259,"character":1}],"type":{"type":"reference","id":477,"name":"HeartbeatAck"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":586,"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":[585,584,586]}],"sources":[{"fileName":"gateway/v6.ts","line":258,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":579,"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":581,"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":580,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":250,"character":1}],"type":{"type":"reference","id":468,"name":"Heartbeat"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":582,"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":[581,580,582]}],"sources":[{"fileName":"gateway/v6.ts","line":249,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":573,"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":575,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":240,"character":1}],"type":{"type":"reflection","declaration":{"id":576,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":577,"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":[577]}]}},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":574,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":239,"character":1}],"type":{"type":"reference","id":476,"name":"Hello"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":578,"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":[575,574,578]}],"sources":[{"fileName":"gateway/v6.ts","line":238,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":724,"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":726,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":692,"character":1}],"type":{"type":"reflection","declaration":{"id":727,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":730,"name":"compress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":695,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":734,"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":735,"name":"intents","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":700,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":731,"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":733,"name":"presence","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":698,"character":2}],"type":{"type":"reference","id":1093,"name":"GatewayPresenceUpdate"}},{"id":729,"name":"properties","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":694,"character":2}],"type":{"type":"reference","id":720,"name":"GatewayIdentifyProperties"}},{"id":732,"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":728,"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":[730,734,735,731,733,729,732,728]}]}}},{"id":725,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":691,"character":1}],"type":{"type":"reference","id":469,"name":"Identify"}}],"groups":[{"title":"Properties","kind":1024,"children":[726,725]}],"sources":[{"fileName":"gateway/v6.ts","line":690,"character":17}]},{"id":720,"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":722,"name":"$browser","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":682,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":723,"name":"$device","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":683,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":721,"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":[722,723,721]}],"sources":[{"fileName":"gateway/v6.ts","line":680,"character":17}]},{"id":587,"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":589,"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":588,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":268,"character":1}],"type":{"type":"reference","id":475,"name":"InvalidSession"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":590,"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":[589,588,590]}],"sources":[{"fileName":"gateway/v6.ts","line":267,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":1093,"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":1101,"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":1112,"name":"GatewayActivity"}}},{"id":1102,"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":1105,"name":"PresenceUpdateStatus"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":1098,"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":1112,"name":"GatewayActivity"}]}},{"id":1099,"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":1104,"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":1103,"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":1097,"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":1100,"name":"status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/gateway.ts","line":46,"character":1}],"type":{"type":"reference","id":1105,"name":"PresenceUpdateStatus"}},{"id":1094,"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":1421,"name":"APIUser"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reflection","declaration":{"id":1095,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1096,"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":[1096]}]}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1101,1102,1098,1099,1104,1103,1097,1100,1094]}],"sources":[{"fileName":"payloads/v6/gateway.ts","line":39,"character":17}]},{"id":764,"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":768,"name":"afk","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":764,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":766,"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":1112,"name":"GatewayActivity"}]}},{"id":765,"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":767,"name":"status","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":763,"character":1}],"type":{"type":"reference","id":1105,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[768,766,765,767]}],"sources":[{"fileName":"gateway/v6.ts","line":760,"character":17}]},{"id":591,"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":593,"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":592,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":277,"character":1}],"type":{"type":"reference","id":473,"name":"Reconnect"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":594,"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":[593,592,594]}],"sources":[{"fileName":"gateway/v6.ts","line":276,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":743,"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":745,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":723,"character":1}],"type":{"type":"reflection","declaration":{"id":746,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":747,"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":749,"name":"limit","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":726,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":752,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":729,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":750,"name":"presences","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":727,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":748,"name":"query","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":725,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":751,"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":[747,749,752,750,748,751]}]}}},{"id":744,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":722,"character":1}],"type":{"type":"reference","id":474,"name":"RequestGuildMembers"}}],"groups":[{"title":"Properties","kind":1024,"children":[745,744]}],"sources":[{"fileName":"gateway/v6.ts","line":721,"character":17}]},{"id":736,"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":738,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":710,"character":1}],"type":{"type":"reflection","declaration":{"id":739,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":742,"name":"seq","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":713,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":741,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":712,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":740,"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":[742,741,740]}]}}},{"id":737,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":709,"character":1}],"type":{"type":"reference","id":472,"name":"Resume"}}],"groups":[{"title":"Properties","kind":1024,"children":[738,737]}],"sources":[{"fileName":"gateway/v6.ts","line":708,"character":17}]},{"id":761,"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":763,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":753,"character":1}],"type":{"type":"reference","id":764,"name":"GatewayPresenceUpdateData"}},{"id":762,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":752,"character":1}],"type":{"type":"reference","id":470,"name":"PresenceUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[763,762]}],"sources":[{"fileName":"gateway/v6.ts","line":751,"character":17}]},{"id":1467,"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":1469,"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":1473,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":17,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1468,"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":1471,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v6/voice.ts","line":15,"character":1}],"type":{"type":"reference","id":1266,"name":"APIGuildMember"}},{"id":1474,"name":"mute","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1475,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":19,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1476,"name":"self_mute","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1477,"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":1478,"name":"self_video","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1472,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1479,"name":"suppress","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v6/voice.ts","line":23,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":1470,"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":[1469,1473,1468,1471,1474,1475,1476,1477,1478,1472,1479,1470]}],"sources":[{"fileName":"payloads/v6/voice.ts","line":11,"character":17}]},{"id":753,"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":755,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":739,"character":1}],"type":{"type":"reflection","declaration":{"id":756,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":758,"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":757,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":740,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":760,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":743,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":759,"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":[758,757,760,759]}]}}},{"id":754,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":738,"character":1}],"type":{"type":"reference","id":471,"name":"VoiceStateUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[755,754]}],"sources":[{"fileName":"gateway/v6.ts","line":737,"character":17}]},{"id":2066,"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":2071,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":47,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":1237,"name":"GuildFeature"}}},{"id":2069,"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":2067,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":43,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2068,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":44,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2070,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/user.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":2072,"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":2073,"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":[2071,2069,2067,2068,2070,2072,2073]}],"sources":[{"fileName":"rest/v6/user.ts","line":42,"character":17}]},{"id":1692,"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":1694,"name":"action_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/auditLog.ts","line":9,"character":1}],"type":{"type":"reference","id":786,"name":"AuditLogEvent"}},{"id":1695,"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":1696,"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":1693,"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":[1694,1695,1696,1693]}],"sources":[{"fileName":"rest/v6/auditLog.ts","line":7,"character":17}]},{"id":1758,"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":1760,"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":1759,"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":1761,"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":[1760,1759,1761]}],"sources":[{"fileName":"rest/v6/channel.ts","line":174,"character":17}]},{"id":1724,"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":1727,"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":1725,"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":1726,"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":1728,"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":[1727,1725,1726,1728]}],"sources":[{"fileName":"rest/v6/channel.ts","line":86,"character":17}]},{"id":2062,"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":2064,"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":2063,"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":2065,"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":[2064,2063,2065]}],"sources":[{"fileName":"rest/v6/user.ts","line":33,"character":17}]},{"id":1946,"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":1947,"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":[1947]}],"sources":[{"fileName":"rest/v6/guild.ts","line":409,"character":17}]},{"id":1877,"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":1879,"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":1878,"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":[1879,1878]}],"sources":[{"fileName":"rest/v6/guild.ts","line":174,"character":17}]},{"id":1881,"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":1883,"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":1882,"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":[1883,1882]}],"sources":[{"fileName":"rest/v6/guild.ts","line":187,"character":17}]},{"id":1933,"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":1934,"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":1935,"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":[1934,1935]}],"sources":[{"fileName":"rest/v6/guild.ts","line":358,"character":17}]},{"id":1936,"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":1937,"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":[1937]}],"sources":[{"fileName":"rest/v6/guild.ts","line":372,"character":17}]},{"id":1841,"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":1842,"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":[1842]}],"sources":[{"fileName":"rest/v6/guild.ts","line":74,"character":17}]},{"id":1966,"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":1967,"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":1968,"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":[1967,1968]}],"sources":[{"fileName":"rest/v6/guild.ts","line":498,"character":17}]},{"id":1969,"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":1970,"name":"style","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":508,"character":1}],"type":{"type":"reference","id":1306,"name":"GuildWidgetStyle"}}],"groups":[{"title":"Properties","kind":1024,"children":[1970]}],"sources":[{"fileName":"rest/v6/guild.ts","line":507,"character":17}]},{"id":1972,"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":1973,"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":[1973]}],"sources":[{"fileName":"rest/v6/invite.ts","line":7,"character":17}]},{"id":2028,"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":2029,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":126,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2033,"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":2032,"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":2031,"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":2035,"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":2034,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":137,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2030,"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":[2029,2033,2032,2031,2035,2034,2030]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":125,"character":17}]},{"id":2036,"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":2037,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":145,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2039,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":147,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2040,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":148,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2038,"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":[2037,2039,2040,2038]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":144,"character":17}]},{"id":1977,"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":1979,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":15,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1983,"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":1981,"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":1978,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":14,"character":1}],"type":{"type":"literal","value":"code"}},{"id":1980,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":16,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1982,"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":[1979,1983,1981,1978,1980,1982]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":13,"character":17}]},{"id":1984,"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":1985,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1986,"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":[1985,1986]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":26,"character":17}]},{"id":2022,"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":2023,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":111,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2027,"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":2026,"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":2025,"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":2024,"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":[2023,2027,2026,2025,2024]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":110,"character":17}]},{"id":2008,"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":2010,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":77,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2014,"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":2012,"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":2009,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":76,"character":1}],"type":{"type":"literal","value":"token"}},{"id":2011,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2013,"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":[2010,2014,2012,2009,2011,2013]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":75,"character":17}]},{"id":1711,"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":1712,"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":1716,"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":1720,"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":1719,"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":993,"name":"APIOverwrite"}}]}},{"id":1714,"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":1717,"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":1715,"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":1713,"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":912,"name":"GUILD_TEXT"},{"type":"reference","id":917,"name":"GUILD_NEWS"}]}},{"id":1718,"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":[1712,1716,1720,1719,1714,1717,1715,1713,1718]}],"sources":[{"fileName":"rest/v6/channel.ts","line":55,"character":17}]},{"id":1749,"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":1752,"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":1707,"name":"APIAllowedMentionsSend"}]}},{"id":1750,"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":1751,"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":1003,"name":"APIEmbed"}]}},{"id":1753,"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":983,"name":"MessageFlags"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[1752,1750,1751,1753]}],"sources":[{"fileName":"rest/v6/channel.ts","line":143,"character":17}]},{"id":1899,"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":1900,"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":[1900]}],"sources":[{"fileName":"rest/v6/guild.ts","line":235,"character":17}]},{"id":2058,"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":2060,"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":2059,"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":[2060,2059]}],"sources":[{"fileName":"rest/v6/user.ts","line":19,"character":17}]},{"id":1803,"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":1804,"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":1805,"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":[1804,1805]}],"sources":[{"fileName":"rest/v6/emoji.ts","line":37,"character":17}]},{"id":1953,"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":1956,"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":1954,"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":1290,"name":"IntegrationExpireBehavior"}]}},{"id":1955,"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":[1956,1954,1955]}],"sources":[{"fileName":"rest/v6/guild.ts","line":436,"character":17}]},{"id":1845,"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":1851,"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":1852,"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":1857,"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":1849,"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":1213,"name":"GuildDefaultMessageNotifications"}},{"id":1863,"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":1856,"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":1850,"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":1216,"name":"GuildExplicitContentFilter"}},{"id":1862,"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":1237,"name":"GuildFeature"}}},{"id":1853,"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":1846,"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":1854,"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":1861,"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":1860,"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":1847,"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":1859,"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":1855,"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":1858,"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":1848,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":96,"character":1}],"type":{"type":"reference","id":1223,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[1851,1852,1857,1849,1863,1856,1850,1862,1853,1846,1854,1861,1860,1847,1859,1855,1858,1848]}],"sources":[{"fileName":"rest/v6/guild.ts","line":93,"character":17}]},{"id":1892,"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":1897,"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":1896,"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":1895,"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":1893,"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":1894,"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":[1897,1896,1895,1893,1894]}],"sources":[{"fileName":"rest/v6/guild.ts","line":218,"character":17}]},{"id":1925,"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":1928,"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":1929,"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":1930,"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":1926,"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":1927,"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":[1928,1929,1930,1926,1927]}],"sources":[{"fileName":"rest/v6/guild.ts","line":335,"character":17}]},{"id":2089,"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":2091,"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":2092,"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":2090,"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":[2091,2092,2090]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":46,"character":17}]},{"id":1793,"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":1794,"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":[1794]}],"sources":[{"fileName":"rest/v6/channel.ts","line":303,"character":17}]},{"id":1776,"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":1777,"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":1778,"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":1781,"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":1782,"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":1329,"name":"STREAM"}},{"id":1779,"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":1780,"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":[1777,1778,1781,1782,1779,1780]}],"sources":[{"fileName":"rest/v6/channel.ts","line":242,"character":17}]},{"id":1730,"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":1735,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":107,"character":1}],"type":{"type":"reference","id":1707,"name":"APIAllowedMentionsSend"}},{"id":1731,"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":1734,"name":"embed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":106,"character":1}],"type":{"type":"reference","id":1003,"name":"APIEmbed"}},{"id":1736,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":108,"character":1}],"type":{"type":"reference","id":974,"name":"APIMessageReference"}},{"id":1732,"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":1733,"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":[1735,1731,1734,1736,1732,1733]}],"sources":[{"fileName":"rest/v6/channel.ts","line":102,"character":17}]},{"id":1766,"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":1767,"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":[1767]}],"sources":[{"fileName":"rest/v6/channel.ts","line":204,"character":17}]},{"id":2081,"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":2083,"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":2082,"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":[2083,2082]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":8,"character":17}]},{"id":2076,"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":2077,"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":[2077]}],"sources":[{"fileName":"rest/v6/user.ts","line":70,"character":17}]},{"id":1798,"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":1800,"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":1799,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/emoji.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1801,"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":[1800,1799,1801]}],"sources":[{"fileName":"rest/v6/emoji.ts","line":19,"character":17}]},{"id":1949,"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":1951,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":424,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1950,"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":[1951,1950]}],"sources":[{"fileName":"rest/v6/guild.ts","line":422,"character":17}]},{"id":1938,"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":1940,"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":1939,"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":1941,"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":[1940,1939,1941]}],"sources":[{"fileName":"rest/v6/guild.ts","line":380,"character":17}]},{"id":1942,"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":1943,"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":[1943]}],"sources":[{"fileName":"rest/v6/guild.ts","line":389,"character":17}]},{"id":1913,"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":1916,"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":1917,"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":1918,"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":1914,"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":1915,"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":[1916,1917,1918,1914,1915]}],"sources":[{"fileName":"rest/v6/guild.ts","line":304,"character":17}],"extendedBy":[{"type":"reference","id":1821,"name":"APIGuildCreateRole"}]},{"id":1828,"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":1837,"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":1838,"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":1836,"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":1815,"name":"APIGuildCreatePartialChannel"}}},{"id":1833,"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":1213,"name":"GuildDefaultMessageNotifications"}},{"id":1834,"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":1216,"name":"GuildExplicitContentFilter"}},{"id":1831,"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":1829,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1830,"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":1835,"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":1821,"name":"APIGuildCreateRole"}}},{"id":1839,"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":1832,"name":"verification_level","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/guild.ts","line":55,"character":1}],"type":{"type":"reference","id":1223,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[1837,1838,1836,1833,1834,1831,1829,1830,1835,1839,1832]}],"sources":[{"fileName":"rest/v6/guild.ts","line":51,"character":17}]},{"id":2098,"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":2104,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/webhook.ts","line":89,"character":1}],"type":{"type":"reference","id":1707,"name":"APIAllowedMentionsSend"}},{"id":2101,"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":2099,"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":2103,"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":1003,"name":"APIEmbed"}}},{"id":2102,"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":2100,"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":[2104,2101,2099,2103,2102,2100]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":83,"character":17}]},{"id":2111,"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":2112,"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":[2112]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":118,"character":17}]},{"id":1994,"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":1995,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":49,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1997,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":1998,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1999,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":53,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1996,"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":[1995,1997,1998,1999,1996]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":48,"character":17}]},{"id":1987,"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":1988,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1989,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1991,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1990,"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":1992,"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":1993,"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":[1988,1989,1991,1990,1992,1993]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":35,"character":17}]},{"id":2041,"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":2042,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":156,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2044,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":158,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2047,"name":"guild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":161,"character":1}],"type":{"type":"reference","id":1164,"name":"APIGuild"}},{"id":2045,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":159,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2046,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":160,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2043,"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":[2042,2044,2047,2045,2046,2043]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":155,"character":17}]},{"id":2048,"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":2049,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":169,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2051,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":2052,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":172,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2053,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":173,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2050,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2054,"name":"webhook","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":174,"character":1}],"type":{"type":"reference","id":1487,"name":"APIWebhook"}}],"groups":[{"title":"Properties","kind":1024,"children":[2049,2051,2052,2053,2050,2054]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":168,"character":17}]},{"id":2016,"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":2017,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":95,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2018,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":96,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2019,"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":2020,"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":[2017,2018,2019,2020]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":94,"character":17}]},{"id":2000,"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":2001,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2002,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":62,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2003,"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":2005,"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":2004,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":64,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2006,"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":[2001,2002,2003,2005,2004,2006]}],"sources":[{"fileName":"rest/v6/oauth2.ts","line":60,"character":17}]},{"id":1769,"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":1770,"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":1771,"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":1772,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":220,"character":1}],"type":{"type":"reference","id":1000,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[1770,1771,1772]}],"sources":[{"fileName":"rest/v6/channel.ts","line":217,"character":17}],"extendedBy":[{"type":"reference","id":1810,"name":"APIGuildCreateOverwrite"}]},{"id":1787,"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":1788,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/channel.ts","line":279,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1789,"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":[1788,1789]}],"sources":[{"fileName":"rest/v6/channel.ts","line":278,"character":17}]},{"id":1907,"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":1908,"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":1909,"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":[1908,1909]}],"sources":[{"fileName":"rest/v6/guild.ts","line":278,"character":17}]},{"id":1885,"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":1886,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":202,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1890,"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":1889,"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":1887,"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":1888,"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":[1886,1890,1889,1887,1888]}],"sources":[{"fileName":"rest/v6/guild.ts","line":201,"character":17}]},{"id":834,"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":835,"name":"APIAuditLogChangeKeyName"},{"type":"reference","id":836,"name":"APIAuditLogChangeKeyIconHash"},{"type":"reference","id":837,"name":"APIAuditLogChangeKeySplashHash"},{"type":"reference","id":838,"name":"APIAuditLogChangeKeyOwnerID"},{"type":"reference","id":839,"name":"APIAuditLogChangeKeyRegion"},{"type":"reference","id":840,"name":"APIAuditLogChangeKeyAFKChannelID"},{"type":"reference","id":841,"name":"APIAuditLogChangeKeyAFKTimeout"},{"type":"reference","id":842,"name":"APIAuditLogChangeKeyMFALevel"},{"type":"reference","id":843,"name":"APIAuditLogChangeKeyVerificationLevel"},{"type":"reference","id":844,"name":"APIAuditLogChangeKeyExplicitContentFilter"},{"type":"reference","id":845,"name":"APIAuditLogChangeKeyDefaultMessageNotifications"},{"type":"reference","id":846,"name":"APIAuditLogChangeKeyVanityURLCode"},{"type":"reference","id":847,"name":"APIAuditLogChangeKey$Add"},{"type":"reference","id":848,"name":"APIAuditLogChangeKey$Remove"},{"type":"reference","id":849,"name":"APIAuditLogChangeKeyPruneDeleteDays"},{"type":"reference","id":850,"name":"APIAuditLogChangeKeyWidgetEnabled"},{"type":"reference","id":851,"name":"APIAuditLogChangeKeyWidgetChannelID"},{"type":"reference","id":852,"name":"APIAuditLogChangeKeySystemChannelID"},{"type":"reference","id":853,"name":"APIAuditLogChangeKeyPosition"},{"type":"reference","id":854,"name":"APIAuditLogChangeKeyTopic"},{"type":"reference","id":855,"name":"APIAuditLogChangeKeyBitrate"},{"type":"reference","id":856,"name":"APIAuditLogChangeKeyPermissionOverwrites"},{"type":"reference","id":857,"name":"APIAuditLogChangeKeyNSFW"},{"type":"reference","id":858,"name":"APIAuditLogChangeKeyApplicationID"},{"type":"reference","id":859,"name":"APIAuditLogChangeKeyRateLimitPerUser"},{"type":"reference","id":860,"name":"APIAuditLogChangeKeyPermissions"},{"type":"reference","id":861,"name":"APIAuditLogChangeKeyPermissionsNew"},{"type":"reference","id":862,"name":"APIAuditLogChangeKeyColor"},{"type":"reference","id":863,"name":"APIAuditLogChangeKeyHoist"},{"type":"reference","id":864,"name":"APIAuditLogChangeKeyMentionable"},{"type":"reference","id":865,"name":"APIAuditLogChangeKeyAllow"},{"type":"reference","id":866,"name":"APIAuditLogChangeKeyAllowNew"},{"type":"reference","id":867,"name":"APIAuditLogChangeKeyDeny"},{"type":"reference","id":868,"name":"APIAuditLogChangeKeyDenyNew"},{"type":"reference","id":869,"name":"APIAuditLogChangeKeyCode"},{"type":"reference","id":870,"name":"APIAuditLogChangeKeyChannelID"},{"type":"reference","id":871,"name":"APIAuditLogChangeKeyInviterID"},{"type":"reference","id":872,"name":"APIAuditLogChangeKeyMaxUses"},{"type":"reference","id":873,"name":"APIAuditLogChangeKeyUses"},{"type":"reference","id":874,"name":"APIAuditLogChangeKeyMaxAge"},{"type":"reference","id":875,"name":"APIAuditLogChangeKeyTemporary"},{"type":"reference","id":876,"name":"APIAuditLogChangeKeyDeaf"},{"type":"reference","id":877,"name":"APIAuditLogChangeKeyMute"},{"type":"reference","id":878,"name":"APIAuditLogChangeKeyNick"},{"type":"reference","id":879,"name":"APIAuditLogChangeKeyAvatarHash"},{"type":"reference","id":880,"name":"APIAuditLogChangeKeyID"},{"type":"reference","id":884,"name":"APIAuditLogChangeKeyType"},{"type":"reference","id":885,"name":"APIAuditLogChangeKeyEnableEmoticons"},{"type":"reference","id":886,"name":"APIAuditLogChangeKeyExpireBehavior"},{"type":"reference","id":887,"name":"APIAuditLogChangeKeyExpireGracePeriod"}]}},{"id":847,"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":1393,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":848,"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":1393,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":840,"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":841,"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":865,"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":866,"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":858,"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":879,"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":855,"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":870,"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":869,"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":862,"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":876,"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":845,"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":1213,"name":"GuildDefaultMessageNotifications"}],"name":"AuditLogChangeData"}},{"id":867,"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":868,"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":885,"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":886,"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":1290,"name":"IntegrationExpireBehavior"}],"name":"AuditLogChangeData"}},{"id":887,"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":844,"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":1216,"name":"GuildExplicitContentFilter"}],"name":"AuditLogChangeData"}},{"id":863,"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":836,"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":871,"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":842,"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":1220,"name":"GuildMFALevel"}],"name":"AuditLogChangeData"}},{"id":874,"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":872,"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":864,"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":877,"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":857,"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":835,"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":878,"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":838,"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":856,"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":993,"name":"APIOverwrite"}}],"name":"AuditLogChangeData"}},{"id":860,"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":861,"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":853,"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":849,"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":859,"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":839,"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":837,"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":852,"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":875,"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":854,"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":884,"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":911,"name":"ChannelType"},{"type":"intrinsic","name":"string"}]}],"name":"AuditLogChangeData"}},{"id":873,"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":846,"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":843,"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":1223,"name":"GuildVerificationLevel"}],"name":"AuditLogChangeData"}},{"id":851,"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":850,"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":1815,"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":892,"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":1816,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1818,"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":1817,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1819,"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":1820,"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":1810,"name":"APIGuildCreateOverwrite"}}}],"groups":[{"title":"Properties","kind":1024,"children":[1818,1817,1819,1820]}],"sources":[{"fileName":"rest/v6/guild.ts","line":33,"character":4}]}}]}},{"id":1262,"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":1263,"name":"APIGuildWidgetSettings"}},{"id":1140,"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":1136,"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":1074,"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":1074,"name":"APIEmoji"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":1141,"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":605,"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":604,"name":"GatewayChannelModifyDispatch"}},{"id":607,"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":604,"name":"GatewayChannelModifyDispatch"}},{"id":604,"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":536,"name":"GatewayDispatchEvents.ChannelCreate"},{"type":"reference","id":538,"name":"GatewayDispatchEvents.ChannelDelete"},{"type":"reference","id":537,"name":"GatewayDispatchEvents.ChannelUpdate"}]},{"type":"reference","id":892,"name":"APIChannel"}],"name":"DataPayload"}},{"id":608,"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":539,"name":"GatewayDispatchEvents.ChannelPinsUpdate"},{"type":"reflection","declaration":{"id":609,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":611,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":339,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":610,"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":612,"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":[611,610,612]}],"sources":[{"fileName":"gateway/v6.ts","line":337,"character":1}]}}],"name":"DataPayload"}},{"id":606,"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":604,"name":"GatewayChannelModifyDispatch"}},{"id":572,"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":595,"name":"GatewayReadyDispatch"},{"type":"reference","id":603,"name":"GatewayResumedDispatch"},{"type":"reference","id":604,"name":"GatewayChannelModifyDispatch"},{"type":"reference","id":608,"name":"GatewayChannelPinsUpdateDispatch"},{"type":"reference","id":613,"name":"GatewayGuildModifyDispatch"},{"type":"reference","id":616,"name":"GatewayGuildDeleteDispatch"},{"type":"reference","id":617,"name":"GatewayGuildBanModifyDispatch"},{"type":"reference","id":623,"name":"GatewayGuildEmojisUpdateDispatch"},{"type":"reference","id":627,"name":"GatewayGuildIntegrationsUpdateDispatch"},{"type":"reference","id":630,"name":"GatewayGuildMemberAddDispatch"},{"type":"reference","id":633,"name":"GatewayGuildMemberRemoveDispatch"},{"type":"reference","id":637,"name":"GatewayGuildMemberUpdateDispatch"},{"type":"reference","id":640,"name":"GatewayGuildMembersChunkDispatch"},{"type":"reference","id":649,"name":"GatewayGuildRoleModifyDispatch"},{"type":"reference","id":655,"name":"GatewayGuildRoleDeleteDispatch"},{"type":"reference","id":659,"name":"GatewayInviteCreateDispatch"},{"type":"reference","id":672,"name":"GatewayInviteDeleteDispatch"},{"type":"reference","id":677,"name":"GatewayMessageCreateDispatch"},{"type":"reference","id":678,"name":"GatewayMessageUpdateDispatch"},{"type":"reference","id":682,"name":"GatewayMessageDeleteDispatch"},{"type":"reference","id":687,"name":"GatewayMessageDeleteBulkDispatch"},{"type":"reference","id":692,"name":"GatewayMessageReactionAddDispatch"},{"type":"reference","id":693,"name":"GatewayMessageReactionRemoveDispatch"},{"type":"reference","id":694,"name":"GatewayMessageReactionRemoveAllDispatch"},{"type":"reference","id":695,"name":"GatewayMessageReactionRemoveEmojiDispatch"},{"type":"reference","id":698,"name":"GatewayPresenceUpdateDispatch"},{"type":"reference","id":699,"name":"GatewayTypingStartDispatch"},{"type":"reference","id":706,"name":"GatewayUserUpdateDispatch"},{"type":"reference","id":707,"name":"GatewayVoiceStateUpdateDispatch"},{"type":"reference","id":708,"name":"GatewayVoiceServerUpdateDispatch"},{"type":"reference","id":713,"name":"GatewayWebhooksUpdateDispatch"}]}},{"id":621,"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":617,"name":"GatewayGuildBanModifyDispatch"}},{"id":617,"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":543,"name":"GatewayDispatchEvents.GuildBanAdd"},{"type":"reference","id":544,"name":"GatewayDispatchEvents.GuildBanRemove"}]},{"type":"reflection","declaration":{"id":618,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":619,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":378,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":620,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":379,"character":2}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[619,620]}],"sources":[{"fileName":"gateway/v6.ts","line":377,"character":1}]}}],"name":"DataPayload"}},{"id":622,"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":617,"name":"GatewayGuildBanModifyDispatch"}},{"id":614,"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":613,"name":"GatewayGuildModifyDispatch"}},{"id":616,"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":542,"name":"GatewayDispatchEvents.GuildDelete"},{"type":"reference","id":1149,"name":"APIUnavailableGuild"}],"name":"DataPayload"}},{"id":623,"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":545,"name":"GatewayDispatchEvents.GuildEmojisUpdate"},{"type":"reflection","declaration":{"id":624,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":626,"name":"emojis","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":401,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":1074,"name":"APIEmoji"}}},{"id":625,"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":[626,625]}],"sources":[{"fileName":"gateway/v6.ts","line":399,"character":1}]}}],"name":"DataPayload"}},{"id":627,"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":546,"name":"GatewayDispatchEvents.GuildIntegrationsUpdate"},{"type":"reflection","declaration":{"id":628,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":629,"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":[629]}],"sources":[{"fileName":"gateway/v6.ts","line":411,"character":1}]}}],"name":"DataPayload"}},{"id":630,"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":547,"name":"GatewayDispatchEvents.GuildMemberAdd"},{"type":"intersection","types":[{"type":"reference","id":1266,"name":"APIGuildMember"},{"type":"reflection","declaration":{"id":631,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":632,"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":[632]}],"sources":[{"fileName":"gateway/v6.ts","line":420,"character":18}]}}]}],"name":"DataPayload"}},{"id":633,"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":548,"name":"GatewayDispatchEvents.GuildMemberRemove"},{"type":"reflection","declaration":{"id":634,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":635,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":430,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":636,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":431,"character":2}],"type":{"type":"reference","id":1421,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[635,636]}],"sources":[{"fileName":"gateway/v6.ts","line":429,"character":1}]}}],"name":"DataPayload"}},{"id":637,"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":549,"name":"GatewayDispatchEvents.GuildMemberUpdate"},{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":1266,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reflection","declaration":{"id":638,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":639,"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":[639]}],"sources":[{"fileName":"gateway/v6.ts","line":441,"character":41}]}}]}],"name":"DataPayload"}},{"id":640,"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":550,"name":"GatewayDispatchEvents.GuildMembersChunk"},{"type":"reflection","declaration":{"id":641,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":645,"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":644,"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":642,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":453,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":643,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":454,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":1266,"name":"APIGuildMember"}}},{"id":648,"name":"nonce","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":459,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":646,"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":647,"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":1093,"name":"RawGatewayPresenceUpdate"}}}],"groups":[{"title":"Properties","kind":1024,"children":[645,644,642,643,648,646,647]}],"sources":[{"fileName":"gateway/v6.ts","line":452,"character":1}]}}],"name":"DataPayload"}},{"id":613,"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":540,"name":"GatewayDispatchEvents.GuildCreate"},{"type":"reference","id":541,"name":"GatewayDispatchEvents.GuildUpdate"}]},{"type":"reference","id":1164,"name":"APIGuild"}],"name":"DataPayload"}},{"id":653,"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":649,"name":"GatewayGuildRoleModifyDispatch"}},{"id":655,"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":553,"name":"GatewayDispatchEvents.GuildRoleDelete"},{"type":"reflection","declaration":{"id":656,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":657,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":493,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":658,"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":[657,658]}],"sources":[{"fileName":"gateway/v6.ts","line":492,"character":1}]}}],"name":"DataPayload"}},{"id":649,"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":551,"name":"GatewayDispatchEvents.GuildRoleCreate"},{"type":"reference","id":552,"name":"GatewayDispatchEvents.GuildRoleUpdate"}]},{"type":"reflection","declaration":{"id":650,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":651,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":471,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":652,"name":"role","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":472,"character":2}],"type":{"type":"reference","id":1393,"name":"APIRole"}}],"groups":[{"title":"Properties","kind":1024,"children":[651,652]}],"sources":[{"fileName":"gateway/v6.ts","line":470,"character":1}]}}],"name":"DataPayload"}},{"id":654,"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":649,"name":"GatewayGuildRoleModifyDispatch"}},{"id":615,"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":613,"name":"GatewayGuildModifyDispatch"}},{"id":659,"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":554,"name":"GatewayDispatchEvents.InviteCreate"},{"type":"reflection","declaration":{"id":660,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":661,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":505,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":662,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":506,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":663,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":507,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":664,"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":665,"name":"inviter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":509,"character":2}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":666,"name":"max_age","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":510,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":667,"name":"max_uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":511,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":668,"name":"target_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":512,"character":2}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":669,"name":"target_user_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":513,"character":2}],"type":{"type":"reference","id":1328,"name":"InviteTargetUserType"}},{"id":670,"name":"temporary","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":514,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":671,"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":[661,662,663,664,665,666,667,668,669,670,671]}],"sources":[{"fileName":"gateway/v6.ts","line":504,"character":1}]}}],"name":"DataPayload"}},{"id":672,"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":555,"name":"GatewayDispatchEvents.InviteDelete"},{"type":"reflection","declaration":{"id":673,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":674,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":526,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":676,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":528,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":675,"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":[674,676,675]}],"sources":[{"fileName":"gateway/v6.ts","line":525,"character":1}]}}],"name":"DataPayload"}},{"id":677,"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":556,"name":"GatewayDispatchEvents.MessageCreate"},{"type":"reference","id":919,"name":"APIMessage"}],"name":"DataPayload"}},{"id":687,"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":559,"name":"GatewayDispatchEvents.MessageDeleteBulk"},{"type":"reflection","declaration":{"id":688,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":690,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":568,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":691,"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":689,"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":[690,691,689]}],"sources":[{"fileName":"gateway/v6.ts","line":566,"character":1}]}}],"name":"DataPayload"}},{"id":682,"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":558,"name":"GatewayDispatchEvents.MessageDelete"},{"type":"reflection","declaration":{"id":683,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":685,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":555,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":686,"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":684,"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":[685,686,684]}],"sources":[{"fileName":"gateway/v6.ts","line":553,"character":1}]}}],"name":"DataPayload"}},{"id":692,"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":560,"name":"GatewayDispatchEvents.MessageReactionAdd"}],"name":"ReactionData"}},{"id":694,"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":562,"name":"GatewayDispatchEvents.MessageReactionRemoveAll"},{"type":"reference","name":"MessageReactionRemoveData"}],"name":"DataPayload"}},{"id":693,"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":561,"name":"GatewayDispatchEvents.MessageReactionRemove"},{"type":"literal","value":"member"}],"name":"ReactionData"}},{"id":695,"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":563,"name":"GatewayDispatchEvents.MessageReactionRemoveEmoji"},{"type":"intersection","types":[{"type":"reference","name":"MessageReactionRemoveData"},{"type":"reflection","declaration":{"id":696,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":697,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":601,"character":2}],"type":{"type":"reference","id":1074,"name":"APIEmoji"}}],"groups":[{"title":"Properties","kind":1024,"children":[697]}],"sources":[{"fileName":"gateway/v6.ts","line":600,"character":29}]}}]}],"name":"DataPayload"}},{"id":678,"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":557,"name":"GatewayDispatchEvents.MessageUpdate"},{"type":"intersection","types":[{"type":"reflection","declaration":{"id":679,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":681,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":544,"character":15}],"type":{"type":"intrinsic","name":"string"}},{"id":680,"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":[681,680]}],"sources":[{"fileName":"gateway/v6.ts","line":544,"character":1}]}},{"type":"reference","typeArguments":[{"type":"reference","id":919,"name":"APIMessage"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}],"name":"DataPayload"}},{"id":1111,"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":1105,"name":"PresenceUpdateStatus"}],"qualifiedName":"Record","package":"typescript","name":"Record"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":698,"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":564,"name":"GatewayDispatchEvents.PresenceUpdate"},{"type":"reference","id":1093,"name":"RawGatewayPresenceUpdate"}],"name":"DataPayload"}},{"id":595,"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":534,"name":"GatewayDispatchEvents.Ready"},{"type":"reflection","declaration":{"id":596,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":601,"name":"guilds","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":292,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":1149,"name":"APIUnavailableGuild"}}},{"id":600,"name":"private_channels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":291,"character":2}],"type":{"type":"tuple"}},{"id":599,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":290,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":602,"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":598,"name":"user","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":289,"character":2}],"type":{"type":"reference","id":1421,"name":"APIUser"}},{"id":597,"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":[601,600,599,602,598,597]}],"sources":[{"fileName":"gateway/v6.ts","line":287,"character":1}]}}],"name":"DataPayload"}},{"id":571,"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":573,"name":"GatewayHello"},{"type":"reference","id":579,"name":"GatewayHeartbeatRequest"},{"type":"reference","id":583,"name":"GatewayHeartbeatAck"},{"type":"reference","id":587,"name":"GatewayInvalidSession"},{"type":"reference","id":591,"name":"GatewayReconnect"},{"type":"reference","id":572,"name":"GatewayDispatchPayload"}]}},{"id":603,"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":535,"name":"GatewayDispatchEvents.Resumed"},{"type":"intrinsic","name":"never"}],"name":"DataPayload"}},{"id":570,"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":717,"name":"GatewayHeartbeat"},{"type":"reference","id":724,"name":"GatewayIdentify"},{"type":"reference","id":761,"name":"GatewayUpdatePresence"},{"type":"reference","id":753,"name":"GatewayVoiceStateUpdate"},{"type":"reference","id":736,"name":"GatewayResume"},{"type":"reference","id":743,"name":"GatewayRequestGuildMembers"}]}},{"id":699,"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":565,"name":"GatewayDispatchEvents.TypingStart"},{"type":"reflection","declaration":{"id":700,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":701,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":618,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":702,"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":705,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v6.ts","line":622,"character":2}],"type":{"type":"reference","id":1266,"name":"APIGuildMember"}},{"id":704,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":621,"character":2}],"type":{"type":"intrinsic","name":"number"}},{"id":703,"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":[701,702,705,704,703]}],"sources":[{"fileName":"gateway/v6.ts","line":617,"character":1}]}}],"name":"DataPayload"}},{"id":706,"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":566,"name":"GatewayDispatchEvents.UserUpdate"},{"type":"reference","id":1421,"name":"APIUser"}],"name":"DataPayload"}},{"id":708,"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":568,"name":"GatewayDispatchEvents.VoiceServerUpdate"},{"type":"reflection","declaration":{"id":709,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":712,"name":"endpoint","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":647,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":711,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":646,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":710,"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":[712,711,710]}],"sources":[{"fileName":"gateway/v6.ts","line":644,"character":1}]}}],"name":"DataPayload"}},{"id":707,"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":567,"name":"GatewayDispatchEvents.VoiceStateUpdate"},{"type":"reference","id":1467,"name":"GatewayVoiceState"}],"name":"DataPayload"}},{"id":713,"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":569,"name":"GatewayDispatchEvents.WebhooksUpdate"},{"type":"reflection","declaration":{"id":714,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":716,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v6.ts","line":659,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":715,"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":[716,715]}],"sources":[{"fileName":"gateway/v6.ts","line":657,"character":1}]}}],"name":"DataPayload"}},{"id":2080,"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":1480,"name":"APIVoiceRegion"}}},{"id":1765,"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":1764,"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":1757,"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":1774,"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":1786,"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":1791,"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":1723,"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":892,"name":"APIChannel"}},{"id":2075,"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":1911,"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":1807,"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":1958,"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":1904,"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":1903,"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":1865,"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":1932,"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":1975,"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":1319,"name":"APIInvite"}},{"id":2096,"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":2097,"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":1697,"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":773,"name":"APIAuditLog"}},{"id":1775,"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":1319,"name":"APIInvite"}}},{"id":1762,"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":1421,"name":"APIUser"}}},{"id":1754,"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":919,"name":"APIMessage"}},{"id":1729,"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":919,"name":"APIMessage"}}},{"id":1784,"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":919,"name":"APIMessage"}}},{"id":1721,"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":892,"name":"APIChannel"}},{"id":2085,"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":1487,"name":"APIWebhook"}}},{"id":2079,"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":1454,"name":"APIConnection"}}},{"id":2074,"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":2066,"name":"RESTAPIPartialCurrentUserGuild"}}},{"id":2056,"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":1421,"name":"APIUser"}},{"id":1809,"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":1085,"name":"APIGatewayBotInfo"}},{"id":1808,"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":1083,"name":"APIGatewayInfo"}},{"id":1906,"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":1303,"name":"APIBan"}},{"id":1905,"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":1303,"name":"APIBan"}}},{"id":1866,"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":892,"name":"APIChannel"}}},{"id":1797,"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":1074,"name":"APIEmoji"}},{"id":1796,"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":1074,"name":"APIEmoji"}}},{"id":1948,"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":1274,"name":"APIGuildIntegration"}}},{"id":1945,"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":1319,"name":"APIInvite"}}},{"id":1876,"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":1266,"name":"APIGuildMember"}},{"id":1880,"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":1266,"name":"APIGuildMember"}}},{"id":1884,"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":1266,"name":"APIGuildMember"}}},{"id":1844,"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":1252,"name":"APIGuildPreview"}},{"id":1843,"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":1164,"name":"APIGuild"}},{"id":1912,"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":1393,"name":"APIRole"}}},{"id":1944,"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":1480,"name":"APIVoiceRegion"}}},{"id":2086,"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":1487,"name":"APIWebhook"}}},{"id":1971,"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":1960,"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":1263,"name":"APIGuildWidgetSettings"}},{"id":1961,"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":1263,"name":"APIGuildWidgetSettings"}},{"id":1974,"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":1319,"name":"APIInvite"}},{"id":1976,"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":1344,"name":"APIApplication"}},{"id":2057,"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":1421,"name":"APIUser"}},{"id":2087,"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":1487,"name":"APIWebhook"}},{"id":2088,"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":1487,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":2015,"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":1994,"name":"RESTPostOAuth2AccessTokenResult"},{"type":"literal","value":"refresh_token"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":1756,"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":919,"name":"APIMessage"}},{"id":1722,"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":892,"name":"APIChannel"}},{"id":1901,"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":1899,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody"}],"qualifiedName":"Required","package":"typescript","name":"Required"}},{"id":2061,"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":1421,"name":"APIUser"}},{"id":1869,"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":1870,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1871,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":153,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1873,"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":1874,"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":1872,"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":[1871,1873,1874,1872]}],"sources":[{"fileName":"rest/v6/guild.ts","line":152,"character":62}]}}}},{"id":1875,"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":1806,"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":1074,"name":"APIEmoji"}},{"id":1957,"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":1898,"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":1864,"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":1164,"name":"APIGuild"}},{"id":1920,"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":1921,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1922,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v6/guild.ts","line":322,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":1923,"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":[1922,1923]}],"sources":[{"fileName":"rest/v6/guild.ts","line":321,"character":59}]}}}},{"id":1924,"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":1393,"name":"APIRole"}}},{"id":1931,"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":1393,"name":"APIRole"}},{"id":1962,"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":1263,"name":"APIGuildWidgetSettings"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":1964,"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":1263,"name":"APIGuildWidgetSettings"}},{"id":1963,"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":1263,"name":"APIGuildWidgetSettings"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":1965,"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":1263,"name":"APIGuildWidgetSettings"}},{"id":2093,"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":1487,"name":"APIWebhook"}},{"id":2094,"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":2089,"name":"RESTPatchAPIWebhookJSONBody"},{"type":"literal","value":"channel_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":2095,"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":1487,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":1795,"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":1067,"name":"APIFollowedChannel"}},{"id":1792,"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":919,"name":"APIMessage"}},{"id":1737,"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":1738,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1740,"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":1739,"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":[1740,1739]}],"sources":[{"fileName":"rest/v6/channel.ts","line":116,"character":3}]}},{"type":"reflection","declaration":{"id":1741,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1746,"name":"allowed_mentions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":131,"character":3}],"type":{"type":"reference","id":1707,"name":"APIAllowedMentionsSend"}},{"id":1742,"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":1745,"name":"embed","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":130,"character":3}],"type":{"type":"reference","id":1003,"name":"APIEmbed"}},{"id":1748,"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":1747,"name":"message_reference","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v6/channel.ts","line":132,"character":3}],"type":{"type":"reference","id":974,"name":"APIMessageReference"}},{"id":1743,"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":1744,"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":[1746,1742,1745,1748,1747,1743,1744]}],"sources":[{"fileName":"rest/v6/channel.ts","line":126,"character":3}]}}]}},{"id":1755,"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":919,"name":"APIMessage"}},{"id":1768,"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":1783,"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":2084,"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":1487,"name":"APIWebhook"}},{"id":2078,"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":892,"name":"APIChannel"}},{"id":1867,"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":892,"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":892,"name":"APIChannel"},{"type":"literal","value":"name"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":1868,"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":892,"name":"APIChannel"}},{"id":1802,"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":1074,"name":"APIEmoji"}},{"id":1952,"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":1959,"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":1919,"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":1393,"name":"APIRole"}},{"id":1840,"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":1164,"name":"APIGuild"}},{"id":2105,"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":2106,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2108,"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":2107,"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":[2108,2107]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":97,"character":3}]}},{"type":"intersection","types":[{"type":"reference","id":2098,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"reflection","declaration":{"id":2109,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2110,"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":[2110]}],"sources":[{"fileName":"rest/v6/webhook.ts","line":107,"character":42}]}}]}]}},{"id":2116,"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":2111,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":2113,"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":2115,"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":2111,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":2114,"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":919,"name":"APIMessage"}},{"id":2055,"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":2041,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult"},{"type":"reference","id":2048,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult"}]}},{"id":2021,"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":2015,"name":"RESTOAuth2ImplicitAuthorizationURIFragmentResult"}},{"id":2007,"name":"RESTPostOAuth2RefreshTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v6/oauth2.ts","line":69,"character":12}],"type":{"type":"reference","id":1994,"name":"RESTPostOAuth2AccessTokenResult"}},{"id":1763,"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":1773,"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":1785,"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":1790,"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":1910,"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":1891,"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":1266,"name":"APIGuildMember"},{"type":"intrinsic","name":"undefined"}]}},{"id":1902,"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":1502,"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":465,"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":1360,"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":1361,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1368,"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":1365,"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":1377,"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":1364,"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":1388,"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":1382,"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":1362,"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":1385,"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":1376,"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":1363,"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":1366,"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":1392,"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":1367,"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":1375,"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":1389,"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":1390,"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":1391,"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":1379,"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":1386,"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":1384,"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":1370,"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":1378,"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":1373,"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":1374,"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":1383,"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":1371,"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":1380,"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":1387,"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":1369,"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":1372,"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":1381,"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":[1368,1365,1377,1364,1388,1382,1362,1385,1376,1363,1366,1392,1367,1375,1389,1390,1391,1379,1386,1384,1370,1378,1373,1374,1383,1371,1380,1387,1369,1372,1381]}]}},"defaultValue":"..."},{"id":1503,"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":1504,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":1508,"name":"channel","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":37,"character":1}],"signatures":[{"id":1509,"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":1510,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1542,"name":"channelBulkDelete","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":112,"character":1}],"signatures":[{"id":1543,"name":"channelBulkDelete","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/bulk-delete`"},"parameters":[{"id":1544,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1518,"name":"channelCrosspost","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":64,"character":1}],"signatures":[{"id":1519,"name":"channelCrosspost","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/{message.id}/crosspost`"},"parameters":[{"id":1520,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1521,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1552,"name":"channelFollowers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":138,"character":1}],"signatures":[{"id":1553,"name":"channelFollowers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/followers`"},"parameters":[{"id":1554,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1549,"name":"channelInvite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":130,"character":1}],"signatures":[{"id":1550,"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":1551,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1514,"name":"channelMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":56,"character":1}],"signatures":[{"id":1515,"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":1516,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1517,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1538,"name":"channelMessageAllReactions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":104,"character":1}],"signatures":[{"id":1539,"name":"channelMessageAllReactions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions`"},"parameters":[{"id":1540,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1541,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1522,"name":"channelMessageOwnReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":75,"character":1}],"signatures":[{"id":1523,"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":1524,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1525,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1526,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1533,"name":"channelMessageSpecificReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":96,"character":1}],"signatures":[{"id":1534,"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":1535,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1536,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1537,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1527,"name":"channelMessageUserReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":85,"character":1}],"signatures":[{"id":1528,"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":1529,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1530,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1531,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1532,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1511,"name":"channelMessages","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":46,"character":1}],"signatures":[{"id":1512,"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":1513,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1545,"name":"channelPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":121,"character":1}],"signatures":[{"id":1546,"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":1547,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1548,"name":"overwriteID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1561,"name":"channelPin","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":163,"character":1}],"signatures":[{"id":1562,"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":1563,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1564,"name":"messageID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1558,"name":"channelPins","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":154,"character":1}],"signatures":[{"id":1559,"name":"channelPins","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/pins`"},"parameters":[{"id":1560,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1565,"name":"channelRecipient","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":172,"character":1}],"signatures":[{"id":1566,"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":1567,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1568,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1555,"name":"channelTyping","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":146,"character":1}],"signatures":[{"id":1556,"name":"channelTyping","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/typing`"},"parameters":[{"id":1557,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1668,"name":"channelWebhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":459,"character":1}],"signatures":[{"id":1669,"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":1670,"name":"channelID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1683,"name":"gateway","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":502,"character":1}],"signatures":[{"id":1684,"name":"gateway","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1685,"name":"gatewayBot","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":510,"character":1}],"signatures":[{"id":1686,"name":"gatewayBot","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway/bot`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1578,"name":"guild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":209,"character":1}],"signatures":[{"id":1579,"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":1580,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1505,"name":"guildAuditLog","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":27,"character":1}],"signatures":[{"id":1506,"name":"guildAuditLog","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/audit-logs`"},"parameters":[{"id":1507,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1608,"name":"guildBan","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":289,"character":1}],"signatures":[{"id":1609,"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":1610,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1611,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1605,"name":"guildBans","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":279,"character":1}],"signatures":[{"id":1606,"name":"guildBans","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans`"},"parameters":[{"id":1607,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1584,"name":"guildChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":227,"character":1}],"signatures":[{"id":1585,"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":1586,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1597,"name":"guildCurrentMemberNickname","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":262,"character":1}],"signatures":[{"id":1598,"name":"guildCurrentMemberNickname","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- PATCH `/guilds/{guild.id}/members/@me/nick`"},"parameters":[{"id":1599,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1572,"name":"guildEmoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":191,"character":1}],"signatures":[{"id":1573,"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":1574,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1575,"name":"emojiID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1569,"name":"guildEmojis","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":181,"character":1}],"signatures":[{"id":1570,"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":1571,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1631,"name":"guildIntegration","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":351,"character":1}],"signatures":[{"id":1632,"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":1633,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1634,"name":"integrationID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1635,"name":"guildIntegrationSync","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":359,"character":1}],"signatures":[{"id":1636,"name":"guildIntegrationSync","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds/{guild.id}/integrations/{integration.id}/sync`"},"parameters":[{"id":1637,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1638,"name":"integrationID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1628,"name":"guildIntegrations","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":342,"character":1}],"signatures":[{"id":1629,"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":1630,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1625,"name":"guildInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":333,"character":1}],"signatures":[{"id":1626,"name":"guildInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/invites`"},"parameters":[{"id":1627,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1587,"name":"guildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":238,"character":1}],"signatures":[{"id":1588,"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":1589,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1590,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1600,"name":"guildMemberRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":271,"character":1}],"signatures":[{"id":1601,"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":1602,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1603,"name":"memberID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1604,"name":"roleID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1591,"name":"guildMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":246,"character":1}],"signatures":[{"id":1592,"name":"guildMembers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members`"},"parameters":[{"id":1593,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1594,"name":"guildMembersSearch","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":254,"character":1}],"signatures":[{"id":1595,"name":"guildMembersSearch","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/search`"},"parameters":[{"id":1596,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1581,"name":"guildPreview","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":217,"character":1}],"signatures":[{"id":1582,"name":"guildPreview","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/preview`"},"parameters":[{"id":1583,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1619,"name":"guildPrune","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":317,"character":1}],"signatures":[{"id":1620,"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":1621,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1615,"name":"guildRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":308,"character":1}],"signatures":[{"id":1616,"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":1617,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1618,"name":"roleID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1612,"name":"guildRoles","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":299,"character":1}],"signatures":[{"id":1613,"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":1614,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1645,"name":"guildVanityUrl","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":383,"character":1}],"signatures":[{"id":1646,"name":"guildVanityUrl","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/vanity-url`"},"parameters":[{"id":1647,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1622,"name":"guildVoiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":325,"character":1}],"signatures":[{"id":1623,"name":"guildVoiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/regions`"},"parameters":[{"id":1624,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1671,"name":"guildWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":467,"character":1}],"signatures":[{"id":1672,"name":"guildWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/webhooks`"},"parameters":[{"id":1673,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1639,"name":"guildWidget","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":366,"character":1}],"signatures":[{"id":1640,"name":"guildWidget","kind":4096,"kindString":"Call signature","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Use `guildWidgetSettings` instead\n"}]},"parameters":[{"id":1641,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1648,"name":"guildWidgetImage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":391,"character":1}],"signatures":[{"id":1649,"name":"guildWidgetImage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.png`"},"parameters":[{"id":1650,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1642,"name":"guildWidgetSettings","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":375,"character":1}],"signatures":[{"id":1643,"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":1644,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1576,"name":"guilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":199,"character":1}],"signatures":[{"id":1577,"name":"guilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1651,"name":"invite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":400,"character":1}],"signatures":[{"id":1652,"name":"invite","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/invites/{invite.code}`\n- DELETE `/invites/{invite.code}`"},"parameters":[{"id":1653,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1687,"name":"oauth2CurrentApplication","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":518,"character":1}],"signatures":[{"id":1688,"name":"oauth2CurrentApplication","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/applications/@me`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1654,"name":"user","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":410,"character":1}],"signatures":[{"id":1655,"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":1656,"name":"userID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"},"defaultValue":"'@me'"}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1662,"name":"userChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":434,"character":1}],"signatures":[{"id":1663,"name":"userChannels","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/users/@me/channels`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1664,"name":"userConnections","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":442,"character":1}],"signatures":[{"id":1665,"name":"userConnections","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/connections`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1659,"name":"userGuild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":426,"character":1}],"signatures":[{"id":1660,"name":"userGuild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/users/@me/guilds/{guild.id}`"},"parameters":[{"id":1661,"name":"guildID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1657,"name":"userGuilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":418,"character":1}],"signatures":[{"id":1658,"name":"userGuilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1666,"name":"voiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":450,"character":1}],"signatures":[{"id":1667,"name":"voiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/voice/regions`"},"type":{"type":"intrinsic","name":"string"}}]},{"id":1674,"name":"webhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":481,"character":1}],"signatures":[{"id":1675,"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":1676,"name":"webhookID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1677,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{"isOptional":true},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":1678,"name":"webhookPlatform","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v6/index.ts","line":494,"character":1}],"signatures":[{"id":1679,"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":1680,"name":"webhookID","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1681,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":1682,"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":[1508,1542,1518,1552,1549,1514,1538,1522,1533,1527,1511,1545,1561,1558,1565,1555,1668,1683,1685,1578,1505,1608,1605,1584,1597,1572,1569,1631,1635,1628,1625,1587,1600,1591,1594,1581,1619,1615,1612,1645,1622,1671,1639,1648,1642,1576,1651,1687,1654,1662,1664,1659,1657,1666,1674,1678]}]}},"defaultValue":"..."}],"groups":[{"title":"References","kind":16777216,"children":[772,769,1690,1691,1689,770]},{"title":"Enumerations","kind":8,"children":[1142,1127,1703,786,831,911,1464,1017,478,533,517,466,1213,1216,1237,1220,1229,1234,1223,1306,1290,1328,978,983,947,1000,1105,1418,1435,1450,505,493,1499]},{"title":"Interfaces","kind":256,"children":[1707,1344,1054,773,880,778,822,1303,892,1062,1454,1003,1041,1050,1046,1033,1038,1024,1029,1074,1330,1067,1085,1083,1089,1164,1810,1821,1274,1296,1266,1252,1312,1315,1263,1293,1319,919,965,968,974,993,1698,888,1070,1152,989,1393,1404,1408,1413,1149,1421,1480,1487,1112,1137,1133,717,583,579,573,724,720,587,1093,764,591,743,736,761,1467,753,2066,1692,1758,1724,2062,1946,1877,1881,1933,1936,1841,1966,1969,1972,2028,2036,1977,1984,2022,2008,1711,1749,1899,2058,1803,1953,1845,1892,1925,2089,1793,1776,1730,1766,2081,2076,1798,1949,1938,1942,1913,1828,2098,2111,1994,1987,2041,2048,2016,2000,1769,1787,1907,1885]},{"title":"Type Aliases","kind":4194304,"children":[834,847,848,840,841,865,866,858,879,855,870,869,862,876,845,867,868,885,886,887,844,863,836,871,842,874,872,864,877,857,835,878,838,856,860,861,853,849,859,839,837,852,875,854,884,873,846,843,851,850,1815,1262,1140,1136,1141,605,607,604,608,606,572,621,617,622,614,616,623,627,630,633,637,640,613,653,655,649,654,615,659,672,677,687,682,692,694,693,695,678,1111,698,595,571,603,570,699,706,708,707,713,2080,1765,1764,1757,1774,1786,1791,1723,2075,1911,1807,1958,1904,1903,1865,1932,1975,2096,2097,1697,1775,1762,1754,1729,1784,1721,2085,2079,2074,2056,1809,1808,1906,1905,1866,1797,1796,1948,1945,1876,1880,1884,1844,1843,1912,1944,2086,1971,1960,1961,1974,1976,2057,2087,2088,2015,1756,1722,1901,2061,1869,1875,1806,1957,1898,1864,1920,1924,1931,1962,1964,1963,1965,2093,2094,2095,1795,1792,1737,1755,1768,1783,2084,2078,1867,1868,1802,1952,1959,1919,1840,2105,2116,2113,2115,2114,2055,2021,2007,1763,1773,1785,1790,1910,1891,1902]},{"title":"Variables","kind":32,"children":[1502,465,1360,1503]}],"sources":[{"fileName":"v6.ts","line":1,"character":0}]},{"id":326,"name":"v8","kind":2,"kindString":"Module","flags":{},"children":[{"id":2498,"name":"FormattingPatterns","kind":16777216,"kindString":"Reference","flags":{},"target":4},{"id":2495,"name":"GatewayURLQuery","kind":16777216,"kindString":"Reference","flags":{},"target":19},{"id":4213,"name":"Locale","kind":16777216,"kindString":"Reference","flags":{},"target":268},{"id":4214,"name":"LocaleString","kind":16777216,"kindString":"Reference","flags":{},"target":299},{"id":2500,"name":"LocalizationMap","kind":16777216,"kindString":"Reference","flags":{},"target":67},{"id":2499,"name":"PermissionFlagsBits","kind":16777216,"kindString":"Reference","flags":{},"target":24},{"id":2501,"name":"RESTError","kind":16777216,"kindString":"Reference","flags":{},"target":68},{"id":2504,"name":"RESTErrorData","kind":16777216,"kindString":"Reference","flags":{},"target":77},{"id":2502,"name":"RESTErrorFieldInformation","kind":16777216,"kindString":"Reference","flags":{},"target":72},{"id":2503,"name":"RESTErrorGroupWrapper","kind":16777216,"kindString":"Reference","flags":{},"target":75},{"id":4212,"name":"RESTJSONErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":86},{"id":2505,"name":"RESTRateLimit","kind":16777216,"kindString":"Reference","flags":{},"target":81},{"id":4827,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":318},{"id":4826,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":301},{"id":2496,"name":"Snowflake","kind":16777216,"kindString":"Reference","flags":{},"target":2},{"id":2117,"name":"Utils","kind":16777216,"kindString":"Reference","flags":{},"sources":[{"fileName":"v8.ts","line":6,"character":12}],"target":360},{"id":3089,"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":3098,"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":3090,"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":3091,"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":3093,"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":3096,"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":3097,"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":3095,"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":3092,"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":3094,"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":[3098,3090,3091,3093,3096,3097,3095,3092,3094]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":313,"character":12}]},{"id":3069,"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":3070,"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":3071,"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":3072,"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":[3070,3071,3072]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":222,"character":12}]},{"id":3073,"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":3079,"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":3078,"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":3076,"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":3074,"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":3075,"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":3077,"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":[3079,3078,3076,3074,3075,3077]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":232,"character":12}]},{"id":2931,"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":2932,"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":2933,"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":2934,"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":[2932,2933,2934]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1010,"character":12}]},{"id":3482,"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":3493,"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":3487,"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":3489,"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":3486,"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":3491,"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":3492,"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":3490,"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":3485,"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":3483,"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":3484,"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":3488,"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":[3493,3487,3489,3486,3491,3492,3490,3485,3483,3484,3488]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":5,"character":12}]},{"id":3562,"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":3563,"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":3564,"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":[3563,3564]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":49,"character":12}]},{"id":3412,"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":3413,"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":3415,"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":3414,"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":[3413,3415,3414]}],"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":73,"character":12}]},{"id":2531,"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":2541,"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":2544,"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":2532,"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":2538,"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":2539,"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":2542,"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":2543,"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":2536,"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":2537,"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":2534,"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":2533,"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":2535,"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":2540,"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":[2541,2544,2532,2538,2539,2542,2543,2536,2537,2534,2533,2535,2540]}],"sources":[{"fileName":"payloads/v8/application.ts","line":121,"character":12}]},{"id":2559,"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":2575,"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":2561,"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":2563,"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":2564,"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":2566,"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":2565,"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":2562,"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":2585,"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":2587,"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":2586,"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":2601,"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":2603,"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":2602,"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":2560,"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":2592,"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":2594,"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":2593,"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":2579,"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":2581,"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":2580,"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":2569,"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":2570,"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":2574,"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":2567,"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":2573,"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":2568,"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":2572,"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":2571,"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":2589,"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":2588,"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":2590,"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":2591,"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":2576,"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":2578,"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":2577,"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":2595,"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":2597,"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":2596,"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":2598,"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":2600,"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":2599,"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":2582,"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":2584,"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":2583,"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":[2575,2561,2563,2564,2566,2565,2562,2585,2587,2586,2601,2603,2602,2560,2592,2594,2593,2579,2581,2580,2569,2570,2574,2567,2573,2568,2572,2571,2589,2588,2590,2591,2576,2578,2577,2595,2597,2596,2598,2600,2599,2582,2584,2583]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":110,"character":12}]},{"id":2613,"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":2615,"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":2614,"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":[2615,2614]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":259,"character":12}]},{"id":2971,"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":2975,"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":2976,"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":2972,"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":2973,"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":2974,"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":[2975,2976,2972,2973,2974]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1170,"character":12}]},{"id":2762,"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":2764,"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":2766,"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":2767,"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":2768,"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":2770,"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":2769,"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":2763,"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":2765,"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":[2764,2766,2767,2768,2770,2769,2763,2765]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":231,"character":12}]},{"id":2943,"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":2944,"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":2945,"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":2946,"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":2947,"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":[2944,2945,2946,2947]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1067,"character":12}]},{"id":3883,"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":3885,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Visible to everyone"},"sources":[{"fileName":"payloads/v8/user.ts","line":228,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3884,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible to everyone except the user themselves"},"sources":[{"fileName":"payloads/v8/user.ts","line":224,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3885,3884]}],"sources":[{"fileName":"payloads/v8/user.ts","line":220,"character":12}]},{"id":2878,"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":2883,"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":2882,"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":2880,"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":2884,"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":2879,"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":2881,"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":[2883,2882,2880,2884,2879,2881]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":756,"character":12}]},{"id":2131,"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":2137,"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":2136,"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":2134,"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":2145,"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":2143,"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":2144,"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":2138,"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":2141,"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":2135,"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":2139,"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":2140,"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":2142,"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":2132,"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":2133,"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":[2137,2136,2134,2145,2143,2144,2138,2141,2135,2139,2140,2142,2132,2133]}],"sources":[{"fileName":"gateway/v8.ts","line":92,"character":12}]},{"id":2163,"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":2164,"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":2165,"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":2166,"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":2167,"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":2168,"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":2169,"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":2170,"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":2171,"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":2172,"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":2173,"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":2174,"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":2175,"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":2177,"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":2176,"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":2178,"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":2179,"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":2180,"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":2208,"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":2210,"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":2209,"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":2211,"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":2212,"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":2181,"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":2182,"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":2183,"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":2184,"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":2185,"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":2186,"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":2187,"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":2188,"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":2189,"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":2190,"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":2191,"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":2192,"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":2193,"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":2194,"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":2195,"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":2196,"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":2197,"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":2201,"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":2202,"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":2198,"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":2199,"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":2200,"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":2203,"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":2204,"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":2205,"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":2206,"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":2207,"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":[2164,2165,2166,2167,2168,2169,2170,2171,2172,2173,2174,2175,2177,2176,2178,2179,2180,2208,2210,2209,2211,2212,2181,2182,2183,2184,2185,2186,2187,2188,2189,2190,2191,2192,2193,2194,2195,2196,2197,2201,2202,2198,2199,2200,2203,2204,2205,2206,2207]}],"sources":[{"fileName":"gateway/v8.ts","line":199,"character":12}]},{"id":2146,"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":2160,"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":2161,"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":2159,"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":2149,"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":2150,"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":2151,"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":2153,"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":2148,"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":2157,"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":2158,"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":2156,"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":2155,"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":2162,"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":2154,"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":2152,"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":2147,"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":[2160,2161,2159,2149,2150,2151,2153,2148,2157,2158,2156,2155,2162,2154,2152,2147]}],"sources":[{"fileName":"gateway/v8.ts","line":176,"character":12}]},{"id":2119,"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":2120,"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":2121,"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":2130,"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":2129,"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":2122,"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":2128,"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":2123,"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":2126,"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":2127,"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":2125,"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":2124,"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":[2120,2121,2130,2129,2122,2128,2123,2126,2127,2125,2124]}],"sources":[{"fileName":"gateway/v8.ts","line":40,"character":12}]},{"id":3169,"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":3170,"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":3171,"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":[3170,3171]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":350,"character":12}]},{"id":3172,"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":3175,"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":3173,"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":3174,"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":[3175,3173,3174]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":359,"character":12}]},{"id":3200,"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":3201,"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":3202,"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":3203,"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":3204,"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":3205,"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":3206,"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":3207,"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":3208,"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":3209,"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":3210,"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":3211,"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":3212,"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":3213,"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":3214,"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":3215,"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":3216,"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":3217,"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":3218,"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":3219,"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":3220,"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":3223,"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":3221,"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":3222,"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":3224,"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":[3201,3202,3203,3204,3205,3206,3207,3208,3209,3210,3211,3212,3213,3214,3215,3216,3217,3218,3219,3220,3223,3221,3222,3224]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":450,"character":12}]},{"id":3176,"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":3178,"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":3177,"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":[3178,3177]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":369,"character":12}]},{"id":3179,"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":3183,"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":3180,"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":3181,"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":3182,"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":[3183,3180,3181,3182]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":378,"character":12}]},{"id":3190,"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":3191,"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":3192,"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":3193,"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":3194,"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":[3191,3192,3193,3194]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":416,"character":12}]},{"id":3384,"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":3387,"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":3385,"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":3386,"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":[3387,3385,3386]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":125,"character":12}]},{"id":3393,"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":3394,"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":[3394]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":146,"character":12}]},{"id":3388,"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":3390,"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":3392,"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":3391,"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":3389,"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":[3390,3392,3391,3389]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":135,"character":12}]},{"id":3195,"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":3198,"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":3199,"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":3196,"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":3197,"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":[3198,3199,3196,3197]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":427,"character":12}]},{"id":3184,"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":3188,"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":3186,"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":3187,"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":3185,"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":3189,"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":[3188,3186,3187,3185,3189]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":389,"character":12}]},{"id":3305,"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":3307,"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":3308,"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":3309,"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":3310,"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":3306,"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":[3307,3308,3309,3310,3306]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":896,"character":12}]},{"id":3268,"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":3270,"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":3269,"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":[3270,3269]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":783,"character":12}]},{"id":3660,"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":3666,"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":3662,"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":3663,"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":3664,"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":3667,"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":3661,"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":3665,"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":[3666,3662,3663,3664,3667,3661,3665]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":89,"character":12}]},{"id":3634,"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":3636,"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":3638,"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":3637,"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":3639,"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":3635,"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":[3636,3638,3637,3639,3635]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":10,"character":12}]},{"id":3691,"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":3693,"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":3692,"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":[3693,3692]}],"sources":[{"fileName":"payloads/v8/invite.ts","line":98,"character":12}]},{"id":3328,"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":3329,"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":[3329]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":1001,"character":12}]},{"id":2836,"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":2837,"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":2840,"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":2839,"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":2838,"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":[2837,2840,2839,2838]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":547,"character":12}]},{"id":2841,"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":2842,"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":2847,"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":2843,"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":2848,"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":2845,"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":2844,"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":2846,"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":[2842,2847,2843,2848,2845,2844,2846]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":558,"character":12}]},{"id":2807,"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":2811,"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":2820,"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":2813,"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":2812,"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":2814,"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":2826,"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":2828,"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":2808,"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":2821,"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":2824,"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":2823,"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":2822,"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":2827,"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":2815,"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":2809,"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":2810,"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":2825,"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":2816,"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":2817,"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":2818,"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":2819,"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":[2811,2820,2813,2812,2814,2826,2828,2808,2821,2824,2823,2822,2827,2815,2809,2810,2825,2816,2817,2818,2819]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":481,"character":12}]},{"id":3712,"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":3730,"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":3731,"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":3726,"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":3725,"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":3732,"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":3733,"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":3728,"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":3727,"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":3713,"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":3714,"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":3715,"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":3720,"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":3717,"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":3718,"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":3719,"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":3716,"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":3721,"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":3722,"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":3723,"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":3729,"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":3724,"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":[3730,3731,3726,3725,3732,3733,3728,3727,3713,3714,3715,3720,3717,3718,3719,3716,3721,3722,3723,3729,3724]}],"sources":[{"fileName":"payloads/v8/oauth2.ts","line":8,"character":12}]},{"id":2861,"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":2863,"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":2862,"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":[2863,2862]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":661,"character":12}]},{"id":3039,"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":3041,"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":3042,"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":3043,"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":3044,"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":3040,"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":[3041,3042,3043,3044,3040]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":101,"character":12}]},{"id":3757,"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":3759,"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":3758,"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":[3759,3758]}],"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":41,"character":12}]},{"id":3781,"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":3783,"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":3784,"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":3782,"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":[3783,3784,3782]}],"sources":[{"fileName":"payloads/v8/sticker.ts","line":87,"character":12}]},{"id":3778,"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":3780,"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":3779,"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":[3780,3779]}],"sources":[{"fileName":"payloads/v8/sticker.ts","line":72,"character":12}]},{"id":3805,"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":3807,"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":3806,"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":[3807,3806]}],"sources":[{"fileName":"payloads/v8/teams.ts","line":66,"character":12}]},{"id":2977,"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":2979,"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":2978,"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":[2979,2978]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1182,"character":12}]},{"id":3852,"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":3866,"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":3856,"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":3862,"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":3865,"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":3857,"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":3858,"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":3859,"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":3855,"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":3854,"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":3860,"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":3868,"name":"Quarantined","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User's account has been quarantined based on recent activity","tags":[{"tag":"unstable","text":"This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.\n"}]},"sources":[{"fileName":"payloads/v8/user.ts","line":157,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":3867,"name":"Spammer","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User has been identified as spammer","tags":[{"tag":"unstable","text":"This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.\n"}]},"sources":[{"fileName":"payloads/v8/user.ts","line":151,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":3853,"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":3861,"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":3863,"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":3864,"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":[3866,3856,3862,3865,3857,3858,3859,3855,3854,3860,3868,3867,3853,3861,3863,3864]}],"sources":[{"fileName":"payloads/v8/user.ts","line":89,"character":12}]},{"id":3869,"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":3872,"name":"Nitro","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/user.ts","line":167,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":3871,"name":"NitroClassic","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/user.ts","line":166,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":3870,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v8/user.ts","line":165,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[3872,3871,3870]}],"sources":[{"fileName":"payloads/v8/user.ts","line":164,"character":12}]},{"id":2771,"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":2772,"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":2773,"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":[2772,2773]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":277,"character":12}]},{"id":3919,"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":3922,"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":3921,"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":3920,"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":[3922,3921,3920]}],"sources":[{"fileName":"payloads/v8/webhook.ts","line":70,"character":12}]},{"id":2948,"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":2949,"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":2951,"name":"T"}}},{"id":2950,"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":2944,"name":"ActionRow"},"inheritedFrom":{"type":"reference","id":2941,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2949,2950]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1090,"character":17}],"typeParameter":[{"id":2951,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":3006,"name":"APIActionRowComponentTypes"}}],"extendedTypes":[{"type":"reference","id":2940,"typeArguments":[{"type":"reference","id":2944,"name":"ComponentType.ActionRow"}],"name":"APIBaseComponent"}]},{"id":2935,"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":2936,"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":2931,"name":"AllowedMentionsTypes"}}},{"id":2939,"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":2937,"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":2938,"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":[2936,2939,2937,2938]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1029,"character":17}]},{"id":2506,"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":2512,"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":2513,"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":2523,"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":2527,"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":2510,"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":2524,"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":2531,"name":"ApplicationFlags"}},{"id":2520,"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":2509,"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":2507,"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":2526,"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":2528,"name":"APIApplicationInstallParams"}},{"id":2508,"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":2516,"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":3836,"name":"APIUser"}},{"id":2521,"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":2515,"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":2511,"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":2522,"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":2517,"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":2525,"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":2519,"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":3794,"name":"APITeam"}]}},{"id":2514,"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":2518,"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":[2512,2513,2523,2527,2510,2524,2520,2509,2507,2526,2508,2516,2521,2515,2511,2522,2517,2525,2519,2514,2518]}],"sources":[{"fileName":"payloads/v8/application.ts","line":14,"character":17}]},{"id":3402,"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":3405,"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":3410,"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":3408,"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":3406,"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":3403,"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":3407,"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":3409,"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":3437,"name":"APIApplicationCommandOption"}}},{"id":3404,"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":3412,"name":"ApplicationCommandType"}},{"id":3411,"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":[3405,3410,3408,3406,3403,3407,3409,3404,3411]}],"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":28,"character":17}]},{"id":3643,"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":3645,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":43,"character":1}],"type":{"type":"reference","id":3671,"name":"APICommandAutocompleteInteractionResponseCallbackData"}},{"id":3644,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":42,"character":1}],"type":{"type":"reference","id":3666,"name":"ApplicationCommandAutocompleteResult"}}],"groups":[{"title":"Properties","kind":1024,"children":[3645,3644]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":41,"character":17}]},{"id":3459,"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":3460,"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":2763,"name":"GuildText"},{"type":"reference","id":2765,"name":"GuildVoice"},{"type":"reference","id":2767,"name":"GuildCategory"},{"type":"reference","id":2768,"name":"GuildNews"},{"type":"reference","id":2769,"name":"GuildStore"},{"type":"reference","id":2770,"name":"GuildStageVoice"}]}}},{"id":3463,"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":3462,"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":3464,"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":3461,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"reference","id":3489,"name":"Channel"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3460,3463,3462,3464,3461]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/channel.ts","line":9,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3489,"name":"ApplicationCommandOptionType.Channel"}],"name":"APIApplicationCommandOptionBase"}]},{"id":3467,"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":3468,"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":3469,"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":3470,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":18,"character":1}],"type":{"type":"reference","id":3486,"name":"Integer"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":3471,"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":[3468,3469,3470,3471]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/integer.ts","line":34,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3486,"name":"ApplicationCommandOptionType.Integer"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":3475,"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":3476,"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":3477,"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":3478,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":18,"character":1}],"type":{"type":"reference","id":3492,"name":"Number"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":3479,"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":[3476,3477,3478,3479]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/number.ts","line":34,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3492,"name":"ApplicationCommandOptionType.Number"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":3499,"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":3500,"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":3501,"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":3502,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":18,"character":1}],"type":{"type":"reference","id":3485,"name":"String"},"inheritedFrom":{"type":"reference","name":"APIInteractionDataOptionBase.type"}},{"id":3503,"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":[3500,3501,3502,3503]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/string.ts","line":19,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3485,"name":"ApplicationCommandOptionType.String"},{"type":"intrinsic","name":"string"}],"name":"APIInteractionDataOptionBase"}]},{"id":3520,"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":3521,"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":3523,"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":3510,"name":"APIApplicationCommandInteractionDataSubcommandOption"}}},{"id":3522,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":21,"character":1}],"type":{"type":"reference","id":3484,"name":"SubcommandGroup"}}],"groups":[{"title":"Properties","kind":1024,"children":[3521,3523,3522]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":19,"character":17}]},{"id":3510,"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":3511,"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":3513,"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":3439,"name":"APIApplicationCommandInteractionDataBasicOption"}}},{"id":3512,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":18,"character":1}],"type":{"type":"reference","id":3483,"name":"Subcommand"}}],"groups":[{"title":"Properties","kind":1024,"children":[3511,3513,3512]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":16,"character":17}]},{"id":3494,"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":3495,"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":3496,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":25,"character":1}],"type":{"type":"reference","id":3497,"name":"ValueType"}}],"groups":[{"title":"Properties","kind":1024,"children":[3495,3496]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/shared.ts","line":23,"character":17}],"typeParameter":[{"id":3497,"name":"ValueType","kind":131072,"kindString":"Type parameter","flags":{},"default":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}}]},{"id":3558,"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":3559,"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":3561,"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":3560,"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":3562,"name":"ApplicationCommandPermissionType"}}],"groups":[{"title":"Properties","kind":1024,"children":[3559,3561,3560]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":30,"character":17}]},{"id":3514,"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":3518,"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":3517,"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":3515,"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":3504,"name":"APIApplicationCommandSubcommandOption"}}},{"id":3519,"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":3516,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"reference","id":3484,"name":"SubcommandGroup"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3518,3517,3515,3519,3516]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":11,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3484,"name":"ApplicationCommandOptionType.SubcommandGroup"}],"name":"APIApplicationCommandOptionBase"}]},{"id":3504,"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":3508,"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":3507,"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":3505,"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":3436,"name":"APIApplicationCommandBasicOption"}}},{"id":3509,"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":3506,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/base.ts","line":7,"character":1}],"type":{"type":"reference","id":3483,"name":"Subcommand"},"inheritedFrom":{"type":"reference","name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3508,3507,3505,3509,3506]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":8,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3483,"name":"ApplicationCommandOptionType.Subcommand"}],"name":"APIApplicationCommandOptionBase"}]},{"id":2528,"name":"APIApplicationInstallParams","kind":256,"kindString":"Interface","flags":{},"children":[{"id":2530,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":114,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2529,"name":"scopes","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/application.ts","line":113,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3712,"name":"OAuth2Scopes"}}}],"groups":[{"title":"Properties","kind":1024,"children":[2530,2529]}],"sources":[{"fileName":"payloads/v8/application.ts","line":112,"character":17}]},{"id":2915,"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":2919,"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":2918,"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":2925,"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":2917,"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":2923,"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":2916,"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":2922,"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":2920,"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":2921,"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":2924,"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":[2919,2918,2925,2917,2923,2916,2922,2920,2921,2924]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":936,"character":17}]},{"id":2545,"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":2548,"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":2551,"name":"APIAuditLogEntry"}}},{"id":2550,"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":3381,"name":"APIGuildScheduledEvent"}}},{"id":2549,"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":3251,"name":"APIGuildIntegration"}}},{"id":2547,"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":3836,"name":"APIUser"}}},{"id":2546,"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":3906,"name":"APIWebhook"}}}],"groups":[{"title":"Properties","kind":1024,"children":[2548,2550,2549,2547,2546]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":30,"character":17}]},{"id":2551,"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":2556,"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":2559,"name":"AuditLogEvent"}},{"id":2553,"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":2616,"name":"APIAuditLogChange"}}},{"id":2555,"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":2557,"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":2604,"name":"APIAuditLogOptions"}},{"id":2558,"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":2552,"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":2554,"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":[2556,2553,2555,2557,2558,2552,2554]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":67,"character":17}]},{"id":2604,"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":2607,"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":2609,"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":2605,"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":2610,"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":2606,"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":2608,"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":2612,"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":2611,"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":2613,"name":"AuditLogOptionsType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2607,2609,2605,2610,2606,2608,2612,2611]}],"sources":[{"fileName":"payloads/v8/auditLog.ts","line":171,"character":17}]},{"id":3281,"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":3282,"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":3283,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3282,3283]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":844,"character":17}]},{"id":2940,"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":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":2942,"name":"T"}}],"groups":[{"title":"Properties","kind":1024,"children":[2941]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1056,"character":17}],"typeParameter":[{"id":2942,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2943,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":2948,"name":"APIActionRowComponent"},{"type":"reference","id":2980,"name":"APISelectMenuComponent"},{"type":"reference","id":2994,"name":"APITextInputComponent"}]},{"id":3587,"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":3589,"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":3593,"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":3591,"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":3602,"name":"Data"}},{"id":3592,"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":3600,"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":3588,"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":3599,"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":3594,"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":3575,"name":"APIInteractionGuildMember"}},{"id":3598,"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":2774,"name":"APIMessage"}},{"id":3596,"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":3590,"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":3601,"name":"Type"}},{"id":3595,"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":3836,"name":"APIUser"}},{"id":3597,"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":[3589,3593,3591,3592,3600,3588,3599,3594,3598,3596,3590,3595,3597]}],"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":66,"character":17}],"typeParameter":[{"id":3601,"name":"Type","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":3634,"name":"InteractionType"}},{"id":3602,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{}}]},{"id":2956,"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":2957,"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":2961,"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":2960,"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":2952,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.emoji"}},{"id":2958,"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":2959,"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":2972,"name":"Primary"},{"type":"reference","id":2973,"name":"Secondary"},{"type":"reference","id":2974,"name":"Success"},{"type":"reference","id":2975,"name":"Danger"}]},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.style"}},{"id":2962,"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":2945,"name":"Button"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2957,2961,2960,2958,2959,2962]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1141,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":2972,"name":"ButtonStyle.Primary"},{"type":"reference","id":2973,"name":"ButtonStyle.Secondary"},{"type":"reference","id":2974,"name":"ButtonStyle.Success"},{"type":"reference","id":2975,"name":"ButtonStyle.Danger"}]}],"name":"APIButtonComponentBase"}]},{"id":2963,"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":2968,"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":2967,"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":2952,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.emoji"}},{"id":2965,"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":2966,"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":2976,"name":"Link"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.style"}},{"id":2969,"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":2945,"name":"Button"},"inheritedFrom":{"type":"reference","name":"APIButtonComponentBase.type"}},{"id":2964,"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":[2968,2967,2965,2966,2969,2964]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1154,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":2976,"name":"ButtonStyle.Link"}],"name":"APIButtonComponentBase"}]},{"id":2685,"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":2687,"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":2682,"name":"APIPartialChannel.id"}},{"id":2688,"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":2684,"name":"APIPartialChannel.name"}},{"id":2686,"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":2689,"name":"T"},"overwrites":{"type":"reference","id":2683,"name":"APIPartialChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2687,2688,2686]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":40,"character":17}],"typeParameter":[{"id":2689,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2762,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":2681,"name":"APIPartialChannel"}],"extendedBy":[{"type":"reference","id":2692,"name":"APITextBasedChannel"},{"type":"reference","id":2698,"name":"APIGuildChannel"}]},{"id":2926,"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":2928,"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":2927,"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":2930,"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":2929,"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":2762,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2928,2927,2930,2929]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":985,"character":17}]},{"id":4221,"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":4223,"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":4298,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":4224,"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":4299,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":4222,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/channel.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4225,"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":2861,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":4300,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[4223,4224,4222,4225]}],"sources":[{"fileName":"rest/v8/channel.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":4297,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":3440,"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":3443,"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":3445,"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":3441,"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":3438,"name":"APIApplicationCommandInteractionDataOption"}}},{"id":3442,"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":3446,"name":"APIChatInputApplicationCommandInteractionDataResolved"}},{"id":3444,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":9,"character":1}],"type":{"type":"reference","id":3413,"name":"ChatInput"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3443,3445,3441,3442,3444]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":120,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3413,"name":"ApplicationCommandType.ChatInput"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":3446,"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":3451,"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":2915,"name":"APIAttachment"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3450,"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":3417,"name":"APIInteractionDataResolvedChannel"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3449,"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":3422,"name":"APIInteractionDataResolvedGuildMember"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3448,"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":3734,"name":"APIRole"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3447,"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":3836,"name":"APIUser"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[3451,3450,3449,3448,3447]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/chatInput.ts","line":130,"character":17}]},{"id":3671,"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":3672,"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":3494,"typeArguments":[{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}],"name":"APIApplicationCommandOptionChoice"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3672]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":132,"character":17}]},{"id":3873,"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":3880,"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":204,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3874,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the connection account"},"sources":[{"fileName":"payloads/v8/user.ts","line":178,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3878,"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":196,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":3251,"name":"APIGuildIntegration"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}}},{"id":3875,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The username of the connection account"},"sources":[{"fileName":"payloads/v8/user.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3877,"name":"revoked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the connection is revoked"},"sources":[{"fileName":"payloads/v8/user.ts","line":190,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3881,"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":208,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3876,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The service of the connection"},"sources":[{"fileName":"payloads/v8/user.ts","line":186,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3879,"name":"verified","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the connection is verified"},"sources":[{"fileName":"payloads/v8/user.ts","line":200,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":3882,"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":214,"character":1}],"type":{"type":"reference","id":3883,"name":"ConnectionVisibility"}}],"groups":[{"title":"Properties","kind":1024,"children":[3880,3874,3878,3875,3877,3881,3876,3879,3882]}],"sources":[{"fileName":"payloads/v8/user.ts","line":174,"character":17}]},{"id":2864,"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":2876,"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":2902,"name":"APIEmbedAuthor"}},{"id":2870,"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":2867,"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":2877,"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":2911,"name":"APIEmbedField"}}},{"id":2871,"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":2907,"name":"APIEmbedFooter"}},{"id":2872,"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":2894,"name":"APIEmbedImage"}},{"id":2875,"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":2899,"name":"APIEmbedProvider"}},{"id":2873,"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":2885,"name":"APIEmbedThumbnail"}},{"id":2869,"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":2865,"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":2866,"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":2878,"name":"EmbedType"}},{"id":2868,"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":2874,"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":2890,"name":"APIEmbedVideo"}}],"groups":[{"title":"Properties","kind":1024,"children":[2876,2870,2867,2877,2871,2872,2875,2873,2869,2865,2866,2868,2874]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":672,"character":17}]},{"id":2902,"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":2905,"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":2903,"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":2906,"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":2904,"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":[2905,2903,2906,2904]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":867,"character":17}]},{"id":2911,"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":2914,"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":2912,"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":2913,"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":[2914,2912,2913]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":913,"character":17}]},{"id":2907,"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":2909,"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":2910,"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":2908,"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":[2909,2910,2908]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":892,"character":17}]},{"id":2894,"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":2897,"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":2896,"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":2895,"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":2898,"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":[2897,2896,2895,2898]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":829,"character":17}]},{"id":2899,"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":2900,"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":2901,"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":[2900,2901]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":852,"character":17}]},{"id":2885,"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":2888,"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":2887,"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":2886,"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":2889,"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":[2888,2887,2886,2889]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":787,"character":17}]},{"id":2890,"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":2892,"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":2891,"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":2893,"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":[2892,2891,2893]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":810,"character":17}]},{"id":3013,"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":3021,"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":3012,"name":"APIPartialEmoji.animated"}},{"id":3018,"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":3019,"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":3010,"name":"APIPartialEmoji.id"}},{"id":3017,"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":3020,"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":3011,"name":"APIPartialEmoji.name"}},{"id":3016,"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":3014,"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":3015,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3021,3018,3019,3017,3020,3016,3014,3015]}],"sources":[{"fileName":"payloads/v8/emoji.ts","line":32,"character":17}],"extendedTypes":[{"type":"reference","id":3009,"name":"APIPartialEmoji"}]},{"id":3694,"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":3708,"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":3687,"name":"APIInvite.approximate_member_count"}},{"id":3707,"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":3686,"name":"APIInvite.approximate_presence_count"}},{"id":3702,"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":2681,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},"inheritedFrom":{"type":"reference","id":3681,"name":"APIInvite.channel"}},{"id":3700,"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":3679,"name":"APIInvite.code"}},{"id":3699,"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":3709,"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":3688,"name":"APIInvite.expires_at"}},{"id":3701,"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":3677,"name":"APIInviteGuild"},"inheritedFrom":{"type":"reference","id":3680,"name":"APIInvite.guild"}},{"id":3711,"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":3381,"name":"APIGuildScheduledEvent"},"inheritedFrom":{"type":"reference","id":3690,"name":"APIInvite.guild_scheduled_event"}},{"id":3703,"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":3836,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":3682,"name":"APIInvite.inviter"}},{"id":3697,"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":3696,"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":3710,"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":3760,"name":"APIInviteStageInstance"},"inheritedFrom":{"type":"reference","id":3689,"name":"APIInvite.stage_instance"}},{"id":3706,"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":2506,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},"inheritedFrom":{"type":"reference","id":3685,"name":"APIInvite.target_application"}},{"id":3704,"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":3691,"name":"InviteTargetType"},"inheritedFrom":{"type":"reference","id":3683,"name":"APIInvite.target_type"}},{"id":3705,"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":3836,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":3684,"name":"APIInvite.target_user"}},{"id":3698,"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":3695,"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":[3708,3707,3702,3700,3699,3709,3701,3711,3703,3697,3696,3710,3706,3704,3705,3698,3695]}],"sources":[{"fileName":"payloads/v8/invite.ts","line":107,"character":17}],"extendedTypes":[{"type":"reference","id":3678,"name":"APIInvite"}]},{"id":3364,"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":3365,"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":3378,"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":3836,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":3369,"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":3371,"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":3377,"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":3366,"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":3382,"name":"APIGuildScheduledEventEntityMetadata"}],"qualifiedName":"Required","package":"typescript","name":"Required"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":3376,"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":3387,"name":"External"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":3368,"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":3367,"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":3380,"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":3370,"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":3374,"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":3394,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":3373,"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":3372,"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":3375,"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":3388,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":3379,"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":[3365,3378,3369,3371,3377,3366,3376,3368,3367,3380,3370,3374,3373,3372,3375,3379]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":95,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3387,"name":"GuildScheduledEventEntityType.External"}],"name":"APIGuildScheduledEventBase"}]},{"id":2849,"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":2850,"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":2851,"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":[2850,2851]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":593,"character":17}]},{"id":3024,"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":3026,"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":3028,"name":"APIGatewaySessionStartLimit"}},{"id":3025,"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":3027,"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":3023,"name":"APIGatewayInfo.url"}}],"groups":[{"title":"Properties","kind":1024,"children":[3026,3025,3027]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":24,"character":17}],"extendedTypes":[{"type":"reference","id":3022,"name":"APIGatewayInfo"}]},{"id":3022,"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":3023,"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":[3023]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":13,"character":17}],"extendedBy":[{"type":"reference","id":3024,"name":"APIGatewayBotInfo"}]},{"id":3028,"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":3032,"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":3030,"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":3031,"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":3029,"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":[3032,3030,3031,3029]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":43,"character":17}]},{"id":2752,"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":2753,"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":2754,"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":2759,"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":2756,"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":2760,"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":2755,"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":2757,"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":3836,"name":"APIUser"}},"inheritedFrom":{"type":"reference","name":"APIDMChannelBase.recipients"}},{"id":2758,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/channel.ts","line":41,"character":1}],"type":{"type":"reference","id":2766,"name":"GroupDM"},"inheritedFrom":{"type":"reference","name":"APIDMChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2753,2754,2759,2756,2760,2755,2757,2758]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":194,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":2766,"name":"ChannelType.GroupDM"}],"name":"APIDMChannelBase"}]},{"id":3117,"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":3124,"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":3125,"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":3135,"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":3156,"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":3157,"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":3150,"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":3109,"name":"APIPartialGuild.banner"}},{"id":3144,"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":2761,"name":"APIChannel"}}},{"id":3129,"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":3169,"name":"GuildDefaultMessageNotifications"}},{"id":3149,"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":3110,"name":"APIPartialGuild.description"}},{"id":3119,"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":3132,"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":3013,"name":"APIEmoji"}}},{"id":3130,"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":3172,"name":"GuildExplicitContentFilter"}},{"id":3133,"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":3200,"name":"GuildFeature"}},"overwrites":{"type":"reference","id":3111,"name":"APIPartialGuild.features"}},{"id":3163,"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":3381,"name":"APIGuildScheduledEvent"}}},{"id":3165,"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":3107,"name":"APIPartialGuild.icon"}},{"id":3118,"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":3168,"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":3115,"name":"APIPartialGuild.id"}},{"id":3139,"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":3140,"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":3147,"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":3146,"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":3155,"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":3141,"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":3143,"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":3240,"name":"APIGuildMember"}}},{"id":3134,"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":3176,"name":"GuildMFALevel"}},{"id":3164,"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":3106,"name":"APIPartialGuild.name"}},{"id":3159,"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":3179,"name":"GuildNSFWLevel"}},{"id":3120,"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":3121,"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":3122,"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":3153,"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":3162,"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":3152,"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":3151,"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":3190,"name":"GuildPremiumTier"}},{"id":3145,"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":3033,"name":"GatewayPresenceUpdate"}}},{"id":3154,"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":3123,"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":3131,"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":3734,"name":"APIRole"}}},{"id":3138,"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":3166,"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":3108,"name":"APIPartialGuild.splash"}},{"id":3160,"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":3750,"name":"APIStageInstance"}}},{"id":3161,"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":3765,"name":"APISticker"}}},{"id":3137,"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":3195,"name":"GuildSystemChannelFlags"}},{"id":3136,"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":3167,"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":3114,"name":"APIPartialGuild.unavailable"}},{"id":3148,"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":3113,"name":"APIPartialGuild.vanity_url_code"}},{"id":3128,"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":3184,"name":"GuildVerificationLevel"},"overwrites":{"type":"reference","id":3112,"name":"APIPartialGuild.verification_level"}},{"id":3142,"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":3886,"name":"GatewayVoiceState"},{"type":"literal","value":"guild_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":3158,"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":3311,"name":"APIGuildWelcomeScreen"},"overwrites":{"type":"reference","id":3116,"name":"APIPartialGuild.welcome_screen"}},{"id":3127,"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":3126,"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":[3124,3125,3135,3156,3157,3150,3144,3129,3149,3119,3132,3130,3133,3163,3165,3118,3168,3139,3140,3147,3146,3155,3141,3143,3134,3164,3159,3120,3121,3122,3153,3162,3152,3151,3145,3154,3123,3131,3138,3166,3160,3161,3137,3136,3167,3148,3128,3142,3158,3127,3126]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":88,"character":17}],"extendedTypes":[{"type":"reference","id":3105,"name":"APIPartialGuild"}]},{"id":3553,"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":3555,"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":3556,"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":3554,"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":3557,"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":3558,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3555,3556,3554,3557]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/permissions.ts","line":7,"character":17}]},{"id":2698,"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":2699,"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":2705,"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":2687,"name":"APIChannelBase.id"}},{"id":2706,"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":2688,"name":"APIChannelBase.name"}},{"id":2703,"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":2702,"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":2700,"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":2856,"name":"APIOverwrite"}}},{"id":2701,"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":2704,"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":2707,"name":"T"},"inheritedFrom":{"type":"reference","id":2686,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2699,2705,2706,2703,2702,2700,2701,2704]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":75,"character":17}],"typeParameter":[{"id":2707,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2762,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":2685,"typeArguments":[{"type":"reference","id":2707,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":2709,"name":"APIGuildTextChannel"},{"type":"reference","id":2738,"name":"APIVoiceChannel"}]},{"id":4343,"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":4345,"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":4298,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":4346,"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":4299,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":4344,"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":4347,"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":2861,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":4300,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[4345,4346,4344,4347]}],"sources":[{"fileName":"rest/v8/guild.ts","line":37,"character":17}],"extendedTypes":[{"type":"reference","id":4297,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":4355,"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":4359,"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":4360,"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":4361,"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":4356,"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":4363,"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":4357,"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":4358,"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":4362,"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":[4359,4360,4361,4356,4363,4357,4358,4362]}],"sources":[{"fileName":"rest/v8/guild.ts","line":65,"character":17}],"extendedTypes":[{"type":"reference","id":4463,"name":"RESTPostAPIGuildRoleJSONBody"}]},{"id":3251,"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":3262,"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":3271,"name":"APIIntegrationAccount"}},{"id":3266,"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":3274,"name":"APIGuildIntegrationApplication"}},{"id":3258,"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":3255,"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":3259,"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":3268,"name":"IntegrationExpireBehavior"}},{"id":3260,"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":3252,"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":3253,"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":3265,"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":3257,"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":3264,"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":3263,"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":3256,"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":3254,"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":3267,"name":"APIGuildInteractionType"}},{"id":3261,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3262,3266,3258,3255,3259,3260,3252,3253,3265,3257,3264,3263,3256,3254,3261]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":683,"character":17}]},{"id":3274,"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":3280,"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":3836,"name":"APIUser"}},{"id":3278,"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":3277,"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":3275,"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":3276,"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":3279,"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":[3280,3278,3277,3275,3276,3279]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":807,"character":17}]},{"id":3240,"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":3243,"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":3250,"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":3247,"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":3245,"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":3248,"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":3242,"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":3249,"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":3246,"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":3244,"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":3241,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3243,3250,3247,3245,3248,3242,3249,3246,3244,3241]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":626,"character":17}],"extendedBy":[{"type":"reference","id":2294,"name":"GatewayGuildMemberAddDispatchData"},{"type":"reference","id":3575,"name":"APIInteractionGuildMember"}]},{"id":3319,"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":3322,"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":3321,"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":3323,"name":"APIGuildMembershipScreeningField"}}},{"id":3320,"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":[3322,3321,3320]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":959,"character":17}]},{"id":3323,"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":3324,"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":3329,"name":"Terms"}},{"id":3325,"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":3327,"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":3326,"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":[3324,3325,3327,3326]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":979,"character":17}]},{"id":3225,"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":3233,"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":3234,"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":3235,"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":3230,"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":3231,"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":3013,"name":"APIEmoji"}}},{"id":3232,"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":3200,"name":"GuildFeature"}}},{"id":3228,"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":3226,"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":3227,"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":3229,"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":3236,"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":3765,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3233,3234,3235,3230,3231,3232,3228,3226,3227,3229,3236]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":550,"character":17}]},{"id":3382,"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":3383,"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":[3383]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":114,"character":17}]},{"id":3395,"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":3396,"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":3398,"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":3240,"name":"APIGuildMember"}},{"id":3397,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3396,3398,3397]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":157,"character":17}]},{"id":2709,"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":2716,"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":2699,"name":"APIGuildChannel.guild_id"}},{"id":2714,"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":2705,"name":"APIGuildChannel.id"}},{"id":2712,"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":2693,"name":"APITextBasedChannel.last_message_id"}},{"id":2711,"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":2715,"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":2706,"name":"APIGuildChannel.name"}},{"id":2720,"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":2703,"name":"APIGuildChannel.nsfw"}},{"id":2719,"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":2702,"name":"APIGuildChannel.parent_id"}},{"id":2717,"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":2856,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":2700,"name":"APIGuildChannel.permission_overwrites"}},{"id":2718,"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":2701,"name":"APIGuildChannel.position"}},{"id":2710,"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":2713,"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":2721,"name":"T"},"inheritedFrom":{"type":"reference","id":2704,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2716,2714,2712,2711,2715,2720,2719,2717,2718,2710,2713]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":108,"character":17}],"typeParameter":[{"id":2721,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2708,"name":"GuildTextChannelType"}}],"extendedTypes":[{"type":"reference","id":2692,"typeArguments":[{"type":"reference","id":2721,"name":"T"}],"name":"APITextBasedChannel"},{"type":"reference","id":2698,"typeArguments":[{"type":"reference","id":2721,"name":"T"}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":2722,"name":"APITextChannel"}]},{"id":3311,"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":3312,"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":3313,"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":3314,"name":"APIGuildWelcomeScreenChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3312,3313]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":923,"character":17}]},{"id":3314,"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":3315,"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":3316,"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":3317,"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":3318,"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":[3315,3316,3317,3318]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":937,"character":17}]},{"id":3284,"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":3288,"name":"channels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":863,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3291,"name":"APIGuildWidgetChannel"}}},{"id":3285,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":860,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3287,"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":3289,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":864,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3295,"name":"APIGuildWidgetMember"}}},{"id":3286,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":861,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3290,"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":[3288,3285,3287,3289,3286,3290]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":859,"character":17}]},{"id":3291,"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":3292,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":873,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3293,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":874,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3294,"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":[3292,3293,3294]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":872,"character":17}]},{"id":3295,"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":3301,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/guild.ts","line":888,"character":1}],"type":{"type":"reflection","declaration":{"id":3302,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":3303,"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":[3303]}]}}},{"id":3299,"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":3304,"name":"avatar_url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":889,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3298,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":885,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3296,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":883,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3300,"name":"status","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/guild.ts","line":887,"character":1}],"type":{"type":"reference","id":3039,"name":"PresenceUpdateStatus"}},{"id":3297,"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":[3301,3299,3304,3298,3296,3300,3297]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":882,"character":17}]},{"id":3237,"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":3239,"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":3238,"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":[3239,3238]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":611,"character":17}]},{"id":3271,"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":3272,"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":3273,"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":[3272,3273]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":792,"character":17}]},{"id":3417,"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":3419,"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":3421,"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":3418,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":92,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3420,"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":2762,"name":"ChannelType"},"inheritedFrom":{"type":"reference","name":"Required.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3419,3421,3418,3420]}],"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":91,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":2681,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},{"id":3422,"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":3428,"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":3430,"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":3425,"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":3426,"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":3429,"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":3423,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":100,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3427,"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":3424,"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":[3428,3430,3425,3426,3429,3423,3427,3424]}],"sources":[{"fileName":"payloads/v8/_interactions/applicationCommands.ts","line":99,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3240,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"user"},{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":3575,"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":3579,"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":3243,"name":"APIGuildMember.avatar"}},{"id":3586,"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":3250,"name":"APIGuildMember.communication_disabled_until"}},{"id":3583,"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":3247,"name":"APIGuildMember.deaf"}},{"id":3581,"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":3245,"name":"APIGuildMember.joined_at"}},{"id":3584,"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":3248,"name":"APIGuildMember.mute"}},{"id":3578,"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":3242,"name":"APIGuildMember.nick"}},{"id":3585,"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":3249,"name":"APIGuildMember.pending"}},{"id":3576,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3582,"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":3246,"name":"APIGuildMember.premium_since"}},{"id":3580,"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":3244,"name":"APIGuildMember.roles"}},{"id":3577,"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":3836,"name":"APIUser"},"overwrites":{"type":"reference","id":3241,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[3579,3586,3583,3581,3584,3578,3585,3576,3582,3580,3577]}],"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":55,"character":17}],"extendedTypes":[{"type":"reference","id":3240,"name":"APIGuildMember"}]},{"id":3649,"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":3651,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":59,"character":1}],"type":{"type":"reference","id":3668,"name":"APIInteractionResponseCallbackData"}},{"id":3650,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":58,"character":1}],"type":{"type":"reference","id":3662,"name":"ChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[3651,3650]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":57,"character":17}]},{"id":3652,"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":3654,"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":3668,"name":"APIInteractionResponseCallbackData"},{"type":"literal","value":"flags"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":3653,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":66,"character":1}],"type":{"type":"reference","id":3663,"name":"DeferredChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[3654,3653]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":65,"character":17}]},{"id":3655,"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":3656,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":74,"character":1}],"type":{"type":"reference","id":3664,"name":"DeferredMessageUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[3656]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":73,"character":17}]},{"id":3641,"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":3642,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":35,"character":1}],"type":{"type":"reference","id":3661,"name":"Pong"}}],"groups":[{"title":"Properties","kind":1024,"children":[3642]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":34,"character":17}]},{"id":3657,"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":3659,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":82,"character":1}],"type":{"type":"reference","id":3668,"name":"APIInteractionResponseCallbackData"}},{"id":3658,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":81,"character":1}],"type":{"type":"reference","id":3665,"name":"UpdateMessage"}}],"groups":[{"title":"Properties","kind":1024,"children":[3659,3658]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":80,"character":17}]},{"id":3678,"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":3687,"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":3686,"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":3681,"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":2681,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":3679,"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":3688,"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":3680,"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":3677,"name":"APIInviteGuild"}},{"id":3690,"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":3381,"name":"APIGuildScheduledEvent"}},{"id":3682,"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":3836,"name":"APIUser"}},{"id":3689,"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":3760,"name":"APIInviteStageInstance"}},{"id":3685,"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":2506,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":3683,"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":3691,"name":"InviteTargetType"}},{"id":3684,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3687,3686,3681,3679,3688,3680,3690,3682,3689,3685,3683,3684]}],"sources":[{"fileName":"payloads/v8/invite.ts","line":31,"character":17}],"extendedBy":[{"type":"reference","id":3694,"name":"APIExtendedInvite"}]},{"id":3760,"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":3764,"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":3240,"name":"APIGuildMember"}}},{"id":3762,"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":3763,"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":3761,"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":[3764,3762,3763,3761]}],"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":56,"character":17}]},{"id":2774,"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":2797,"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":2829,"name":"APIMessageActivity"}},{"id":2798,"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":2506,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":2799,"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":2790,"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":2915,"name":"APIAttachment"}}},{"id":2778,"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":3836,"name":"APIUser"}},{"id":2776,"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":2804,"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":2948,"typeArguments":[{"type":"reference","id":3007,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":2780,"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":2782,"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":2791,"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":2864,"name":"APIEmbed"}}},{"id":2801,"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":2841,"name":"MessageFlags"}},{"id":2777,"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":2775,"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":2803,"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":3569,"name":"APIMessageInteraction"}},{"id":2779,"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":3240,"name":"APIGuildMember"}},{"id":2789,"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":2926,"name":"APIChannelMention"}}},{"id":2784,"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":2788,"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":2785,"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":3836,"name":"APIUser"},{"type":"reflection","declaration":{"id":2786,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2787,"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":3240,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}],"groups":[{"title":"Properties","kind":1024,"children":[2787]}]}}]}}},{"id":2800,"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":2832,"name":"APIMessageReference"}},{"id":2793,"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":2794,"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":2792,"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":2852,"name":"APIReaction"}}},{"id":2802,"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":2774,"name":"APIMessage"}]}},{"id":2805,"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":3785,"name":"APIStickerItem"}}},{"id":2806,"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":3765,"name":"APISticker"}}},{"id":2781,"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":2783,"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":2796,"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":2807,"name":"MessageType"}},{"id":2795,"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":[2797,2798,2799,2790,2778,2776,2804,2780,2782,2791,2801,2777,2775,2803,2779,2789,2784,2788,2785,2800,2793,2794,2792,2802,2805,2806,2781,2783,2796,2795]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":292,"character":17}]},{"id":2829,"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":2831,"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":2830,"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":2836,"name":"MessageActivityType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2831,2830]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":509,"character":17}]},{"id":3535,"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":3538,"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":3540,"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":3537,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":38,"character":1}],"type":{"type":"reference","id":3541,"name":"APIMessageApplicationCommandInteractionDataResolved"}},{"id":3536,"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":3539,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":9,"character":1}],"type":{"type":"reference","id":3415,"name":"Message"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3538,3540,3537,3536,3539]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":35,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3415,"name":"ApplicationCommandType.Message"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":3541,"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":3542,"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":2774,"name":"APIMessage"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[3542]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":45,"character":17}]},{"id":3609,"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":3611,"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":3612,"name":"CType"}},{"id":3610,"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":[3611,3610]}],"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":27,"character":17}],"typeParameter":[{"id":3612,"name":"CType","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2943,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":3614,"name":"APIMessageSelectMenuInteractionData"}]},{"id":2952,"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":2955,"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":2953,"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":2954,"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":[2955,2953,2954]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1123,"character":17}]},{"id":3569,"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":3570,"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":3574,"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":3568,"name":"PartialAPIMessageInteractionGuildMember"}},{"id":3572,"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":3571,"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":3634,"name":"InteractionType"}},{"id":3573,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3570,3574,3572,3571,3573]}],"sources":[{"fileName":"payloads/v8/_interactions/base.ts","line":28,"character":17}]},{"id":2832,"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":2834,"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":2835,"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":2833,"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":[2834,2835,2833]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":528,"character":17}]},{"id":3614,"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":3617,"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":2946,"name":"SelectMenu"},"inheritedFrom":{"type":"reference","id":3611,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":3616,"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":3610,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":3615,"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":[3617,3616,3615]}],"sources":[{"fileName":"payloads/v8/_interactions/messageComponents.ts","line":46,"character":17}],"extendedTypes":[{"type":"reference","id":3609,"typeArguments":[{"type":"reference","id":2946,"name":"ComponentType.SelectMenu"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":3646,"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":3648,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":51,"character":1}],"type":{"type":"reference","id":3673,"name":"APIModalInteractionResponseCallbackData"}},{"id":3647,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":50,"character":1}],"type":{"type":"reference","id":3667,"name":"Modal"}}],"groups":[{"title":"Properties","kind":1024,"children":[3648,3647]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":49,"character":17}]},{"id":3673,"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":3676,"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":2948,"typeArguments":[{"type":"reference","id":2994,"name":"APITextInputComponent"}],"name":"APIActionRowComponent"}}},{"id":3674,"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":3675,"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":[3676,3674,3675]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":140,"character":17}]},{"id":3627,"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":3629,"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":3624,"name":"ModalSubmitActionRowComponent"}}},{"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/modalSubmit.ts","line":34,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[3629,3628]}],"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":30,"character":17}]},{"id":2856,"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":2859,"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":2860,"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":2857,"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":2858,"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":2861,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2859,2860,2857,2858]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":629,"character":17}]},{"id":2681,"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":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"}},{"id":2684,"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":2683,"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":2762,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[2682,2684,2683]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":18,"character":17}],"extendedBy":[{"type":"reference","id":2685,"name":"APIChannelBase"}]},{"id":3009,"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":3012,"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":3010,"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":3011,"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":[3012,3010,3011]}],"sources":[{"fileName":"payloads/v8/emoji.ts","line":13,"character":17}],"extendedBy":[{"type":"reference","id":3013,"name":"APIEmoji"}]},{"id":3105,"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":3109,"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":3110,"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":3111,"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":3200,"name":"GuildFeature"}}},{"id":3107,"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":3115,"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":3106,"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":3108,"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":3114,"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":3113,"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":3112,"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":3184,"name":"GuildVerificationLevel"}},{"id":3116,"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":3311,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","name":"Pick.welcome_screen"}}],"groups":[{"title":"Properties","kind":1024,"children":[3109,3110,3111,3107,3115,3106,3108,3114,3113,3112,3116]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":35,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3102,"name":"APIUnavailableGuild"},{"type":"literal","value":"unavailable"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":3117,"name":"APIGuild"},{"type":"literal","value":"welcome_screen"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"extendedBy":[{"type":"reference","id":3117,"name":"APIGuild"}]},{"id":2852,"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":2853,"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":2855,"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":3009,"name":"APIPartialEmoji"}},{"id":2854,"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":[2853,2855,2854]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":608,"character":17}]},{"id":3734,"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":3737,"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":3738,"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":3739,"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":3735,"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":3743,"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":3744,"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":3736,"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":3742,"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":3741,"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":3745,"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":3746,"name":"APIRoleTags"}},{"id":3740,"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":[3737,3738,3739,3735,3743,3744,3736,3742,3741,3745,3740]}],"sources":[{"fileName":"payloads/v8/permissions.ts","line":11,"character":17}]},{"id":3746,"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":3747,"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":3749,"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":3748,"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":[3747,3749,3748]}],"sources":[{"fileName":"payloads/v8/permissions.ts","line":64,"character":17}]},{"id":2980,"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":2981,"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":2986,"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":2985,"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":2984,"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":2982,"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":2988,"name":"APISelectMenuOption"}}},{"id":2983,"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":2987,"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":2946,"name":"SelectMenu"},"inheritedFrom":{"type":"reference","id":2941,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2981,2986,2985,2984,2982,2983,2987]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1191,"character":17}],"extendedTypes":[{"type":"reference","id":2940,"typeArguments":[{"type":"reference","id":2946,"name":"ComponentType.SelectMenu"}],"name":"APIBaseComponent"}]},{"id":2988,"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":2993,"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":2991,"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":2992,"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":2952,"name":"APIMessageComponentEmoji"}},{"id":2989,"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":2990,"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":[2993,2991,2992,2989,2990]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1228,"character":17}]},{"id":3750,"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":3753,"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":3756,"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":3752,"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":3751,"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":3755,"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":3757,"name":"StageInstancePrivacyLevel"}},{"id":3754,"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":[3753,3756,3752,3751,3755,3754]}],"sources":[{"fileName":"payloads/v8/stageInstance.ts","line":8,"character":17}]},{"id":3330,"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":3331,"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":3344,"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":3836,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":3335,"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":3337,"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":3343,"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":3332,"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":3342,"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":3385,"name":"StageInstance"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":3334,"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":3333,"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":3346,"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":3336,"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":3340,"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":3394,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":3339,"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":3338,"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":3341,"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":3388,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":3345,"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":[3331,3344,3335,3337,3343,3332,3342,3334,3333,3346,3336,3340,3339,3338,3341,3345]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":78,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3385,"name":"GuildScheduledEventEntityType.StageInstance"}],"name":"APIGuildScheduledEventBase"}]},{"id":3765,"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":3771,"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":3774,"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":3769,"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":3773,"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":3781,"name":"StickerFormatType"}},{"id":3775,"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":3766,"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":3768,"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":3767,"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":3777,"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":3770,"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":3772,"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":3778,"name":"StickerType"}},{"id":3776,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3771,3774,3769,3773,3775,3766,3768,3767,3777,3770,3772,3776]}],"sources":[{"fileName":"payloads/v8/sticker.ts","line":12,"character":17}]},{"id":3786,"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":3793,"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":3791,"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":3792,"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":3787,"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":3789,"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":3790,"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":3788,"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":3765,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[3793,3791,3792,3787,3789,3790,3788]}],"sources":[{"fileName":"payloads/v8/sticker.ts","line":103,"character":17}]},{"id":3794,"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":3795,"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":3796,"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":3797,"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":3800,"name":"APITeamMember"}}},{"id":3798,"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":3799,"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":[3795,3796,3797,3798,3799]}],"sources":[{"fileName":"payloads/v8/teams.ts","line":12,"character":17}]},{"id":3800,"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":3801,"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":3805,"name":"TeamMemberMembershipState"}},{"id":3802,"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":3803,"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":3804,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3801,3802,3803,3804]}],"sources":[{"fileName":"payloads/v8/teams.ts","line":39,"character":17}]},{"id":3808,"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":3809,"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":3815,"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":3814,"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":3836,"name":"APIUser"}},{"id":3813,"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":3811,"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":3819,"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":3810,"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":3818,"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":3820,"name":"APITemplateSerializedSourceGuild"}},{"id":3817,"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":3816,"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":3812,"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":[3809,3815,3814,3813,3811,3819,3810,3818,3817,3816,3812]}],"sources":[{"fileName":"payloads/v8/template.ts","line":13,"character":17}]},{"id":3820,"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":3828,"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":3829,"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":3834,"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","typeArguments":[{"type":"reference","id":4349,"name":"APIGuildCreatePartialChannel"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"Omit.channels"}},{"id":3830,"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":"union","types":[{"type":"reference","id":3170,"name":"AllMessages"},{"type":"reference","id":3171,"name":"OnlyMentions"}]},"inheritedFrom":{"type":"reference","name":"Omit.default_message_notifications"}},{"id":3821,"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":3831,"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":"union","types":[{"type":"reference","id":3173,"name":"Disabled"},{"type":"reference","id":3174,"name":"MembersWithoutRoles"},{"type":"reference","id":3175,"name":"AllMembers"}]},"inheritedFrom":{"type":"reference","name":"Omit.explicit_content_filter"}},{"id":3823,"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":3824,"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":3822,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/template.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":3835,"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":3825,"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":3826,"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","typeArguments":[{"type":"reference","id":4355,"name":"APIGuildCreateRole"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}},{"id":3833,"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":3195,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.system_channel_flags"}},{"id":3832,"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":3827,"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":"union","types":[{"type":"reference","id":3185,"name":"None"},{"type":"reference","id":3186,"name":"Low"},{"type":"reference","id":3187,"name":"Medium"},{"type":"reference","id":3188,"name":"High"},{"type":"reference","id":3189,"name":"VeryHigh"}]},"inheritedFrom":{"type":"reference","name":"Omit.verification_level"}}],"groups":[{"title":"Properties","kind":1024,"children":[3828,3829,3834,3830,3821,3831,3823,3824,3822,3835,3825,3826,3833,3832,3827]}],"sources":[{"fileName":"payloads/v8/template.ts","line":65,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":4364,"name":"RESTPostAPIGuildsJSONBody"},{"type":"literal","value":"icon"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":2692,"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":2695,"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":2687,"name":"APIChannelBase.id"}},{"id":2693,"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":2696,"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":2688,"name":"APIChannelBase.name"}},{"id":2694,"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":2697,"name":"T"},"inheritedFrom":{"type":"reference","id":2686,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2695,2693,2696,2694]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":65,"character":17}],"typeParameter":[{"id":2697,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":2762,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":2685,"typeArguments":[{"type":"reference","id":2697,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":2709,"name":"APIGuildTextChannel"}]},{"id":2722,"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":2730,"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":2716,"name":"APIGuildTextChannel.guild_id"}},{"id":2728,"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":2714,"name":"APIGuildTextChannel.id"}},{"id":2726,"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":2712,"name":"APIGuildTextChannel.last_message_id"}},{"id":2725,"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":2711,"name":"APIGuildTextChannel.last_pin_timestamp"}},{"id":2729,"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":2715,"name":"APIGuildTextChannel.name"}},{"id":2734,"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":2720,"name":"APIGuildTextChannel.nsfw"}},{"id":2733,"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":2719,"name":"APIGuildTextChannel.parent_id"}},{"id":2731,"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":2856,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":2717,"name":"APIGuildTextChannel.permission_overwrites"}},{"id":2732,"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":2718,"name":"APIGuildTextChannel.position"}},{"id":2723,"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":2724,"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":2710,"name":"APIGuildTextChannel.topic"}},{"id":2727,"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":2763,"name":"GuildText"},"inheritedFrom":{"type":"reference","id":2713,"name":"APIGuildTextChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[2730,2728,2726,2725,2729,2734,2733,2731,2732,2723,2724,2727]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":125,"character":17}],"extendedTypes":[{"type":"reference","id":2709,"typeArguments":[{"type":"reference","id":2763,"name":"ChannelType.GuildText"}],"name":"APIGuildTextChannel"}]},{"id":2994,"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":2996,"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":2997,"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":3001,"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":3000,"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":2998,"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":3002,"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":2995,"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":2977,"name":"TextInputStyle"}},{"id":3003,"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":2947,"name":"TextInput"},"inheritedFrom":{"type":"reference","id":2941,"name":"APIBaseComponent.type"}},{"id":2999,"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":[2996,2997,3001,3000,2998,3002,2995,3003,2999]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":1255,"character":17}],"extendedTypes":[{"type":"reference","id":2940,"typeArguments":[{"type":"reference","id":2947,"name":"ComponentType.TextInput"}],"name":"APIBaseComponent"}]},{"id":3102,"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":3103,"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":3104,"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":[3103,3104]}],"sources":[{"fileName":"payloads/v8/guild.ts","line":20,"character":17}]},{"id":3836,"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":3845,"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":3840,"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":3844,"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":3841,"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":3839,"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":3848,"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":3849,"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":3852,"name":"UserFlags"}},{"id":3837,"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":3846,"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":3843,"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":3850,"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":3869,"name":"UserPremiumType"}},{"id":3851,"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":3852,"name":"UserFlags"}},{"id":3842,"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":3838,"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":3847,"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":[3845,3840,3844,3841,3839,3848,3849,3837,3846,3843,3850,3851,3842,3838,3847]}],"sources":[{"fileName":"payloads/v8/user.ts","line":12,"character":17}]},{"id":3526,"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":3529,"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":3531,"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":3528,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":19,"character":1}],"type":{"type":"reference","id":3532,"name":"APIUserApplicationCommandInteractionDataResolved"}},{"id":3527,"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":3530,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/internals.ts","line":9,"character":1}],"type":{"type":"reference","id":3414,"name":"User"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3529,3531,3528,3527,3530]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":16,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3414,"name":"ApplicationCommandType.User"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":3532,"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":3534,"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":3422,"name":"APIInteractionDataResolvedGuildMember"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":3533,"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":3836,"name":"APIUser"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[3534,3533]}],"sources":[{"fileName":"payloads/v8/_interactions/_applicationCommands/contextMenu.ts","line":26,"character":17}]},{"id":2738,"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":2739,"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":2743,"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":2699,"name":"APIGuildChannel.guild_id"}},{"id":2749,"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":2705,"name":"APIGuildChannel.id"}},{"id":2750,"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":2706,"name":"APIGuildChannel.name"}},{"id":2747,"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":2703,"name":"APIGuildChannel.nsfw"}},{"id":2746,"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":2702,"name":"APIGuildChannel.parent_id"}},{"id":2744,"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":2856,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":2700,"name":"APIGuildChannel.permission_overwrites"}},{"id":2745,"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":2701,"name":"APIGuildChannel.position"}},{"id":2741,"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":2748,"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":2765,"name":"GuildVoice"},{"type":"reference","id":2770,"name":"GuildStageVoice"}]},"inheritedFrom":{"type":"reference","id":2704,"name":"APIGuildChannel.type"}},{"id":2740,"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":2742,"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":2771,"name":"VideoQualityMode"}}],"groups":[{"title":"Properties","kind":1024,"children":[2739,2743,2749,2750,2747,2746,2744,2745,2741,2748,2740,2742]}],"sources":[{"fileName":"payloads/v8/channel.ts","line":151,"character":17}],"extendedTypes":[{"type":"reference","id":2698,"typeArguments":[{"type":"union","types":[{"type":"reference","id":2770,"name":"ChannelType.GuildStageVoice"},{"type":"reference","id":2765,"name":"ChannelType.GuildVoice"}]}],"name":"APIGuildChannel"}]},{"id":3347,"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":3348,"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":3361,"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":3836,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":3352,"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":3354,"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":3360,"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":3349,"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":3359,"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":3386,"name":"Voice"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":3351,"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":3350,"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":3363,"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":3353,"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":3357,"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":3394,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":3356,"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":3355,"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":3358,"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":3388,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":3362,"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":[3348,3361,3352,3354,3360,3349,3359,3351,3350,3363,3353,3357,3356,3355,3358,3362]}],"sources":[{"fileName":"payloads/v8/guildScheduledEvent.ts","line":87,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":3386,"name":"GuildScheduledEventEntityType.Voice"}],"name":"APIGuildScheduledEventBase"}]},{"id":3900,"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":3905,"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":3904,"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":3901,"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":3902,"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":3903,"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":[3905,3904,3901,3902,3903]}],"sources":[{"fileName":"payloads/v8/voice.ts","line":73,"character":17}]},{"id":3906,"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":3915,"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":3913,"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":3910,"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":3909,"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":3907,"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":3912,"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":3917,"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":2681,"name":"APIPartialChannel"}},{"id":3916,"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":3105,"name":"APIPartialGuild"}},{"id":3914,"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":3908,"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":3919,"name":"WebhookType"}},{"id":3918,"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":3911,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[3915,3913,3910,3909,3907,3912,3917,3916,3914,3908,3918,3911]}],"sources":[{"fileName":"payloads/v8/webhook.ts","line":12,"character":17}]},{"id":3049,"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":3058,"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":3064,"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":3068,"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":3099,"name":"GatewayActivityButton"}}]}},{"id":3054,"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":3059,"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":3061,"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":3083,"name":"GatewayActivityEmoji"}},{"id":3067,"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":3089,"name":"ActivityFlags"}},{"id":3050,"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":3066,"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":3051,"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":3063,"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":3084,"name":"GatewayActivityParty"}},{"id":3057,"name":"platform","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/gateway.ts","line":163,"character":1}],"type":{"type":"reference","id":3069,"name":"ActivityPlatform"}},{"id":3065,"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":3062,"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":3060,"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":3056,"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":3055,"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":3080,"name":"GatewayActivityTimestamps"}},{"id":3052,"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":3073,"name":"ActivityType"}},{"id":3053,"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":[3058,3064,3068,3054,3059,3061,3067,3050,3066,3051,3063,3057,3065,3062,3060,3056,3055,3052,3053]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":135,"character":17}]},{"id":3099,"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":3100,"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":3101,"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":[3100,3101]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":328,"character":17}]},{"id":3084,"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":3085,"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":3086,"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":[3085,3086]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":284,"character":17}]},{"id":3080,"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":3082,"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":3081,"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":[3082,3081]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":263,"character":17}]},{"id":2262,"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":2264,"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":2263,"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":2265,"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":[2264,2263,2265]}],"sources":[{"fileName":"gateway/v8.ts","line":507,"character":17}]},{"id":2275,"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":2276,"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":2277,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[2276,2277]}],"sources":[{"fileName":"gateway/v8.ts","line":590,"character":17}]},{"id":2283,"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":2285,"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":3013,"name":"APIEmoji"}}},{"id":2284,"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":[2285,2284]}],"sources":[{"fileName":"gateway/v8.ts","line":640,"character":17}]},{"id":2291,"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":2292,"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":[2292]}],"sources":[{"fileName":"gateway/v8.ts","line":692,"character":17}]},{"id":2294,"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":2298,"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":3243,"name":"APIGuildMember.avatar"}},{"id":2305,"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":3250,"name":"APIGuildMember.communication_disabled_until"}},{"id":2302,"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":3247,"name":"APIGuildMember.deaf"}},{"id":2295,"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":2300,"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":3245,"name":"APIGuildMember.joined_at"}},{"id":2303,"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":3248,"name":"APIGuildMember.mute"}},{"id":2297,"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":3242,"name":"APIGuildMember.nick"}},{"id":2304,"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":3249,"name":"APIGuildMember.pending"}},{"id":2301,"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":3246,"name":"APIGuildMember.premium_since"}},{"id":2299,"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":3244,"name":"APIGuildMember.roles"}},{"id":2296,"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":3836,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":3241,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[2298,2305,2302,2295,2300,2303,2297,2304,2301,2299,2296]}],"sources":[{"fileName":"gateway/v8.ts","line":712,"character":17}],"extendedTypes":[{"type":"reference","id":3240,"name":"APIGuildMember"}]},{"id":2307,"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":2308,"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":2309,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[2308,2309]}],"sources":[{"fileName":"gateway/v8.ts","line":732,"character":17}]},{"id":2315,"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":2319,"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":2318,"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":2316,"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":2317,"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":3240,"name":"APIGuildMember"}}},{"id":2322,"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":2320,"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":2321,"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":3033,"name":"GatewayPresenceUpdate"}}}],"groups":[{"title":"Properties","kind":1024,"children":[2319,2318,2316,2317,2322,2320,2321]}],"sources":[{"fileName":"gateway/v8.ts","line":781,"character":17}]},{"id":2332,"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":2333,"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":2334,"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":[2333,2334]}],"sources":[{"fileName":"gateway/v8.ts","line":883,"character":17}]},{"id":2324,"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":2325,"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":2326,"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":3734,"name":"APIRole"}}],"groups":[{"title":"Properties","kind":1024,"children":[2325,2326]}],"sources":[{"fileName":"gateway/v8.ts","line":833,"character":17}]},{"id":2342,"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":2345,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":947,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2343,"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":2344,"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":[2345,2343,2344]}],"sources":[{"fileName":"gateway/v8.ts","line":944,"character":17}]},{"id":2347,"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":2350,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":964,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":2348,"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":2349,"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":[2350,2348,2349]}],"sources":[{"fileName":"gateway/v8.ts","line":961,"character":17}]},{"id":2287,"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":2288,"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":2289,"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":3765,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[2288,2289]}],"sources":[{"fileName":"gateway/v8.ts","line":666,"character":17}]},{"id":2442,"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":2444,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1478,"character":1}],"type":{"type":"reference","id":2445,"name":"GatewayHeartbeatData"}},{"id":2443,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1477,"character":1}],"type":{"type":"reference","id":2121,"name":"Heartbeat"}}],"groups":[{"title":"Properties","kind":1024,"children":[2444,2443]}],"sources":[{"fileName":"gateway/v8.ts","line":1476,"character":17}]},{"id":2228,"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":2230,"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":2229,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":358,"character":1}],"type":{"type":"reference","id":2130,"name":"HeartbeatAck"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2232,"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":2231,"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":[2230,2229,2232,2231]}],"sources":[{"fileName":"gateway/v8.ts","line":357,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2223,"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":2225,"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":2224,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":349,"character":1}],"type":{"type":"reference","id":2121,"name":"Heartbeat"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2227,"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":2226,"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":[2225,2224,2227,2226]}],"sources":[{"fileName":"gateway/v8.ts","line":348,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2216,"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":2218,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":330,"character":1}],"type":{"type":"reference","id":2221,"name":"GatewayHelloData"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":2217,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":329,"character":1}],"type":{"type":"reference","id":2129,"name":"Hello"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2220,"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":2219,"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":[2218,2217,2220,2219]}],"sources":[{"fileName":"gateway/v8.ts","line":328,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2221,"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":2222,"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":[2222]}],"sources":[{"fileName":"gateway/v8.ts","line":337,"character":17}]},{"id":2446,"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":2448,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1493,"character":1}],"type":{"type":"reference","id":2449,"name":"GatewayIdentifyData"}},{"id":2447,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1492,"character":1}],"type":{"type":"reference","id":2122,"name":"Identify"}}],"groups":[{"title":"Properties","kind":1024,"children":[2448,2447]}],"sources":[{"fileName":"gateway/v8.ts","line":1491,"character":17}]},{"id":2449,"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":2452,"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":2456,"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":2453,"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":2455,"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":2489,"name":"GatewayPresenceUpdateData"}},{"id":2451,"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":2457,"name":"GatewayIdentifyProperties"}},{"id":2454,"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":2450,"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":[2452,2456,2453,2455,2451,2454,2450]}],"sources":[{"fileName":"gateway/v8.ts","line":1500,"character":17}]},{"id":2457,"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":2459,"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":2460,"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":2458,"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":[2459,2460,2458]}],"sources":[{"fileName":"gateway/v8.ts","line":1548,"character":17}]},{"id":2360,"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":2363,"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":2362,"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":2361,"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":[2363,2362,2361]}],"sources":[{"fileName":"gateway/v8.ts","line":1010,"character":17}]},{"id":2233,"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":2235,"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":2234,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":367,"character":1}],"type":{"type":"reference","id":2128,"name":"InvalidSession"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2237,"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":2236,"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":[2235,2234,2237,2236]}],"sources":[{"fileName":"gateway/v8.ts","line":366,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2367,"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":2368,"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":2369,"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":2370,"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":2371,"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":2372,"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":3836,"name":"APIUser"}},{"id":2373,"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":2374,"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":2377,"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":2506,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":2375,"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":3691,"name":"InviteTargetType"}},{"id":2376,"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":3836,"name":"APIUser"}},{"id":2378,"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":2379,"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":[2368,2369,2370,2371,2372,2373,2374,2377,2375,2376,2378,2379]}],"sources":[{"fileName":"gateway/v8.ts","line":1053,"character":17}]},{"id":2381,"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":2382,"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":2384,"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":2383,"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":[2382,2384,2383]}],"sources":[{"fileName":"gateway/v8.ts","line":1125,"character":17}]},{"id":2398,"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":2400,"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":2401,"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":2399,"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":[2400,2401,2399]}],"sources":[{"fileName":"gateway/v8.ts","line":1216,"character":17}]},{"id":2393,"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":2395,"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":2396,"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":2394,"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":[2395,2396,2394]}],"sources":[{"fileName":"gateway/v8.ts","line":1188,"character":17}]},{"id":2409,"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":2411,"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":2410,"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":3013,"name":"APIEmoji"}},{"id":2413,"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":2412,"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":[2411,2410,2413,2412]}],"sources":[{"fileName":"gateway/v8.ts","line":1283,"character":17}],"extendedTypes":[{"type":"reference","name":"MessageReactionRemoveData"}]},{"id":3045,"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":3046,"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":3039,"name":"PresenceUpdateStatus"}},{"id":3047,"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":3039,"name":"PresenceUpdateStatus"}},{"id":3048,"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":3039,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[3046,3047,3048]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":116,"character":17}]},{"id":3033,"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":3037,"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":3049,"name":"GatewayActivity"}}},{"id":3038,"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":3045,"name":"GatewayPresenceClientStatus"}},{"id":3035,"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":3036,"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":3039,"name":"PresenceUpdateStatus"}},{"id":3034,"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":3836,"name":"APIUser"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","id":3836,"name":"APIUser"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[3037,3038,3035,3036,3034]}],"sources":[{"fileName":"payloads/v8/gateway.ts","line":66,"character":17}]},{"id":2489,"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":2491,"name":"activities","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's activities","text":"See https://discord.com/developers/docs/topics/gateway-events#activity-object\n"},"sources":[{"fileName":"gateway/v8.ts","line":1691,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2494,"name":"GatewayActivityUpdateData"}}},{"id":2493,"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":2490,"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":2492,"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":3039,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[2491,2493,2490,2492]}],"sources":[{"fileName":"gateway/v8.ts","line":1681,"character":17}]},{"id":2245,"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":2251,"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":2506,"name":"APIApplication"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"flags"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":2248,"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":3102,"name":"APIUnavailableGuild"}}},{"id":2249,"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":2250,"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":2247,"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":3836,"name":"APIUser"}},{"id":2246,"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":[2251,2248,2249,2250,2247,2246]}],"sources":[{"fileName":"gateway/v8.ts","line":396,"character":17}]},{"id":2239,"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":2241,"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":2240,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":382,"character":1}],"type":{"type":"reference","id":2126,"name":"Reconnect"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":2243,"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":2242,"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":[2241,2240,2243,2242]}],"sources":[{"fileName":"gateway/v8.ts","line":381,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":2468,"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":2470,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1597,"character":1}],"type":{"type":"reference","id":2471,"name":"GatewayRequestGuildMembersData"}},{"id":2469,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1596,"character":1}],"type":{"type":"reference","id":2127,"name":"RequestGuildMembers"}}],"groups":[{"title":"Properties","kind":1024,"children":[2470,2469]}],"sources":[{"fileName":"gateway/v8.ts","line":1595,"character":17}]},{"id":2471,"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":2472,"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":2474,"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":2477,"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":2475,"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":2473,"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":2476,"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":[2472,2474,2477,2475,2473,2476]}],"sources":[{"fileName":"gateway/v8.ts","line":1604,"character":17}]},{"id":2461,"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":2463,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1569,"character":1}],"type":{"type":"reference","id":2464,"name":"GatewayResumeData"}},{"id":2462,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1568,"character":1}],"type":{"type":"reference","id":2125,"name":"Resume"}}],"groups":[{"title":"Properties","kind":1024,"children":[2463,2462]}],"sources":[{"fileName":"gateway/v8.ts","line":1567,"character":17}]},{"id":2464,"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":2467,"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":2466,"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":2465,"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":[2467,2466,2465]}],"sources":[{"fileName":"gateway/v8.ts","line":1576,"character":17}]},{"id":2423,"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":2424,"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":2425,"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":2428,"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":3240,"name":"APIGuildMember"}},{"id":2427,"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":2426,"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":[2424,2425,2428,2427,2426]}],"sources":[{"fileName":"gateway/v8.ts","line":1360,"character":17}]},{"id":2486,"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":2488,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1674,"character":1}],"type":{"type":"reference","id":2489,"name":"GatewayPresenceUpdateData"}},{"id":2487,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1673,"character":1}],"type":{"type":"reference","id":2123,"name":"PresenceUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[2488,2487]}],"sources":[{"fileName":"gateway/v8.ts","line":1672,"character":17}]},{"id":2434,"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":2437,"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":2436,"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":2435,"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":[2437,2436,2435]}],"sources":[{"fileName":"gateway/v8.ts","line":1425,"character":17}]},{"id":3886,"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":3888,"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":3892,"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":3887,"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":3890,"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":3240,"name":"APIGuildMember"}},{"id":3893,"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":3899,"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":3894,"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":3895,"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":3896,"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":3897,"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":3891,"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":3898,"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":3889,"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":[3888,3892,3887,3890,3893,3899,3894,3895,3896,3897,3891,3898,3889]}],"sources":[{"fileName":"payloads/v8/voice.ts","line":12,"character":17}]},{"id":2478,"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":2480,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1642,"character":1}],"type":{"type":"reference","id":2481,"name":"GatewayVoiceStateUpdateData"}},{"id":2479,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v8.ts","line":1641,"character":1}],"type":{"type":"reference","id":2124,"name":"VoiceStateUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[2480,2479]}],"sources":[{"fileName":"gateway/v8.ts","line":1640,"character":17}]},{"id":2481,"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":2483,"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":2482,"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":2485,"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":2484,"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":[2483,2482,2485,2484]}],"sources":[{"fileName":"gateway/v8.ts","line":1649,"character":17}]},{"id":2439,"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":2441,"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":2440,"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":[2441,2440]}],"sources":[{"fileName":"gateway/v8.ts","line":1457,"character":17}]},{"id":3624,"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":3625,"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":3620,"name":"ModalSubmitComponent"}}},{"id":3626,"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":2944,"name":"ActionRow"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[3625,3626]}],"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":22,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":2948,"typeArguments":[{"type":"reference","id":3008,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"},{"type":"literal","value":"components"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":3620,"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":3622,"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":3621,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":14,"character":1}],"type":{"type":"reference","id":2943,"name":"ComponentType"}},{"id":3623,"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":[3622,3621,3623]}],"sources":[{"fileName":"payloads/v8/_interactions/modalSubmit.ts","line":13,"character":17}]},{"id":4759,"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":4764,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/user.ts","line":73,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3200,"name":"GuildFeature"}}},{"id":4762,"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":4760,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/user.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4761,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/user.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4763,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/user.ts","line":72,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":4765,"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":[4764,4762,4760,4761,4763,4765]}],"sources":[{"fileName":"rest/v8/user.ts","line":68,"character":17}]},{"id":4215,"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":4217,"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":2559,"name":"AuditLogEvent"}},{"id":4218,"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":4219,"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":4216,"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":[4217,4218,4219,4216]}],"sources":[{"fileName":"rest/v8/auditLog.ts","line":8,"character":17}]},{"id":4274,"name":"RESTGetAPIChannelMessageReactionUsersQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":4275,"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":4276,"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":[4275,4276]}],"sources":[{"fileName":"rest/v8/channel.ts","line":293,"character":17}]},{"id":4243,"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":4246,"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":4244,"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":4245,"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":4247,"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":[4246,4244,4245,4247]}],"sources":[{"fileName":"rest/v8/channel.ts","line":134,"character":17}]},{"id":4755,"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":4757,"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":4756,"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":4758,"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":[4757,4756,4758]}],"sources":[{"fileName":"rest/v8/user.ts","line":48,"character":17}]},{"id":4419,"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":4421,"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":4420,"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":[4421,4420]}],"sources":[{"fileName":"rest/v8/guild.ts","line":365,"character":17}]},{"id":4423,"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":4425,"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":4424,"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":[4425,4424]}],"sources":[{"fileName":"rest/v8/guild.ts","line":390,"character":17}]},{"id":4489,"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":4490,"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":4491,"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":[4490,4491]}],"sources":[{"fileName":"rest/v8/guild.ts","line":722,"character":17}]},{"id":4492,"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":4493,"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":[4493]}],"sources":[{"fileName":"rest/v8/guild.ts","line":744,"character":17}]},{"id":4380,"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":4381,"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":[4381]}],"sources":[{"fileName":"rest/v8/guild.ts","line":168,"character":17}]},{"id":4550,"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":4551,"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":[4551]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":82,"character":17}]},{"id":4558,"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":4562,"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":4561,"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":4559,"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":4560,"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":[4562,4561,4559,4560]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":123,"character":17}]},{"id":4535,"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":4536,"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":[4536]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":16,"character":17}]},{"id":4509,"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":4510,"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":4511,"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":[4510,4511]}],"sources":[{"fileName":"rest/v8/guild.ts","line":831,"character":17}]},{"id":4512,"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":4513,"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":3305,"name":"GuildWidgetStyle"}}],"groups":[{"title":"Properties","kind":1024,"children":[4513]}],"sources":[{"fileName":"rest/v8/guild.ts","line":840,"character":17}]},{"id":4615,"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":4618,"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":4616,"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":4617,"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":[4618,4616,4617]}],"sources":[{"fileName":"rest/v8/invite.ts","line":8,"character":17}]},{"id":4622,"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":4623,"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":2506,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":4625,"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":4624,"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":3712,"name":"OAuth2Scopes"}}},{"id":4626,"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":3836,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[4623,4625,4624,4626]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":14,"character":17}]},{"id":4714,"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":4715,"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":3786,"name":"APIStickerPack"}}}],"groups":[{"title":"Properties","kind":1024,"children":[4715]}],"sources":[{"fileName":"rest/v8/sticker.ts","line":12,"character":17}]},{"id":4673,"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":4674,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":166,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4678,"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":4677,"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":4676,"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":4680,"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":4679,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":181,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4675,"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":3713,"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":[4674,4678,4677,4676,4680,4679,4675]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":165,"character":17}]},{"id":4681,"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":4682,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":189,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4684,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4685,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4683,"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":[4682,4684,4685,4683]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":188,"character":17}]},{"id":4627,"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":4629,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":39,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4633,"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":4631,"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":4628,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":38,"character":1}],"type":{"type":"literal","value":"code"}},{"id":4630,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":40,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4632,"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":[4629,4633,4631,4628,4630,4632]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":37,"character":17}]},{"id":4634,"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":4635,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":51,"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":52,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4635,4636]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":50,"character":17}]},{"id":4667,"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":4668,"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":4672,"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":4671,"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":4670,"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":4669,"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":3713,"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":[4668,4672,4671,4670,4669]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":132,"character":17}]},{"id":4655,"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":4657,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":101,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4661,"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":4659,"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":4656,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":100,"character":1}],"type":{"type":"literal","value":"token"}},{"id":4658,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":102,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4660,"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":[4657,4661,4659,4656,4658,4660]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":99,"character":17}]},{"id":4314,"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":4315,"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":[4315]}],"sources":[{"fileName":"rest/v8/channel.ts","line":524,"character":17}]},{"id":4294,"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":4295,"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":[4295]}],"sources":[{"fileName":"rest/v8/channel.ts","line":406,"character":17}]},{"id":4570,"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":4574,"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":4572,"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":4573,"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","typeArguments":[{"type":"reference","id":3437,"name":"APIApplicationCommandOption"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.options"}},{"id":4571,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/interactions.ts","line":50,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":3414,"name":"User"},{"type":"reference","id":3415,"name":"Message"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4574,4572,4573,4571]}],"sources":[{"fileName":"rest/v8/interactions.ts","line":49,"character":17}],"extendedTypes":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"}]},{"id":4768,"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":4769,"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":[4769]}],"sources":[{"fileName":"rest/v8/user.ts","line":93,"character":17}]},{"id":4499,"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":4500,"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":[4500]}],"sources":[{"fileName":"rest/v8/guild.ts","line":775,"character":17}]},{"id":4718,"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":4720,"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":4722,"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":4719,"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":4721,"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":[4720,4722,4719,4721]}],"sources":[{"fileName":"rest/v8/sticker.ts","line":29,"character":17}]},{"id":4701,"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":4702,"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":4704,"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":3757,"name":"StageInstancePrivacyLevel"}},{"id":4703,"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":[4702,4704,4703]}],"sources":[{"fileName":"rest/v8/stageInstance.ts","line":9,"character":17}]},{"id":4806,"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":4808,"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":4807,"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":[4808,4807]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":180,"character":17}]},{"id":4643,"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":4644,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":72,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4646,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":74,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4647,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":75,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4648,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":76,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4645,"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":[4644,4646,4647,4648,4645]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":71,"character":17}]},{"id":4637,"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":4638,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4639,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4641,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4640,"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":4642,"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":[4638,4639,4641,4640,4642]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":59,"character":17}]},{"id":4686,"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":4687,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":200,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4689,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":202,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4692,"name":"guild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":205,"character":1}],"type":{"type":"reference","id":3117,"name":"APIGuild"}},{"id":4690,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":203,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4691,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":204,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4688,"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":[4687,4689,4692,4690,4691,4688]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":199,"character":17}]},{"id":4693,"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":4694,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":213,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4696,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":215,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":4697,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":216,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4698,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":217,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4695,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":214,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4699,"name":"webhook","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":218,"character":1}],"type":{"type":"reference","id":3906,"name":"APIWebhook"}}],"groups":[{"title":"Properties","kind":1024,"children":[4694,4696,4697,4698,4695,4699]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":212,"character":17}]},{"id":4663,"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":4664,"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":4665,"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":[4664,4665]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":118,"character":17}]},{"id":4649,"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":4650,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":84,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4651,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/oauth2.ts","line":85,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4652,"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":4653,"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":[4650,4651,4652,4653]}],"sources":[{"fileName":"rest/v8/oauth2.ts","line":83,"character":17}]},{"id":4610,"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":4611,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/interactions.ts","line":260,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":3558,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[4611]}],"sources":[{"fileName":"rest/v8/interactions.ts","line":259,"character":17}]},{"id":4297,"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":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"}]}},{"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"}]}},{"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":2861,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[4298,4299,4300]}],"sources":[{"fileName":"rest/v8/channel.ts","line":423,"character":17}],"extendedBy":[{"type":"reference","id":4221,"name":"APIChannelPatchOverwrite"},{"type":"reference","id":4343,"name":"APIGuildCreateOverwrite"}]},{"id":3006,"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":3007,"name":"APIMessageActionRowComponent"},{"type":"reference","id":3008,"name":"APIModalActionRowComponent"}]}},{"id":3455,"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":3493,"name":"ApplicationCommandOptionType.Attachment"}],"name":"APIApplicationCommandOptionBase"}},{"id":3566,"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":3603,"typeArguments":[{"type":"reference","id":3565,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3567,"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":3605,"typeArguments":[{"type":"reference","id":3565,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3565,"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":3587,"typeArguments":[{"type":"reference","id":3638,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","id":3440,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3587,"typeArguments":[{"type":"reference","id":3638,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3440,"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":3436,"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":3498,"name":"APIApplicationCommandStringOption"},{"type":"reference","id":3466,"name":"APIApplicationCommandIntegerOption"},{"type":"reference","id":3457,"name":"APIApplicationCommandBooleanOption"},{"type":"reference","id":3524,"name":"APIApplicationCommandUserOption"},{"type":"reference","id":3459,"name":"APIApplicationCommandChannelOption"},{"type":"reference","id":3480,"name":"APIApplicationCommandRoleOption"},{"type":"reference","id":3472,"name":"APIApplicationCommandMentionableOption"},{"type":"reference","id":3474,"name":"APIApplicationCommandNumberOption"},{"type":"reference","id":3455,"name":"APIApplicationCommandAttachmentOption"}]}},{"id":3457,"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":3487,"name":"ApplicationCommandOptionType.Boolean"}],"name":"APIApplicationCommandOptionBase"}},{"id":3434,"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":3453,"name":"APIChatInputApplicationCommandDMInteraction"},{"type":"reference","id":3551,"name":"APIContextMenuDMInteraction"}]}},{"id":3435,"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":3454,"name":"APIChatInputApplicationCommandGuildInteraction"},{"type":"reference","id":3552,"name":"APIContextMenuGuildInteraction"}]}},{"id":3466,"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":3494,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":3433,"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":3452,"name":"APIChatInputApplicationCommandInteraction"},{"type":"reference","id":3550,"name":"APIContextMenuInteraction"}]}},{"id":3416,"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":3440,"name":"APIChatInputApplicationCommandInteractionData"},{"type":"reference","id":3543,"name":"APIContextMenuInteractionData"}]}},{"id":3456,"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":3493,"name":"ApplicationCommandOptionType.Attachment"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3439,"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":3499,"name":"APIApplicationCommandInteractionDataStringOption"},{"type":"reference","id":3467,"name":"APIApplicationCommandInteractionDataIntegerOption"},{"type":"reference","id":3458,"name":"APIApplicationCommandInteractionDataBooleanOption"},{"type":"reference","id":3525,"name":"APIApplicationCommandInteractionDataUserOption"},{"type":"reference","id":3465,"name":"APIApplicationCommandInteractionDataChannelOption"},{"type":"reference","id":3481,"name":"APIApplicationCommandInteractionDataRoleOption"},{"type":"reference","id":3473,"name":"APIApplicationCommandInteractionDataMentionableOption"},{"type":"reference","id":3475,"name":"APIApplicationCommandInteractionDataNumberOption"},{"type":"reference","id":3456,"name":"APIApplicationCommandInteractionDataAttachmentOption"}]}},{"id":3458,"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":3487,"name":"ApplicationCommandOptionType.Boolean"},{"type":"intrinsic","name":"boolean"}],"name":"APIInteractionDataOptionBase"}},{"id":3465,"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":3489,"name":"ApplicationCommandOptionType.Channel"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3473,"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":3491,"name":"ApplicationCommandOptionType.Mentionable"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3438,"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":3510,"name":"APIApplicationCommandInteractionDataSubcommandOption"},{"type":"reference","id":3520,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption"},{"type":"reference","id":3439,"name":"APIApplicationCommandInteractionDataBasicOption"}]}},{"id":3481,"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":3490,"name":"ApplicationCommandOptionType.Role"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3525,"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":3488,"name":"ApplicationCommandOptionType.User"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":3431,"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":3432,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":3416,"name":"APIApplicationCommandInteractionData"}}],"type":{"type":"intersection","types":[{"type":"reference","id":3587,"typeArguments":[{"type":"reference","id":3636,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":3432,"name":"Data"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3587,"typeArguments":[{"type":"reference","id":3636,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":3432,"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":3472,"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":3491,"name":"ApplicationCommandOptionType.Mentionable"}],"name":"APIApplicationCommandOptionBase"}},{"id":3474,"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":3494,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":3437,"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":3504,"name":"APIApplicationCommandSubcommandOption"},{"type":"reference","id":3514,"name":"APIApplicationCommandSubcommandGroupOption"},{"type":"reference","id":3436,"name":"APIApplicationCommandBasicOption"}]}},{"id":3480,"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":3490,"name":"ApplicationCommandOptionType.Role"}],"name":"APIApplicationCommandOptionBase"}},{"id":3498,"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":3485,"name":"ApplicationCommandOptionType.String"}],"name":"APIApplicationCommandOptionBase"},{"type":"reference","id":3494,"typeArguments":[{"type":"intrinsic","name":"string"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":3524,"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":3488,"name":"ApplicationCommandOptionType.User"}],"name":"APIApplicationCommandOptionBase"}},{"id":2616,"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":2617,"name":"APIAuditLogChangeKeyName"},{"type":"reference","id":2618,"name":"APIAuditLogChangeKeyDescription"},{"type":"reference","id":2619,"name":"APIAuditLogChangeKeyIconHash"},{"type":"reference","id":2620,"name":"APIAuditLogChangeKeySplashHash"},{"type":"reference","id":2621,"name":"APIAuditLogChangeKeyDiscoverySplashHash"},{"type":"reference","id":2622,"name":"APIAuditLogChangeKeyBannerHash"},{"type":"reference","id":2623,"name":"APIAuditLogChangeKeyOwnerId"},{"type":"reference","id":2624,"name":"APIAuditLogChangeKeyRegion"},{"type":"reference","id":2625,"name":"APIAuditLogChangeKeyPreferredLocale"},{"type":"reference","id":2626,"name":"APIAuditLogChangeKeyAFKChannelId"},{"type":"reference","id":2627,"name":"APIAuditLogChangeKeyAFKTimeout"},{"type":"reference","id":2628,"name":"APIAuditLogChangeKeyRulesChannelId"},{"type":"reference","id":2629,"name":"APIAuditLogChangeKeyPublicUpdatesChannelId"},{"type":"reference","id":2630,"name":"APIAuditLogChangeKeyMFALevel"},{"type":"reference","id":2631,"name":"APIAuditLogChangeKeyVerificationLevel"},{"type":"reference","id":2632,"name":"APIAuditLogChangeKeyExplicitContentFilter"},{"type":"reference","id":2633,"name":"APIAuditLogChangeKeyDefaultMessageNotifications"},{"type":"reference","id":2634,"name":"APIAuditLogChangeKeyVanityURLCode"},{"type":"reference","id":2635,"name":"APIAuditLogChangeKey$Add"},{"type":"reference","id":2636,"name":"APIAuditLogChangeKey$Remove"},{"type":"reference","id":2637,"name":"APIAuditLogChangeKeyPruneDeleteDays"},{"type":"reference","id":2638,"name":"APIAuditLogChangeKeyWidgetEnabled"},{"type":"reference","id":2639,"name":"APIAuditLogChangeKeyWidgetChannelId"},{"type":"reference","id":2640,"name":"APIAuditLogChangeKeySystemChannelId"},{"type":"reference","id":2641,"name":"APIAuditLogChangeKeyPosition"},{"type":"reference","id":2642,"name":"APIAuditLogChangeKeyTopic"},{"type":"reference","id":2643,"name":"APIAuditLogChangeKeyBitrate"},{"type":"reference","id":2644,"name":"APIAuditLogChangeKeyPermissionOverwrites"},{"type":"reference","id":2645,"name":"APIAuditLogChangeKeyNSFW"},{"type":"reference","id":2646,"name":"APIAuditLogChangeKeyApplicationId"},{"type":"reference","id":2647,"name":"APIAuditLogChangeKeyRateLimitPerUser"},{"type":"reference","id":2648,"name":"APIAuditLogChangeKeyPermissions"},{"type":"reference","id":2649,"name":"APIAuditLogChangeKeyColor"},{"type":"reference","id":2650,"name":"APIAuditLogChangeKeyHoist"},{"type":"reference","id":2651,"name":"APIAuditLogChangeKeyMentionable"},{"type":"reference","id":2652,"name":"APIAuditLogChangeKeyAllow"},{"type":"reference","id":2653,"name":"APIAuditLogChangeKeyDeny"},{"type":"reference","id":2654,"name":"APIAuditLogChangeKeyCode"},{"type":"reference","id":2655,"name":"APIAuditLogChangeKeyChannelId"},{"type":"reference","id":2656,"name":"APIAuditLogChangeKeyInviterId"},{"type":"reference","id":2657,"name":"APIAuditLogChangeKeyMaxUses"},{"type":"reference","id":2658,"name":"APIAuditLogChangeKeyUses"},{"type":"reference","id":2659,"name":"APIAuditLogChangeKeyMaxAge"},{"type":"reference","id":2660,"name":"APIAuditLogChangeKeyTemporary"},{"type":"reference","id":2661,"name":"APIAuditLogChangeKeyDeaf"},{"type":"reference","id":2662,"name":"APIAuditLogChangeKeyMute"},{"type":"reference","id":2663,"name":"APIAuditLogChangeKeyNick"},{"type":"reference","id":2664,"name":"APIAuditLogChangeKeyAvatarHash"},{"type":"reference","id":2665,"name":"APIAuditLogChangeKeyId"},{"type":"reference","id":2666,"name":"APIAuditLogChangeKeyType"},{"type":"reference","id":2667,"name":"APIAuditLogChangeKeyEnableEmoticons"},{"type":"reference","id":2668,"name":"APIAuditLogChangeKeyExpireBehavior"},{"type":"reference","id":2669,"name":"APIAuditLogChangeKeyExpireGracePeriod"},{"type":"reference","id":2670,"name":"APIAuditLogChangeKeyUserLimit"},{"type":"reference","id":2671,"name":"APIAuditLogChangeKeyPrivacyLevel"},{"type":"reference","id":2672,"name":"APIAuditLogChangeKeyTags"},{"type":"reference","id":2673,"name":"APIAuditLogChangeKeyFormatType"},{"type":"reference","id":2674,"name":"APIAuditLogChangeKeyAsset"},{"type":"reference","id":2675,"name":"APIAuditLogChangeKeyAvailable"},{"type":"reference","id":2676,"name":"APIAuditLogChangeKeyGuildId"},{"type":"reference","id":2677,"name":"APIAuditLogChangeKeyEntityType"},{"type":"reference","id":2678,"name":"APIAuditLogChangeKeyStatus"},{"type":"reference","id":2679,"name":"APIAuditLogChangeKeyLocation"},{"type":"reference","id":2680,"name":"APIAuditLogChangeKeyCommunicationDisabledUntil"}]}},{"id":2635,"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":3734,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":2636,"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":3734,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":2626,"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":2627,"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":2652,"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":2646,"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":2674,"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":2675,"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":2664,"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":2622,"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":2643,"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":2655,"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":2654,"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":2649,"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":2680,"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":2661,"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":2633,"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":3169,"name":"GuildDefaultMessageNotifications"}],"name":"AuditLogChangeData"}},{"id":2653,"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":2618,"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":2621,"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":2667,"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":2677,"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":3384,"name":"GuildScheduledEventEntityType"}],"name":"AuditLogChangeData"}},{"id":2668,"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":3268,"name":"IntegrationExpireBehavior"}],"name":"AuditLogChangeData"}},{"id":2669,"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":2632,"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":3172,"name":"GuildExplicitContentFilter"}],"name":"AuditLogChangeData"}},{"id":2673,"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":3781,"name":"StickerFormatType"}],"name":"AuditLogChangeData"}},{"id":2676,"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":2650,"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":2619,"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":2665,"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":2656,"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":2679,"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":2630,"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":3176,"name":"GuildMFALevel"}],"name":"AuditLogChangeData"}},{"id":2659,"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":2657,"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":2651,"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":2662,"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":2645,"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":2617,"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":2663,"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":2623,"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":2644,"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":2856,"name":"APIOverwrite"}}],"name":"AuditLogChangeData"}},{"id":2648,"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":2641,"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":2625,"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":2671,"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":3757,"name":"StageInstancePrivacyLevel"}],"name":"AuditLogChangeData"}},{"id":2637,"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":2629,"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":2647,"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":2624,"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":2628,"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":2620,"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":2678,"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":3388,"name":"GuildScheduledEventStatus"}],"name":"AuditLogChangeData"}},{"id":2640,"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":2672,"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":2660,"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":2642,"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":2666,"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":2670,"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":2658,"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":2634,"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":2631,"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":3184,"name":"GuildVerificationLevel"}],"name":"AuditLogChangeData"}},{"id":2639,"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":2638,"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":2970,"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":2956,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":2963,"name":"APIButtonComponentWithURL"}]}},{"id":2761,"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":2752,"name":"APIGroupDMChannel"},{"type":"reference","id":2751,"name":"APIDMChannel"},{"type":"reference","id":2722,"name":"APITextChannel"},{"type":"reference","id":2735,"name":"APINewsChannel"},{"type":"reference","id":2737,"name":"APIGuildStoreChannel"},{"type":"reference","id":2738,"name":"APIVoiceChannel"},{"type":"reference","id":2736,"name":"APIGuildCategoryChannel"},{"type":"reference","id":2735,"name":"APINewsChannel"}]}},{"id":3453,"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":3603,"typeArguments":[{"type":"reference","id":3452,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3454,"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":3605,"typeArguments":[{"type":"reference","id":3452,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3452,"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":3431,"typeArguments":[{"type":"reference","id":3440,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":3551,"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":3545,"name":"APIUserApplicationCommandDMInteraction"},{"type":"reference","id":3548,"name":"APIMessageApplicationCommandDMInteraction"}]}},{"id":3552,"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":3546,"name":"APIUserApplicationCommandGuildInteraction"},{"type":"reference","id":3549,"name":"APIMessageApplicationCommandGuildInteraction"}]}},{"id":3550,"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":3544,"name":"APIUserApplicationCommandInteraction"},{"type":"reference","id":3547,"name":"APIMessageApplicationCommandInteraction"}]}},{"id":3543,"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":3526,"name":"APIUserApplicationCommandInteractionData"},{"type":"reference","id":3535,"name":"APIMessageApplicationCommandInteractionData"}]}},{"id":2751,"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":2764,"name":"ChannelType.DM"}],"name":"APIDMChannelBase"}},{"id":3400,"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":3434,"name":"APIApplicationCommandDMInteraction"},{"type":"reference","id":3618,"name":"APIMessageComponentDMInteraction"},{"type":"reference","id":3566,"name":"APIApplicationCommandAutocompleteDMInteraction"},{"type":"reference","id":3631,"name":"APIModalSubmitDMInteraction"}]}},{"id":3603,"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":3604,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":3587,"typeArguments":[{"type":"reference","id":3634,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":3604,"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":3604,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":2736,"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":2698,"typeArguments":[{"type":"reference","id":2767,"name":"ChannelType.GuildCategory"}],"name":"APIGuildChannel"}},{"id":4348,"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":2761,"name":"APIChannel"},{"type":"union","types":[{"type":"reference","id":2751,"name":"APIDMChannel"},{"type":"reference","id":2752,"name":"APIGroupDMChannel"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":4349,"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":4348,"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":4350,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4352,"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":4351,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/guild.ts","line":56,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":4353,"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":4354,"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":4343,"name":"APIGuildCreateOverwrite"}}}],"groups":[{"title":"Properties","kind":1024,"children":[4352,4351,4353,4354]}],"sources":[{"fileName":"rest/v8/guild.ts","line":55,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":3401,"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":3435,"name":"APIApplicationCommandGuildInteraction"},{"type":"reference","id":3619,"name":"APIMessageComponentGuildInteraction"},{"type":"reference","id":3567,"name":"APIApplicationCommandAutocompleteGuildInteraction"},{"type":"reference","id":3632,"name":"APIModalSubmitGuildInteraction"}]}},{"id":3267,"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":3605,"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":3606,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":3587,"typeArguments":[{"type":"reference","id":3634,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":3606,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3606,"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":3381,"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":3330,"name":"APIStageInstanceGuildScheduledEvent"},{"type":"reference","id":3347,"name":"APIVoiceGuildScheduledEvent"},{"type":"reference","id":3364,"name":"APIExternalGuildScheduledEvent"}]}},{"id":2737,"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":2698,"typeArguments":[{"type":"reference","id":2769,"name":"ChannelType.GuildStore"}],"name":"APIGuildChannel"}},{"id":3399,"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":3633,"name":"APIPingInteraction"},{"type":"reference","id":3433,"name":"APIApplicationCommandInteraction"},{"type":"reference","id":3607,"name":"APIMessageComponentInteraction"},{"type":"reference","id":3565,"name":"APIApplicationCommandAutocompleteInteraction"},{"type":"reference","id":3630,"name":"APIModalSubmitInteraction"}]}},{"id":3640,"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":3641,"name":"APIInteractionResponsePong"},{"type":"reference","id":3649,"name":"APIInteractionResponseChannelMessageWithSource"},{"type":"reference","id":3652,"name":"APIInteractionResponseDeferredChannelMessageWithSource"},{"type":"reference","id":3655,"name":"APIInteractionResponseDeferredMessageUpdate"},{"type":"reference","id":3657,"name":"APIInteractionResponseUpdateMessage"},{"type":"reference","id":3643,"name":"APIApplicationCommandAutocompleteResponse"},{"type":"reference","id":3646,"name":"APIModalInteractionResponse"}]}},{"id":3668,"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":4792,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"union","types":[{"type":"literal","value":"username"},{"type":"literal","value":"avatar_url"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reflection","declaration":{"id":3669,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":3670,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":127,"character":6}],"type":{"type":"reference","id":2841,"name":"MessageFlags"}}],"groups":[{"title":"Properties","kind":1024,"children":[3670]}],"sources":[{"fileName":"payloads/v8/_interactions/responses.ts","line":127,"character":4}]}}]}},{"id":3677,"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":3117,"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":3007,"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":2970,"name":"APIButtonComponent"},{"type":"reference","id":2980,"name":"APISelectMenuComponent"}]}},{"id":3548,"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":3603,"typeArguments":[{"type":"reference","id":3547,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3549,"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":3605,"typeArguments":[{"type":"reference","id":3547,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3547,"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":3431,"typeArguments":[{"type":"reference","id":3535,"name":"APIMessageApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":3613,"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":3609,"typeArguments":[{"type":"reference","id":2945,"name":"ComponentType.Button"}],"name":"APIMessageComponentBaseInteractionData"}},{"id":3004,"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":3007,"name":"APIMessageActionRowComponent"},{"type":"reference","id":2948,"typeArguments":[{"type":"reference","id":3007,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":3618,"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":3603,"typeArguments":[{"type":"reference","id":3607,"name":"APIMessageComponentInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3619,"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":3605,"typeArguments":[{"type":"reference","id":3607,"name":"APIMessageComponentInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3607,"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":3587,"typeArguments":[{"type":"reference","id":3637,"name":"InteractionType.MessageComponent"},{"type":"reference","id":3608,"name":"APIMessageComponentInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3587,"typeArguments":[{"type":"reference","id":3637,"name":"InteractionType.MessageComponent"},{"type":"reference","id":3608,"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":3608,"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":3613,"name":"APIMessageButtonInteractionData"},{"type":"reference","id":3614,"name":"APIMessageSelectMenuInteractionData"}]}},{"id":4250,"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":2832,"name":"APIMessageReference"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":2832,"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":4251,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4252,"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":[4252]}],"sources":[{"fileName":"rest/v8/channel.ts","line":173,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":3008,"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":2994,"name":"APITextInputComponent"}},{"id":3005,"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":3008,"name":"APIModalActionRowComponent"},{"type":"reference","id":2948,"typeArguments":[{"type":"reference","id":3008,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":3631,"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":3603,"typeArguments":[{"type":"reference","id":3630,"name":"APIModalSubmitInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3632,"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":3605,"typeArguments":[{"type":"reference","id":3630,"name":"APIModalSubmitInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3630,"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":3587,"typeArguments":[{"type":"reference","id":3639,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":3627,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":3587,"typeArguments":[{"type":"reference","id":3639,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":3627,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"literal","value":"data"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":2735,"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":2709,"typeArguments":[{"type":"reference","id":2768,"name":"ChannelType.GuildNews"}],"name":"APIGuildTextChannel"}},{"id":3633,"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":3587,"typeArguments":[{"type":"reference","id":3635,"name":"InteractionType.Ping"},{"type":"intrinsic","name":"never"}],"name":"APIBaseInteraction"},{"type":"literal","value":"locale"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":3785,"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":3765,"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":3545,"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":3603,"typeArguments":[{"type":"reference","id":3544,"name":"APIUserApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":3546,"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":3605,"typeArguments":[{"type":"reference","id":3544,"name":"APIUserApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":3544,"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":3431,"typeArguments":[{"type":"reference","id":3526,"name":"APIUserApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":3087,"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":3083,"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":3013,"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":3013,"name":"APIEmoji"},{"type":"literal","value":"name"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":3088,"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":2494,"name":"GatewayActivityUpdateData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#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":3049,"name":"GatewayActivity"},{"type":"union","types":[{"type":"literal","value":"name"},{"type":"literal","value":"type"},{"type":"literal","value":"url"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":2255,"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":2253,"name":"GatewayChannelModifyDispatch"}},{"id":2256,"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":2254,"name":"GatewayChannelModifyDispatchData"}},{"id":2259,"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":2253,"name":"GatewayChannelModifyDispatch"}},{"id":2260,"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":2254,"name":"GatewayChannelModifyDispatchData"}},{"id":2253,"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":2164,"name":"GatewayDispatchEvents.ChannelCreate"},{"type":"reference","id":2165,"name":"GatewayDispatchEvents.ChannelDelete"},{"type":"reference","id":2167,"name":"GatewayDispatchEvents.ChannelUpdate"}]},{"type":"reference","id":2254,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":2254,"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":2761,"name":"APIChannel"}},{"id":2261,"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":2166,"name":"GatewayDispatchEvents.ChannelPinsUpdate"},{"type":"reference","id":2262,"name":"GatewayChannelPinsUpdateDispatchData"}],"name":"DataPayload"}},{"id":2257,"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":2253,"name":"GatewayChannelModifyDispatch"}},{"id":2258,"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":2254,"name":"GatewayChannelModifyDispatchData"}},{"id":2215,"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":2253,"name":"GatewayChannelModifyDispatch"},{"type":"reference","id":2261,"name":"GatewayChannelPinsUpdateDispatch"},{"type":"reference","id":2274,"name":"GatewayGuildBanModifyDispatch"},{"type":"reference","id":2272,"name":"GatewayGuildDeleteDispatch"},{"type":"reference","id":2282,"name":"GatewayGuildEmojisUpdateDispatch"},{"type":"reference","id":2290,"name":"GatewayGuildIntegrationsUpdateDispatch"},{"type":"reference","id":2293,"name":"GatewayGuildMemberAddDispatch"},{"type":"reference","id":2306,"name":"GatewayGuildMemberRemoveDispatch"},{"type":"reference","id":2314,"name":"GatewayGuildMembersChunkDispatch"},{"type":"reference","id":2310,"name":"GatewayGuildMemberUpdateDispatch"},{"type":"reference","id":2266,"name":"GatewayGuildModifyDispatch"},{"type":"reference","id":2331,"name":"GatewayGuildRoleDeleteDispatch"},{"type":"reference","id":2323,"name":"GatewayGuildRoleModifyDispatch"},{"type":"reference","id":2335,"name":"GatewayGuildScheduledEventCreateDispatch"},{"type":"reference","id":2337,"name":"GatewayGuildScheduledEventUpdateDispatch"},{"type":"reference","id":2339,"name":"GatewayGuildScheduledEventDeleteDispatch"},{"type":"reference","id":2341,"name":"GatewayGuildScheduledEventUserAddDispatch"},{"type":"reference","id":2346,"name":"GatewayGuildScheduledEventUserRemoveDispatch"},{"type":"reference","id":2286,"name":"GatewayGuildStickersUpdateDispatch"},{"type":"reference","id":2351,"name":"GatewayIntegrationCreateDispatch"},{"type":"reference","id":2359,"name":"GatewayIntegrationDeleteDispatch"},{"type":"reference","id":2355,"name":"GatewayIntegrationUpdateDispatch"},{"type":"reference","id":2364,"name":"GatewayInteractionCreateDispatch"},{"type":"reference","id":2366,"name":"GatewayInviteCreateDispatch"},{"type":"reference","id":2380,"name":"GatewayInviteDeleteDispatch"},{"type":"reference","id":2385,"name":"GatewayMessageCreateDispatch"},{"type":"reference","id":2397,"name":"GatewayMessageDeleteBulkDispatch"},{"type":"reference","id":2392,"name":"GatewayMessageDeleteDispatch"},{"type":"reference","id":2402,"name":"GatewayMessageReactionAddDispatch"},{"type":"reference","id":2406,"name":"GatewayMessageReactionRemoveAllDispatch"},{"type":"reference","id":2404,"name":"GatewayMessageReactionRemoveDispatch"},{"type":"reference","id":2408,"name":"GatewayMessageReactionRemoveEmojiDispatch"},{"type":"reference","id":2387,"name":"GatewayMessageUpdateDispatch"},{"type":"reference","id":2414,"name":"GatewayPresenceUpdateDispatch"},{"type":"reference","id":2416,"name":"GatewayStageInstanceCreateDispatch"},{"type":"reference","id":2418,"name":"GatewayStageInstanceDeleteDispatch"},{"type":"reference","id":2420,"name":"GatewayStageInstanceUpdateDispatch"},{"type":"reference","id":2244,"name":"GatewayReadyDispatch"},{"type":"reference","id":2252,"name":"GatewayResumedDispatch"},{"type":"reference","id":2422,"name":"GatewayTypingStartDispatch"},{"type":"reference","id":2429,"name":"GatewayUserUpdateDispatch"},{"type":"reference","id":2433,"name":"GatewayVoiceServerUpdateDispatch"},{"type":"reference","id":2431,"name":"GatewayVoiceStateUpdateDispatch"},{"type":"reference","id":2438,"name":"GatewayWebhooksUpdateDispatch"}]}},{"id":2278,"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":2274,"name":"GatewayGuildBanModifyDispatch"}},{"id":2279,"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":2275,"name":"GatewayGuildBanModifyDispatchData"}},{"id":2274,"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":2168,"name":"GatewayDispatchEvents.GuildBanAdd"},{"type":"reference","id":2169,"name":"GatewayDispatchEvents.GuildBanRemove"}]},{"type":"reference","id":2275,"name":"GatewayGuildBanModifyDispatchData"}],"name":"DataPayload"}},{"id":2280,"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":2274,"name":"GatewayGuildBanModifyDispatch"}},{"id":2281,"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":2275,"name":"GatewayGuildBanModifyDispatchData"}},{"id":2268,"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":2266,"name":"GatewayGuildModifyDispatch"}},{"id":2269,"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":2267,"name":"GatewayGuildModifyDispatchData"}},{"id":2272,"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":2171,"name":"GatewayDispatchEvents.GuildDelete"},{"type":"reference","id":2273,"name":"GatewayGuildDeleteDispatchData"}],"name":"DataPayload"}},{"id":2273,"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":3102,"name":"APIUnavailableGuild"}},{"id":2282,"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":2172,"name":"GatewayDispatchEvents.GuildEmojisUpdate"},{"type":"reference","id":2283,"name":"GatewayGuildEmojisUpdateDispatchData"}],"name":"DataPayload"}},{"id":2290,"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":2173,"name":"GatewayDispatchEvents.GuildIntegrationsUpdate"},{"type":"reference","id":2291,"name":"GatewayGuildIntegrationsUpdateDispatchData"}],"name":"DataPayload"}},{"id":2293,"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":2174,"name":"GatewayDispatchEvents.GuildMemberAdd"},{"type":"reference","id":2294,"name":"GatewayGuildMemberAddDispatchData"}],"name":"DataPayload"}},{"id":2306,"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":2175,"name":"GatewayDispatchEvents.GuildMemberRemove"},{"type":"reference","id":2307,"name":"GatewayGuildMemberRemoveDispatchData"}],"name":"DataPayload"}},{"id":2310,"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":2177,"name":"GatewayDispatchEvents.GuildMemberUpdate"},{"type":"reference","id":2311,"name":"GatewayGuildMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":2311,"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":3240,"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":3240,"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":3240,"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":3240,"name":"APIGuildMember"},{"type":"literal","value":"joined_at"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"name":"Nullable"},{"type":"reflection","declaration":{"id":2312,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2313,"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":[2313]}],"sources":[{"fileName":"gateway/v8.ts","line":761,"character":47}]}}]}},{"id":2314,"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":2176,"name":"GatewayDispatchEvents.GuildMembersChunk"},{"type":"reference","id":2315,"name":"GatewayGuildMembersChunkDispatchData"}],"name":"DataPayload"}},{"id":2266,"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":2170,"name":"GatewayDispatchEvents.GuildCreate"},{"type":"reference","id":2182,"name":"GatewayDispatchEvents.GuildUpdate"}]},{"type":"reference","id":2267,"name":"GatewayGuildModifyDispatchData"}],"name":"DataPayload"}},{"id":2267,"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":3117,"name":"APIGuild"}},{"id":2327,"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":2323,"name":"GatewayGuildRoleModifyDispatch"}},{"id":2328,"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":2324,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":2331,"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":2179,"name":"GatewayDispatchEvents.GuildRoleDelete"},{"type":"reference","id":2332,"name":"GatewayGuildRoleDeleteDispatchData"}],"name":"DataPayload"}},{"id":2323,"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":2178,"name":"GatewayDispatchEvents.GuildRoleCreate"},{"type":"reference","id":2180,"name":"GatewayDispatchEvents.GuildRoleUpdate"}]},{"type":"reference","id":2324,"name":"GatewayGuildRoleModifyDispatchData"}],"name":"DataPayload"}},{"id":2329,"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":2323,"name":"GatewayGuildRoleModifyDispatch"}},{"id":2330,"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":2324,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":2335,"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":2208,"name":"GatewayDispatchEvents.GuildScheduledEventCreate"},{"type":"reference","id":2336,"name":"GatewayGuildScheduledEventCreateDispatchData"}],"name":"DataPayload"}},{"id":2336,"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":3381,"name":"APIGuildScheduledEvent"}},{"id":2339,"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":2210,"name":"GatewayDispatchEvents.GuildScheduledEventDelete"},{"type":"reference","id":2340,"name":"GatewayGuildScheduledEventDeleteDispatchData"}],"name":"DataPayload"}},{"id":2340,"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":3381,"name":"APIGuildScheduledEvent"}},{"id":2337,"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":2209,"name":"GatewayDispatchEvents.GuildScheduledEventUpdate"},{"type":"reference","id":2338,"name":"GatewayGuildScheduledEventUpdateDispatchData"}],"name":"DataPayload"}},{"id":2338,"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":3381,"name":"APIGuildScheduledEvent"}},{"id":2341,"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":2211,"name":"GatewayDispatchEvents.GuildScheduledEventUserAdd"},{"type":"reference","id":2342,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":2346,"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":2212,"name":"GatewayDispatchEvents.GuildScheduledEventUserRemove"},{"type":"reference","id":2342,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":2286,"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":2181,"name":"GatewayDispatchEvents.GuildStickersUpdate"},{"type":"reference","id":2287,"name":"GatewayGuildStickersUpdateDispatchData"}],"name":"DataPayload"}},{"id":2270,"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":2266,"name":"GatewayGuildModifyDispatch"}},{"id":2271,"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":2267,"name":"GatewayGuildModifyDispatchData"}},{"id":2445,"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":2351,"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":2183,"name":"GatewayDispatchEvents.IntegrationCreate"},{"type":"reference","id":2352,"name":"GatewayIntegrationCreateDispatchData"}],"name":"DataPayload"}},{"id":2352,"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":3251,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":2353,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2354,"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":[2354]}],"sources":[{"fileName":"gateway/v8.ts","line":980,"character":73}]}}]}},{"id":2359,"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":2184,"name":"GatewayDispatchEvents.IntegrationDelete"},{"type":"reference","id":2360,"name":"GatewayIntegrationDeleteDispatchData"}],"name":"DataPayload"}},{"id":2355,"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":2185,"name":"GatewayDispatchEvents.IntegrationUpdate"},{"type":"reference","id":2356,"name":"GatewayIntegrationUpdateDispatchData"}],"name":"DataPayload"}},{"id":2356,"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":3251,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":2357,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2358,"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":[2358]}],"sources":[{"fileName":"gateway/v8.ts","line":995,"character":73}]}}]}},{"id":2364,"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":2186,"name":"GatewayDispatchEvents.InteractionCreate"},{"type":"reference","id":2365,"name":"GatewayInteractionCreateDispatchData"}],"name":"DataPayload"}},{"id":2365,"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":3399,"name":"APIInteraction"}},{"id":2238,"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":2366,"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":2187,"name":"GatewayDispatchEvents.InviteCreate"},{"type":"reference","id":2367,"name":"GatewayInviteCreateDispatchData"}],"name":"DataPayload"}},{"id":2380,"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":2188,"name":"GatewayDispatchEvents.InviteDelete"},{"type":"reference","id":2381,"name":"GatewayInviteDeleteDispatchData"}],"name":"DataPayload"}},{"id":2385,"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":2189,"name":"GatewayDispatchEvents.MessageCreate"},{"type":"reference","id":2386,"name":"GatewayMessageCreateDispatchData"}],"name":"DataPayload"}},{"id":2386,"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":2774,"name":"APIMessage"}},{"id":2397,"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":2191,"name":"GatewayDispatchEvents.MessageDeleteBulk"},{"type":"reference","id":2398,"name":"GatewayMessageDeleteBulkDispatchData"}],"name":"DataPayload"}},{"id":2392,"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":2190,"name":"GatewayDispatchEvents.MessageDelete"},{"type":"reference","id":2393,"name":"GatewayMessageDeleteDispatchData"}],"name":"DataPayload"}},{"id":2402,"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":2192,"name":"GatewayDispatchEvents.MessageReactionAdd"}],"name":"ReactionData"}},{"id":2403,"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":2402,"name":"GatewayMessageReactionAddDispatch"}}},{"id":2406,"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":2194,"name":"GatewayDispatchEvents.MessageReactionRemoveAll"},{"type":"reference","id":2407,"name":"GatewayMessageReactionRemoveAllDispatchData"}],"name":"DataPayload"}},{"id":2407,"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":2404,"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":2193,"name":"GatewayDispatchEvents.MessageReactionRemove"},{"type":"literal","value":"member"}],"name":"ReactionData"}},{"id":2405,"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":2404,"name":"GatewayMessageReactionRemoveDispatch"}}},{"id":2408,"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":2195,"name":"GatewayDispatchEvents.MessageReactionRemoveEmoji"},{"type":"reference","id":2409,"name":"GatewayMessageReactionRemoveEmojiDispatchData"}],"name":"DataPayload"}},{"id":2387,"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":2196,"name":"GatewayDispatchEvents.MessageUpdate"},{"type":"reference","id":2388,"name":"GatewayMessageUpdateDispatchData"}],"name":"DataPayload"}},{"id":2388,"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":2389,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":2391,"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":2390,"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":[2391,2390]}],"sources":[{"fileName":"gateway/v8.ts","line":1170,"character":47}]}},{"type":"reference","typeArguments":[{"type":"reference","id":2774,"name":"APIMessage"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}},{"id":2414,"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":2197,"name":"GatewayDispatchEvents.PresenceUpdate"},{"type":"reference","id":2415,"name":"GatewayPresenceUpdateDispatchData"}],"name":"DataPayload"}},{"id":2415,"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":3033,"name":"RawGatewayPresenceUpdate"}},{"id":2244,"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":2201,"name":"GatewayDispatchEvents.Ready"},{"type":"reference","id":2245,"name":"GatewayReadyDispatchData"}],"name":"DataPayload"}},{"id":2214,"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":2216,"name":"GatewayHello"},{"type":"reference","id":2223,"name":"GatewayHeartbeatRequest"},{"type":"reference","id":2228,"name":"GatewayHeartbeatAck"},{"type":"reference","id":2233,"name":"GatewayInvalidSession"},{"type":"reference","id":2239,"name":"GatewayReconnect"},{"type":"reference","id":2215,"name":"GatewayDispatchPayload"}]}},{"id":2252,"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":2202,"name":"GatewayDispatchEvents.Resumed"},{"type":"intrinsic","name":"never"}],"name":"DataPayload"}},{"id":2213,"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":2442,"name":"GatewayHeartbeat"},{"type":"reference","id":2446,"name":"GatewayIdentify"},{"type":"reference","id":2486,"name":"GatewayUpdatePresence"},{"type":"reference","id":2478,"name":"GatewayVoiceStateUpdate"},{"type":"reference","id":2461,"name":"GatewayResume"},{"type":"reference","id":2468,"name":"GatewayRequestGuildMembers"}]}},{"id":2416,"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":2198,"name":"GatewayDispatchEvents.StageInstanceCreate"},{"type":"reference","id":2417,"name":"GatewayStageInstanceCreateDispatchData"}],"name":"DataPayload"}},{"id":2417,"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":3750,"name":"APIStageInstance"}},{"id":2418,"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":2199,"name":"GatewayDispatchEvents.StageInstanceDelete"},{"type":"reference","id":2419,"name":"GatewayStageInstanceDeleteDispatchData"}],"name":"DataPayload"}},{"id":2419,"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":3750,"name":"APIStageInstance"}},{"id":2420,"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":2200,"name":"GatewayDispatchEvents.StageInstanceUpdate"},{"type":"reference","id":2421,"name":"GatewayStageInstanceUpdateDispatchData"}],"name":"DataPayload"}},{"id":2421,"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":3750,"name":"APIStageInstance"}},{"id":2422,"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":2203,"name":"GatewayDispatchEvents.TypingStart"},{"type":"reference","id":2423,"name":"GatewayTypingStartDispatchData"}],"name":"DataPayload"}},{"id":2429,"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":2204,"name":"GatewayDispatchEvents.UserUpdate"},{"type":"reference","id":2430,"name":"GatewayUserUpdateDispatchData"}],"name":"DataPayload"}},{"id":2430,"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":3836,"name":"APIUser"}},{"id":2433,"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":2205,"name":"GatewayDispatchEvents.VoiceServerUpdate"},{"type":"reference","id":2434,"name":"GatewayVoiceServerUpdateDispatchData"}],"name":"DataPayload"}},{"id":2431,"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":2206,"name":"GatewayDispatchEvents.VoiceStateUpdate"},{"type":"reference","id":2432,"name":"GatewayVoiceStateUpdateDispatchData"}],"name":"DataPayload"}},{"id":2432,"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":3886,"name":"GatewayVoiceState"}},{"id":2438,"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":2207,"name":"GatewayDispatchEvents.WebhooksUpdate"},{"type":"reference","id":2439,"name":"GatewayWebhooksUpdateDispatchData"}],"name":"DataPayload"}},{"id":4772,"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":3900,"name":"APIVoiceRegion"}}},{"id":2691,"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":2690,"name":"TextChannelType"},{"type":"reference","id":2765,"name":"ChannelType.GuildVoice"},{"type":"reference","id":2770,"name":"ChannelType.GuildStageVoice"},{"type":"reference","id":2768,"name":"ChannelType.GuildNews"},{"type":"reference","id":2769,"name":"ChannelType.GuildStore"}]},{"type":"union","types":[{"type":"reference","id":2764,"name":"ChannelType.DM"},{"type":"reference","id":2766,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":2708,"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":2690,"name":"TextChannelType"},{"type":"union","types":[{"type":"reference","id":2764,"name":"ChannelType.DM"},{"type":"reference","id":2766,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":3568,"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":3240,"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":4278,"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":4272,"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":4279,"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":4293,"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":4273,"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":4313,"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":4320,"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":4326,"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":4242,"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":2761,"name":"APIChannel"}},{"id":4767,"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":4461,"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":4340,"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":4504,"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":4453,"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":4452,"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":4407,"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":4488,"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":4557,"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":4730,"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":4746,"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":3808,"name":"APITemplate"}},{"id":4607,"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":4825,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":4597,"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":4825,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":4620,"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":3678,"name":"APIInvite"}},{"id":4712,"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":4790,"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":4825,"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":4791,"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":4609,"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":3553,"name":"APIGuildApplicationCommandPermissions"}},{"id":4565,"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":3402,"name":"APIApplicationCommand"}},{"id":4564,"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":3402,"name":"APIApplicationCommand"}}},{"id":4582,"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":3402,"name":"APIApplicationCommand"}},{"id":4581,"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":3402,"name":"APIApplicationCommand"}}},{"id":4220,"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":2545,"name":"APIAuditLog"}},{"id":4302,"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":3694,"name":"APIExtendedInvite"}}},{"id":4277,"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":3836,"name":"APIUser"}}},{"id":4249,"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":2774,"name":"APIMessage"}},{"id":4248,"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":2774,"name":"APIMessage"}}},{"id":4318,"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":2774,"name":"APIMessage"}}},{"id":4226,"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":2761,"name":"APIChannel"}},{"id":4778,"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":3906,"name":"APIWebhook"}}},{"id":4771,"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":3873,"name":"APIConnection"}}},{"id":4766,"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":4759,"name":"RESTAPIPartialCurrentUserGuild"}}},{"id":4747,"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":3836,"name":"APIUser"}},{"id":4342,"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":3024,"name":"APIGatewayBotInfo"}},{"id":4341,"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":3022,"name":"APIGatewayInfo"}},{"id":4608,"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":3553,"name":"APIGuildApplicationCommandPermissions"}}},{"id":4455,"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":3281,"name":"APIBan"}},{"id":4454,"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":3281,"name":"APIBan"}}},{"id":4408,"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":2761,"name":"APIChannel"}}},{"id":4328,"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":3013,"name":"APIEmoji"}},{"id":4327,"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":3013,"name":"APIEmoji"}}},{"id":4503,"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":3251,"name":"APIGuildIntegration"}}},{"id":4502,"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":3694,"name":"APIExtendedInvite"}}},{"id":4418,"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":3240,"name":"APIGuildMember"}},{"id":4515,"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":3319,"name":"APIGuildMembershipScreening"}},{"id":4422,"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":3240,"name":"APIGuildMember"}}},{"id":4426,"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":3240,"name":"APIGuildMember"}}},{"id":4383,"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":3225,"name":"APIGuildPreview"}},{"id":4382,"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":3117,"name":"APIGuild"}},{"id":4462,"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":3734,"name":"APIRole"}}},{"id":4552,"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":3381,"name":"APIGuildScheduledEvent"}},{"id":4563,"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":3395,"name":"APIGuildScheduledEventUser"}}},{"id":4537,"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":3381,"name":"APIGuildScheduledEvent"}}},{"id":4717,"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":3765,"name":"APISticker"}},{"id":4716,"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":3765,"name":"APISticker"}}},{"id":4737,"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":3808,"name":"APITemplate"}}},{"id":4501,"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":3900,"name":"APIVoiceRegion"}}},{"id":4779,"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":3906,"name":"APIWebhook"}}},{"id":4531,"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":3311,"name":"APIGuildWelcomeScreen"}},{"id":4514,"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":4508,"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":3284,"name":"APIGuildWidget"}},{"id":4505,"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":3237,"name":"APIGuildWidgetSettings"}},{"id":4603,"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":4817,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":4593,"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":4817,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":4619,"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":3678,"name":"APIInvite"}},{"id":4621,"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":2506,"name":"APIApplication"},{"type":"literal","value":"flags"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4706,"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":3750,"name":"APIStageInstance"}},{"id":4713,"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":3765,"name":"APISticker"}},{"id":4731,"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":3808,"name":"APITemplate"}},{"id":4748,"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":3836,"name":"APIUser"}},{"id":4780,"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":3906,"name":"APIWebhook"}},{"id":4817,"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":2774,"name":"APIMessage"}},{"id":4781,"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":3906,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4749,"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":3240,"name":"APIGuildMember"}},{"id":4662,"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":4643,"name":"RESTPostOAuth2AccessTokenResult"},{"type":"literal","value":"refresh_token"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4577,"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":4575,"name":"RESTPostAPIApplicationCommandsJSONBody"}],"name":"StrictPartial"}},{"id":4578,"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":3402,"name":"APIApplicationCommand"}},{"id":4585,"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":4575,"name":"RESTPostAPIApplicationCommandsJSONBody"}],"name":"StrictPartial"}},{"id":4586,"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":3402,"name":"APIApplicationCommand"}},{"id":4227,"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":4228,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4235,"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":4229,"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":4233,"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":4238,"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":4237,"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":4221,"name":"APIChannelPatchOverwrite"}},{"type":"literal","value":null}]}},{"id":4231,"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":4234,"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":4239,"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":4232,"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":4230,"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":2768,"name":"ChannelType.GuildNews"},{"type":"reference","id":2763,"name":"ChannelType.GuildText"}]}},{"id":4236,"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":4240,"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":2771,"name":"VideoQualityMode"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4235,4229,4233,4238,4237,4231,4234,4239,4232,4230,4236,4240]}],"sources":[{"fileName":"rest/v8/channel.ts","line":39,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4289,"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":4290,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4291,"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":[4291]}],"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":4280,"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":4280,"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":4281,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4286,"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":2935,"name":"APIAllowedMentions"},{"type":"literal","value":null}]}},{"id":4287,"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":2915,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":2915,"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":4288,"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":2948,"typeArguments":[{"type":"reference","id":3007,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}},{"type":"literal","value":null}]}},{"id":4282,"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":4284,"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":2864,"name":"APIEmbed"},{"type":"literal","value":null}]}},{"id":4283,"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":2864,"name":"APIEmbed"}},{"type":"literal","value":null}]}},{"id":4285,"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":2841,"name":"MessageFlags"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4286,4287,4288,4282,4284,4283,4285]}],"sources":[{"fileName":"rest/v8/channel.ts","line":328,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4292,"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":2774,"name":"APIMessage"}},{"id":4241,"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":2761,"name":"APIChannel"}},{"id":4447,"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":4448,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4449,"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":[4449]}],"sources":[{"fileName":"rest/v8/guild.ts","line":514,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4444,"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":4445,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4446,"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":[4446]}],"sources":[{"fileName":"rest/v8/guild.ts","line":501,"character":114}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4450,"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":4444,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody"}],"name":"StrictRequired"}},{"id":4750,"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":4751,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4753,"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":4752,"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":[4753,4752]}],"sources":[{"fileName":"rest/v8/user.ts","line":27,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4754,"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":3836,"name":"APIUser"}},{"id":4411,"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":4412,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4413,"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":4415,"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":4416,"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":4414,"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":[4413,4415,4416,4414]}],"sources":[{"fileName":"rest/v8/guild.ts","line":329,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":4417,"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":4335,"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":4336,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4337,"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":4338,"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":[4337,4338]}],"sources":[{"fileName":"rest/v8/emoji.ts","line":48,"character":98}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4339,"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":3013,"name":"APIEmoji"}},{"id":4384,"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":4385,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4391,"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":4392,"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":4397,"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":4389,"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":3169,"name":"GuildDefaultMessageNotifications"},{"type":"literal","value":null}]}},{"id":4404,"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":4396,"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":4390,"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":3172,"name":"GuildExplicitContentFilter"},{"type":"literal","value":null}]}},{"id":4403,"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":3200,"name":"GuildFeature"}}},{"id":4393,"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":4386,"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":4394,"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":4402,"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":4405,"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":4401,"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":4387,"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":4400,"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":4395,"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":4399,"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":3195,"name":"GuildSystemChannelFlags"}},{"id":4398,"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":4388,"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":3184,"name":"GuildVerificationLevel"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[4391,4392,4397,4389,4404,4396,4390,4403,4393,4386,4394,4402,4405,4401,4387,4400,4395,4399,4398,4388]}],"sources":[{"fileName":"rest/v8/guild.ts","line":193,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4435,"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":4436,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4441,"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":4442,"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":4440,"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":4439,"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":4437,"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":4438,"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":[4441,4442,4440,4439,4437,4438]}],"sources":[{"fileName":"rest/v8/guild.ts","line":452,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4443,"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":3240,"name":"APIGuildMember"}},{"id":4516,"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":4517,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4520,"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":4518,"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":4519,"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":[4520,4518,4519]}],"sources":[{"fileName":"rest/v8/guild.ts","line":864,"character":111}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4521,"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":3319,"name":"APIGuildMembershipScreening"}},{"id":4406,"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":3117,"name":"APIGuild"}},{"id":4478,"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":4479,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4482,"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":4483,"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":4484,"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":4486,"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":4480,"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":4481,"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":4485,"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":[4482,4483,4484,4486,4480,4481,4485]}],"sources":[{"fileName":"rest/v8/guild.ts","line":675,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4473,"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":4474,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4475,"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":4476,"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":[4475,4476]}],"sources":[{"fileName":"rest/v8/guild.ts","line":653,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":4477,"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":3734,"name":"APIRole"}}},{"id":4487,"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":3734,"name":"APIRole"}},{"id":4553,"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":4538,"name":"RESTPostAPIGuildScheduledEventJSONBody"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4554,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4555,"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":3388,"name":"GuildScheduledEventStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[4555]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":100,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":4556,"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":3381,"name":"APIGuildScheduledEvent"}},{"id":4724,"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":4725,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4727,"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":4726,"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":4728,"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":[4727,4726,4728]}],"sources":[{"fileName":"rest/v8/sticker.ts","line":56,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4729,"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":3765,"name":"APISticker"}},{"id":4744,"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":4738,"name":"RESTPostAPIGuildTemplatesJSONBody"}],"name":"StrictPartial"}},{"id":4745,"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":3808,"name":"APITemplate"}},{"id":4522,"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":4523,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4524,"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":4526,"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":4525,"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":[4524,4526,4525]}],"sources":[{"fileName":"rest/v8/guild.ts","line":887,"character":116}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4527,"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":4528,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4529,"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":4530,"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":[4529,4530]}],"sources":[{"fileName":"rest/v8/guild.ts","line":905,"character":107}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4532,"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":3311,"name":"APIGuildWelcomeScreen"}],"name":"StrictPartial"}],"name":"Nullable"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":4533,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4534,"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":[4534]}],"sources":[{"fileName":"rest/v8/guild.ts","line":927,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":4506,"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":3237,"name":"APIGuildWidgetSettings"}],"name":"StrictPartial"}},{"id":4507,"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":3237,"name":"APIGuildWidgetSettings"}},{"id":4605,"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":4821,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":4604,"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":4818,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":4606,"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":4824,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":4595,"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":4821,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":4594,"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":4818,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":4596,"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":4824,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":4707,"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":4708,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4710,"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":3757,"name":"StageInstancePrivacyLevel"}},{"id":4709,"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":[4710,4709]}],"sources":[{"fileName":"rest/v8/stageInstance.ts","line":42,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4711,"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":3750,"name":"APIStageInstance"}},{"id":4782,"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":4783,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4785,"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":4786,"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":4784,"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":[4785,4786,4784]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":65,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4787,"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":3906,"name":"APIWebhook"}},{"id":4788,"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":4782,"name":"RESTPatchAPIWebhookJSONBody"},{"type":"literal","value":"channel_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4821,"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":4822,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4823,"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":[4823]}],"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":4818,"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":4818,"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":4792,"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":4819,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4820,"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":2915,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":2915,"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":[4820]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":262,"character":113}]}}]}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4824,"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":2774,"name":"APIMessage"}},{"id":4789,"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":4781,"name":"RESTGetAPIWebhookWithTokenResult"}},{"id":4575,"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":4566,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"reference","id":4570,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"}]}},{"id":4576,"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":3402,"name":"APIApplicationCommand"}},{"id":4583,"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":4575,"name":"RESTPostAPIApplicationCommandsJSONBody"}},{"id":4584,"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":3402,"name":"APIApplicationCommand"}},{"id":4316,"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":2849,"name":"APIFollowedChannel"}},{"id":4303,"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":4304,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4305,"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":4306,"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":4311,"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":4309,"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":3691,"name":"InviteTargetType"}},{"id":4310,"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":4307,"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":4308,"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":[4305,4306,4311,4309,4310,4307,4308]}],"sources":[{"fileName":"rest/v8/channel.ts","line":462,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4312,"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":3694,"name":"APIExtendedInvite"}},{"id":4270,"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":2774,"name":"APIMessage"}},{"id":4266,"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":4267,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4268,"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":[4268]}],"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":4253,"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":4253,"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":4254,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4260,"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":2935,"name":"APIAllowedMentions"}},{"id":4264,"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":2915,"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":2915,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":4262,"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":2948,"typeArguments":[{"type":"reference","id":3007,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":4255,"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":4259,"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":2864,"name":"APIEmbed"}},{"id":4258,"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":2864,"name":"APIEmbed"}}},{"id":4265,"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":2841,"name":"MessageFlags"}},{"id":4261,"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":4250,"name":"APIMessageReferenceSend"}},{"id":4256,"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":4263,"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":4257,"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":[4260,4264,4262,4255,4259,4258,4265,4261,4256,4263,4257]}],"sources":[{"fileName":"rest/v8/channel.ts","line":186,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4269,"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":2774,"name":"APIMessage"}},{"id":4296,"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":4317,"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":4773,"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":4774,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4776,"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":4775,"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":[4776,4775]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":18,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4777,"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":3906,"name":"APIWebhook"}},{"id":4566,"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":4567,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4569,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v8/interactions.ts","line":42,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":4568,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v8/interactions.ts","line":41,"character":2}],"type":{"type":"reference","id":3413,"name":"ApplicationCommandType.ChatInput"}}],"groups":[{"title":"Properties","kind":1024,"children":[4569,4568]}],"sources":[{"fileName":"rest/v8/interactions.ts","line":40,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":4770,"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":2761,"name":"APIChannel"}},{"id":4409,"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":4349,"name":"APIGuildCreatePartialChannel"},{"type":"literal","value":"id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":4410,"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":2761,"name":"APIChannel"}},{"id":4329,"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":4330,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4332,"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":4331,"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":4333,"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":[4332,4331,4333]}],"sources":[{"fileName":"rest/v8/emoji.ts","line":21,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4334,"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":3013,"name":"APIEmoji"}},{"id":4494,"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":4495,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4497,"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":4496,"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":4498,"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":[4497,4496,4498]}],"sources":[{"fileName":"rest/v8/guild.ts","line":752,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4463,"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":4464,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4467,"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":4468,"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":4469,"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":4471,"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":4465,"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":4466,"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":4470,"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":[4467,4468,4469,4471,4465,4466,4470]}],"sources":[{"fileName":"rest/v8/guild.ts","line":601,"character":96}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"},"extendedBy":[{"type":"reference","id":4355,"name":"APIGuildCreateRole"}]},{"id":4472,"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":3734,"name":"APIRole"}},{"id":4538,"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":4539,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4540,"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":4545,"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":4547,"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":3382,"name":"APIGuildScheduledEventEntityMetadata"}},{"id":4546,"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":3384,"name":"GuildScheduledEventEntityType"}},{"id":4548,"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":4541,"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":4542,"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":3393,"name":"GuildScheduledEventPrivacyLevel"}},{"id":4544,"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":4543,"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":[4540,4545,4547,4546,4548,4541,4542,4544,4543]}],"sources":[{"fileName":"rest/v8/guildScheduledEvent.ts","line":33,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4549,"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":3381,"name":"APIGuildScheduledEvent"}},{"id":4723,"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":3765,"name":"APISticker"}},{"id":4738,"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":4739,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4741,"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":4740,"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":[4741,4740]}],"sources":[{"fileName":"rest/v8/template.ts","line":43,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4742,"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":3808,"name":"APITemplate"}},{"id":4364,"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":4365,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4374,"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":4375,"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":4373,"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":4349,"name":"APIGuildCreatePartialChannel"}}},{"id":4370,"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":3169,"name":"GuildDefaultMessageNotifications"}},{"id":4371,"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":3172,"name":"GuildExplicitContentFilter"}},{"id":4368,"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":4366,"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":4378,"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":4367,"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":4372,"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":4355,"name":"APIGuildCreateRole"}}},{"id":4377,"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":3195,"name":"GuildSystemChannelFlags"}},{"id":4376,"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":4369,"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":3184,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[4374,4375,4373,4370,4371,4368,4366,4378,4367,4372,4377,4376,4369]}],"sources":[{"fileName":"rest/v8/guild.ts","line":73,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4379,"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":3117,"name":"APIGuild"}},{"id":4590,"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":4591,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4592,"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":[4592]}],"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":4589,"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":4589,"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":3640,"name":"APIInteractionResponse"}},{"id":4599,"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":4600,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4601,"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":[4601]}],"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":4598,"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":4598,"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":3668,"name":"APIInteractionResponseCallbackData"}},{"id":4602,"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":4810,"name":"RESTPostAPIWebhookWithTokenWaitResult"}},{"id":4705,"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":3750,"name":"APIStageInstance"}},{"id":4732,"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":4733,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4735,"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":4734,"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":[4735,4734]}],"sources":[{"fileName":"rest/v8/template.ts","line":14,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4736,"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":3117,"name":"APIGuild"}},{"id":4803,"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":4804,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4805,"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":[4805]}],"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":4792,"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":4814,"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":4806,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":4815,"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":4816,"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":2774,"name":"APIMessage"}},{"id":4792,"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":4793,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4799,"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":2935,"name":"APIAllowedMentions"}},{"id":4801,"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":2915,"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":2915,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":4796,"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":4800,"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":2948,"typeArguments":[{"type":"reference","id":3007,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":4794,"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":4798,"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":2864,"name":"APIEmbed"}}},{"id":4802,"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":2841,"name":"MessageFlags"}},{"id":4797,"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":4795,"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":[4799,4801,4796,4800,4794,4798,4802,4797,4795]}],"sources":[{"fileName":"rest/v8/webhook.ts","line":116,"character":103}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4809,"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":4811,"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":4806,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":4812,"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":4813,"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":2774,"name":"APIMessage"}},{"id":4810,"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":2774,"name":"APIMessage"}},{"id":4700,"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":4686,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult"},{"type":"reference","id":4693,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult"}]}},{"id":4666,"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":4662,"name":"RESTOAuth2ImplicitAuthorizationURLFragmentResult"}},{"id":4654,"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":4643,"name":"RESTPostOAuth2AccessTokenResult"}},{"id":4612,"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":3553,"name":"APIGuildApplicationCommandPermissions"}},{"id":4579,"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":4575,"name":"RESTPostAPIApplicationCommandsJSONBody"}}},{"id":4580,"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":3402,"name":"APIApplicationCommand"}}},{"id":4587,"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":4575,"name":"RESTPostAPIApplicationCommandsJSONBody"}}},{"id":4588,"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":3402,"name":"APIApplicationCommand"}}},{"id":4271,"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":4301,"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":4319,"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":4321,"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":4322,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4323,"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":4324,"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":[4323,4324]}],"sources":[{"fileName":"rest/v8/channel.ts","line":565,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4325,"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":4613,"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":3553,"name":"APIGuildApplicationCommandPermissions"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"permissions"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}}},{"id":4614,"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":3553,"name":"APIGuildApplicationCommandPermissions"}}},{"id":4456,"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":4457,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4458,"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":4459,"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":[4458,4459]}],"sources":[{"fileName":"rest/v8/guild.ts","line":566,"character":94}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4460,"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":4427,"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":4428,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4429,"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":4433,"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":4432,"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":4430,"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":4431,"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":[4429,4433,4432,4430,4431]}],"sources":[{"fileName":"rest/v8/guild.ts","line":412,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":4434,"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":3240,"name":"APIGuildMember"},{"type":"intrinsic","name":"never"}]}},{"id":4451,"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":4743,"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":3808,"name":"APITemplate"}},{"id":2690,"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":2764,"name":"ChannelType.DM"},{"type":"reference","id":2766,"name":"ChannelType.GroupDM"},{"type":"reference","id":2768,"name":"ChannelType.GuildNews"},{"type":"reference","id":2763,"name":"ChannelType.GuildText"}]}},{"id":3923,"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":2118,"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":4207,"name":"OAuth2Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v8/index.ts","line":793,"character":13}],"type":{"type":"reflection","declaration":{"id":4208,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4209,"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":4211,"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":4210,"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":[4209,4211,4210]}]}},"defaultValue":"..."},{"id":4199,"name":"RouteBases","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v8/index.ts","line":781,"character":13}],"type":{"type":"reflection","declaration":{"id":4200,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4201,"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":4202,"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":4205,"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":4203,"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":4206,"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":4204,"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":[4201,4202,4205,4203,4206,4204]}]}},"defaultValue":"..."},{"id":3924,"name":"Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v8/index.ts","line":23,"character":13}],"type":{"type":"reflection","declaration":{"id":3925,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":4135,"name":"applicationCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":623,"character":1}],"signatures":[{"id":4136,"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":4137,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4138,"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":4163,"name":"applicationCommandPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":687,"character":1}],"signatures":[{"id":4164,"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":4165,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4166,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4167,"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":4132,"name":"applicationCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":613,"character":1}],"signatures":[{"id":4133,"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":4134,"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":4143,"name":"applicationGuildCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":643,"character":1}],"signatures":[{"id":4144,"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":4145,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4146,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4147,"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":4139,"name":"applicationGuildCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":633,"character":1}],"signatures":[{"id":4140,"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":4141,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4142,"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":3929,"name":"channel","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":38,"character":1}],"signatures":[{"id":3930,"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":3931,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3963,"name":"channelBulkDelete","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":113,"character":1}],"signatures":[{"id":3964,"name":"channelBulkDelete","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/bulk-delete`"},"parameters":[{"id":3965,"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":3973,"name":"channelFollowers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":139,"character":1}],"signatures":[{"id":3974,"name":"channelFollowers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/followers`"},"parameters":[{"id":3975,"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":3970,"name":"channelInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":131,"character":1}],"signatures":[{"id":3971,"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":3972,"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":3935,"name":"channelMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":57,"character":1}],"signatures":[{"id":3936,"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":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"},"/messages/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":3959,"name":"channelMessageAllReactions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":105,"character":1}],"signatures":[{"id":3960,"name":"channelMessageAllReactions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions`"},"parameters":[{"id":3961,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3962,"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":3939,"name":"channelMessageCrosspost","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":65,"character":1}],"signatures":[{"id":3940,"name":"channelMessageCrosspost","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/{message.id}/crosspost`"},"parameters":[{"id":3941,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3942,"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":3943,"name":"channelMessageOwnReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":76,"character":1}],"signatures":[{"id":3944,"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":3945,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3946,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3947,"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":3954,"name":"channelMessageReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":97,"character":1}],"signatures":[{"id":3955,"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":3956,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3957,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3958,"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":3948,"name":"channelMessageUserReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":86,"character":1}],"signatures":[{"id":3949,"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":3950,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3951,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3952,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3953,"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":3932,"name":"channelMessages","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":47,"character":1}],"signatures":[{"id":3933,"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":3934,"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":3966,"name":"channelPermission","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":122,"character":1}],"signatures":[{"id":3967,"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":3968,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3969,"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":3982,"name":"channelPin","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":164,"character":1}],"signatures":[{"id":3983,"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":3984,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3985,"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":3979,"name":"channelPins","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":155,"character":1}],"signatures":[{"id":3980,"name":"channelPins","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/pins`"},"parameters":[{"id":3981,"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":3986,"name":"channelRecipient","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":173,"character":1}],"signatures":[{"id":3987,"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":3988,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3989,"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":3976,"name":"channelTyping","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":147,"character":1}],"signatures":[{"id":3977,"name":"channelTyping","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/typing`"},"parameters":[{"id":3978,"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":4098,"name":"channelWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":491,"character":1}],"signatures":[{"id":4099,"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":4100,"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":4118,"name":"gateway","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":555,"character":1}],"signatures":[{"id":4119,"name":"gateway","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway`"},"type":{"type":"literal","value":"/gateway"}}]},{"id":4120,"name":"gatewayBot","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":563,"character":1}],"signatures":[{"id":4121,"name":"gatewayBot","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway/bot`"},"type":{"type":"literal","value":"/gateway/bot"}}]},{"id":3999,"name":"guild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":210,"character":1}],"signatures":[{"id":4000,"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":4001,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4159,"name":"guildApplicationCommandsPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":678,"character":1}],"signatures":[{"id":4160,"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":4161,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4162,"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":3926,"name":"guildAuditLog","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":28,"character":1}],"signatures":[{"id":3927,"name":"guildAuditLog","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/audit-logs`"},"parameters":[{"id":3928,"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":4029,"name":"guildBan","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":292,"character":1}],"signatures":[{"id":4030,"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":4031,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4032,"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":4026,"name":"guildBans","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":282,"character":1}],"signatures":[{"id":4027,"name":"guildBans","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans`"},"parameters":[{"id":4028,"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":4005,"name":"guildChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":228,"character":1}],"signatures":[{"id":4006,"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":4007,"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":4018,"name":"guildCurrentMemberNickname","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":265,"character":1}],"signatures":[{"id":4019,"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":4020,"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":3993,"name":"guildEmoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":192,"character":1}],"signatures":[{"id":3994,"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":3995,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":3996,"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":3990,"name":"guildEmojis","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":182,"character":1}],"signatures":[{"id":3991,"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":3992,"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":4052,"name":"guildIntegration","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":352,"character":1}],"signatures":[{"id":4053,"name":"guildIntegration","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/guilds/{guild.id}/integrations/{integration.id}`"},"parameters":[{"id":4054,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4055,"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":4049,"name":"guildIntegrations","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":344,"character":1}],"signatures":[{"id":4050,"name":"guildIntegrations","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/integrations`"},"parameters":[{"id":4051,"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":4046,"name":"guildInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":336,"character":1}],"signatures":[{"id":4047,"name":"guildInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/invites`"},"parameters":[{"id":4048,"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":4008,"name":"guildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":240,"character":1}],"signatures":[{"id":4009,"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":4010,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4011,"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":4021,"name":"guildMemberRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":274,"character":1}],"signatures":[{"id":4022,"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":4023,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4024,"name":"memberId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4025,"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":4152,"name":"guildMemberVerification","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":660,"character":1}],"signatures":[{"id":4153,"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":4154,"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":4012,"name":"guildMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":248,"character":1}],"signatures":[{"id":4013,"name":"guildMembers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members`"},"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"},"/members"]]}}]},{"id":4015,"name":"guildMembersSearch","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":256,"character":1}],"signatures":[{"id":4016,"name":"guildMembersSearch","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/search`"},"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"},"/members/search"]]}}]},{"id":4002,"name":"guildPreview","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":218,"character":1}],"signatures":[{"id":4003,"name":"guildPreview","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/preview`"},"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"},"/preview"]]}}]},{"id":4040,"name":"guildPrune","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":320,"character":1}],"signatures":[{"id":4041,"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":4042,"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":4036,"name":"guildRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":311,"character":1}],"signatures":[{"id":4037,"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":4038,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4039,"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":4033,"name":"guildRoles","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":302,"character":1}],"signatures":[{"id":4034,"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":4035,"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":4191,"name":"guildScheduledEvent","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":768,"character":1}],"signatures":[{"id":4192,"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":4193,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4194,"name":"guildScheduledEventId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":4195,"name":"guildScheduledEventUsers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":776,"character":1}],"signatures":[{"id":4196,"name":"guildScheduledEventUsers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}/users`"},"parameters":[{"id":4197,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4198,"name":"guildScheduledEventId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":4188,"name":"guildScheduledEvents","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":758,"character":1}],"signatures":[{"id":4189,"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":4190,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"intrinsic","name":"string"}}]},{"id":4184,"name":"guildSticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":749,"character":1}],"signatures":[{"id":4185,"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":4186,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4187,"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":4181,"name":"guildStickers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":739,"character":1}],"signatures":[{"id":4182,"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":4183,"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":4077,"name":"guildTemplate","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":422,"character":1}],"signatures":[{"id":4078,"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":4079,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4080,"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":4074,"name":"guildTemplates","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":412,"character":1}],"signatures":[{"id":4075,"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":4076,"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":4062,"name":"guildVanityUrl","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":377,"character":1}],"signatures":[{"id":4063,"name":"guildVanityUrl","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/vanity-url`"},"parameters":[{"id":4064,"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":4043,"name":"guildVoiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":328,"character":1}],"signatures":[{"id":4044,"name":"guildVoiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/regions`"},"parameters":[{"id":4045,"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":4155,"name":"guildVoiceState","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":669,"character":1}],"signatures":[{"id":4156,"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":4157,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4158,"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":4101,"name":"guildWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":499,"character":1}],"signatures":[{"id":4102,"name":"guildWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/webhooks`"},"parameters":[{"id":4103,"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":4168,"name":"guildWelcomeScreen","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":696,"character":1}],"signatures":[{"id":4169,"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":4170,"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":4065,"name":"guildWidgetImage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":385,"character":1}],"signatures":[{"id":4066,"name":"guildWidgetImage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.png`"},"parameters":[{"id":4067,"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":4059,"name":"guildWidgetJSON","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":369,"character":1}],"signatures":[{"id":4060,"name":"guildWidgetJSON","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.json`"},"parameters":[{"id":4061,"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":4056,"name":"guildWidgetSettings","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":361,"character":1}],"signatures":[{"id":4057,"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":4058,"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":3997,"name":"guilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":200,"character":1}],"signatures":[{"id":3998,"name":"guilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds`"},"type":{"type":"literal","value":"/guilds"}}]},{"id":4148,"name":"interactionCallback","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":651,"character":1}],"signatures":[{"id":4149,"name":"interactionCallback","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/interactions/{interaction.id}/{interaction.token}/callback`"},"parameters":[{"id":4150,"name":"interactionId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4151,"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":4068,"name":"invite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":394,"character":1}],"signatures":[{"id":4069,"name":"invite","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/invites/{invite.code}`\n- DELETE `/invites/{invite.code}`"},"parameters":[{"id":4070,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/invites/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4179,"name":"nitroStickerPacks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":730,"character":1}],"signatures":[{"id":4180,"name":"nitroStickerPacks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/sticker-packs`"},"type":{"type":"literal","value":"/sticker-packs"}}]},{"id":4126,"name":"oauth2Authorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":587,"character":1}],"signatures":[{"id":4127,"name":"oauth2Authorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/authorize`"},"type":{"type":"literal","value":"/oauth2/authorize"}}]},{"id":4122,"name":"oauth2CurrentApplication","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":571,"character":1}],"signatures":[{"id":4123,"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":4124,"name":"oauth2CurrentAuthorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":579,"character":1}],"signatures":[{"id":4125,"name":"oauth2CurrentAuthorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/@me`"},"type":{"type":"literal","value":"/oauth2/@me"}}]},{"id":4128,"name":"oauth2TokenExchange","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":595,"character":1}],"signatures":[{"id":4129,"name":"oauth2TokenExchange","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/oauth2/token`"},"type":{"type":"literal","value":"/oauth2/token"}}]},{"id":4130,"name":"oauth2TokenRevocation","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":603,"character":1}],"signatures":[{"id":4131,"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":4173,"name":"stageInstance","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":714,"character":1}],"signatures":[{"id":4174,"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":4175,"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":4171,"name":"stageInstances","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":704,"character":1}],"signatures":[{"id":4172,"name":"stageInstances","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/stage-instances`"},"type":{"type":"literal","value":"/stage-instances"}}]},{"id":4176,"name":"sticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":722,"character":1}],"signatures":[{"id":4177,"name":"sticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stickers/{sticker.id}`"},"parameters":[{"id":4178,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":4071,"name":"template","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":403,"character":1}],"signatures":[{"id":4072,"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":4073,"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":4081,"name":"user","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":434,"character":1}],"signatures":[{"id":4082,"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":4083,"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":4092,"name":"userChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":466,"character":1}],"signatures":[{"id":4093,"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":4094,"name":"userConnections","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":474,"character":1}],"signatures":[{"id":4095,"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":4089,"name":"userGuild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":458,"character":1}],"signatures":[{"id":4090,"name":"userGuild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/users/@me/guilds/{guild.id}`"},"parameters":[{"id":4091,"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":4086,"name":"userGuildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":450,"character":1}],"signatures":[{"id":4087,"name":"userGuildMember","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds/{guild.id}/member`"},"parameters":[{"id":4088,"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":4084,"name":"userGuilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":442,"character":1}],"signatures":[{"id":4085,"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":4096,"name":"voiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":482,"character":1}],"signatures":[{"id":4097,"name":"voiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/voice/regions`"},"type":{"type":"literal","value":"/voice/regions"}}]},{"id":4104,"name":"webhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":515,"character":1}],"signatures":[{"id":4105,"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":4106,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4107,"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":4108,"name":"webhookMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":538,"character":1}],"signatures":[{"id":4109,"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":4110,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4111,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4112,"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":4113,"name":"webhookPlatform","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v8/index.ts","line":547,"character":1}],"signatures":[{"id":4114,"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":4115,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4116,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":4117,"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":[4135,4163,4132,4143,4139,3929,3963,3973,3970,3935,3959,3939,3943,3954,3948,3932,3966,3982,3979,3986,3976,4098,4118,4120,3999,4159,3926,4029,4026,4005,4018,3993,3990,4052,4049,4046,4008,4021,4152,4012,4015,4002,4040,4036,4033,4191,4195,4188,4184,4181,4077,4074,4062,4043,4155,4101,4168,4065,4059,4056,3997,4148,4068,4179,4126,4122,4124,4128,4130,4173,4171,4176,4071,4081,4092,4094,4089,4086,4084,4096,4104,4108,4113]}]}},"defaultValue":"..."}],"groups":[{"title":"References","kind":16777216,"children":[2498,2495,4213,4214,2500,2499,2501,2504,2502,2503,4212,2505,4827,4826,2496,2117]},{"title":"Enumerations","kind":8,"children":[3089,3069,3073,2931,3482,3562,3412,2531,2559,2613,2971,2762,2943,3883,2878,2131,2163,2146,2119,3169,3172,3200,3176,3179,3190,3384,3393,3388,3195,3184,3305,3268,3660,3634,3691,3328,2836,2841,2807,3712,2861,3039,3757,3781,3778,3805,2977,3852,3869,2771,3919]},{"title":"Interfaces","kind":256,"children":[2948,2935,2506,3402,3643,3459,3467,3475,3499,3520,3510,3494,3558,3514,3504,2528,2915,2545,2551,2604,3281,2940,3587,2956,2963,2685,2926,4221,3440,3446,3671,3873,2864,2902,2911,2907,2894,2899,2885,2890,3013,3694,3364,2849,3024,3022,3028,2752,3117,3553,2698,4343,4355,3251,3274,3240,3319,3323,3225,3382,3395,2709,3311,3314,3284,3291,3295,3237,3271,3417,3422,3575,3649,3652,3655,3641,3657,3678,3760,2774,2829,3535,3541,3609,2952,3569,2832,3614,3646,3673,3627,2856,2681,3009,3105,2852,3734,3746,2980,2988,3750,3330,3765,3786,3794,3800,3808,3820,2692,2722,2994,3102,3836,3526,3532,2738,3347,3900,3906,3049,3099,3084,3080,2262,2275,2283,2291,2294,2307,2315,2332,2324,2342,2347,2287,2442,2228,2223,2216,2221,2446,2449,2457,2360,2233,2367,2381,2398,2393,2409,3045,3033,2489,2245,2239,2468,2471,2461,2464,2423,2486,2434,3886,2478,2481,2439,3624,3620,4759,4215,4274,4243,4755,4419,4423,4489,4492,4380,4550,4558,4535,4509,4512,4615,4622,4714,4673,4681,4627,4634,4667,4655,4314,4294,4570,4768,4499,4718,4701,4806,4643,4637,4686,4693,4663,4649,4610,4297]},{"title":"Type Aliases","kind":4194304,"children":[3006,3455,3566,3567,3565,3436,3457,3434,3435,3466,3433,3416,3456,3439,3458,3465,3473,3438,3481,3525,3431,3472,3474,3437,3480,3498,3524,2616,2635,2636,2626,2627,2652,2646,2674,2675,2664,2622,2643,2655,2654,2649,2680,2661,2633,2653,2618,2621,2667,2677,2668,2669,2632,2673,2676,2650,2619,2665,2656,2679,2630,2659,2657,2651,2662,2645,2617,2663,2623,2644,2648,2641,2625,2671,2637,2629,2647,2624,2628,2620,2678,2640,2672,2660,2642,2666,2670,2658,2634,2631,2639,2638,2970,2761,3453,3454,3452,3551,3552,3550,3543,2751,3400,3603,2736,4348,4349,3401,3267,3605,3381,2737,3399,3640,3668,3677,3007,3548,3549,3547,3613,3004,3618,3619,3607,3608,4250,3008,3005,3631,3632,3630,2735,3633,3785,3545,3546,3544,3087,3083,3088,2494,2255,2256,2259,2260,2253,2254,2261,2257,2258,2215,2278,2279,2274,2280,2281,2268,2269,2272,2273,2282,2290,2293,2306,2310,2311,2314,2266,2267,2327,2328,2331,2323,2329,2330,2335,2336,2339,2340,2337,2338,2341,2346,2286,2270,2271,2445,2351,2352,2359,2355,2356,2364,2365,2238,2366,2380,2385,2386,2397,2392,2402,2403,2406,2407,2404,2405,2408,2387,2388,2414,2415,2244,2214,2252,2213,2416,2417,2418,2419,2420,2421,2422,2429,2430,2433,2431,2432,2438,4772,2691,2708,3568,4278,4272,4279,4293,4273,4313,4320,4326,4242,4767,4461,4340,4504,4453,4452,4407,4488,4557,4730,4746,4607,4597,4620,4712,4790,4825,4791,4609,4565,4564,4582,4581,4220,4302,4277,4249,4248,4318,4226,4778,4771,4766,4747,4342,4341,4608,4455,4454,4408,4328,4327,4503,4502,4418,4515,4422,4426,4383,4382,4462,4552,4563,4537,4717,4716,4737,4501,4779,4531,4514,4508,4505,4603,4593,4619,4621,4706,4713,4731,4748,4780,4817,4781,4749,4662,4577,4578,4585,4586,4227,4289,4280,4292,4241,4447,4444,4450,4750,4754,4411,4417,4335,4339,4384,4435,4443,4516,4521,4406,4478,4473,4477,4487,4553,4556,4724,4729,4744,4745,4522,4527,4532,4506,4507,4605,4604,4606,4595,4594,4596,4707,4711,4782,4787,4788,4821,4818,4824,4789,4575,4576,4583,4584,4316,4303,4312,4270,4266,4253,4269,4296,4317,4773,4777,4566,4770,4409,4410,4329,4334,4494,4463,4472,4538,4549,4723,4738,4742,4364,4379,4590,4589,4599,4598,4602,4705,4732,4736,4803,4814,4815,4816,4792,4809,4811,4812,4813,4810,4700,4666,4654,4612,4579,4580,4587,4588,4271,4301,4319,4321,4325,4613,4614,4456,4460,4427,4434,4451,4743,2690]},{"title":"Variables","kind":32,"children":[3923,2118,4207,4199,3924]}],"sources":[{"fileName":"v8.ts","line":1,"character":0}]},{"id":327,"name":"v9","kind":2,"kindString":"Module","flags":{},"children":[{"id":5352,"name":"FormattingPatterns","kind":16777216,"kindString":"Reference","flags":{},"target":4},{"id":5349,"name":"GatewayURLQuery","kind":16777216,"kindString":"Reference","flags":{},"target":19},{"id":7542,"name":"Locale","kind":16777216,"kindString":"Reference","flags":{},"target":268},{"id":7543,"name":"LocaleString","kind":16777216,"kindString":"Reference","flags":{},"target":299},{"id":5354,"name":"LocalizationMap","kind":16777216,"kindString":"Reference","flags":{},"target":67},{"id":5353,"name":"PermissionFlagsBits","kind":16777216,"kindString":"Reference","flags":{},"target":24},{"id":5355,"name":"RESTError","kind":16777216,"kindString":"Reference","flags":{},"target":68},{"id":5358,"name":"RESTErrorData","kind":16777216,"kindString":"Reference","flags":{},"target":77},{"id":5356,"name":"RESTErrorFieldInformation","kind":16777216,"kindString":"Reference","flags":{},"target":72},{"id":5357,"name":"RESTErrorGroupWrapper","kind":16777216,"kindString":"Reference","flags":{},"target":75},{"id":7541,"name":"RESTJSONErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":86},{"id":5359,"name":"RESTRateLimit","kind":16777216,"kindString":"Reference","flags":{},"target":81},{"id":8231,"name":"RPCCloseEventCodes","kind":16777216,"kindString":"Reference","flags":{},"target":318},{"id":8230,"name":"RPCErrorCodes","kind":16777216,"kindString":"Reference","flags":{},"target":301},{"id":5350,"name":"Snowflake","kind":16777216,"kindString":"Reference","flags":{},"target":2},{"id":4828,"name":"Utils","kind":16777216,"kindString":"Reference","flags":{},"sources":[{"fileName":"v9.ts","line":6,"character":12}],"target":385},{"id":6158,"name":"ActivityFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-flags"},"children":[{"id":6167,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":318,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":6159,"name":"Instance","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":310,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6160,"name":"Join","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":311,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6162,"name":"JoinRequest","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":313,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":6165,"name":"PartyPrivacyFriends","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":316,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":6166,"name":"PartyPrivacyVoiceChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":317,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":6164,"name":"Play","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":315,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":6161,"name":"Spectate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":312,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":6163,"name":"Sync","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":314,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6167,6159,6160,6162,6165,6166,6164,6161,6163]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":309,"character":12}]},{"id":6133,"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":6138,"name":"Android","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":225,"character":1}],"type":{"type":"literal","value":"android"},"defaultValue":"\"android\""},{"id":6134,"name":"Desktop","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":221,"character":1}],"type":{"type":"literal","value":"desktop"},"defaultValue":"\"desktop\""},{"id":6139,"name":"Embedded","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":226,"character":1}],"type":{"type":"literal","value":"embedded"},"defaultValue":"\"embedded\""},{"id":6137,"name":"IOS","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":224,"character":1}],"type":{"type":"literal","value":"ios"},"defaultValue":"\"ios\""},{"id":6140,"name":"PS4","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":227,"character":1}],"type":{"type":"literal","value":"ps4"},"defaultValue":"\"ps4\""},{"id":6141,"name":"PS5","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":228,"character":1}],"type":{"type":"literal","value":"ps5"},"defaultValue":"\"ps5\""},{"id":6136,"name":"Samsung","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":223,"character":1}],"type":{"type":"literal","value":"samsung"},"defaultValue":"\"samsung\""},{"id":6135,"name":"Xbox","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":222,"character":1}],"type":{"type":"literal","value":"xbox"},"defaultValue":"\"xbox\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6138,6134,6139,6137,6140,6141,6136,6135]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":220,"character":12}]},{"id":6142,"name":"ActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-types"},"children":[{"id":6148,"name":"Competing","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Competing in {name}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":258,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":6147,"name":"Custom","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"{emoji} {details}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":254,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":6145,"name":"Listening","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Listening to {name}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":246,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6143,"name":"Playing","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Playing {game}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":238,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6144,"name":"Streaming","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Streaming {details}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":242,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6146,"name":"Watching","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Watching {details}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":250,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6148,6147,6145,6143,6144,6146]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":234,"character":12}]},{"id":5960,"name":"AllowedMentionsTypes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mention-types"},"children":[{"id":5961,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls @everyone and @here mentions"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1255,"character":1}],"type":{"type":"literal","value":"everyone"},"defaultValue":"\"everyone\""},{"id":5962,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls role mentions"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1259,"character":1}],"type":{"type":"literal","value":"roles"},"defaultValue":"\"roles\""},{"id":5963,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Controls user mentions"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1263,"character":1}],"type":{"type":"literal","value":"users"},"defaultValue":"\"users\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5961,5962,5963]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1251,"character":12}]},{"id":6570,"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":6581,"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":6575,"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":6577,"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":6574,"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":6579,"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":6580,"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":6578,"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":6573,"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":6571,"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":6572,"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":6576,"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":[6581,6575,6577,6574,6579,6580,6578,6573,6571,6572,6576]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":6,"character":12}]},{"id":6654,"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":6657,"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":6655,"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":6656,"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":[6657,6655,6656]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":46,"character":12}]},{"id":6495,"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":6496,"name":"ChatInput","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":96,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6498,"name":"Message","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":98,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6497,"name":"User","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":97,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6496,6498,6497]}],"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":95,"character":12}]},{"id":5385,"name":"ApplicationFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/application#application-object-application-flags"},"children":[{"id":5399,"name":"ApplicationCommandBadge","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":132,"character":1}],"type":{"type":"literal","value":8388608},"defaultValue":"8388608"},{"id":5395,"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":5398,"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":5386,"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":5392,"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":5393,"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":5396,"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":5397,"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":5390,"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":5391,"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":5388,"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":5387,"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":5389,"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":5394,"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":[5399,5395,5398,5386,5392,5393,5396,5397,5390,5391,5388,5387,5389,5394]}],"sources":[{"fileName":"payloads/v9/application.ts","line":118,"character":12}]},{"id":5417,"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":5465,"name":"ApplicationCommandPermissionUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":195,"character":1}],"type":{"type":"literal","value":121},"defaultValue":"121"},{"id":5469,"name":"AutoModerationBlockMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":200,"character":1}],"type":{"type":"literal","value":143},"defaultValue":"143"},{"id":5470,"name":"AutoModerationFlagToChannel","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":201,"character":1}],"type":{"type":"literal","value":144},"defaultValue":"144"},{"id":5466,"name":"AutoModerationRuleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":197,"character":1}],"type":{"type":"literal","value":140},"defaultValue":"140"},{"id":5468,"name":"AutoModerationRuleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":199,"character":1}],"type":{"type":"literal","value":142},"defaultValue":"142"},{"id":5467,"name":"AutoModerationRuleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":198,"character":1}],"type":{"type":"literal","value":141},"defaultValue":"141"},{"id":5471,"name":"AutoModerationUserCommunicationDisabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":202,"character":1}],"type":{"type":"literal","value":145},"defaultValue":"145"},{"id":5433,"name":"BotAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":153,"character":1}],"type":{"type":"literal","value":28},"defaultValue":"28"},{"id":5419,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":138,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":5421,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":140,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":5422,"name":"ChannelOverwriteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":141,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":5424,"name":"ChannelOverwriteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":143,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":5423,"name":"ChannelOverwriteUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":142,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":5420,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":139,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":5443,"name":"EmojiCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":167,"character":1}],"type":{"type":"literal","value":60},"defaultValue":"60"},{"id":5445,"name":"EmojiDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":169,"character":1}],"type":{"type":"literal","value":62},"defaultValue":"62"},{"id":5444,"name":"EmojiUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":168,"character":1}],"type":{"type":"literal","value":61},"defaultValue":"61"},{"id":5459,"name":"GuildScheduledEventCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":187,"character":1}],"type":{"type":"literal","value":100},"defaultValue":"100"},{"id":5461,"name":"GuildScheduledEventDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":189,"character":1}],"type":{"type":"literal","value":102},"defaultValue":"102"},{"id":5460,"name":"GuildScheduledEventUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":188,"character":1}],"type":{"type":"literal","value":101},"defaultValue":"101"},{"id":5418,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":136,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5450,"name":"IntegrationCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":176,"character":1}],"type":{"type":"literal","value":80},"defaultValue":"80"},{"id":5452,"name":"IntegrationDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":178,"character":1}],"type":{"type":"literal","value":82},"defaultValue":"82"},{"id":5451,"name":"IntegrationUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":177,"character":1}],"type":{"type":"literal","value":81},"defaultValue":"81"},{"id":5437,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":159,"character":1}],"type":{"type":"literal","value":40},"defaultValue":"40"},{"id":5439,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":161,"character":1}],"type":{"type":"literal","value":42},"defaultValue":"42"},{"id":5438,"name":"InviteUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":160,"character":1}],"type":{"type":"literal","value":41},"defaultValue":"41"},{"id":5427,"name":"MemberBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":147,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":5428,"name":"MemberBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":148,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":5432,"name":"MemberDisconnect","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":152,"character":1}],"type":{"type":"literal","value":27},"defaultValue":"27"},{"id":5425,"name":"MemberKick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":145,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":5431,"name":"MemberMove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":151,"character":1}],"type":{"type":"literal","value":26},"defaultValue":"26"},{"id":5426,"name":"MemberPrune","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":146,"character":1}],"type":{"type":"literal","value":21},"defaultValue":"21"},{"id":5430,"name":"MemberRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":150,"character":1}],"type":{"type":"literal","value":25},"defaultValue":"25"},{"id":5429,"name":"MemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":149,"character":1}],"type":{"type":"literal","value":24},"defaultValue":"24"},{"id":5447,"name":"MessageBulkDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":172,"character":1}],"type":{"type":"literal","value":73},"defaultValue":"73"},{"id":5446,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":171,"character":1}],"type":{"type":"literal","value":72},"defaultValue":"72"},{"id":5448,"name":"MessagePin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":173,"character":1}],"type":{"type":"literal","value":74},"defaultValue":"74"},{"id":5449,"name":"MessageUnpin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":174,"character":1}],"type":{"type":"literal","value":75},"defaultValue":"75"},{"id":5434,"name":"RoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":155,"character":1}],"type":{"type":"literal","value":30},"defaultValue":"30"},{"id":5436,"name":"RoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":157,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":5435,"name":"RoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":156,"character":1}],"type":{"type":"literal","value":31},"defaultValue":"31"},{"id":5453,"name":"StageInstanceCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":179,"character":1}],"type":{"type":"literal","value":83},"defaultValue":"83"},{"id":5455,"name":"StageInstanceDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":181,"character":1}],"type":{"type":"literal","value":85},"defaultValue":"85"},{"id":5454,"name":"StageInstanceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":180,"character":1}],"type":{"type":"literal","value":84},"defaultValue":"84"},{"id":5456,"name":"StickerCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":183,"character":1}],"type":{"type":"literal","value":90},"defaultValue":"90"},{"id":5458,"name":"StickerDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":185,"character":1}],"type":{"type":"literal","value":92},"defaultValue":"92"},{"id":5457,"name":"StickerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":184,"character":1}],"type":{"type":"literal","value":91},"defaultValue":"91"},{"id":5462,"name":"ThreadCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":191,"character":1}],"type":{"type":"literal","value":110},"defaultValue":"110"},{"id":5464,"name":"ThreadDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":193,"character":1}],"type":{"type":"literal","value":112},"defaultValue":"112"},{"id":5463,"name":"ThreadUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":192,"character":1}],"type":{"type":"literal","value":111},"defaultValue":"111"},{"id":5440,"name":"WebhookCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":163,"character":1}],"type":{"type":"literal","value":50},"defaultValue":"50"},{"id":5442,"name":"WebhookDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":165,"character":1}],"type":{"type":"literal","value":52},"defaultValue":"52"},{"id":5441,"name":"WebhookUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":164,"character":1}],"type":{"type":"literal","value":51},"defaultValue":"51"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5465,5469,5470,5466,5468,5467,5471,5433,5419,5421,5422,5424,5423,5420,5443,5445,5444,5459,5461,5460,5418,5450,5452,5451,5437,5439,5438,5427,5428,5432,5425,5431,5426,5430,5429,5447,5446,5448,5449,5434,5436,5435,5453,5455,5454,5456,5458,5457,5462,5464,5463,5440,5442,5441]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":135,"character":12}]},{"id":5483,"name":"AuditLogOptionsType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":5485,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":316,"character":1}],"type":{"type":"literal","value":"1"},"defaultValue":"\"1\""},{"id":5484,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":315,"character":1}],"type":{"type":"literal","value":"0"},"defaultValue":"\"0\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5485,5484]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":314,"character":12}]},{"id":5597,"name":"AutoModerationActionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-action-object-action-types"},"children":[{"id":5598,"name":"BlockMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Blocks the content of a message according to the rule"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":174,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5599,"name":"SendAlertMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Logs user content to a specified channel"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":178,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5600,"name":"Timeout","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Timeout user for specified duration, this action type can be set if the bot has `MODERATE_MEMBERS` permission"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":182,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5598,5599,5600]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":170,"character":12}]},{"id":5592,"name":"AutoModerationRuleEventType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-event-types"},"children":[{"id":5593,"name":"MessageSend","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"When a member sends or edits a message in the guild"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":148,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5593]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":144,"character":12}]},{"id":5588,"name":"AutoModerationRuleKeywordPresetType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-keyword-preset-types"},"children":[{"id":5589,"name":"Profanity","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Words that may be considered forms of swearing or cursing"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":130,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5590,"name":"SexualContent","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Words that refer to sexually explicit behavior or activity"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":134,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5591,"name":"Slurs","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Personal insults or words that may be considered hate speech"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":138,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5589,5590,5591]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":126,"character":12}]},{"id":5577,"name":"AutoModerationRuleTriggerType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-trigger-types"},"children":[{"id":5578,"name":"Keyword","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content contains words from a user defined list of keywords (Maximum of 3 per guild)"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":64,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5580,"name":"KeywordPreset","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content contains words from internal pre-defined wordsets (Maximum of 1 per guild)"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":72,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5581,"name":"MentionSpam","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content contains more mentions than allowed (Maximum of 1 per guild)"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":76,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5579,"name":"Spam","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Check if content represents generic spam (Maximum of 1 per guild)"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":68,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5578,5580,5581,5579]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":60,"character":12}]},{"id":6012,"name":"ButtonStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#button-object-button-styles"},"children":[{"id":6016,"name":"Danger","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1423,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":6017,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1424,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":6013,"name":"Primary","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1420,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6014,"name":"Secondary","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1421,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6015,"name":"Success","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1422,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6016,6017,6013,6014,6015]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1419,"character":12}]},{"id":6065,"name":"ChannelFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-flags"},"children":[{"id":6066,"name":"Pinned","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"This thread is pinned to the top of its parent forum channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1590,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6067,"name":"RequireTag","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Whether a tag is required to be specified when creating a thread in a forum channel.\nTags are specified in the `applied_tags` field"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1595,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6066,6067]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1586,"character":12}]},{"id":5756,"name":"ChannelType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object-channel-types"},"children":[{"id":5763,"name":"AnnouncementThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Announcement channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":363,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":5758,"name":"DM","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A direct message between users"},"sources":[{"fileName":"payloads/v9/channel.ts","line":339,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5760,"name":"GroupDM","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A direct message between multiple users"},"sources":[{"fileName":"payloads/v9/channel.ts","line":347,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":5762,"name":"GuildAnnouncement","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":359,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5761,"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":353,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5767,"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":383,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":5768,"name":"GuildForum","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A channel that can only contain threads"},"sources":[{"fileName":"payloads/v9/channel.ts","line":387,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":5769,"name":"GuildNews","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A channel that users can follow and crosspost into their own guild","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#GuildAnnouncement}\n\nSee https://support.discord.com/hc/en-us/articles/360032008192\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":397,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5770,"name":"GuildNewsThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Announcement channel","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#AnnouncementThread}\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":403,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":5772,"name":"GuildPrivateThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text channel that is only viewable by those invited and those with the Manage Threads permission","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#PrivateThread}\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":415,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":5771,"name":"GuildPublicThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text channel","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ChannelType#PublicThread}\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":409,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":5766,"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":377,"character":1}],"type":{"type":"literal","value":13},"defaultValue":"13"},{"id":5757,"name":"GuildText","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A text channel within a guild"},"sources":[{"fileName":"payloads/v9/channel.ts","line":335,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":5759,"name":"GuildVoice","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A voice channel within a guild"},"sources":[{"fileName":"payloads/v9/channel.ts","line":343,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5765,"name":"PrivateThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text channel that is only viewable by those invited and those with the Manage Threads permission"},"sources":[{"fileName":"payloads/v9/channel.ts","line":371,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":5764,"name":"PublicThread","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"A temporary sub-channel within a Guild Text or Guild Forum channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":367,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5763,5758,5760,5762,5761,5767,5768,5769,5770,5772,5771,5766,5757,5759,5765,5764]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":331,"character":12}]},{"id":5972,"name":"ComponentType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#component-object-component-types"},"children":[{"id":5973,"name":"ActionRow","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Action Row component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1309,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5974,"name":"Button","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Button component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1313,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5980,"name":"ChannelSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for channels"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1337,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":5979,"name":"MentionableSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for users and roles"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1333,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":5978,"name":"RoleSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for roles"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1329,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":5981,"name":"SelectMenu","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for picking from defined text options","tags":[{"tag":"deprecated","text":"This is the old name for {@apilink ComponentType#StringSelect}\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":1346,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":5975,"name":"StringSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for picking from defined text options"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1317,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":5976,"name":"TextInput","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Text Input component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1321,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5977,"name":"UserSelect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Select menu for users"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1325,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5973,5974,5980,5979,5978,5981,5975,5976,5977]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1305,"character":12}]},{"id":7042,"name":"ConnectionService","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":7043,"name":"BattleNet","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":229,"character":1}],"type":{"type":"literal","value":"battlenet"},"defaultValue":"\"battlenet\""},{"id":7045,"name":"EpicGames","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":231,"character":1}],"type":{"type":"literal","value":"epicgames"},"defaultValue":"\"epicgames\""},{"id":7046,"name":"Facebook","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":232,"character":1}],"type":{"type":"literal","value":"facebook"},"defaultValue":"\"facebook\""},{"id":7047,"name":"GitHub","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":233,"character":1}],"type":{"type":"literal","value":"github"},"defaultValue":"\"github\""},{"id":7048,"name":"LeagueOfLegends","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":234,"character":1}],"type":{"type":"literal","value":"leagueoflegends"},"defaultValue":"\"leagueoflegends\""},{"id":7052,"name":"PayPal","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":238,"character":1}],"type":{"type":"literal","value":"paypal"},"defaultValue":"\"paypal\""},{"id":7049,"name":"PlayStationNetwork","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":235,"character":1}],"type":{"type":"literal","value":"playstation"},"defaultValue":"\"playstation\""},{"id":7050,"name":"Reddit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":236,"character":1}],"type":{"type":"literal","value":"reddit"},"defaultValue":"\"reddit\""},{"id":7051,"name":"RiotGames","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":237,"character":1}],"type":{"type":"literal","value":"riotgames"},"defaultValue":"\"riotgames\""},{"id":7054,"name":"Skype","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":240,"character":1}],"type":{"type":"literal","value":"skype"},"defaultValue":"\"skype\""},{"id":7053,"name":"Spotify","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":239,"character":1}],"type":{"type":"literal","value":"spotify"},"defaultValue":"\"spotify\""},{"id":7055,"name":"Steam","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":241,"character":1}],"type":{"type":"literal","value":"steam"},"defaultValue":"\"steam\""},{"id":7056,"name":"Twitch","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":242,"character":1}],"type":{"type":"literal","value":"twitch"},"defaultValue":"\"twitch\""},{"id":7057,"name":"Twitter","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":243,"character":1}],"type":{"type":"literal","value":"twitter"},"defaultValue":"\"twitter\""},{"id":7058,"name":"Xbox","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":244,"character":1}],"type":{"type":"literal","value":"xbox"},"defaultValue":"\"xbox\""},{"id":7059,"name":"YouTube","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":245,"character":1}],"type":{"type":"literal","value":"youtube"},"defaultValue":"\"youtube\""},{"id":7044,"name":"eBay","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":230,"character":1}],"type":{"type":"literal","value":"ebay"},"defaultValue":"\"ebay\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[7043,7045,7046,7047,7048,7052,7049,7050,7051,7054,7053,7055,7056,7057,7058,7059,7044]}],"sources":[{"fileName":"payloads/v9/user.ts","line":228,"character":12}]},{"id":7060,"name":"ConnectionVisibility","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":7062,"name":"Everyone","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Visible to everyone"},"sources":[{"fileName":"payloads/v9/user.ts","line":256,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":7061,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible to everyone except the user themselves"},"sources":[{"fileName":"payloads/v9/user.ts","line":252,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[7062,7061]}],"sources":[{"fileName":"payloads/v9/user.ts","line":248,"character":12}]},{"id":5905,"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":5910,"name":"Article","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Article embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1017,"character":1}],"type":{"type":"literal","value":"article"},"defaultValue":"\"article\""},{"id":5912,"name":"AutoModerationMessage","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Auto moderation alert embed","tags":[{"tag":"unstable","text":"This embed type is currently not documented by Discord, but it is returned in the auto moderation system messages.\n"}]},"sources":[{"fileName":"payloads/v9/channel.ts","line":1027,"character":1}],"type":{"type":"literal","value":"auto_moderation_message"},"defaultValue":"\"auto_moderation_message\""},{"id":5909,"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":1013,"character":1}],"type":{"type":"literal","value":"gifv"},"defaultValue":"\"gifv\""},{"id":5907,"name":"Image","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Image embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1005,"character":1}],"type":{"type":"literal","value":"image"},"defaultValue":"\"image\""},{"id":5911,"name":"Link","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Link embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1021,"character":1}],"type":{"type":"literal","value":"link"},"defaultValue":"\"link\""},{"id":5906,"name":"Rich","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Generic embed rendered from embed attributes"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1001,"character":1}],"type":{"type":"literal","value":"rich"},"defaultValue":"\"rich\""},{"id":5908,"name":"Video","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Video embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1009,"character":1}],"type":{"type":"literal","value":"video"},"defaultValue":"\"video\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5910,5912,5909,5907,5911,5906,5908]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":997,"character":12}]},{"id":4842,"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":4848,"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":128,"character":1}],"type":{"type":"literal","value":4005},"defaultValue":"4005"},{"id":4847,"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-events#identify\n"},"sources":[{"fileName":"gateway/v9.ts","line":124,"character":1}],"type":{"type":"literal","value":4004},"defaultValue":"4004"},{"id":4845,"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-events\n"},"sources":[{"fileName":"gateway/v9.ts","line":112,"character":1}],"type":{"type":"literal","value":4002},"defaultValue":"4002"},{"id":4856,"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":173,"character":1}],"type":{"type":"literal","value":4014},"defaultValue":"4014"},{"id":4854,"name":"InvalidAPIVersion","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You sent an invalid version for the gateway"},"sources":[{"fileName":"gateway/v9.ts","line":158,"character":1}],"type":{"type":"literal","value":4012},"defaultValue":"4012"},{"id":4855,"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":164,"character":1}],"type":{"type":"literal","value":4013},"defaultValue":"4013"},{"id":4849,"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-events#resume\n"},"sources":[{"fileName":"gateway/v9.ts","line":134,"character":1}],"type":{"type":"literal","value":4007},"defaultValue":"4007"},{"id":4852,"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":148,"character":1}],"type":{"type":"literal","value":4010},"defaultValue":"4010"},{"id":4846,"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-events#identify\n"},"sources":[{"fileName":"gateway/v9.ts","line":118,"character":1}],"type":{"type":"literal","value":4003},"defaultValue":"4003"},{"id":4850,"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":138,"character":1}],"type":{"type":"literal","value":4008},"defaultValue":"4008"},{"id":4851,"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":142,"character":1}],"type":{"type":"literal","value":4009},"defaultValue":"4009"},{"id":4853,"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":154,"character":1}],"type":{"type":"literal","value":4011},"defaultValue":"4011"},{"id":4843,"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":100,"character":1}],"type":{"type":"literal","value":4000},"defaultValue":"4000"},{"id":4844,"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-events#payload-structure\n"},"sources":[{"fileName":"gateway/v9.ts","line":106,"character":1}],"type":{"type":"literal","value":4001},"defaultValue":"4001"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[4848,4847,4845,4856,4854,4855,4849,4852,4846,4850,4851,4853,4843,4844]}],"sources":[{"fileName":"gateway/v9.ts","line":96,"character":12}]},{"id":4876,"name":"GatewayDispatchEvents","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#receive-events"},"children":[{"id":4877,"name":"ApplicationCommandPermissionsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":204,"character":1}],"type":{"type":"literal","value":"APPLICATION_COMMAND_PERMISSIONS_UPDATE"},"defaultValue":"\"APPLICATION_COMMAND_PERMISSIONS_UPDATE\""},{"id":4936,"name":"AutoModerationActionExecution","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":263,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_ACTION_EXECUTION"},"defaultValue":"\"AUTO_MODERATION_ACTION_EXECUTION\""},{"id":4933,"name":"AutoModerationRuleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":260,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_RULE_CREATE"},"defaultValue":"\"AUTO_MODERATION_RULE_CREATE\""},{"id":4935,"name":"AutoModerationRuleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":262,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_RULE_DELETE"},"defaultValue":"\"AUTO_MODERATION_RULE_DELETE\""},{"id":4934,"name":"AutoModerationRuleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":261,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION_RULE_UPDATE"},"defaultValue":"\"AUTO_MODERATION_RULE_UPDATE\""},{"id":4878,"name":"ChannelCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":205,"character":1}],"type":{"type":"literal","value":"CHANNEL_CREATE"},"defaultValue":"\"CHANNEL_CREATE\""},{"id":4879,"name":"ChannelDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":206,"character":1}],"type":{"type":"literal","value":"CHANNEL_DELETE"},"defaultValue":"\"CHANNEL_DELETE\""},{"id":4880,"name":"ChannelPinsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":207,"character":1}],"type":{"type":"literal","value":"CHANNEL_PINS_UPDATE"},"defaultValue":"\"CHANNEL_PINS_UPDATE\""},{"id":4881,"name":"ChannelUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":208,"character":1}],"type":{"type":"literal","value":"CHANNEL_UPDATE"},"defaultValue":"\"CHANNEL_UPDATE\""},{"id":4882,"name":"GuildBanAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":209,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_ADD"},"defaultValue":"\"GUILD_BAN_ADD\""},{"id":4883,"name":"GuildBanRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":210,"character":1}],"type":{"type":"literal","value":"GUILD_BAN_REMOVE"},"defaultValue":"\"GUILD_BAN_REMOVE\""},{"id":4884,"name":"GuildCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":211,"character":1}],"type":{"type":"literal","value":"GUILD_CREATE"},"defaultValue":"\"GUILD_CREATE\""},{"id":4885,"name":"GuildDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":212,"character":1}],"type":{"type":"literal","value":"GUILD_DELETE"},"defaultValue":"\"GUILD_DELETE\""},{"id":4886,"name":"GuildEmojisUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":213,"character":1}],"type":{"type":"literal","value":"GUILD_EMOJIS_UPDATE"},"defaultValue":"\"GUILD_EMOJIS_UPDATE\""},{"id":4887,"name":"GuildIntegrationsUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":214,"character":1}],"type":{"type":"literal","value":"GUILD_INTEGRATIONS_UPDATE"},"defaultValue":"\"GUILD_INTEGRATIONS_UPDATE\""},{"id":4888,"name":"GuildMemberAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":215,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_ADD"},"defaultValue":"\"GUILD_MEMBER_ADD\""},{"id":4889,"name":"GuildMemberRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":216,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_REMOVE"},"defaultValue":"\"GUILD_MEMBER_REMOVE\""},{"id":4891,"name":"GuildMemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":218,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBER_UPDATE"},"defaultValue":"\"GUILD_MEMBER_UPDATE\""},{"id":4890,"name":"GuildMembersChunk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":217,"character":1}],"type":{"type":"literal","value":"GUILD_MEMBERS_CHUNK"},"defaultValue":"\"GUILD_MEMBERS_CHUNK\""},{"id":4892,"name":"GuildRoleCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":219,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_CREATE"},"defaultValue":"\"GUILD_ROLE_CREATE\""},{"id":4893,"name":"GuildRoleDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":220,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_DELETE"},"defaultValue":"\"GUILD_ROLE_DELETE\""},{"id":4894,"name":"GuildRoleUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":221,"character":1}],"type":{"type":"literal","value":"GUILD_ROLE_UPDATE"},"defaultValue":"\"GUILD_ROLE_UPDATE\""},{"id":4928,"name":"GuildScheduledEventCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":255,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_CREATE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_CREATE\""},{"id":4930,"name":"GuildScheduledEventDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":257,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_DELETE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_DELETE\""},{"id":4929,"name":"GuildScheduledEventUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":256,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_UPDATE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_UPDATE\""},{"id":4931,"name":"GuildScheduledEventUserAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":258,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_USER_ADD"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_USER_ADD\""},{"id":4932,"name":"GuildScheduledEventUserRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":259,"character":1}],"type":{"type":"literal","value":"GUILD_SCHEDULED_EVENT_USER_REMOVE"},"defaultValue":"\"GUILD_SCHEDULED_EVENT_USER_REMOVE\""},{"id":4895,"name":"GuildStickersUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":222,"character":1}],"type":{"type":"literal","value":"GUILD_STICKERS_UPDATE"},"defaultValue":"\"GUILD_STICKERS_UPDATE\""},{"id":4896,"name":"GuildUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":223,"character":1}],"type":{"type":"literal","value":"GUILD_UPDATE"},"defaultValue":"\"GUILD_UPDATE\""},{"id":4897,"name":"IntegrationCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":224,"character":1}],"type":{"type":"literal","value":"INTEGRATION_CREATE"},"defaultValue":"\"INTEGRATION_CREATE\""},{"id":4898,"name":"IntegrationDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":225,"character":1}],"type":{"type":"literal","value":"INTEGRATION_DELETE"},"defaultValue":"\"INTEGRATION_DELETE\""},{"id":4899,"name":"IntegrationUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":226,"character":1}],"type":{"type":"literal","value":"INTEGRATION_UPDATE"},"defaultValue":"\"INTEGRATION_UPDATE\""},{"id":4900,"name":"InteractionCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":227,"character":1}],"type":{"type":"literal","value":"INTERACTION_CREATE"},"defaultValue":"\"INTERACTION_CREATE\""},{"id":4901,"name":"InviteCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":228,"character":1}],"type":{"type":"literal","value":"INVITE_CREATE"},"defaultValue":"\"INVITE_CREATE\""},{"id":4902,"name":"InviteDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":229,"character":1}],"type":{"type":"literal","value":"INVITE_DELETE"},"defaultValue":"\"INVITE_DELETE\""},{"id":4903,"name":"MessageCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":230,"character":1}],"type":{"type":"literal","value":"MESSAGE_CREATE"},"defaultValue":"\"MESSAGE_CREATE\""},{"id":4904,"name":"MessageDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":231,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE"},"defaultValue":"\"MESSAGE_DELETE\""},{"id":4905,"name":"MessageDeleteBulk","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":232,"character":1}],"type":{"type":"literal","value":"MESSAGE_DELETE_BULK"},"defaultValue":"\"MESSAGE_DELETE_BULK\""},{"id":4906,"name":"MessageReactionAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":233,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_ADD"},"defaultValue":"\"MESSAGE_REACTION_ADD\""},{"id":4907,"name":"MessageReactionRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":234,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE"},"defaultValue":"\"MESSAGE_REACTION_REMOVE\""},{"id":4908,"name":"MessageReactionRemoveAll","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":235,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_ALL"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_ALL\""},{"id":4909,"name":"MessageReactionRemoveEmoji","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":236,"character":1}],"type":{"type":"literal","value":"MESSAGE_REACTION_REMOVE_EMOJI"},"defaultValue":"\"MESSAGE_REACTION_REMOVE_EMOJI\""},{"id":4910,"name":"MessageUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":237,"character":1}],"type":{"type":"literal","value":"MESSAGE_UPDATE"},"defaultValue":"\"MESSAGE_UPDATE\""},{"id":4911,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":238,"character":1}],"type":{"type":"literal","value":"PRESENCE_UPDATE"},"defaultValue":"\"PRESENCE_UPDATE\""},{"id":4915,"name":"Ready","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":242,"character":1}],"type":{"type":"literal","value":"READY"},"defaultValue":"\"READY\""},{"id":4916,"name":"Resumed","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":243,"character":1}],"type":{"type":"literal","value":"RESUMED"},"defaultValue":"\"RESUMED\""},{"id":4912,"name":"StageInstanceCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":239,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_CREATE"},"defaultValue":"\"STAGE_INSTANCE_CREATE\""},{"id":4913,"name":"StageInstanceDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":240,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_DELETE"},"defaultValue":"\"STAGE_INSTANCE_DELETE\""},{"id":4914,"name":"StageInstanceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":241,"character":1}],"type":{"type":"literal","value":"STAGE_INSTANCE_UPDATE"},"defaultValue":"\"STAGE_INSTANCE_UPDATE\""},{"id":4917,"name":"ThreadCreate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":244,"character":1}],"type":{"type":"literal","value":"THREAD_CREATE"},"defaultValue":"\"THREAD_CREATE\""},{"id":4918,"name":"ThreadDelete","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":245,"character":1}],"type":{"type":"literal","value":"THREAD_DELETE"},"defaultValue":"\"THREAD_DELETE\""},{"id":4919,"name":"ThreadListSync","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":246,"character":1}],"type":{"type":"literal","value":"THREAD_LIST_SYNC"},"defaultValue":"\"THREAD_LIST_SYNC\""},{"id":4921,"name":"ThreadMemberUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":248,"character":1}],"type":{"type":"literal","value":"THREAD_MEMBER_UPDATE"},"defaultValue":"\"THREAD_MEMBER_UPDATE\""},{"id":4920,"name":"ThreadMembersUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":247,"character":1}],"type":{"type":"literal","value":"THREAD_MEMBERS_UPDATE"},"defaultValue":"\"THREAD_MEMBERS_UPDATE\""},{"id":4922,"name":"ThreadUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":249,"character":1}],"type":{"type":"literal","value":"THREAD_UPDATE"},"defaultValue":"\"THREAD_UPDATE\""},{"id":4923,"name":"TypingStart","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":250,"character":1}],"type":{"type":"literal","value":"TYPING_START"},"defaultValue":"\"TYPING_START\""},{"id":4924,"name":"UserUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":251,"character":1}],"type":{"type":"literal","value":"USER_UPDATE"},"defaultValue":"\"USER_UPDATE\""},{"id":4925,"name":"VoiceServerUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":252,"character":1}],"type":{"type":"literal","value":"VOICE_SERVER_UPDATE"},"defaultValue":"\"VOICE_SERVER_UPDATE\""},{"id":4926,"name":"VoiceStateUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":253,"character":1}],"type":{"type":"literal","value":"VOICE_STATE_UPDATE"},"defaultValue":"\"VOICE_STATE_UPDATE\""},{"id":4927,"name":"WebhooksUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":254,"character":1}],"type":{"type":"literal","value":"WEBHOOKS_UPDATE"},"defaultValue":"\"WEBHOOKS_UPDATE\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[4877,4936,4933,4935,4934,4878,4879,4880,4881,4882,4883,4884,4885,4886,4887,4888,4889,4891,4890,4892,4893,4894,4928,4930,4929,4931,4932,4895,4896,4897,4898,4899,4900,4901,4902,4903,4904,4905,4906,4907,4908,4909,4910,4911,4915,4916,4912,4913,4914,4917,4918,4919,4921,4920,4922,4923,4924,4925,4926,4927]}],"sources":[{"fileName":"gateway/v9.ts","line":203,"character":12}]},{"id":4857,"name":"GatewayIntentBits","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#list-of-intents"},"children":[{"id":4874,"name":"AutoModerationConfiguration","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":196,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":4875,"name":"AutoModerationExecution","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":197,"character":1}],"type":{"type":"literal","value":2097152},"defaultValue":"2097152"},{"id":4871,"name":"DirectMessageReactions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":193,"character":1}],"type":{"type":"literal","value":8192},"defaultValue":"8192"},{"id":4872,"name":"DirectMessageTyping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":194,"character":1}],"type":{"type":"literal","value":16384},"defaultValue":"16384"},{"id":4870,"name":"DirectMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":192,"character":1}],"type":{"type":"literal","value":4096},"defaultValue":"4096"},{"id":4860,"name":"GuildBans","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":182,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":4861,"name":"GuildEmojisAndStickers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":183,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":4862,"name":"GuildIntegrations","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":184,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":4864,"name":"GuildInvites","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":186,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":4859,"name":"GuildMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":181,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":4868,"name":"GuildMessageReactions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":190,"character":1}],"type":{"type":"literal","value":1024},"defaultValue":"1024"},{"id":4869,"name":"GuildMessageTyping","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":191,"character":1}],"type":{"type":"literal","value":2048},"defaultValue":"2048"},{"id":4867,"name":"GuildMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":189,"character":1}],"type":{"type":"literal","value":512},"defaultValue":"512"},{"id":4866,"name":"GuildPresences","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":188,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":4873,"name":"GuildScheduledEvents","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":195,"character":1}],"type":{"type":"literal","value":65536},"defaultValue":"65536"},{"id":4865,"name":"GuildVoiceStates","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":187,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":4863,"name":"GuildWebhooks","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":185,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":4858,"name":"Guilds","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":180,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[4874,4875,4871,4872,4870,4860,4861,4862,4864,4859,4868,4869,4867,4866,4873,4865,4863,4858]}],"sources":[{"fileName":"gateway/v9.ts","line":179,"character":12}]},{"id":4830,"name":"GatewayOpcodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#gateway-gateway-opcodes"},"children":[{"id":4831,"name":"Dispatch","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"An event was dispatched"},"sources":[{"fileName":"gateway/v9.ts","line":49,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":4832,"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":54,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":4841,"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":90,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":4840,"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":86,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":4833,"name":"Identify","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Starts a new session during the initial handshake"},"sources":[{"fileName":"gateway/v9.ts","line":58,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":4839,"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":82,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":4834,"name":"PresenceUpdate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Update the client's presence"},"sources":[{"fileName":"gateway/v9.ts","line":62,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":4837,"name":"Reconnect","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"You should attempt to reconnect and resume immediately"},"sources":[{"fileName":"gateway/v9.ts","line":74,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"},{"id":4838,"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":78,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":4836,"name":"Resume","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Resume a previous session that was disconnected"},"sources":[{"fileName":"gateway/v9.ts","line":70,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":4835,"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":66,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[4831,4832,4841,4840,4833,4839,4834,4837,4838,4836,4835]}],"sources":[{"fileName":"gateway/v9.ts","line":45,"character":12}]},{"id":6239,"name":"GuildDefaultMessageNotifications","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-default-message-notification-level"},"children":[{"id":6240,"name":"AllMessages","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":278,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6241,"name":"OnlyMentions","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":279,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6240,6241]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":277,"character":12}]},{"id":6242,"name":"GuildExplicitContentFilter","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-explicit-content-filter-level"},"children":[{"id":6245,"name":"AllMembers","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":288,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6243,"name":"Disabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":286,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6244,"name":"MembersWithoutRoles","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":287,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6245,6243,6244]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":285,"character":12}]},{"id":6274,"name":"GuildFeature","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-features"},"children":[{"id":6275,"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":380,"character":1}],"type":{"type":"literal","value":"ANIMATED_BANNER"},"defaultValue":"\"ANIMATED_BANNER\""},{"id":6276,"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":384,"character":1}],"type":{"type":"literal","value":"ANIMATED_ICON"},"defaultValue":"\"ANIMATED_ICON\""},{"id":6277,"name":"AutoModeration","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has set up auto moderation rules"},"sources":[{"fileName":"payloads/v9/guild.ts","line":388,"character":1}],"type":{"type":"literal","value":"AUTO_MODERATION"},"defaultValue":"\"AUTO_MODERATION\""},{"id":6278,"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":392,"character":1}],"type":{"type":"literal","value":"BANNER"},"defaultValue":"\"BANNER\""},{"id":6279,"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":396,"character":1}],"type":{"type":"literal","value":"COMMUNITY"},"defaultValue":"\"COMMUNITY\""},{"id":6280,"name":"DeveloperSupportServer","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":400,"character":1}],"type":{"type":"literal","value":"DEVELOPER_SUPPORT_SERVER"},"defaultValue":"\"DEVELOPER_SUPPORT_SERVER\""},{"id":6281,"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":404,"character":1}],"type":{"type":"literal","value":"DISCOVERABLE"},"defaultValue":"\"DISCOVERABLE\""},{"id":6282,"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":408,"character":1}],"type":{"type":"literal","value":"FEATURABLE"},"defaultValue":"\"FEATURABLE\""},{"id":6283,"name":"HasDirectoryEntry","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is listed in a directory channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":412,"character":1}],"type":{"type":"literal","value":"HAS_DIRECTORY_ENTRY"},"defaultValue":"\"HAS_DIRECTORY_ENTRY\""},{"id":6284,"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","tags":[{"tag":"unstable","text":"This feature is currently not documented by Discord, but has known value\n"}]},"sources":[{"fileName":"payloads/v9/guild.ts","line":420,"character":1}],"type":{"type":"literal","value":"HUB"},"defaultValue":"\"HUB\""},{"id":6286,"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":428,"character":1}],"type":{"type":"literal","value":"INVITE_SPLASH"},"defaultValue":"\"INVITE_SPLASH\""},{"id":6285,"name":"InvitesDisabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has disabled invite usage, preventing users from joining"},"sources":[{"fileName":"payloads/v9/guild.ts","line":424,"character":1}],"type":{"type":"literal","value":"INVITES_DISABLED"},"defaultValue":"\"INVITES_DISABLED\""},{"id":6287,"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","tags":[{"tag":"unstable","text":"This feature is currently not documented by Discord, but has known value\n"}]},"sources":[{"fileName":"payloads/v9/guild.ts","line":436,"character":1}],"type":{"type":"literal","value":"LINKED_TO_HUB"},"defaultValue":"\"LINKED_TO_HUB\""},{"id":6288,"name":"MemberVerificationGateEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled Membership Screening"},"sources":[{"fileName":"payloads/v9/guild.ts","line":440,"character":1}],"type":{"type":"literal","value":"MEMBER_VERIFICATION_GATE_ENABLED"},"defaultValue":"\"MEMBER_VERIFICATION_GATE_ENABLED\""},{"id":6289,"name":"MonetizationEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled monetization"},"sources":[{"fileName":"payloads/v9/guild.ts","line":444,"character":1}],"type":{"type":"literal","value":"MONETIZATION_ENABLED"},"defaultValue":"\"MONETIZATION_ENABLED\""},{"id":6290,"name":"MoreStickers","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has increased custom sticker slots"},"sources":[{"fileName":"payloads/v9/guild.ts","line":448,"character":1}],"type":{"type":"literal","value":"MORE_STICKERS"},"defaultValue":"\"MORE_STICKERS\""},{"id":6291,"name":"News","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to create news channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":452,"character":1}],"type":{"type":"literal","value":"NEWS"},"defaultValue":"\"NEWS\""},{"id":6292,"name":"Partnered","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is partnered"},"sources":[{"fileName":"payloads/v9/guild.ts","line":456,"character":1}],"type":{"type":"literal","value":"PARTNERED"},"defaultValue":"\"PARTNERED\""},{"id":6293,"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":460,"character":1}],"type":{"type":"literal","value":"PREVIEW_ENABLED"},"defaultValue":"\"PREVIEW_ENABLED\""},{"id":6294,"name":"PrivateThreads","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has access to create private threads"},"sources":[{"fileName":"payloads/v9/guild.ts","line":464,"character":1}],"type":{"type":"literal","value":"PRIVATE_THREADS"},"defaultValue":"\"PRIVATE_THREADS\""},{"id":6295,"name":"RelayEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":465,"character":1}],"type":{"type":"literal","value":"RELAY_ENABLED"},"defaultValue":"\"RELAY_ENABLED\""},{"id":6296,"name":"RoleIcons","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is able to set role icons"},"sources":[{"fileName":"payloads/v9/guild.ts","line":469,"character":1}],"type":{"type":"literal","value":"ROLE_ICONS"},"defaultValue":"\"ROLE_ICONS\""},{"id":6297,"name":"TicketedEventsEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled ticketed events"},"sources":[{"fileName":"payloads/v9/guild.ts","line":473,"character":1}],"type":{"type":"literal","value":"TICKETED_EVENTS_ENABLED"},"defaultValue":"\"TICKETED_EVENTS_ENABLED\""},{"id":6300,"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":485,"character":1}],"type":{"type":"literal","value":"VIP_REGIONS"},"defaultValue":"\"VIP_REGIONS\""},{"id":6298,"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":477,"character":1}],"type":{"type":"literal","value":"VANITY_URL"},"defaultValue":"\"VANITY_URL\""},{"id":6299,"name":"Verified","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild is verified"},"sources":[{"fileName":"payloads/v9/guild.ts","line":481,"character":1}],"type":{"type":"literal","value":"VERIFIED"},"defaultValue":"\"VERIFIED\""},{"id":6301,"name":"WelcomeScreenEnabled","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Guild has enabled the welcome screen"},"sources":[{"fileName":"payloads/v9/guild.ts","line":489,"character":1}],"type":{"type":"literal","value":"WELCOME_SCREEN_ENABLED"},"defaultValue":"\"WELCOME_SCREEN_ENABLED\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6275,6276,6277,6278,6279,6280,6281,6282,6283,6284,6286,6285,6287,6288,6289,6290,6291,6292,6293,6294,6295,6296,6297,6300,6298,6299,6301]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":376,"character":12}]},{"id":6265,"name":"GuildHubType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":6268,"name":"College","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":348,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6266,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":346,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6267,"name":"HighSchool","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":347,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6268,6266,6267]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":345,"character":12}]},{"id":6246,"name":"GuildMFALevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-mfa-level"},"children":[{"id":6248,"name":"Elevated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":296,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6247,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":295,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6248,6247]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":294,"character":12}]},{"id":6249,"name":"GuildNSFWLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-nsfw-level"},"children":[{"id":6253,"name":"AgeRestricted","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":306,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6250,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":303,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6251,"name":"Explicit","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":304,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6252,"name":"Safe","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":305,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6253,6250,6251,6252]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":302,"character":12}]},{"id":6260,"name":"GuildPremiumTier","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-premium-tier"},"children":[{"id":6261,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":339,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6262,"name":"Tier1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":340,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6263,"name":"Tier2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":341,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6264,"name":"Tier3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":342,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6261,6262,6263,6264]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":338,"character":12}]},{"id":6461,"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":6464,"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":6462,"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":6463,"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":[6464,6462,6463]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":110,"character":12}]},{"id":6470,"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":6471,"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":[6471]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":129,"character":12}]},{"id":6465,"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":6467,"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":6469,"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":6468,"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":6466,"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":[6467,6469,6468,6466]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":119,"character":12}]},{"id":6269,"name":"GuildSystemChannelFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-system-channel-flags"},"children":[{"id":6272,"name":"SuppressGuildReminderNotifications","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress server setup tips"},"sources":[{"fileName":"payloads/v9/guild.ts","line":366,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":6273,"name":"SuppressJoinNotificationReplies","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Hide member join sticker reply buttons"},"sources":[{"fileName":"payloads/v9/guild.ts","line":370,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":6270,"name":"SuppressJoinNotifications","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress member join notifications"},"sources":[{"fileName":"payloads/v9/guild.ts","line":358,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6271,"name":"SuppressPremiumSubscriptions","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Suppress server boost notifications"},"sources":[{"fileName":"payloads/v9/guild.ts","line":362,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6272,6273,6270,6271]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":354,"character":12}]},{"id":6254,"name":"GuildVerificationLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-verification-level"},"children":[{"id":6258,"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":328,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":6256,"name":"Low","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must have verified email on account"},"sources":[{"fileName":"payloads/v9/guild.ts","line":320,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6257,"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":324,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6255,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Unrestricted"},"sources":[{"fileName":"payloads/v9/guild.ts","line":316,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":6259,"name":"VeryHigh","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Must have a verified phone number"},"sources":[{"fileName":"payloads/v9/guild.ts","line":332,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6258,6256,6257,6255,6259]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":312,"character":12}]},{"id":6382,"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":6384,"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":833,"character":1}],"type":{"type":"literal","value":"banner1"},"defaultValue":"\"banner1\""},{"id":6385,"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":837,"character":1}],"type":{"type":"literal","value":"banner2"},"defaultValue":"\"banner2\""},{"id":6386,"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":841,"character":1}],"type":{"type":"literal","value":"banner3"},"defaultValue":"\"banner3\""},{"id":6387,"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":846,"character":1}],"type":{"type":"literal","value":"banner4"},"defaultValue":"\"banner4\""},{"id":6383,"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":829,"character":1}],"type":{"type":"literal","value":"shield"},"defaultValue":"\"shield\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6384,6385,6386,6387,6383]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":825,"character":12}]},{"id":7520,"name":"ImageFormat","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":7524,"name":"GIF","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1119,"character":1}],"type":{"type":"literal","value":"gif"},"defaultValue":"\"gif\""},{"id":7521,"name":"JPEG","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1116,"character":1}],"type":{"type":"literal","value":"jpeg"},"defaultValue":"\"jpeg\""},{"id":7525,"name":"Lottie","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1120,"character":1}],"type":{"type":"literal","value":"json"},"defaultValue":"\"json\""},{"id":7522,"name":"PNG","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1117,"character":1}],"type":{"type":"literal","value":"png"},"defaultValue":"\"png\""},{"id":7523,"name":"WebP","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1118,"character":1}],"type":{"type":"literal","value":"webp"},"defaultValue":"\"webp\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[7524,7521,7525,7522,7523]}],"sources":[{"fileName":"rest/v9/index.ts","line":1115,"character":12}]},{"id":6346,"name":"IntegrationExpireBehavior","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object-integration-expire-behaviors"},"children":[{"id":6348,"name":"Kick","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":727,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":6347,"name":"RemoveRole","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":726,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6348,6347]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":725,"character":12}]},{"id":6812,"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":6818,"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":6814,"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":6815,"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":6816,"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":6819,"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":6813,"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":6817,"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":[6818,6814,6815,6816,6819,6813,6817]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":65,"character":12}]},{"id":6786,"name":"InteractionType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-type"},"children":[{"id":6788,"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":6790,"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":6789,"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":6791,"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":6787,"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":[6788,6790,6789,6791,6787]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":9,"character":12}]},{"id":6843,"name":"InviteTargetType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object-invite-target-types"},"children":[{"id":6845,"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":6844,"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":[6845,6844]}],"sources":[{"fileName":"payloads/v9/invite.ts","line":97,"character":12}]},{"id":6405,"name":"MembershipScreeningFieldType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":6406,"name":"Terms","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Server Rules"},"sources":[{"fileName":"payloads/v9/guild.ts","line":919,"character":1}],"type":{"type":"literal","value":"TERMS"},"defaultValue":"\"TERMS\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6406]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":915,"character":12}]},{"id":5839,"name":"MessageActivityType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-types"},"children":[{"id":5840,"name":"Join","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":708,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5843,"name":"JoinRequest","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":711,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5842,"name":"Listen","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":710,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":5841,"name":"Spectate","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":709,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5840,5843,5842,5841]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":707,"character":12}]},{"id":5844,"name":"MessageFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-flags"},"children":[{"id":5845,"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":721,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5851,"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":745,"character":1}],"type":{"type":"literal","value":64},"defaultValue":"64"},{"id":5853,"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":753,"character":1}],"type":{"type":"literal","value":256},"defaultValue":"256"},{"id":5850,"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":741,"character":1}],"type":{"type":"literal","value":32},"defaultValue":"32"},{"id":5846,"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":725,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5852,"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":749,"character":1}],"type":{"type":"literal","value":128},"defaultValue":"128"},{"id":5848,"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":733,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":5847,"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":729,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5849,"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":737,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5845,5851,5853,5850,5846,5852,5848,5847,5849]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":717,"character":12}]},{"id":5807,"name":"MessageType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-types"},"children":[{"id":5831,"name":"AutoModerationAction","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":665,"character":1}],"type":{"type":"literal","value":24},"defaultValue":"24"},{"id":5811,"name":"Call","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":645,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":5820,"name":"ChannelFollowAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":654,"character":1}],"type":{"type":"literal","value":12},"defaultValue":"12"},{"id":5813,"name":"ChannelIconChange","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":647,"character":1}],"type":{"type":"literal","value":5},"defaultValue":"5"},{"id":5812,"name":"ChannelNameChange","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":646,"character":1}],"type":{"type":"literal","value":4},"defaultValue":"4"},{"id":5814,"name":"ChannelPinnedMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":648,"character":1}],"type":{"type":"literal","value":6},"defaultValue":"6"},{"id":5827,"name":"ChatInputCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":661,"character":1}],"type":{"type":"literal","value":20},"defaultValue":"20"},{"id":5830,"name":"ContextMenuCommand","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":664,"character":1}],"type":{"type":"literal","value":23},"defaultValue":"23"},{"id":5808,"name":"Default","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":642,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"},{"id":5816,"name":"GuildBoost","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":650,"character":1}],"type":{"type":"literal","value":8},"defaultValue":"8"},{"id":5817,"name":"GuildBoostTier1","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":651,"character":1}],"type":{"type":"literal","value":9},"defaultValue":"9"},{"id":5818,"name":"GuildBoostTier2","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":652,"character":1}],"type":{"type":"literal","value":10},"defaultValue":"10"},{"id":5819,"name":"GuildBoostTier3","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":653,"character":1}],"type":{"type":"literal","value":11},"defaultValue":"11"},{"id":5821,"name":"GuildDiscoveryDisqualified","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":655,"character":1}],"type":{"type":"literal","value":14},"defaultValue":"14"},{"id":5824,"name":"GuildDiscoveryGracePeriodFinalWarning","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":658,"character":1}],"type":{"type":"literal","value":17},"defaultValue":"17"},{"id":5823,"name":"GuildDiscoveryGracePeriodInitialWarning","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":657,"character":1}],"type":{"type":"literal","value":16},"defaultValue":"16"},{"id":5822,"name":"GuildDiscoveryRequalified","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":656,"character":1}],"type":{"type":"literal","value":15},"defaultValue":"15"},{"id":5829,"name":"GuildInviteReminder","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":663,"character":1}],"type":{"type":"literal","value":22},"defaultValue":"22"},{"id":5809,"name":"RecipientAdd","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":643,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5810,"name":"RecipientRemove","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":644,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":5826,"name":"Reply","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":660,"character":1}],"type":{"type":"literal","value":19},"defaultValue":"19"},{"id":5825,"name":"ThreadCreated","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":659,"character":1}],"type":{"type":"literal","value":18},"defaultValue":"18"},{"id":5828,"name":"ThreadStarterMessage","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":662,"character":1}],"type":{"type":"literal","value":21},"defaultValue":"21"},{"id":5815,"name":"UserJoin","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":649,"character":1}],"type":{"type":"literal","value":7},"defaultValue":"7"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5831,5811,5820,5813,5812,5814,5827,5830,5808,5816,5817,5818,5819,5821,5824,5823,5822,5829,5809,5810,5826,5825,5828,5815]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":641,"character":12}]},{"id":6864,"name":"OAuth2Scopes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"Types extracted from https://discord.com/developers/docs/topics/oauth2"},"children":[{"id":6884,"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":6885,"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":6888,"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":6880,"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":6879,"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":6886,"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":6887,"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":6882,"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":6881,"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":6865,"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":6866,"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":6867,"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":6868,"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":6873,"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":6870,"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":6871,"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":6872,"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":6869,"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":6874,"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":6875,"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":6876,"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":6883,"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":6878,"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":6877,"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":[6884,6885,6888,6880,6879,6886,6887,6882,6881,6865,6866,6867,6868,6873,6870,6871,6872,6869,6874,6875,6876,6883,6878,6877]}],"sources":[{"fileName":"payloads/v9/oauth2.ts","line":5,"character":12}]},{"id":5866,"name":"OverwriteType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":5868,"name":"Member","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":824,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5867,"name":"Role","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":823,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5868,5867]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":822,"character":12}]},{"id":6103,"name":"PresenceUpdateStatus","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":6105,"name":"DoNotDisturb","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":99,"character":1}],"type":{"type":"literal","value":"dnd"},"defaultValue":"\"dnd\""},{"id":6106,"name":"Idle","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":100,"character":1}],"type":{"type":"literal","value":"idle"},"defaultValue":"\"idle\""},{"id":6107,"name":"Invisible","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Invisible and shown as offline"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":104,"character":1}],"type":{"type":"literal","value":"invisible"},"defaultValue":"\"invisible\""},{"id":6108,"name":"Offline","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":105,"character":1}],"type":{"type":"literal","value":"offline"},"defaultValue":"\"offline\""},{"id":6104,"name":"Online","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/gateway.ts","line":98,"character":1}],"type":{"type":"literal","value":"online"},"defaultValue":"\"online\""}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6105,6106,6107,6108,6104]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":97,"character":12}]},{"id":5733,"name":"SortOrderType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel/#channel-object-sort-order-types"},"children":[{"id":5735,"name":"CreationDate","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sort forum posts by creation time (from most recent to oldest)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":290,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5734,"name":"LatestActivity","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Sort forum posts by activity"},"sources":[{"fileName":"payloads/v9/channel.ts","line":286,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5735,5734]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":282,"character":12}]},{"id":6913,"name":"StageInstancePrivacyLevel","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#stage-instance-object-privacy-level"},"children":[{"id":6915,"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":6914,"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":[6915,6914]}],"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":44,"character":12}]},{"id":6937,"name":"StickerFormatType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-format-types"},"children":[{"id":6939,"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":6940,"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":6938,"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":[6939,6940,6938]}],"sources":[{"fileName":"payloads/v9/sticker.ts","line":84,"character":12}]},{"id":6934,"name":"StickerType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object-sticker-types"},"children":[{"id":6936,"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":6935,"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":[6936,6935]}],"sources":[{"fileName":"payloads/v9/sticker.ts","line":70,"character":12}]},{"id":6961,"name":"TeamMemberMembershipState","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-membership-state-enum"},"children":[{"id":6963,"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":6962,"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":[6963,6962]}],"sources":[{"fileName":"payloads/v9/teams.ts","line":63,"character":12}]},{"id":6018,"name":"TextInputStyle","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-styles"},"children":[{"id":6020,"name":"Paragraph","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1432,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":6019,"name":"Short","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1431,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[6020,6019]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1430,"character":12}]},{"id":5876,"name":"ThreadAutoArchiveDuration","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":5878,"name":"OneDay","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":859,"character":1}],"type":{"type":"literal","value":1440},"defaultValue":"1440"},{"id":5877,"name":"OneHour","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":858,"character":1}],"type":{"type":"literal","value":60},"defaultValue":"60"},{"id":5880,"name":"OneWeek","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":861,"character":1}],"type":{"type":"literal","value":10080},"defaultValue":"10080"},{"id":5879,"name":"ThreeDays","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":860,"character":1}],"type":{"type":"literal","value":4320},"defaultValue":"4320"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5878,5877,5880,5879]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":857,"character":12}]},{"id":5886,"name":"ThreadMemberFlags","kind":8,"kindString":"Enumeration","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":892,"character":12}]},{"id":7008,"name":"UserFlags","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-user-flags"},"children":[{"id":7024,"name":"ActiveDeveloper","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User is an [Active Developer](https://support-dev.discord.com/hc/articles/10113997751447)"},"sources":[{"fileName":"payloads/v9/user.ts","line":153,"character":1}],"type":{"type":"literal","value":4194304},"defaultValue":"4194304"},{"id":7022,"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":7012,"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":7018,"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":7021,"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":7013,"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":7014,"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":7015,"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":7011,"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":7010,"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":7016,"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":7025,"name":"Quarantined","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User's account has been quarantined based on recent activity","tags":[{"tag":"unstable","text":"This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.\n"},{"tag":"privateremarks","text":"\n\nThis value would be 1 << 44, but bit shifting above 1 << 30 requires bigints\n"}]},"sources":[{"fileName":"payloads/v9/user.ts","line":163,"character":1}],"type":{"type":"literal","value":17592186044416},"defaultValue":"17592186044416"},{"id":7023,"name":"Spammer","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"User has been identified as spammer","tags":[{"tag":"unstable","text":"This user flag is currently not documented by Discord but has a known value which we will try to keep up to date.\n"}]},"sources":[{"fileName":"payloads/v9/user.ts","line":149,"character":1}],"type":{"type":"literal","value":1048576},"defaultValue":"1048576"},{"id":7009,"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":7017,"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":7019,"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":7020,"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":[7024,7022,7012,7018,7021,7013,7014,7015,7011,7010,7016,7025,7023,7009,7017,7019,7020]}],"sources":[{"fileName":"payloads/v9/user.ts","line":87,"character":12}]},{"id":7026,"name":"UserPremiumType","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object-premium-types"},"children":[{"id":7029,"name":"Nitro","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":172,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"},{"id":7030,"name":"NitroBasic","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":173,"character":1}],"type":{"type":"literal","value":3},"defaultValue":"3"},{"id":7028,"name":"NitroClassic","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":171,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":7027,"name":"None","kind":16,"kindString":"Enumeration Member","flags":{},"sources":[{"fileName":"payloads/v9/user.ts","line":170,"character":1}],"type":{"type":"literal","value":0},"defaultValue":"0"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[7029,7030,7028,7027]}],"sources":[{"fileName":"payloads/v9/user.ts","line":169,"character":12}]},{"id":5773,"name":"VideoQualityMode","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":5774,"name":"Auto","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"Discord chooses the quality for optimal performance"},"sources":[{"fileName":"payloads/v9/channel.ts","line":422,"character":1}],"type":{"type":"literal","value":1},"defaultValue":"1"},{"id":5775,"name":"Full","kind":16,"kindString":"Enumeration Member","flags":{},"comment":{"shortText":"720p"},"sources":[{"fileName":"payloads/v9/channel.ts","line":426,"character":1}],"type":{"type":"literal","value":2},"defaultValue":"2"}],"groups":[{"title":"Enumeration Members","kind":16,"children":[5774,5775]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":418,"character":12}]},{"id":7096,"name":"WebhookType","kind":8,"kindString":"Enumeration","flags":{},"children":[{"id":7099,"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":7098,"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":7097,"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":[7099,7098,7097]}],"sources":[{"fileName":"payloads/v9/webhook.ts","line":66,"character":12}]},{"id":5982,"name":"APIActionRowComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#action-rows"},"children":[{"id":5983,"name":"components","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The components in the ActionRow"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1357,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5985,"name":"T"}}},{"id":5984,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5973,"name":"ActionRow"},"inheritedFrom":{"type":"reference","id":5970,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5983,5984]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1352,"character":17}],"typeParameter":[{"id":5985,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6070,"name":"APIActionRowComponentTypes"}}],"extendedTypes":[{"type":"reference","id":5969,"typeArguments":[{"type":"reference","id":5973,"name":"ComponentType.ActionRow"}],"name":"APIBaseComponent"}]},{"id":5964,"name":"APIAllowedMentions","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#allowed-mentions-object-allowed-mentions-structure"},"children":[{"id":5965,"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":1275,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5960,"name":"AllowedMentionsTypes"}}},{"id":5968,"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":1289,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5966,"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":1279,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5967,"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":1283,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5965,5968,5966,5967]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1269,"character":17}]},{"id":5360,"name":"APIApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/application#application-object"},"children":[{"id":5366,"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":5367,"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":5377,"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":5381,"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":5364,"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":5378,"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":5385,"name":"ApplicationFlags"}},{"id":5374,"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":5363,"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":5361,"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":5380,"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":5382,"name":"APIApplicationInstallParams"}},{"id":5362,"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":5370,"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":6992,"name":"APIUser"}},{"id":5375,"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":5369,"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":5365,"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":5376,"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":5371,"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":5379,"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":5373,"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":6950,"name":"APITeam"}]}},{"id":5368,"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":5372,"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#getticket\n"},"sources":[{"fileName":"payloads/v9/application.ts","line":67,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5366,5367,5377,5381,5364,5378,5374,5363,5361,5380,5362,5370,5375,5369,5365,5376,5371,5379,5373,5368,5372]}],"sources":[{"fileName":"payloads/v9/application.ts","line":13,"character":17}]},{"id":6479,"name":"APIApplicationCommand","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#application-command-object"},"children":[{"id":6482,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique id of the parent application"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":38,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6491,"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":74,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6493,"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":85,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6487,"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":58,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6488,"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":62,"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":6489,"name":"description_localized","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The localized description"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6492,"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":78,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6483,"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":42,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6480,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Unique id of the command"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":30,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6484,"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":46,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6485,"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":50,"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":6486,"name":"name_localized","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The localized name"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":54,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6490,"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":70,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6506,"name":"APIApplicationCommandOption"}}},{"id":6481,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Type of the command"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":34,"character":1}],"type":{"type":"reference","id":6495,"name":"ApplicationCommandType"}},{"id":6494,"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":89,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6482,6491,6493,6487,6488,6489,6492,6483,6480,6484,6485,6486,6490,6481,6494]}],"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":26,"character":17}]},{"id":6795,"name":"APIApplicationCommandAutocompleteResponse","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6797,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":35,"character":1}],"type":{"type":"reference","id":6823,"name":"APICommandAutocompleteInteractionResponseCallbackData"}},{"id":6796,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":34,"character":1}],"type":{"type":"reference","id":6818,"name":"ApplicationCommandAutocompleteResult"}}],"groups":[{"title":"Properties","kind":1024,"children":[6797,6796]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":33,"character":17}]},{"id":6545,"name":"APIApplicationCommandChannelOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6546,"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":5757,"name":"GuildText"},{"type":"reference","id":5759,"name":"GuildVoice"},{"type":"reference","id":5761,"name":"GuildCategory"},{"type":"reference","id":5762,"name":"GuildAnnouncement"},{"type":"reference","id":5763,"name":"AnnouncementThread"},{"type":"reference","id":5764,"name":"PublicThread"},{"type":"reference","id":5765,"name":"PrivateThread"},{"type":"reference","id":5766,"name":"GuildStageVoice"},{"type":"reference","id":5767,"name":"GuildDirectory"},{"type":"reference","id":5768,"name":"GuildForum"}]}}},{"id":6550,"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","id":6525,"name":"APIApplicationCommandOptionBase.description"}},{"id":6551,"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","id":6526,"name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":6548,"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","id":6523,"name":"APIApplicationCommandOptionBase.name"}},{"id":6549,"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","id":6524,"name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":6552,"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","id":6527,"name":"APIApplicationCommandOptionBase.required"}},{"id":6547,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":6577,"name":"Channel"},"inheritedFrom":{"type":"reference","id":6522,"name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6546,6550,6551,6548,6549,6552,6547]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/channel.ts","line":6,"character":17}],"extendedTypes":[{"type":"reference","id":6521,"typeArguments":[{"type":"reference","id":6577,"name":"ApplicationCommandOptionType.Channel"}],"name":"APIApplicationCommandOptionBase"}]},{"id":6555,"name":"APIApplicationCommandInteractionDataIntegerOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6556,"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":6557,"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","id":6530,"name":"APIInteractionDataOptionBase.name"}},{"id":6558,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":6574,"name":"Integer"},"inheritedFrom":{"type":"reference","id":6531,"name":"APIInteractionDataOptionBase.type"}},{"id":6559,"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","id":6532,"name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[6556,6557,6558,6559]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":6529,"typeArguments":[{"type":"reference","id":6574,"name":"ApplicationCommandOptionType.Integer"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":6563,"name":"APIApplicationCommandInteractionDataNumberOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6564,"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":6565,"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","id":6530,"name":"APIInteractionDataOptionBase.name"}},{"id":6566,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":6580,"name":"Number"},"inheritedFrom":{"type":"reference","id":6531,"name":"APIInteractionDataOptionBase.type"}},{"id":6567,"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","id":6532,"name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[6564,6565,6566,6567]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":6529,"typeArguments":[{"type":"reference","id":6580,"name":"ApplicationCommandOptionType.Number"},{"type":"intrinsic","name":"number"}],"name":"APIInteractionDataOptionBase"}]},{"id":6588,"name":"APIApplicationCommandInteractionDataStringOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6589,"name":"focused","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/string.ts","line":27,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6590,"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","id":6530,"name":"APIInteractionDataOptionBase.name"}},{"id":6591,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":6573,"name":"String"},"inheritedFrom":{"type":"reference","id":6531,"name":"APIInteractionDataOptionBase.type"}},{"id":6592,"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","id":6532,"name":"APIInteractionDataOptionBase.value"}}],"groups":[{"title":"Properties","kind":1024,"children":[6589,6590,6591,6592]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/string.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":6529,"typeArguments":[{"type":"reference","id":6573,"name":"ApplicationCommandOptionType.String"},{"type":"intrinsic","name":"string"}],"name":"APIInteractionDataOptionBase"}]},{"id":6613,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6614,"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":6616,"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":6601,"name":"APIApplicationCommandInteractionDataSubcommandOption"}}},{"id":6615,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":15,"character":1}],"type":{"type":"reference","id":6572,"name":"SubcommandGroup"}}],"groups":[{"title":"Properties","kind":1024,"children":[6614,6616,6615]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":13,"character":17}]},{"id":6601,"name":"APIApplicationCommandInteractionDataSubcommandOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6602,"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":6604,"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":6508,"name":"APIApplicationCommandInteractionDataBasicOption"}}},{"id":6603,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":12,"character":1}],"type":{"type":"reference","id":6571,"name":"Subcommand"}}],"groups":[{"title":"Properties","kind":1024,"children":[6602,6604,6603]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":10,"character":17}]},{"id":6521,"name":"APIApplicationCommandOptionBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6525,"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"}},{"id":6526,"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"}]}},{"id":6523,"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"}},{"id":6524,"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"}]}},{"id":6527,"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"}},{"id":6522,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":6528,"name":"Type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6525,6526,6523,6524,6527,6522]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":4,"character":17}],"typeParameter":[{"id":6528,"name":"Type","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6570,"name":"ApplicationCommandOptionType"}}],"extendedBy":[{"type":"reference","id":6545,"name":"APIApplicationCommandChannelOption"},{"type":"reference","id":6593,"name":"APIApplicationCommandSubcommandOption"},{"type":"reference","id":6605,"name":"APIApplicationCommandSubcommandGroupOption"}]},{"id":6582,"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":6583,"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":6584,"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":6585,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":26,"character":1}],"type":{"type":"reference","id":6586,"name":"ValueType"}}],"groups":[{"title":"Properties","kind":1024,"children":[6583,6584,6585]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/shared.ts","line":23,"character":17}],"typeParameter":[{"id":6586,"name":"ValueType","kind":131072,"kindString":"Type parameter","flags":{},"default":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}}]},{"id":6650,"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":6651,"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":6653,"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":6652,"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":6654,"name":"ApplicationCommandPermissionType"}}],"groups":[{"title":"Properties","kind":1024,"children":[6651,6653,6652]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":28,"character":17}]},{"id":6605,"name":"APIApplicationCommandSubcommandGroupOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6610,"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","id":6525,"name":"APIApplicationCommandOptionBase.description"}},{"id":6611,"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","id":6526,"name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":6608,"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","id":6523,"name":"APIApplicationCommandOptionBase.name"}},{"id":6609,"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","id":6524,"name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":6606,"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":6593,"name":"APIApplicationCommandSubcommandOption"}}},{"id":6612,"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","id":6527,"name":"APIApplicationCommandOptionBase.required"}},{"id":6607,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":6572,"name":"SubcommandGroup"},"inheritedFrom":{"type":"reference","id":6522,"name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6610,6611,6608,6609,6606,6612,6607]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommandGroup.ts","line":8,"character":17}],"extendedTypes":[{"type":"reference","id":6521,"typeArguments":[{"type":"reference","id":6572,"name":"ApplicationCommandOptionType.SubcommandGroup"}],"name":"APIApplicationCommandOptionBase"}]},{"id":6593,"name":"APIApplicationCommandSubcommandOption","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6598,"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","id":6525,"name":"APIApplicationCommandOptionBase.description"}},{"id":6599,"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","id":6526,"name":"APIApplicationCommandOptionBase.description_localizations"}},{"id":6596,"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","id":6523,"name":"APIApplicationCommandOptionBase.name"}},{"id":6597,"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","id":6524,"name":"APIApplicationCommandOptionBase.name_localizations"}},{"id":6594,"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":6505,"name":"APIApplicationCommandBasicOption"}}},{"id":6600,"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","id":6527,"name":"APIApplicationCommandOptionBase.required"}},{"id":6595,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":5,"character":1}],"type":{"type":"reference","id":6571,"name":"Subcommand"},"inheritedFrom":{"type":"reference","id":6522,"name":"APIApplicationCommandOptionBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6598,6599,6596,6597,6594,6600,6595]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/subcommand.ts","line":5,"character":17}],"extendedTypes":[{"type":"reference","id":6521,"typeArguments":[{"type":"reference","id":6571,"name":"ApplicationCommandOptionType.Subcommand"}],"name":"APIApplicationCommandOptionBase"}]},{"id":5382,"name":"APIApplicationInstallParams","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5384,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":112,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5383,"name":"scopes","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/application.ts","line":111,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6864,"name":"OAuth2Scopes"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5384,5383]}],"sources":[{"fileName":"payloads/v9/application.ts","line":110,"character":17}]},{"id":5944,"name":"APIAttachment","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#attachment-object-attachment-structure"},"children":[{"id":5948,"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":1197,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5947,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Description for the file"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5954,"name":"ephemeral","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this attachment is ephemeral"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1221,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5946,"name":"filename","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of file attached"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1187,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5952,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of file (if image)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1213,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":5945,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Attachment id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1183,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5951,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A proxied url of file"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1209,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5949,"name":"size","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Size of file in bytes"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1201,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5950,"name":"url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source url of file"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1205,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5953,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of file (if image)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1217,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5948,5947,5954,5946,5952,5945,5951,5949,5950,5953]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1179,"character":17}]},{"id":5400,"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":5401,"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":43,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6479,"name":"APIApplicationCommand"}}},{"id":5404,"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":61,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5409,"name":"APIAuditLogEntry"}}},{"id":5405,"name":"auto_moderation_rules","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"List of auto moderation rules referenced in the audit log","text":"See https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":67,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5565,"name":"APIAutoModerationRule"}}},{"id":5408,"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":87,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6458,"name":"APIGuildScheduledEvent"}}},{"id":5406,"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":73,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6328,"name":"APIGuildIntegration"}}},{"id":5407,"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":81,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5755,"name":"APIChannel"}}},{"id":5403,"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":55,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6992,"name":"APIUser"}}},{"id":5402,"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":49,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":7083,"name":"APIWebhook"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5401,5404,5405,5408,5406,5407,5403,5402]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":37,"character":17}]},{"id":5409,"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":5414,"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":119,"character":1}],"type":{"type":"reference","id":5417,"name":"AuditLogEvent"}},{"id":5411,"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":103,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5487,"name":"APIAuditLogChange"}}},{"id":5413,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the entry"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":113,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5415,"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":125,"character":1}],"type":{"type":"reference","id":5472,"name":"APIAuditLogOptions"}},{"id":5416,"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":129,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5410,"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":97,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5412,"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":109,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5414,5411,5413,5415,5416,5410,5412]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":93,"character":17}]},{"id":5472,"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":5473,"name":"auto_moderation_rule_name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the Auto Moderation rule that was triggered","text":"Present from:\n- AUTO_MODERATION_BLOCK_MESSAGE\n- AUTO_MODERATION_FLAG_TO_CHANNEL\n- AUTO_MODERATION_USER_COMMUNICATION_DISABLED\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":217,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5474,"name":"auto_moderation_rule_trigger_type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Trigger type of the Auto Moderation rule that was triggered","text":"Present from:\n- AUTO_MODERATION_BLOCK_MESSAGE\n- AUTO_MODERATION_FLAG_TO_CHANNEL\n- AUTO_MODERATION_USER_COMMUNICATION_DISABLED\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":226,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":"1"},{"type":"literal","value":"3"},{"type":"literal","value":"4"},{"type":"literal","value":"5"}]}},{"id":5477,"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- AUTO_MODERATION_BLOCK_MESSAGE\n- AUTO_MODERATION_FLAG_TO_CHANNEL\n- AUTO_MODERATION_USER_COMMUNICATION_DISABLED\n"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":257,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5479,"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":277,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5475,"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":233,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5480,"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":287,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5476,"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":240,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5478,"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":266,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5482,"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":311,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5481,"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":299,"character":1}],"type":{"type":"reference","id":5483,"name":"AuditLogOptionsType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5473,5474,5477,5479,5475,5480,5476,5478,5482,5481]}],"sources":[{"fileName":"payloads/v9/auditLog.ts","line":208,"character":17}]},{"id":5594,"name":"APIAutoModerationAction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-action-object-auto-moderation-action-structure"},"children":[{"id":5596,"name":"metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Additional metadata needed during execution for this specific action type","text":"Will only be omitted if the action type is {@link AutoModerationActionType.BlockMessage}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":164,"character":1}],"type":{"type":"reference","id":5601,"name":"APIAutoModerationActionMetadata"}},{"id":5595,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The action type"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":158,"character":1}],"type":{"type":"reference","id":5597,"name":"AutoModerationActionType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5596,5595]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":154,"character":17}]},{"id":5601,"name":"APIAutoModerationActionMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-action-object-action-metadata"},"children":[{"id":5602,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Channel to which user content should be logged","text":"Associated action type: {@link AutoModerationActionType.SendAlertMessage}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":194,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5603,"name":"duration_seconds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timeout duration in seconds (Maximum of 4 weeks - 2419200 seconds)","text":"Only available if using {@link AutoModerationRuleTriggerType.Keyword}\n\nAssociated action type: {@link AutoModerationActionType.Timeout}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":202,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5602,5603]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":188,"character":17}]},{"id":5565,"name":"APIAutoModerationRule","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-auto-moderation-rule-structure"},"children":[{"id":5573,"name":"actions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The actions which will execute when this rule is triggered"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":42,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5594,"name":"APIAutoModerationAction"}}},{"id":5569,"name":"creator_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user id who created this rule"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":26,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5574,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this rule is enabled"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":46,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5570,"name":"event_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule event type"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":30,"character":1}],"type":{"type":"reference","id":5593,"name":"MessageSend"}},{"id":5576,"name":"exempt_channels","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel ids that shouldn't be affected by this rule (Maximum of 50)"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":54,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5575,"name":"exempt_roles","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The role ids that shouldn't be affected by this rule (Maximum of 20)"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":50,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5567,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild which this rule belongs to"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":18,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5566,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of this rule"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":14,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5568,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule name"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":22,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5572,"name":"trigger_metadata","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule trigger metadata"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":38,"character":1}],"type":{"type":"reference","id":5582,"name":"APIAutoModerationRuleTriggerMetadata"}},{"id":5571,"name":"trigger_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule trigger type"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":34,"character":1}],"type":{"type":"reference","id":5577,"name":"AutoModerationRuleTriggerType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5573,5569,5574,5570,5576,5575,5567,5566,5568,5572,5571]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":10,"character":17}]},{"id":5582,"name":"APIAutoModerationRuleTriggerMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-trigger-metadata"},"children":[{"id":5585,"name":"allow_list","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Substrings which will be exempt from triggering the preset trigger type (Maximum of 1000)","text":"A allowed-word can be a phrase which contains multiple words. Wildcard symbols can be used to customize how each string will be matched. Each keyword must be 30 characters or less\nSee [keyword matching strategies](https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-keyword-matching-strategies)\n\nAssociated trigger type: {@link AutoModerationRuleTriggerType.KeywordPreset}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":106,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5583,"name":"keyword_filter","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Substrings which will be searched for in content (Maximum of 1000)","text":"A keyword can be a phrase which contains multiple words. Wildcard symbols can be used to customize how each string will be matched. Each keyword must be 30 characters or less\nSee [keyword matching strategies](https://discord.com/developers/docs/resources/auto-moderation#auto-moderation-rule-object-keyword-matching-strategies)\n\nAssociated trigger type: {@link AutoModerationRuleTriggerType.Keyword}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":91,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5587,"name":"mention_total_limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Total number of mentions (role & user) allowed per message (Maximum of 50)","text":"Associated trigger type: {@link AutoModerationRuleTriggerType.MentionSpam}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":120,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5584,"name":"presets","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The internally pre-defined wordsets which will be searched for in content","text":"Associated trigger type: {@link AutoModerationRuleTriggerType.KeywordPreset}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":97,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5588,"name":"AutoModerationRuleKeywordPresetType"}}},{"id":5586,"name":"regex_patterns","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Regular expression patterns which will be matched against content (Maximum of 10)","text":"Only Rust flavored regex is currently supported (Maximum of 75 characters)\n\nAssociated trigger type: {@link AutoModerationRuleTriggerType.Keyword}\n"},"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":114,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5585,5583,5587,5584,5586]}],"sources":[{"fileName":"payloads/v9/autoModeration.ts","line":82,"character":17}]},{"id":6358,"name":"APIBan","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#ban-object"},"children":[{"id":6359,"name":"reason","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The reason for the ban"},"sources":[{"fileName":"payloads/v9/guild.ts","line":781,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6360,"name":"user","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The banned user"},"sources":[{"fileName":"payloads/v9/guild.ts","line":785,"character":1}],"type":{"type":"reference","id":6992,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6359,6360]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":777,"character":17}]},{"id":5969,"name":"APIBaseComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#component-object"},"children":[{"id":5970,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5971,"name":"T"}}],"groups":[{"title":"Properties","kind":1024,"children":[5970]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1295,"character":17}],"typeParameter":[{"id":5971,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5972,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":5982,"name":"APIActionRowComponent"},{"type":"reference","id":5986,"name":"APIButtonComponentBase"},{"type":"reference","id":6021,"name":"APIBaseSelectMenuComponent"},{"type":"reference","id":6055,"name":"APITextInputComponent"}]},{"id":6690,"name":"APIBaseInteraction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object"},"children":[{"id":6702,"name":"app_permissions","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Bitwise set of permissions the app or bot has within the channel the interaction was sent from"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":110,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6692,"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":6696,"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":6694,"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":6706,"name":"Data"}},{"id":6695,"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":6704,"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":118,"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":6691,"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":6703,"name":"locale","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The selected language of the invoking user"},"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":6697,"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":6678,"name":"APIInteractionGuildMember"}},{"id":6701,"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":5776,"name":"APIMessage"}},{"id":6699,"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":6693,"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":6705,"name":"Type"}},{"id":6698,"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":6992,"name":"APIUser"}},{"id":6700,"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":[6702,6692,6696,6694,6695,6704,6691,6703,6697,6701,6699,6693,6698,6700]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":60,"character":17}],"typeParameter":[{"id":6705,"name":"Type","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6786,"name":"InteractionType"}},{"id":6706,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{}}]},{"id":6021,"name":"APIBaseSelectMenuComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"children":[{"id":6022,"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":1449,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6026,"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":1471,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6025,"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":1465,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6024,"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":1459,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6023,"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":1453,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6027,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":6028,"name":"T"},"inheritedFrom":{"type":"reference","id":5970,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6022,6026,6025,6024,6023,6027]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1438,"character":17}],"typeParameter":[{"id":6028,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"union","types":[{"type":"reference","id":5975,"name":"ComponentType.StringSelect"},{"type":"reference","id":5977,"name":"ComponentType.UserSelect"},{"type":"reference","id":5978,"name":"ComponentType.RoleSelect"},{"type":"reference","id":5979,"name":"ComponentType.MentionableSelect"},{"type":"reference","id":5980,"name":"ComponentType.ChannelSelect"}]}}],"extendedTypes":[{"type":"reference","id":5969,"typeArguments":[{"type":"reference","id":6028,"name":"T"}],"name":"APIBaseComponent"}],"extendedBy":[{"type":"reference","id":6029,"name":"APIStringSelectComponent"},{"type":"reference","id":6040,"name":"APIChannelSelectComponent"}]},{"id":5986,"name":"APIButtonComponentBase","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#buttons"},"children":[{"id":5990,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1379,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5989,"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":1375,"character":1}],"type":{"type":"reference","id":5993,"name":"APIMessageComponentEmoji"}},{"id":5987,"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":1367,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5988,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1371,"character":1}],"type":{"type":"reference","id":5992,"name":"Style"}},{"id":5991,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5974,"name":"Button"},"inheritedFrom":{"type":"reference","id":5970,"name":"APIBaseComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5990,5989,5987,5988,5991]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1363,"character":17}],"typeParameter":[{"id":5992,"name":"Style","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6012,"name":"ButtonStyle"}}],"extendedTypes":[{"type":"reference","id":5969,"typeArguments":[{"type":"reference","id":5974,"name":"ComponentType.Button"}],"name":"APIBaseComponent"}],"extendedBy":[{"type":"reference","id":5997,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":6004,"name":"APIButtonComponentWithURL"}]},{"id":5997,"name":"APIButtonComponentWithCustomId","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5998,"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":1404,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6002,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1379,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5990,"name":"APIButtonComponentBase.disabled"}},{"id":6001,"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":1375,"character":1}],"type":{"type":"reference","id":5993,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","id":5989,"name":"APIButtonComponentBase.emoji"}},{"id":5999,"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":1367,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5987,"name":"APIButtonComponentBase.label"}},{"id":6000,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1371,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6013,"name":"Primary"},{"type":"reference","id":6014,"name":"Secondary"},{"type":"reference","id":6015,"name":"Success"},{"type":"reference","id":6016,"name":"Danger"}]},"inheritedFrom":{"type":"reference","id":5988,"name":"APIButtonComponentBase.style"}},{"id":6003,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5974,"name":"Button"},"inheritedFrom":{"type":"reference","id":5991,"name":"APIButtonComponentBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5998,6002,6001,5999,6000,6003]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1397,"character":17}],"extendedTypes":[{"type":"reference","id":5986,"typeArguments":[{"type":"union","types":[{"type":"reference","id":6013,"name":"ButtonStyle.Primary"},{"type":"reference","id":6014,"name":"ButtonStyle.Secondary"},{"type":"reference","id":6015,"name":"ButtonStyle.Success"},{"type":"reference","id":6016,"name":"ButtonStyle.Danger"}]}],"name":"APIButtonComponentBase"}]},{"id":6004,"name":"APIButtonComponentWithURL","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6009,"name":"disabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The status of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1379,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5990,"name":"APIButtonComponentBase.disabled"}},{"id":6008,"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":1375,"character":1}],"type":{"type":"reference","id":5993,"name":"APIMessageComponentEmoji"},"inheritedFrom":{"type":"reference","id":5989,"name":"APIButtonComponentBase.emoji"}},{"id":6006,"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":1367,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5987,"name":"APIButtonComponentBase.label"}},{"id":6007,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The style of the button"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1371,"character":1}],"type":{"type":"reference","id":6017,"name":"Link"},"inheritedFrom":{"type":"reference","id":5988,"name":"APIButtonComponentBase.style"}},{"id":6010,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5974,"name":"Button"},"inheritedFrom":{"type":"reference","id":5991,"name":"APIButtonComponentBase.type"}},{"id":6005,"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":1411,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6009,6008,6006,6007,6010,6005]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1407,"character":17}],"extendedTypes":[{"type":"reference","id":5986,"typeArguments":[{"type":"reference","id":6017,"name":"ButtonStyle.Link"}],"name":"APIButtonComponentBase"}]},{"id":5608,"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":5610,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6065,"name":"ChannelFlags"}},{"id":5611,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5605,"name":"APIPartialChannel.id"}},{"id":5612,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5607,"name":"APIPartialChannel.name"}},{"id":5609,"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":38,"character":1}],"type":{"type":"reference","id":5613,"name":"T"},"overwrites":{"type":"reference","id":5606,"name":"APIPartialChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5610,5611,5612,5609]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":37,"character":17}],"typeParameter":[{"id":5613,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5756,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":5604,"name":"APIPartialChannel"}],"extendedBy":[{"type":"reference","id":5616,"name":"APITextBasedChannel"},{"type":"reference","id":5624,"name":"APIGuildChannel"}]},{"id":5955,"name":"APIChannelMention","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-mention-object-channel-mention-structure"},"children":[{"id":5957,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild containing the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1235,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5956,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1231,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5959,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1245,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5958,"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":1241,"character":1}],"type":{"type":"reference","id":5756,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5957,5956,5959,5958]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1227,"character":17}]},{"id":7566,"name":"APIChannelPatchOverwrite","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7568,"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":463,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":7652,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":7569,"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":471,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":7653,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":7567,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/channel.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7570,"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":475,"character":1}],"type":{"type":"reference","id":5866,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":7654,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[7568,7569,7567,7570]}],"sources":[{"fileName":"rest/v9/channel.ts","line":28,"character":17}],"extendedTypes":[{"type":"reference","id":7651,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":6040,"name":"APIChannelSelectComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"children":[{"id":6041,"name":"channel_types","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"List of channel types to include in the ChannelSelect component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1506,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5756,"name":"ChannelType"}}},{"id":6042,"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":1449,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6022,"name":"APIBaseSelectMenuComponent.custom_id"}},{"id":6046,"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":1471,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6026,"name":"APIBaseSelectMenuComponent.disabled"}},{"id":6045,"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":1465,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6025,"name":"APIBaseSelectMenuComponent.max_values"}},{"id":6044,"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":1459,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6024,"name":"APIBaseSelectMenuComponent.min_values"}},{"id":6043,"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":1453,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6023,"name":"APIBaseSelectMenuComponent.placeholder"}},{"id":6047,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5980,"name":"ChannelSelect"},"inheritedFrom":{"type":"reference","id":6027,"name":"APIBaseSelectMenuComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6041,6042,6046,6045,6044,6043,6047]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1502,"character":17}],"extendedTypes":[{"type":"reference","id":6021,"typeArguments":[{"type":"reference","id":5980,"name":"ComponentType.ChannelSelect"}],"name":"APIBaseSelectMenuComponent"}]},{"id":6509,"name":"APIChatInputApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"children":[{"id":6515,"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":6512,"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":6514,"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":6510,"name":"options","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":110,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6507,"name":"APIApplicationCommandInteractionDataOption"}}},{"id":6511,"name":"resolved","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":111,"character":1}],"type":{"type":"reference","id":6727,"name":"APIInteractionDataResolved"}},{"id":6513,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":6496,"name":"ChatInput"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6515,6512,6514,6510,6511,6513]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":108,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6496,"name":"ApplicationCommandType.ChatInput"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":6823,"name":"APICommandAutocompleteInteractionResponseCallbackData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6824,"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":6582,"typeArguments":[{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}],"name":"APIApplicationCommandOptionChoice"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6824]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":104,"character":17}]},{"id":7031,"name":"APIConnection","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#connection-object"},"children":[{"id":7038,"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":211,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7032,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the connection account"},"sources":[{"fileName":"payloads/v9/user.ts","line":183,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7036,"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":203,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6328,"name":"APIGuildIntegration"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}}},{"id":7033,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The username of the connection account"},"sources":[{"fileName":"payloads/v9/user.ts","line":187,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7035,"name":"revoked","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the connection is revoked"},"sources":[{"fileName":"payloads/v9/user.ts","line":197,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7039,"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":215,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7040,"name":"two_way_link","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this connection supports console voice transfer"},"sources":[{"fileName":"payloads/v9/user.ts","line":219,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7034,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The service of the connection","text":"See https://discord.com/developers/docs/resources/user#connection-object-services\n"},"sources":[{"fileName":"payloads/v9/user.ts","line":193,"character":1}],"type":{"type":"reference","id":7042,"name":"ConnectionService"}},{"id":7037,"name":"verified","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the connection is verified"},"sources":[{"fileName":"payloads/v9/user.ts","line":207,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7041,"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":225,"character":1}],"type":{"type":"reference","id":7060,"name":"ConnectionVisibility"}}],"groups":[{"title":"Properties","kind":1024,"children":[7038,7032,7036,7033,7035,7039,7040,7034,7037,7041]}],"sources":[{"fileName":"payloads/v9/user.ts","line":179,"character":17}]},{"id":5686,"name":"APIDMChannelBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5692,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6065,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.flags"}},{"id":5690,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":5691,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.last_message_id"}},{"id":5688,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.name"}},{"id":5687,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6992,"name":"APIUser"}}},{"id":5689,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":38,"character":1}],"type":{"type":"reference","id":5693,"name":"T"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5692,5690,5691,5688,5687,5689]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":155,"character":17}],"typeParameter":[{"id":5693,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5756,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":5616,"typeArguments":[{"type":"reference","id":5693,"name":"T"}],"name":"APITextBasedChannel"},{"type":"literal","value":"rate_limit_per_user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":5891,"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":5903,"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":982,"character":1}],"type":{"type":"reference","id":5931,"name":"APIEmbedAuthor"}},{"id":5897,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Color code of the embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":946,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5894,"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":934,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5904,"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":990,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5940,"name":"APIEmbedField"}}},{"id":5898,"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":952,"character":1}],"type":{"type":"reference","id":5936,"name":"APIEmbedFooter"}},{"id":5899,"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":958,"character":1}],"type":{"type":"reference","id":5923,"name":"APIEmbedImage"}},{"id":5902,"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":976,"character":1}],"type":{"type":"reference","id":5928,"name":"APIEmbedProvider"}},{"id":5900,"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":964,"character":1}],"type":{"type":"reference","id":5913,"name":"APIEmbedThumbnail"}},{"id":5896,"name":"timestamp","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Timestamp of embed content"},"sources":[{"fileName":"payloads/v9/channel.ts","line":942,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5892,"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":920,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5893,"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":928,"character":1}],"type":{"type":"reference","id":5905,"name":"EmbedType"}},{"id":5895,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of embed"},"sources":[{"fileName":"payloads/v9/channel.ts","line":938,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5901,"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":970,"character":1}],"type":{"type":"reference","id":5918,"name":"APIEmbedVideo"}}],"groups":[{"title":"Properties","kind":1024,"children":[5903,5897,5894,5904,5898,5899,5902,5900,5896,5892,5893,5895,5901]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":914,"character":17}]},{"id":5931,"name":"APIEmbedAuthor","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-author-structure"},"children":[{"id":5934,"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":1127,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5932,"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":1119,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5935,"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":1131,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5933,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of author"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1123,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5934,5932,5935,5933]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1113,"character":17}]},{"id":5940,"name":"APIEmbedField","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-field-structure"},"children":[{"id":5943,"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":1173,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5941,"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":1163,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5942,"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":1169,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5943,5941,5942]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1157,"character":17}]},{"id":5936,"name":"APIEmbedFooter","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-footer-structure"},"children":[{"id":5938,"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":1147,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5939,"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":1151,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5937,"name":"text","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Footer text","text":"Length limit: 2048 characters\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1143,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5938,5939,5937]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1137,"character":17}]},{"id":5923,"name":"APIEmbedImage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-image-structure"},"children":[{"id":5926,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of image"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1089,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5925,"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":1085,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5924,"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":1081,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5927,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of image"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1093,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5926,5925,5924,5927]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1077,"character":17}]},{"id":5928,"name":"APIEmbedProvider","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-provider-structure"},"children":[{"id":5929,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of provider"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1103,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5930,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"URL of provider"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1107,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5929,5930]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1099,"character":17}]},{"id":5913,"name":"APIEmbedThumbnail","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-thumbnail-structure"},"children":[{"id":5916,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of thumbnail"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1045,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5915,"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":1041,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5914,"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":1037,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5917,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of thumbnail"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1049,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5916,5915,5914,5917]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1033,"character":17}]},{"id":5918,"name":"APIEmbedVideo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#embed-object-embed-video-structure"},"children":[{"id":5921,"name":"height","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Height of video"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1067,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5920,"name":"proxy_url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A proxied url of the video"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1063,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5919,"name":"url","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Source url of video"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1059,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5922,"name":"width","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Width of video"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1071,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5921,5920,5919,5922]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1055,"character":17}]},{"id":6077,"name":"APIEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/emoji#emoji-object-emoji-structure"},"children":[{"id":6085,"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":6076,"name":"APIPartialEmoji.animated"}},{"id":6082,"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":6083,"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":6074,"name":"APIPartialEmoji.id"}},{"id":6081,"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":6084,"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":6075,"name":"APIPartialEmoji.name"}},{"id":6080,"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":6078,"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":6079,"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":6992,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6085,6082,6083,6081,6084,6080,6078,6079]}],"sources":[{"fileName":"payloads/v9/emoji.ts","line":30,"character":17}],"extendedTypes":[{"type":"reference","id":6073,"name":"APIPartialEmoji"}]},{"id":6846,"name":"APIExtendedInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-metadata-object"},"children":[{"id":6860,"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":6839,"name":"APIInvite.approximate_member_count"}},{"id":6859,"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":6838,"name":"APIInvite.approximate_presence_count"}},{"id":6854,"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":5604,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},"inheritedFrom":{"type":"reference","id":6833,"name":"APIInvite.channel"}},{"id":6852,"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":6831,"name":"APIInvite.code"}},{"id":6851,"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":6861,"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":6840,"name":"APIInvite.expires_at"}},{"id":6853,"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":6829,"name":"APIInviteGuild"},"inheritedFrom":{"type":"reference","id":6832,"name":"APIInvite.guild"}},{"id":6863,"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":6458,"name":"APIGuildScheduledEvent"},"inheritedFrom":{"type":"reference","id":6842,"name":"APIInvite.guild_scheduled_event"}},{"id":6855,"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":6992,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":6834,"name":"APIInvite.inviter"}},{"id":6849,"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":6848,"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":6862,"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":6916,"name":"APIInviteStageInstance"},"inheritedFrom":{"type":"reference","id":6841,"name":"APIInvite.stage_instance"}},{"id":6858,"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/resources/application#application-object\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":70,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5360,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},"inheritedFrom":{"type":"reference","id":6837,"name":"APIInvite.target_application"}},{"id":6856,"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":"payloads/v9/invite.ts","line":58,"character":1}],"type":{"type":"reference","id":6843,"name":"InviteTargetType"},"inheritedFrom":{"type":"reference","id":6835,"name":"APIInvite.target_type"}},{"id":6857,"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":6992,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":6836,"name":"APIInvite.target_user"}},{"id":6850,"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":6847,"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":[6860,6859,6854,6852,6851,6861,6853,6863,6855,6849,6848,6862,6858,6856,6857,6850,6847]}],"sources":[{"fileName":"payloads/v9/invite.ts","line":105,"character":17}],"extendedTypes":[{"type":"reference","id":6830,"name":"APIInvite"}]},{"id":6441,"name":"APIExternalGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6442,"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":6455,"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":6992,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":6446,"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":6448,"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":6454,"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":6443,"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":6459,"name":"APIGuildScheduledEventEntityMetadata"}],"qualifiedName":"Required","package":"typescript","name":"Required"},"overwrites":{"type":"reference","name":"APIGuildScheduledEventBase.entity_metadata"}},{"id":6453,"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":6464,"name":"External"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":6445,"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":6444,"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":6457,"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":6447,"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":6451,"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":6471,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":6450,"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":6449,"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":6452,"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":6465,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":6456,"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":[6442,6455,6446,6448,6454,6443,6453,6445,6444,6457,6447,6451,6450,6449,6452,6456]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":83,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6464,"name":"GuildScheduledEventEntityType.External"}],"name":"APIGuildScheduledEventBase"}]},{"id":5854,"name":"APIFollowedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#followed-channel-object"},"children":[{"id":5855,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Source channel id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":763,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5856,"name":"webhook_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Created target webhook id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":767,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5855,5856]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":759,"character":17}]},{"id":6088,"name":"APIGatewayBotInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway-bot"},"children":[{"id":6090,"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":37,"character":1}],"type":{"type":"reference","id":6092,"name":"APIGatewaySessionStartLimit"}},{"id":6089,"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":31,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6091,"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":19,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6087,"name":"APIGatewayInfo.url"}}],"groups":[{"title":"Properties","kind":1024,"children":[6090,6089,6091]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":25,"character":17}],"extendedTypes":[{"type":"reference","id":6086,"name":"APIGatewayInfo"}]},{"id":6086,"name":"APIGatewayInfo","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#get-gateway"},"children":[{"id":6087,"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":19,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6087]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":15,"character":17}],"extendedBy":[{"type":"reference","id":6088,"name":"APIGatewayBotInfo"}]},{"id":6092,"name":"APIGatewaySessionStartLimit","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#session-start-limit-object"},"children":[{"id":6096,"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":59,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6094,"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":51,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6095,"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":55,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6093,"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":47,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[6096,6094,6095,6093]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":43,"character":17}]},{"id":5695,"name":"APIGroupDMChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5696,"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":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5704,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6065,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.flags"}},{"id":5697,"name":"icon","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Icon hash"},"sources":[{"fileName":"payloads/v9/channel.ts","line":174,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5702,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":5700,"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":186,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","name":"Omit.last_message_id"}},{"id":5698,"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":178,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5699,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the DM creator"},"sources":[{"fileName":"payloads/v9/channel.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5703,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6992,"name":"APIUser"}},"inheritedFrom":{"type":"reference","name":"Omit.recipients"}},{"id":5701,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":38,"character":1}],"type":{"type":"reference","id":5760,"name":"GroupDM"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5696,5704,5697,5702,5700,5698,5699,5703,5701]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":166,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":5686,"typeArguments":[{"type":"reference","id":5760,"name":"ChannelType.GroupDM"}],"name":"APIDMChannelBase"},{"type":"literal","value":"name"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":6196,"name":"APIGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-structure"},"children":[{"id":6203,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of afk channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":119,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6204,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"payloads/v9/guild.ts","line":123,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]}},{"id":6214,"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":177,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6228,"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":241,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6229,"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":245,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6222,"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":213,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":6189,"name":"APIPartialGuild.banner"}},{"id":6208,"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":143,"character":1}],"type":{"type":"reference","id":6239,"name":"GuildDefaultMessageNotifications"}},{"id":6221,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":207,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":6190,"name":"APIPartialGuild.description"}},{"id":6198,"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":90,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6211,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6077,"name":"APIEmoji"}}},{"id":6209,"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":149,"character":1}],"type":{"type":"reference","id":6242,"name":"GuildExplicitContentFilter"}},{"id":6212,"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":167,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6274,"name":"GuildFeature"}},"overwrites":{"type":"reference","id":6191,"name":"APIPartialGuild.features"}},{"id":6234,"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":271,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":6265,"name":"GuildHubType"}]}},{"id":6236,"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":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6187,"name":"APIPartialGuild.icon"}},{"id":6197,"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":84,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6238,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6194,"name":"APIPartialGuild.id"}},{"id":6219,"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":199,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6218,"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":195,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":6227,"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":237,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6213,"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":173,"character":1}],"type":{"type":"reference","id":6246,"name":"GuildMFALevel"}},{"id":6235,"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":34,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6186,"name":"APIPartialGuild.name"}},{"id":6231,"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":257,"character":1}],"type":{"type":"reference","id":6249,"name":"GuildNSFWLevel"}},{"id":6199,"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":96,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6200,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of owner"},"sources":[{"fileName":"payloads/v9/guild.ts","line":100,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6201,"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":108,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6225,"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":229,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6233,"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":267,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6224,"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":223,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6223,"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":219,"character":1}],"type":{"type":"reference","id":6260,"name":"GuildPremiumTier"}},{"id":6226,"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":233,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6202,"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":115,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6210,"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":155,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6889,"name":"APIRole"}}},{"id":6217,"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":191,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6237,"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":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6188,"name":"APIPartialGuild.splash"}},{"id":6232,"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":263,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6921,"name":"APISticker"}}},{"id":6216,"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":187,"character":1}],"type":{"type":"reference","id":6269,"name":"GuildSystemChannelFlags"}},{"id":6215,"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":181,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6220,"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":203,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"overwrites":{"type":"reference","id":6193,"name":"APIPartialGuild.vanity_url_code"}},{"id":6207,"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":137,"character":1}],"type":{"type":"reference","id":6254,"name":"GuildVerificationLevel"},"overwrites":{"type":"reference","id":6192,"name":"APIPartialGuild.verification_level"}},{"id":6230,"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":251,"character":1}],"type":{"type":"reference","id":6388,"name":"APIGuildWelcomeScreen"},"overwrites":{"type":"reference","id":6195,"name":"APIPartialGuild.welcome_screen"}},{"id":6206,"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":131,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6205,"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":127,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[6203,6204,6214,6228,6229,6222,6208,6221,6198,6211,6209,6212,6234,6236,6197,6238,6219,6218,6227,6213,6235,6231,6199,6200,6201,6225,6233,6224,6223,6226,6202,6210,6217,6237,6232,6216,6215,6220,6207,6230,6206,6205]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":78,"character":17}],"extendedTypes":[{"type":"reference","id":6185,"name":"APIPartialGuild"}],"extendedBy":[{"type":"reference","id":5021,"name":"GatewayGuildCreateDispatchData"}]},{"id":6645,"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":6647,"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":6648,"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":6646,"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":6649,"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":6650,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6647,6648,6646,6649]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":6,"character":17}]},{"id":5624,"name":"APIGuildChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5631,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6065,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5610,"name":"APIChannelBase.flags"}},{"id":5625,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5632,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5611,"name":"APIChannelBase.id"}},{"id":5633,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5612,"name":"APIChannelBase.name"}},{"id":5629,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5628,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5626,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5861,"name":"APIOverwrite"}}},{"id":5627,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5630,"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":38,"character":1}],"type":{"type":"reference","id":5634,"name":"T"},"inheritedFrom":{"type":"reference","id":5609,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5631,5625,5632,5633,5629,5628,5626,5627,5630]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":72,"character":17}],"typeParameter":[{"id":5634,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5756,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":5608,"typeArguments":[{"type":"reference","id":5634,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":5636,"name":"APIGuildTextChannel"},{"type":"reference","id":5655,"name":"APIVoiceChannelBase"},{"type":"reference","id":5705,"name":"APIThreadChannel"}]},{"id":7723,"name":"APIGuildCreateOverwrite","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7725,"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":463,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":7652,"name":"RESTPutAPIChannelPermissionJSONBody.allow"}},{"id":7726,"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":471,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":7653,"name":"RESTPutAPIChannelPermissionJSONBody.deny"}},{"id":7724,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":38,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":7727,"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":475,"character":1}],"type":{"type":"reference","id":5866,"name":"OverwriteType"},"inheritedFrom":{"type":"reference","id":7654,"name":"RESTPutAPIChannelPermissionJSONBody.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[7725,7726,7724,7727]}],"sources":[{"fileName":"rest/v9/guild.ts","line":37,"character":17}],"extendedTypes":[{"type":"reference","id":7651,"name":"RESTPutAPIChannelPermissionJSONBody"}]},{"id":7735,"name":"APIGuildCreateRole","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7739,"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":631,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.color"}},{"id":7740,"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":637,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.hoist"}},{"id":7741,"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":641,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.icon"}},{"id":7736,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":69,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":7743,"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":651,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"boolean"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.mentionable"}},{"id":7737,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.name"}},{"id":7738,"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":625,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIGuildRoleJSONBody.permissions"}},{"id":7742,"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":645,"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":[7739,7740,7741,7736,7743,7737,7738,7742]}],"sources":[{"fileName":"rest/v9/guild.ts","line":68,"character":17}],"extendedTypes":[{"type":"reference","id":7852,"name":"RESTPostAPIGuildRoleJSONBody"}]},{"id":5736,"name":"APIGuildForumChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5737,"name":"available_tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The set of tags that can be used in a forum channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":297,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5724,"name":"APIGuildForumTag"}}},{"id":5741,"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":109,"character":1}],"type":{"type":"reference","id":5876,"name":"ThreadAutoArchiveDuration"},"inheritedFrom":{"type":"reference","id":5637,"name":"APIGuildTextChannel.default_auto_archive_duration"}},{"id":5739,"name":"default_reaction_emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji to show in the add reaction button on a thread in a forum channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":306,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":5730,"name":"APIGuildForumDefaultReactionEmoji"}]}},{"id":5740,"name":"default_sort_order","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The default sort order type used to order posts in forum channels"},"sources":[{"fileName":"payloads/v9/channel.ts","line":310,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":5733,"name":"SortOrderType"}]}},{"id":5738,"name":"default_thread_rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The initial `rate_limit_per_user` to set on newly created threads in a forum channel.\nThis field is copied to the thread at creation time and does not live update"},"sources":[{"fileName":"payloads/v9/channel.ts","line":302,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5747,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6065,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5643,"name":"APIGuildTextChannel.flags"}},{"id":5750,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5646,"name":"APIGuildTextChannel.guild_id"}},{"id":5748,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5644,"name":"APIGuildTextChannel.id"}},{"id":5744,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5640,"name":"APIGuildTextChannel.last_message_id"}},{"id":5743,"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":118,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5639,"name":"APIGuildTextChannel.last_pin_timestamp"}},{"id":5749,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5645,"name":"APIGuildTextChannel.name"}},{"id":5754,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5650,"name":"APIGuildTextChannel.nsfw"}},{"id":5753,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5649,"name":"APIGuildTextChannel.parent_id"}},{"id":5751,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5861,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5647,"name":"APIGuildTextChannel.permission_overwrites"}},{"id":5752,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5648,"name":"APIGuildTextChannel.position"}},{"id":5745,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5641,"name":"APIGuildTextChannel.rate_limit_per_user"}},{"id":5742,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel topic (0-1024 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":113,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5638,"name":"APIGuildTextChannel.topic"}},{"id":5746,"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":38,"character":1}],"type":{"type":"reference","id":5768,"name":"GuildForum"},"inheritedFrom":{"type":"reference","id":5642,"name":"APIGuildTextChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5737,5741,5739,5740,5738,5747,5750,5748,5744,5743,5749,5754,5753,5751,5752,5745,5742,5746]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":293,"character":17}],"extendedTypes":[{"type":"reference","id":5636,"typeArguments":[{"type":"reference","id":5768,"name":"ChannelType.GuildForum"}],"name":"APIGuildTextChannel"}]},{"id":5730,"name":"APIGuildForumDefaultReactionEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#default-reaction-object-default-reaction-structure"},"children":[{"id":5731,"name":"emoji_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of a guild's custom emoji"},"sources":[{"fileName":"payloads/v9/channel.ts","line":272,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5732,"name":"emoji_name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unicode character of the emoji"},"sources":[{"fileName":"payloads/v9/channel.ts","line":276,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5731,5732]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":268,"character":17}]},{"id":5724,"name":"APIGuildForumTag","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#forum-tag-object-forum-tag-structure"},"children":[{"id":5728,"name":"emoji_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of a guild's custom emoji"},"sources":[{"fileName":"payloads/v9/channel.ts","line":258,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5729,"name":"emoji_name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The unicode character of the emoji"},"sources":[{"fileName":"payloads/v9/channel.ts","line":262,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5725,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the tag"},"sources":[{"fileName":"payloads/v9/channel.ts","line":246,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5727,"name":"moderated","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this tag can only be added to or removed from threads by a member with the `MANAGE_THREADS` permission"},"sources":[{"fileName":"payloads/v9/channel.ts","line":254,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5726,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the tag (0-20 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":250,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5728,5729,5725,5727,5726]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":242,"character":17}]},{"id":6328,"name":"APIGuildIntegration","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-object"},"children":[{"id":6339,"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":687,"character":1}],"type":{"type":"reference","id":6349,"name":"APIIntegrationAccount"}},{"id":6343,"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":713,"character":1}],"type":{"type":"reference","id":6352,"name":"APIGuildIntegrationApplication"}},{"id":6335,"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":659,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6332,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Is this integration enabled"},"sources":[{"fileName":"payloads/v9/guild.ts","line":641,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6336,"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":667,"character":1}],"type":{"type":"reference","id":6346,"name":"IntegrationExpireBehavior"}},{"id":6337,"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":673,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6329,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":629,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6330,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration name"},"sources":[{"fileName":"payloads/v9/guild.ts","line":633,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6342,"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":705,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6334,"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":653,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6344,"name":"scopes","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The scopes the application has been authorized for"},"sources":[{"fileName":"payloads/v9/guild.ts","line":717,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6864,"name":"OAuth2Scopes"}}},{"id":6341,"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":699,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6340,"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":693,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6333,"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":647,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6331,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration type"},"sources":[{"fileName":"payloads/v9/guild.ts","line":637,"character":1}],"type":{"type":"reference","id":6345,"name":"APIGuildIntegrationType"}},{"id":6338,"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":681,"character":1}],"type":{"type":"reference","id":6992,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6339,6343,6335,6332,6336,6337,6329,6330,6342,6334,6344,6341,6340,6333,6331,6338]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":625,"character":17}]},{"id":6352,"name":"APIGuildIntegrationApplication","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-application-object"},"children":[{"id":6357,"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":771,"character":1}],"type":{"type":"reference","id":6992,"name":"APIUser"}},{"id":6356,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description of the app"},"sources":[{"fileName":"payloads/v9/guild.ts","line":765,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6355,"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":761,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6353,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the app"},"sources":[{"fileName":"payloads/v9/guild.ts","line":751,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6354,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the app"},"sources":[{"fileName":"payloads/v9/guild.ts","line":755,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6357,6356,6355,6353,6354]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":747,"character":17}]},{"id":6317,"name":"APIGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":6320,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v9/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6327,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6324,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":605,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6322,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6325,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":609,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6319,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v9/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6326,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6323,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6321,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":6318,"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":577,"character":1}],"type":{"type":"reference","id":6992,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6320,6327,6324,6322,6325,6319,6326,6323,6321,6318]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":569,"character":17}],"extendedBy":[{"type":"reference","id":5099,"name":"GatewayGuildMemberAddDispatchData"},{"type":"reference","id":6678,"name":"APIInteractionGuildMember"}]},{"id":6396,"name":"APIGuildMembershipScreening","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6399,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The server description shown in the screening form"},"sources":[{"fileName":"payloads/v9/guild.ts","line":891,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6398,"name":"form_fields","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The steps in the screening form"},"sources":[{"fileName":"payloads/v9/guild.ts","line":887,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6400,"name":"APIGuildMembershipScreeningField"}}},{"id":6397,"name":"version","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the fields were last updated"},"sources":[{"fileName":"payloads/v9/guild.ts","line":883,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6399,6398,6397]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":879,"character":17}]},{"id":6400,"name":"APIGuildMembershipScreeningField","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6401,"name":"field_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of field"},"sources":[{"fileName":"payloads/v9/guild.ts","line":900,"character":1}],"type":{"type":"reference","id":6406,"name":"Terms"}},{"id":6402,"name":"label","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The title of the field"},"sources":[{"fileName":"payloads/v9/guild.ts","line":904,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6404,"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":912,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6403,"name":"values","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The list of rules"},"sources":[{"fileName":"payloads/v9/guild.ts","line":908,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6401,6402,6404,6403]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":896,"character":17}]},{"id":6302,"name":"APIGuildPreview","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-preview-object"},"children":[{"id":6310,"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":537,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6311,"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":541,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6312,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":545,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6307,"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":521,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6308,"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":527,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6077,"name":"APIEmoji"}}},{"id":6309,"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":533,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6274,"name":"GuildFeature"}}},{"id":6305,"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":509,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6303,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":499,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6304,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild name (2-100 characters)"},"sources":[{"fileName":"payloads/v9/guild.ts","line":503,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6306,"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":515,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6313,"name":"stickers","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Custom guild stickers"},"sources":[{"fileName":"payloads/v9/guild.ts","line":549,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6921,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6310,6311,6312,6307,6308,6309,6305,6303,6304,6306,6313]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":495,"character":17}]},{"id":6459,"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":6460,"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":[6460]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":100,"character":17}]},{"id":6472,"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":6473,"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":6475,"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":6317,"name":"APIGuildMember"}},{"id":6474,"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":6992,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6473,6475,6474]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":139,"character":17}]},{"id":5636,"name":"APIGuildTextChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5637,"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":109,"character":1}],"type":{"type":"reference","id":5876,"name":"ThreadAutoArchiveDuration"}},{"id":5643,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6065,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5631,"name":"APIGuildChannel.flags"}},{"id":5646,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5625,"name":"APIGuildChannel.guild_id"}},{"id":5644,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5632,"name":"APIGuildChannel.id"}},{"id":5640,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5617,"name":"APITextBasedChannel.last_message_id"}},{"id":5639,"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":118,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5645,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5633,"name":"APIGuildChannel.name"}},{"id":5650,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5629,"name":"APIGuildChannel.nsfw"}},{"id":5649,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5628,"name":"APIGuildChannel.parent_id"}},{"id":5647,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5861,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5626,"name":"APIGuildChannel.permission_overwrites"}},{"id":5648,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5627,"name":"APIGuildChannel.position"}},{"id":5641,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5618,"name":"APITextBasedChannel.rate_limit_per_user"}},{"id":5638,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel topic (0-1024 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":113,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5642,"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":38,"character":1}],"type":{"type":"reference","id":5651,"name":"T"},"inheritedFrom":{"type":"reference","id":5630,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5637,5643,5646,5644,5640,5639,5645,5650,5649,5647,5648,5641,5638,5642]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":103,"character":17}],"typeParameter":[{"id":5651,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5635,"name":"GuildTextChannelType"}}],"extendedTypes":[{"type":"reference","id":5616,"typeArguments":[{"type":"reference","id":5651,"name":"T"}],"name":"APITextBasedChannel"},{"type":"reference","id":5624,"typeArguments":[{"type":"reference","id":5651,"name":"T"}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":5736,"name":"APIGuildForumChannel"}]},{"id":5669,"name":"APIGuildVoiceChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5671,"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":129,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5656,"name":"APIVoiceChannelBase.bitrate"}},{"id":5680,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6065,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5620,"name":"APITextBasedChannel.flags"}},{"id":5674,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5659,"name":"APIVoiceChannelBase.guild_id"}},{"id":5681,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5621,"name":"APITextBasedChannel.id"}},{"id":5683,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5617,"name":"APITextBasedChannel.last_message_id"}},{"id":5682,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5622,"name":"APITextBasedChannel.name"}},{"id":5678,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5663,"name":"APIVoiceChannelBase.nsfw"}},{"id":5677,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5662,"name":"APIVoiceChannelBase.parent_id"}},{"id":5675,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5861,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5660,"name":"APIVoiceChannelBase.permission_overwrites"}},{"id":5676,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5661,"name":"APIVoiceChannelBase.position"}},{"id":5684,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5618,"name":"APITextBasedChannel.rate_limit_per_user"}},{"id":5673,"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":139,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5658,"name":"APIVoiceChannelBase.rtc_region"}},{"id":5679,"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":38,"character":1}],"type":{"type":"reference","id":5759,"name":"GuildVoice"},"inheritedFrom":{"type":"reference","id":5619,"name":"APITextBasedChannel.type"}},{"id":5672,"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":133,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5657,"name":"APIVoiceChannelBase.user_limit"}},{"id":5670,"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":150,"character":1}],"type":{"type":"reference","id":5773,"name":"VideoQualityMode"}}],"groups":[{"title":"Properties","kind":1024,"children":[5671,5680,5674,5681,5683,5682,5678,5677,5675,5676,5684,5673,5679,5672,5670]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":142,"character":17}],"extendedTypes":[{"type":"reference","id":5655,"typeArguments":[{"type":"reference","id":5759,"name":"ChannelType.GuildVoice"}],"name":"APIVoiceChannelBase"},{"type":"reference","id":5616,"typeArguments":[{"type":"reference","id":5759,"name":"ChannelType.GuildVoice"}],"name":"APITextBasedChannel"}]},{"id":6388,"name":"APIGuildWelcomeScreen","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6389,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The welcome screen short message"},"sources":[{"fileName":"payloads/v9/guild.ts","line":853,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6390,"name":"welcome_channels","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of suggested channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":857,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6391,"name":"APIGuildWelcomeScreenChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6389,6390]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":849,"character":17}]},{"id":6391,"name":"APIGuildWelcomeScreenChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6392,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel id that is suggested"},"sources":[{"fileName":"payloads/v9/guild.ts","line":864,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6393,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description shown for the channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":868,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6394,"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":872,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6395,"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":876,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[6392,6393,6394,6395]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":860,"character":17}]},{"id":6361,"name":"APIGuildWidget","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object"},"children":[{"id":6365,"name":"channels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":795,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6368,"name":"APIGuildWidgetChannel"}}},{"id":6362,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":792,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6364,"name":"instant_invite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":794,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6366,"name":"members","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":796,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6372,"name":"APIGuildWidgetMember"}}},{"id":6363,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":793,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6367,"name":"presence_count","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":797,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[6365,6362,6364,6366,6363,6367]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":791,"character":17}]},{"id":6368,"name":"APIGuildWidgetChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object-example-guild-widget"},"children":[{"id":6369,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":804,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6370,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":805,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6371,"name":"position","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":806,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[6369,6370,6371]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":803,"character":17}]},{"id":6372,"name":"APIGuildWidgetMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object-example-guild-widget"},"children":[{"id":6378,"name":"activity","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/guild.ts","line":818,"character":1}],"type":{"type":"reflection","declaration":{"id":6379,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":6380,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":818,"character":14}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6380]}]}}},{"id":6376,"name":"avatar","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":816,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6381,"name":"avatar_url","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":819,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6375,"name":"discriminator","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":815,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6373,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":813,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6377,"name":"status","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":817,"character":1}],"type":{"type":"reference","id":6103,"name":"PresenceUpdateStatus"}},{"id":6374,"name":"username","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":814,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6378,6376,6381,6375,6373,6377,6374]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":812,"character":17}]},{"id":6314,"name":"APIGuildWidgetSettings","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-widget-object"},"children":[{"id":6316,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The widget channel id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":563,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6315,"name":"enabled","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the widget is enabled"},"sources":[{"fileName":"payloads/v9/guild.ts","line":559,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[6316,6315]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":555,"character":17}]},{"id":6349,"name":"APIIntegrationAccount","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#integration-account-object"},"children":[{"id":6350,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the account"},"sources":[{"fileName":"payloads/v9/guild.ts","line":737,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6351,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the account"},"sources":[{"fileName":"payloads/v9/guild.ts","line":741,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6350,6351]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":733,"character":17}]},{"id":6529,"name":"APIInteractionDataOptionBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6530,"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"}},{"id":6531,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":15,"character":1}],"type":{"type":"reference","id":6533,"name":"T"}},{"id":6532,"name":"value","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":16,"character":1}],"type":{"type":"reference","id":6534,"name":"D"}}],"groups":[{"title":"Properties","kind":1024,"children":[6530,6531,6532]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":13,"character":17}],"typeParameter":[{"id":6533,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6570,"name":"ApplicationCommandOptionType"}},{"id":6534,"name":"D","kind":131072,"kindString":"Type parameter","flags":{}}],"extendedBy":[{"type":"reference","id":6555,"name":"APIApplicationCommandInteractionDataIntegerOption"},{"type":"reference","id":6563,"name":"APIApplicationCommandInteractionDataNumberOption"},{"type":"reference","id":6588,"name":"APIApplicationCommandInteractionDataStringOption"}]},{"id":6727,"name":"APIInteractionDataResolved","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-resolved-data-structure"},"children":[{"id":6732,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":157,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":5944,"name":"APIAttachment"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":6731,"name":"channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":156,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":6711,"name":"APIInteractionDataResolvedChannel"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":6730,"name":"members","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":155,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":6718,"name":"APIInteractionDataResolvedGuildMember"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":6729,"name":"roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":154,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":6889,"name":"APIRole"}],"qualifiedName":"Record","package":"typescript","name":"Record"}},{"id":6728,"name":"users","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":153,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":6992,"name":"APIUser"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[6732,6731,6730,6729,6728]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":152,"character":17}]},{"id":6711,"name":"APIInteractionDataResolvedChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#channel-object"},"children":[{"id":6715,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Required.id"}},{"id":6717,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the channel (2-100 characters)"},"sources":[{"fileName":"payloads/v9/channel.ts","line":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Required.name"}},{"id":6714,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":139,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6713,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":138,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6712,"name":"thread_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":137,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":5869,"name":"APIThreadMetadata"}]}},{"id":6716,"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":26,"character":1}],"type":{"type":"reference","id":5756,"name":"ChannelType"},"inheritedFrom":{"type":"reference","name":"Required.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6715,6717,6714,6713,6712,6716]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":136,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":5604,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]},{"id":6718,"name":"APIInteractionDataResolvedGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":6724,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v9/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.avatar"}},{"id":6726,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.communication_disabled_until"}},{"id":6721,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.joined_at"}},{"id":6722,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v9/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.nick"}},{"id":6725,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"Omit.pending"}},{"id":6719,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":146,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6723,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"Omit.premium_since"}},{"id":6720,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}}],"groups":[{"title":"Properties","kind":1024,"children":[6724,6726,6721,6722,6725,6719,6723,6720]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":145,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6317,"name":"APIGuildMember"},{"type":"union","types":[{"type":"literal","value":"user"},{"type":"literal","value":"deaf"},{"type":"literal","value":"mute"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":6678,"name":"APIInteractionGuildMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-member-object"},"children":[{"id":6682,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v9/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6320,"name":"APIGuildMember.avatar"}},{"id":6689,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6327,"name":"APIGuildMember.communication_disabled_until"}},{"id":6686,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":605,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6324,"name":"APIGuildMember.deaf"}},{"id":6684,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6322,"name":"APIGuildMember.joined_at"}},{"id":6687,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":609,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6325,"name":"APIGuildMember.mute"}},{"id":6681,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v9/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6319,"name":"APIGuildMember.nick"}},{"id":6688,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6326,"name":"APIGuildMember.pending"}},{"id":6679,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":51,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6685,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6323,"name":"APIGuildMember.premium_since"}},{"id":6683,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":6321,"name":"APIGuildMember.roles"}},{"id":6680,"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":6992,"name":"APIUser"},"overwrites":{"type":"reference","id":6318,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[6682,6689,6686,6684,6687,6681,6688,6679,6685,6683,6680]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":50,"character":17}],"extendedTypes":[{"type":"reference","id":6317,"name":"APIGuildMember"}]},{"id":6801,"name":"APIInteractionResponseChannelMessageWithSource","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6803,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":45,"character":1}],"type":{"type":"reference","id":6820,"name":"APIInteractionResponseCallbackData"}},{"id":6802,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":44,"character":1}],"type":{"type":"reference","id":6814,"name":"ChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[6803,6802]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":43,"character":17}]},{"id":6804,"name":"APIInteractionResponseDeferredChannelMessageWithSource","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6806,"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":6820,"name":"APIInteractionResponseCallbackData"},{"type":"literal","value":"flags"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":6805,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":49,"character":1}],"type":{"type":"reference","id":6815,"name":"DeferredChannelMessageWithSource"}}],"groups":[{"title":"Properties","kind":1024,"children":[6806,6805]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":48,"character":17}]},{"id":6807,"name":"APIInteractionResponseDeferredMessageUpdate","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6808,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":54,"character":1}],"type":{"type":"reference","id":6816,"name":"DeferredMessageUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[6808]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":53,"character":17}]},{"id":6793,"name":"APIInteractionResponsePong","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6794,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":30,"character":1}],"type":{"type":"reference","id":6813,"name":"Pong"}}],"groups":[{"title":"Properties","kind":1024,"children":[6794]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":29,"character":17}]},{"id":6809,"name":"APIInteractionResponseUpdateMessage","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6811,"name":"data","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":59,"character":1}],"type":{"type":"reference","id":6820,"name":"APIInteractionResponseCallbackData"}},{"id":6810,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":58,"character":1}],"type":{"type":"reference","id":6817,"name":"UpdateMessage"}}],"groups":[{"title":"Properties","kind":1024,"children":[6811,6810]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":57,"character":17}]},{"id":6830,"name":"APIInvite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#invite-object"},"children":[{"id":6839,"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":6838,"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":6833,"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":5604,"name":"APIPartialChannel"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":6831,"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":6840,"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":6832,"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":6829,"name":"APIInviteGuild"}},{"id":6842,"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":6458,"name":"APIGuildScheduledEvent"}},{"id":6834,"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":6992,"name":"APIUser"}},{"id":6841,"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":6916,"name":"APIInviteStageInstance"}},{"id":6837,"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/resources/application#application-object\n"},"sources":[{"fileName":"payloads/v9/invite.ts","line":70,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5360,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":6835,"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":"payloads/v9/invite.ts","line":58,"character":1}],"type":{"type":"reference","id":6843,"name":"InviteTargetType"}},{"id":6836,"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":6992,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6839,6838,6833,6831,6840,6832,6842,6834,6841,6837,6835,6836]}],"sources":[{"fileName":"payloads/v9/invite.ts","line":30,"character":17}],"extendedBy":[{"type":"reference","id":6846,"name":"APIExtendedInvite"}]},{"id":6916,"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":6920,"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":6317,"name":"APIGuildMember"}}},{"id":6918,"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":6919,"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":6917,"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":[6920,6918,6919,6917]}],"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":60,"character":17}]},{"id":5776,"name":"APIMessage","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-structure"},"children":[{"id":5795,"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":560,"character":1}],"type":{"type":"reference","id":5832,"name":"APIMessageActivity"}},{"id":5796,"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/application#application-object\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":566,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5360,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":5797,"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":570,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5788,"name":"attachments","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Any attached files","text":"See https://discord.com/developers/docs/resources/channel#attachment-object\n\nThe `MESSAGE_CONTENT` privileged gateway intent will become required after **August 31, 2022** for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":515,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5944,"name":"APIAttachment"}}},{"id":5779,"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":449,"character":1}],"type":{"type":"reference","id":6992,"name":"APIUser"}},{"id":5778,"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":440,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5803,"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","text":"The `MESSAGE_CONTENT` privileged gateway intent will become required after **August 31, 2022** for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":616,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5982,"typeArguments":[{"type":"reference","id":6071,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":5780,"name":"content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Contents of the message","text":"The `MESSAGE_CONTENT` privileged gateway intent will become required after **August 31, 2022** for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":459,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5782,"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":467,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5789,"name":"embeds","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Any embedded content","text":"See https://discord.com/developers/docs/resources/channel#embed-object\n\nThe `MESSAGE_CONTENT` privileged gateway intent will become required after **August 31, 2022** for verified applications to receive a non-empty value from this field\n\nIn the Discord Developers Portal, you need to enable the toggle of this intent of your application in **Bot > Privileged Gateway Intents**\n\nSee https://support-dev.discord.com/hc/en-us/articles/4404772028055\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":527,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5891,"name":"APIEmbed"}}},{"id":5799,"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":584,"character":1}],"type":{"type":"reference","id":5844,"name":"MessageFlags"}},{"id":5777,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the message"},"sources":[{"fileName":"payloads/v9/channel.ts","line":436,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5801,"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":602,"character":1}],"type":{"type":"reference","id":6672,"name":"APIMessageInteraction"}},{"id":5787,"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":503,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5955,"name":"APIChannelMention"}}},{"id":5784,"name":"mention_everyone","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this message mentions everyone"},"sources":[{"fileName":"payloads/v9/channel.ts","line":475,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5786,"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":491,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5785,"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":485,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6992,"name":"APIUser"}}},{"id":5798,"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":576,"character":1}],"type":{"type":"reference","id":5835,"name":"APIMessageReference"}},{"id":5791,"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":540,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"intrinsic","name":"number"}]}},{"id":5792,"name":"pinned","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this message is pinned"},"sources":[{"fileName":"payloads/v9/channel.ts","line":544,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5806,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"A generally increasing integer (there may be gaps or duplicates) that represents the approximate position of the message in a thread","text":"It can be used to estimate the relative position of the message in a thread in company with `total_message_sent` on parent thread\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":635,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5790,"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":533,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5857,"name":"APIReaction"}}},{"id":5800,"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":598,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":5776,"name":"APIMessage"}]}},{"id":5804,"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":622,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6941,"name":"APIStickerItem"}}},{"id":5805,"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":629,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6921,"name":"APISticker"}}},{"id":5802,"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":606,"character":1}],"type":{"type":"reference","id":5755,"name":"APIChannel"}},{"id":5781,"name":"timestamp","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When this message was sent"},"sources":[{"fileName":"payloads/v9/channel.ts","line":463,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5783,"name":"tts","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether this was a TTS message"},"sources":[{"fileName":"payloads/v9/channel.ts","line":471,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5794,"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":554,"character":1}],"type":{"type":"reference","id":5807,"name":"MessageType"}},{"id":5793,"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":548,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5795,5796,5797,5788,5779,5778,5803,5780,5782,5789,5799,5777,5801,5787,5784,5786,5785,5798,5791,5792,5806,5790,5800,5804,5805,5802,5781,5783,5794,5793]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":432,"character":17}]},{"id":5832,"name":"APIMessageActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-object-message-activity-structure"},"children":[{"id":5834,"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":683,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5833,"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":677,"character":1}],"type":{"type":"reference","id":5839,"name":"MessageActivityType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5834,5833]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":671,"character":17}]},{"id":6626,"name":"APIMessageApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"children":[{"id":6632,"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":6629,"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":6631,"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":6628,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":22,"character":1}],"type":{"type":"reference","id":6633,"name":"APIMessageApplicationCommandInteractionDataResolved"}},{"id":6627,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":21,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6630,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":6498,"name":"Message"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6632,6629,6631,6628,6627,6630]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":19,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6498,"name":"ApplicationCommandType.Message"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":6633,"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":6634,"name":"messages","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":29,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"intrinsic","name":"string"},{"type":"reference","id":5776,"name":"APIMessage"}],"qualifiedName":"Record","package":"typescript","name":"Record"}}],"groups":[{"title":"Properties","kind":1024,"children":[6634]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":28,"character":17}]},{"id":6764,"name":"APIMessageChannelSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6768,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":5980,"name":"ChannelSelect"},"inheritedFrom":{"type":"reference","id":6742,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":6767,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6741,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":6766,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":85,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6727,"name":"APIInteractionDataResolved"},{"type":"literal","value":"channels"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}},{"id":6765,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":84,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6768,6767,6766,6765]}],"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":82,"character":17}],"extendedTypes":[{"type":"reference","id":6740,"typeArguments":[{"type":"reference","id":5980,"name":"ComponentType.ChannelSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":6740,"name":"APIMessageComponentBaseInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6742,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":6743,"name":"CType"}},{"id":6741,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6742,6741]}],"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":46,"character":17}],"typeParameter":[{"id":6743,"name":"CType","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5972,"name":"ComponentType"}}],"extendedBy":[{"type":"reference","id":6745,"name":"APIMessageStringSelectInteractionData"},{"type":"reference","id":6749,"name":"APIMessageUserSelectInteractionData"},{"type":"reference","id":6754,"name":"APIMessageRoleSelectInteractionData"},{"type":"reference","id":6759,"name":"APIMessageMentionableSelectInteractionData"},{"type":"reference","id":6764,"name":"APIMessageChannelSelectInteractionData"}]},{"id":5993,"name":"APIMessageComponentEmoji","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5996,"name":"animated","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this emoji is animated"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1394,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5994,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Emoji id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1386,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5995,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Emoji name"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1390,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5996,5994,5995]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1382,"character":17}]},{"id":6672,"name":"APIMessageInteraction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#message-interaction-object"},"children":[{"id":6673,"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":6677,"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":6671,"name":"PartialAPIMessageInteractionGuildMember"}},{"id":6675,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The name of the application command, including subcommands and subcommand groups"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6674,"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":6786,"name":"InteractionType"}},{"id":6676,"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":6992,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6673,6677,6675,6674,6676]}],"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":24,"character":17}]},{"id":6759,"name":"APIMessageMentionableSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6763,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":5979,"name":"MentionableSelect"},"inheritedFrom":{"type":"reference","id":6742,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":6762,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6741,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":6761,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":79,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6727,"name":"APIInteractionDataResolved"},{"type":"union","types":[{"type":"literal","value":"roles"},{"type":"literal","value":"members"},{"type":"literal","value":"users"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":6760,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":78,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6763,6762,6761,6760]}],"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":76,"character":17}],"extendedTypes":[{"type":"reference","id":6740,"typeArguments":[{"type":"reference","id":5979,"name":"ComponentType.MentionableSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":5835,"name":"APIMessageReference","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#message-reference-object-message-reference-structure"},"children":[{"id":5837,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the originating message's channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":697,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5838,"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":701,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5836,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the originating message"},"sources":[{"fileName":"payloads/v9/channel.ts","line":693,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5837,5838,5836]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":689,"character":17}]},{"id":6754,"name":"APIMessageRoleSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6758,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":5978,"name":"RoleSelect"},"inheritedFrom":{"type":"reference","id":6742,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":6757,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6741,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":6756,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":73,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6727,"name":"APIInteractionDataResolved"},{"type":"literal","value":"roles"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}},{"id":6755,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":72,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6758,6757,6756,6755]}],"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":70,"character":17}],"extendedTypes":[{"type":"reference","id":6740,"typeArguments":[{"type":"reference","id":5978,"name":"ComponentType.RoleSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":6745,"name":"APIMessageStringSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6748,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":5975,"name":"StringSelect"},"inheritedFrom":{"type":"reference","id":6742,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":6747,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6741,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":6746,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":61,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6748,6747,6746]}],"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":59,"character":17}],"extendedTypes":[{"type":"reference","id":6740,"typeArguments":[{"type":"reference","id":5975,"name":"ComponentType.StringSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":6749,"name":"APIMessageUserSelectInteractionData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6753,"name":"component_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":54,"character":1}],"type":{"type":"reference","id":5977,"name":"UserSelect"},"inheritedFrom":{"type":"reference","id":6742,"name":"APIMessageComponentBaseInteractionData.component_type"}},{"id":6752,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The `custom_id` of the component"},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":50,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6741,"name":"APIMessageComponentBaseInteractionData.custom_id"}},{"id":6751,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":67,"character":1}],"type":{"type":"reference","id":6734,"name":"APIUserInteractionDataResolved"}},{"id":6750,"name":"values","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":66,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6753,6752,6751,6750]}],"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":64,"character":17}],"extendedTypes":[{"type":"reference","id":6740,"typeArguments":[{"type":"reference","id":5977,"name":"ComponentType.UserSelect"}],"name":"APIMessageComponentBaseInteractionData"}]},{"id":6798,"name":"APIModalInteractionResponse","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6800,"name":"data","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":40,"character":1}],"type":{"type":"reference","id":6825,"name":"APIModalInteractionResponseCallbackData"}},{"id":6799,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":39,"character":1}],"type":{"type":"reference","id":6819,"name":"Modal"}}],"groups":[{"title":"Properties","kind":1024,"children":[6800,6799]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":38,"character":17}]},{"id":6825,"name":"APIModalInteractionResponseCallbackData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object-modal"},"children":[{"id":6828,"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":5982,"typeArguments":[{"type":"reference","id":6055,"name":"APITextInputComponent"}],"name":"APIActionRowComponent"}}},{"id":6826,"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":6827,"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":[6828,6826,6827]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":111,"character":17}]},{"id":6779,"name":"APIModalSubmission","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-modal-submit-data-structure"},"children":[{"id":6781,"name":"components","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"A list of child components"},"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":32,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6776,"name":"ModalSubmitActionRowComponent"}}},{"id":6780,"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":28,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6781,6780]}],"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":24,"character":17}]},{"id":5861,"name":"APIOverwrite","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#overwrite-object-overwrite-structure"},"children":[{"id":5864,"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":811,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5865,"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":819,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5862,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role or user id"},"sources":[{"fileName":"payloads/v9/channel.ts","line":797,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5863,"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":803,"character":1}],"type":{"type":"reference","id":5866,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5864,5865,5862,5863]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":793,"character":17}]},{"id":5604,"name":"APIPartialChannel","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented, but partial only includes id, name, and type"},"children":[{"id":5605,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5607,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5606,"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":26,"character":1}],"type":{"type":"reference","id":5756,"name":"ChannelType"}}],"groups":[{"title":"Properties","kind":1024,"children":[5605,5607,5606]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":16,"character":17}],"extendedBy":[{"type":"reference","id":5608,"name":"APIChannelBase"}]},{"id":6073,"name":"APIPartialEmoji","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"Not documented but mentioned"},"children":[{"id":6076,"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":6074,"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":6075,"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":[6076,6074,6075]}],"sources":[{"fileName":"payloads/v9/emoji.ts","line":12,"character":17}],"extendedBy":[{"type":"reference","id":6077,"name":"APIEmoji"}]},{"id":6185,"name":"APIPartialGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#guild-object-guild-structure"},"children":[{"id":6189,"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":52,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6190,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":56,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6191,"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":62,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6274,"name":"GuildFeature"}}},{"id":6187,"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":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6194,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.id"}},{"id":6186,"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":34,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6188,"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":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6193,"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":72,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6192,"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":68,"character":1}],"type":{"type":"reference","id":6254,"name":"GuildVerificationLevel"}},{"id":6195,"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":251,"character":1}],"type":{"type":"reference","id":6388,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","name":"Pick.welcome_screen"}}],"groups":[{"title":"Properties","kind":1024,"children":[6189,6190,6191,6187,6194,6186,6188,6193,6192,6195]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":30,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6182,"name":"APIUnavailableGuild"},{"type":"literal","value":"unavailable"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":6196,"name":"APIGuild"},{"type":"literal","value":"welcome_screen"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"extendedBy":[{"type":"reference","id":6196,"name":"APIGuild"}]},{"id":5857,"name":"APIReaction","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#reaction-object-reaction-structure"},"children":[{"id":5858,"name":"count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Times this emoji has been used to react"},"sources":[{"fileName":"payloads/v9/channel.ts","line":777,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5860,"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":787,"character":1}],"type":{"type":"reference","id":6073,"name":"APIPartialEmoji"}},{"id":5859,"name":"me","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the current user reacted using this emoji"},"sources":[{"fileName":"payloads/v9/channel.ts","line":781,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[5858,5860,5859]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":773,"character":17}]},{"id":6889,"name":"APIRole","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object"},"children":[{"id":6892,"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":6893,"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":6894,"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":6890,"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":6898,"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":6899,"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":6891,"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":6897,"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":6896,"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":6900,"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":6901,"name":"APIRoleTags"}},{"id":6895,"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":[6892,6893,6894,6890,6898,6899,6891,6897,6896,6900,6895]}],"sources":[{"fileName":"payloads/v9/permissions.ts","line":10,"character":17}]},{"id":6901,"name":"APIRoleTags","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/permissions#role-object-role-tags-structure"},"children":[{"id":6902,"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":6904,"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":6903,"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":[6902,6904,6903]}],"sources":[{"fileName":"payloads/v9/permissions.ts","line":62,"character":17}]},{"id":6049,"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":6054,"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":1542,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6052,"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":1534,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6053,"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":1538,"character":1}],"type":{"type":"reference","id":5993,"name":"APIMessageComponentEmoji"}},{"id":6050,"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":1526,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6051,"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":1530,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6054,6052,6053,6050,6051]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1522,"character":17}]},{"id":6905,"name":"APIStageInstance","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#stage-instance-object"},"children":[{"id":6908,"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":6911,"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":6907,"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":6912,"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":6906,"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":6910,"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":6913,"name":"StageInstancePrivacyLevel"}},{"id":6909,"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":[6908,6911,6907,6912,6906,6910,6909]}],"sources":[{"fileName":"payloads/v9/stageInstance.ts","line":7,"character":17}]},{"id":6407,"name":"APIStageInstanceGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6408,"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":6421,"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":6992,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":6412,"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":6414,"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":6420,"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":6409,"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":6419,"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":6462,"name":"StageInstance"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":6411,"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":6410,"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":6423,"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":6413,"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":6417,"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":6471,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":6416,"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":6415,"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":6418,"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":6465,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":6422,"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":[6408,6421,6412,6414,6420,6409,6419,6411,6410,6423,6413,6417,6416,6415,6418,6422]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":72,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6462,"name":"GuildScheduledEventEntityType.StageInstance"}],"name":"APIGuildScheduledEventBase"}]},{"id":6921,"name":"APISticker","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-object"},"children":[{"id":6927,"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":6930,"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":6925,"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":6929,"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":6937,"name":"StickerFormatType"}},{"id":6931,"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":6922,"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":6924,"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":6923,"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":6933,"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":6926,"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":6928,"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":6934,"name":"StickerType"}},{"id":6932,"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":6992,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6927,6930,6925,6929,6931,6922,6924,6923,6933,6926,6928,6932]}],"sources":[{"fileName":"payloads/v9/sticker.ts","line":11,"character":17}]},{"id":6942,"name":"APIStickerPack","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#sticker-pack-object"},"children":[{"id":6949,"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":6947,"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":6948,"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":6943,"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":6945,"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":6946,"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":6944,"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":6921,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6949,6947,6948,6943,6945,6946,6944]}],"sources":[{"fileName":"payloads/v9/sticker.ts","line":98,"character":17}]},{"id":6029,"name":"APIStringSelectComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"children":[{"id":6031,"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":1449,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6022,"name":"APIBaseSelectMenuComponent.custom_id"}},{"id":6035,"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":1471,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6026,"name":"APIBaseSelectMenuComponent.disabled"}},{"id":6034,"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":1465,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6025,"name":"APIBaseSelectMenuComponent.max_values"}},{"id":6033,"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":1459,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6024,"name":"APIBaseSelectMenuComponent.min_values"}},{"id":6030,"name":"options","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Specified choices in a select menu; max 25"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1481,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6049,"name":"APISelectMenuOption"}}},{"id":6032,"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":1453,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6023,"name":"APIBaseSelectMenuComponent.placeholder"}},{"id":6036,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5975,"name":"StringSelect"},"inheritedFrom":{"type":"reference","id":6027,"name":"APIBaseSelectMenuComponent.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6031,6035,6034,6033,6030,6032,6036]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1477,"character":17}],"extendedTypes":[{"type":"reference","id":6021,"typeArguments":[{"type":"reference","id":5975,"name":"ComponentType.StringSelect"}],"name":"APIBaseSelectMenuComponent"}]},{"id":6950,"name":"APITeam","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-object"},"children":[{"id":6951,"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":6952,"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":6953,"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":6956,"name":"APITeamMember"}}},{"id":6954,"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":6955,"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":[6951,6952,6953,6954,6955]}],"sources":[{"fileName":"payloads/v9/teams.ts","line":11,"character":17}]},{"id":6956,"name":"APITeamMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/teams#data-models-team-member-object"},"children":[{"id":6957,"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":6961,"name":"TeamMemberMembershipState"}},{"id":6958,"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":6959,"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":6960,"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":6992,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[6957,6958,6959,6960]}],"sources":[{"fileName":"payloads/v9/teams.ts","line":37,"character":17}]},{"id":6964,"name":"APITemplate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-template#template-object"},"children":[{"id":6965,"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":6971,"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":6970,"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":6992,"name":"APIUser"}},{"id":6969,"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":6967,"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":6975,"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":6966,"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":6974,"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":6976,"name":"APITemplateSerializedSourceGuild"}},{"id":6973,"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":6972,"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":6968,"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":[6965,6971,6970,6969,6967,6975,6966,6974,6973,6972,6968]}],"sources":[{"fileName":"payloads/v9/template.ts","line":12,"character":17}]},{"id":6976,"name":"APITemplateSerializedSourceGuild","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6984,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":139,"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":6985,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"rest/v9/guild.ts","line":143,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]},"inheritedFrom":{"type":"reference","name":"Omit.afk_timeout"}},{"id":6990,"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":135,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":7729,"name":"APIGuildCreatePartialChannel"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"Omit.channels"}},{"id":6986,"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":103,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6240,"name":"AllMessages"},{"type":"reference","id":6241,"name":"OnlyMentions"}]},"inheritedFrom":{"type":"reference","name":"Omit.default_message_notifications"}},{"id":6977,"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":6987,"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":109,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6243,"name":"Disabled"},{"type":"reference","id":6244,"name":"MembersWithoutRoles"},{"type":"reference","id":6245,"name":"AllMembers"}]},"inheritedFrom":{"type":"reference","name":"Omit.explicit_content_filter"}},{"id":6979,"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":6980,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v9/guild.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.name"}},{"id":6978,"name":"preferred_locale","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/template.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6991,"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":157,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"Omit.premium_progress_bar_enabled"}},{"id":6981,"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":85,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"Omit.region"}},{"id":6982,"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":122,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":7735,"name":"APIGuildCreateRole"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"Omit.roles"}},{"id":6989,"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":153,"character":1}],"type":{"type":"reference","id":6269,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","name":"Omit.system_channel_flags"}},{"id":6988,"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":147,"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":6983,"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":97,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6255,"name":"None"},{"type":"reference","id":6256,"name":"Low"},{"type":"reference","id":6257,"name":"Medium"},{"type":"reference","id":6258,"name":"High"},{"type":"reference","id":6259,"name":"VeryHigh"}]},"inheritedFrom":{"type":"reference","name":"Omit.verification_level"}}],"groups":[{"title":"Properties","kind":1024,"children":[6984,6985,6990,6986,6977,6987,6979,6980,6978,6991,6981,6982,6989,6988,6983]}],"sources":[{"fileName":"payloads/v9/template.ts","line":61,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":7744,"name":"RESTPostAPIGuildsJSONBody"},{"type":"literal","value":"icon"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":5616,"name":"APITextBasedChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5620,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6065,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5610,"name":"APIChannelBase.flags"}},{"id":5621,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5611,"name":"APIChannelBase.id"}},{"id":5617,"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":59,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5622,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5612,"name":"APIChannelBase.name"}},{"id":5618,"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":69,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5619,"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":38,"character":1}],"type":{"type":"reference","id":5623,"name":"T"},"inheritedFrom":{"type":"reference","id":5609,"name":"APIChannelBase.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5620,5621,5617,5622,5618,5619]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":55,"character":17}],"typeParameter":[{"id":5623,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5756,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":5608,"typeArguments":[{"type":"reference","id":5623,"name":"T"}],"name":"APIChannelBase"}],"extendedBy":[{"type":"reference","id":5636,"name":"APIGuildTextChannel"},{"type":"reference","id":5669,"name":"APIGuildVoiceChannel"}]},{"id":6055,"name":"APITextInputComponent","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#text-inputs-text-input-structure"},"children":[{"id":6057,"name":"custom_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The custom id for the text input"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1556,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6058,"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":1560,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6062,"name":"max_length","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Maximal length of text input"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1576,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6061,"name":"min_length","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Minimal length of text input"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1572,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6059,"name":"placeholder","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Placeholder for the text input"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1564,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6063,"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":1580,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6056,"name":"style","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"One of text input styles"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1552,"character":1}],"type":{"type":"reference","id":6018,"name":"TextInputStyle"}},{"id":6064,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5976,"name":"TextInput"},"inheritedFrom":{"type":"reference","id":5970,"name":"APIBaseComponent.type"}},{"id":6060,"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":1568,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6057,6058,6062,6061,6059,6063,6056,6064,6060]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":1548,"character":17}],"extendedTypes":[{"type":"reference","id":5969,"typeArguments":[{"type":"reference","id":5976,"name":"ComponentType.TextInput"}],"name":"APIBaseComponent"}]},{"id":5705,"name":"APIThreadChannel","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5714,"name":"applied_tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The IDs of the set of tags that have been applied to a thread in a forum channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":236,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":5721,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6065,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5631,"name":"APIGuildChannel.flags"}},{"id":5715,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5625,"name":"APIGuildChannel.guild_id"}},{"id":5722,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5632,"name":"APIGuildChannel.id"}},{"id":5712,"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":226,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5706,"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":194,"character":1}],"type":{"type":"reference","id":5881,"name":"APIThreadMember"}},{"id":5709,"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":208,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5708,"name":"message_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages (not including the initial message or deleted messages) in a thread","text":"If the thread was created before July 1, 2022, it stops counting at 50 messages\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":204,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5723,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5633,"name":"APIGuildChannel.name"}},{"id":5719,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5629,"name":"APIGuildChannel.nsfw"}},{"id":5711,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the thread creator"},"sources":[{"fileName":"payloads/v9/channel.ts","line":222,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5718,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5628,"name":"APIGuildChannel.parent_id"}},{"id":5716,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5861,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5626,"name":"APIGuildChannel.permission_overwrites"}},{"id":5717,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5627,"name":"APIGuildChannel.position"}},{"id":5710,"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":218,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5707,"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":198,"character":1}],"type":{"type":"reference","id":5869,"name":"APIThreadMetadata"}},{"id":5713,"name":"total_message_sent","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages ever sent in a thread","text":"Similar to `message_count` on message creation, but won't decrement when a message is deleted\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5720,"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":38,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5763,"name":"AnnouncementThread"},{"type":"reference","id":5764,"name":"PublicThread"},{"type":"reference","id":5765,"name":"PrivateThread"}]},"inheritedFrom":{"type":"reference","id":5630,"name":"APIGuildChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5714,5721,5715,5722,5712,5706,5709,5708,5723,5719,5711,5718,5716,5717,5710,5707,5713,5720]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":189,"character":17}],"extendedTypes":[{"type":"reference","id":5624,"typeArguments":[{"type":"union","types":[{"type":"reference","id":5764,"name":"ChannelType.PublicThread"},{"type":"reference","id":5765,"name":"ChannelType.PrivateThread"},{"type":"reference","id":5763,"name":"ChannelType.AnnouncementThread"}]}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":5243,"name":"GatewayThreadCreateDispatchData"}]},{"id":5887,"name":"APIThreadList","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5890,"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":906,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5889,"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":902,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5881,"name":"APIThreadMember"}}},{"id":5888,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The threads that were fetched"},"sources":[{"fileName":"payloads/v9/channel.ts","line":898,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5755,"name":"APIChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5890,5889,5888]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":894,"character":17}]},{"id":5881,"name":"APIThreadMember","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#thread-member-object-thread-member-structure"},"children":[{"id":5885,"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":889,"character":1}],"type":{"type":"reference","id":5886,"name":"ThreadMemberFlags"}},{"id":5882,"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":873,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5884,"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":883,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5883,"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":879,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5885,5882,5884,5883]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":867,"character":17}]},{"id":5869,"name":"APIThreadMetadata","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#thread-metadata-object-thread-metadata-structure"},"children":[{"id":5872,"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":842,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5870,"name":"archived","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the thread is archived"},"sources":[{"fileName":"payloads/v9/channel.ts","line":834,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5871,"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":838,"character":1}],"type":{"type":"reference","id":5876,"name":"ThreadAutoArchiveDuration"}},{"id":5875,"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":854,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5874,"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":850,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5873,"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":846,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[5872,5870,5871,5875,5874,5873]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":830,"character":17}]},{"id":6182,"name":"APIUnavailableGuild","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#unavailable-guild-object"},"children":[{"id":6183,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6184,"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":24,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[6183,6184]}],"sources":[{"fileName":"payloads/v9/guild.ts","line":16,"character":17}]},{"id":6992,"name":"APIUser","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#user-object"},"children":[{"id":7001,"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":6996,"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":7000,"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":6997,"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":6995,"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":7004,"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":7005,"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":7008,"name":"UserFlags"}},{"id":6993,"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":7002,"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":6999,"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":7006,"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":7026,"name":"UserPremiumType"}},{"id":7007,"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":7008,"name":"UserFlags"}},{"id":6998,"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":6994,"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":7003,"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":[7001,6996,7000,6997,6995,7004,7005,6993,7002,6999,7006,7007,6998,6994,7003]}],"sources":[{"fileName":"payloads/v9/user.ts","line":11,"character":17}]},{"id":6619,"name":"APIUserApplicationCommandInteractionData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"children":[{"id":6625,"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":6622,"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":6624,"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":6621,"name":"resolved","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":13,"character":1}],"type":{"type":"reference","id":6734,"name":"APIUserInteractionDataResolved"}},{"id":6620,"name":"target_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":12,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6623,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/internals.ts","line":6,"character":1}],"type":{"type":"reference","id":6497,"name":"User"},"inheritedFrom":{"type":"reference","name":"APIBaseApplicationCommandInteractionData.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6625,6622,6624,6621,6620,6623]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":10,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6497,"name":"ApplicationCommandType.User"}],"name":"APIBaseApplicationCommandInteractionData"}]},{"id":5655,"name":"APIVoiceChannelBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5656,"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":129,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5665,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6065,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5631,"name":"APIGuildChannel.flags"}},{"id":5659,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5625,"name":"APIGuildChannel.guild_id"}},{"id":5666,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5632,"name":"APIGuildChannel.id"}},{"id":5667,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5633,"name":"APIGuildChannel.name"}},{"id":5663,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5629,"name":"APIGuildChannel.nsfw"}},{"id":5662,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5628,"name":"APIGuildChannel.parent_id"}},{"id":5660,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5861,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5626,"name":"APIGuildChannel.permission_overwrites"}},{"id":5661,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5627,"name":"APIGuildChannel.position"}},{"id":5658,"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":139,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5664,"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":38,"character":1}],"type":{"type":"reference","id":5668,"name":"T"},"inheritedFrom":{"type":"reference","id":5630,"name":"APIGuildChannel.type"}},{"id":5657,"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":133,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[5656,5665,5659,5666,5667,5663,5662,5660,5661,5658,5664,5657]}],"sources":[{"fileName":"payloads/v9/channel.ts","line":125,"character":17}],"typeParameter":[{"id":5668,"name":"T","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":5756,"name":"ChannelType"}}],"extendedTypes":[{"type":"reference","id":5624,"typeArguments":[{"type":"reference","id":5668,"name":"T"}],"name":"APIGuildChannel"}],"extendedBy":[{"type":"reference","id":5669,"name":"APIGuildVoiceChannel"}]},{"id":6424,"name":"APIVoiceGuildScheduledEvent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6425,"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":6438,"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":6992,"name":"APIUser"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.creator"}},{"id":6429,"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":6431,"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":6437,"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":6426,"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":6436,"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":6463,"name":"Voice"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.entity_type"}},{"id":6428,"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":6427,"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":6440,"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":6430,"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":6434,"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":6471,"name":"GuildOnly"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.privacy_level"}},{"id":6433,"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":6432,"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":6435,"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":6465,"name":"GuildScheduledEventStatus"},"inheritedFrom":{"type":"reference","name":"APIGuildScheduledEventBase.status"}},{"id":6439,"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":[6425,6438,6429,6431,6437,6426,6436,6428,6427,6440,6430,6434,6433,6432,6435,6439]}],"sources":[{"fileName":"payloads/v9/guildScheduledEvent.ts","line":78,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":6463,"name":"GuildScheduledEventEntityType.Voice"}],"name":"APIGuildScheduledEventBase"}]},{"id":7077,"name":"APIVoiceRegion","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-region-object"},"children":[{"id":7082,"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":7081,"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":7078,"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":7079,"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":7080,"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":[7082,7081,7078,7079,7080]}],"sources":[{"fileName":"payloads/v9/voice.ts","line":71,"character":17}]},{"id":7083,"name":"APIWebhook","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#webhook-object"},"children":[{"id":7092,"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":7090,"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":7087,"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":7086,"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":7084,"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":7089,"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":7094,"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":5604,"name":"APIPartialChannel"}},{"id":7093,"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":6185,"name":"APIPartialGuild"}},{"id":7091,"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":7085,"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":7096,"name":"WebhookType"}},{"id":7095,"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":7088,"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":6992,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[7092,7090,7087,7086,7084,7089,7094,7093,7091,7085,7095,7088]}],"sources":[{"fileName":"payloads/v9/webhook.ts","line":11,"character":17}]},{"id":7526,"name":"CDNQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7527,"name":"size","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The returned image can have the size changed by using this query parameter","text":"Image size can be any power of two between 16 and 4096\n"},"sources":[{"fileName":"rest/v9/index.ts","line":1129,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7527]}],"sources":[{"fileName":"rest/v9/index.ts","line":1123,"character":17}]},{"id":6113,"name":"GatewayActivity","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-structure"},"children":[{"id":6122,"name":"application_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Application id for the game"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":164,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6128,"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-events#activity-object-activity-assets\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":191,"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":6132,"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":213,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"intrinsic","name":"string"}},{"type":"array","elementType":{"type":"reference","id":6168,"name":"GatewayActivityButton"}}]}},{"id":6118,"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":151,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6123,"name":"details","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"What the player is currently doing"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":168,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6125,"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-events#activity-object-activity-emoji\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":178,"character":1}],"type":{"type":"reference","id":6152,"name":"GatewayActivityEmoji"}},{"id":6131,"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-events#activity-object-activity-flags\n\nSee https://en.wikipedia.org/wiki/Bit_field\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":209,"character":1}],"type":{"type":"reference","id":6158,"name":"ActivityFlags"}},{"id":6114,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The activity's id"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":133,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6130,"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":201,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":6115,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The activity's name"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":137,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6127,"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-events#activity-object-activity-party\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":185,"character":1}],"type":{"type":"reference","id":6153,"name":"GatewayActivityParty"}},{"id":6121,"name":"platform","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"{@link ActivityPlatform}"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":160,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6129,"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-events#activity-object-activity-secrets\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":197,"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":6126,"name":"session_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/gateway.ts","line":179,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6124,"name":"state","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The user's current party status"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":172,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":6120,"name":"sync_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/gateway.ts","line":156,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6119,"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":155,"character":1}],"type":{"type":"reference","id":6149,"name":"GatewayActivityTimestamps"}},{"id":6116,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Activity type","text":"See https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-types\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":143,"character":1}],"type":{"type":"reference","id":6142,"name":"ActivityType"}},{"id":6117,"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":147,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[6122,6128,6132,6118,6123,6125,6131,6114,6130,6115,6127,6121,6129,6126,6124,6120,6119,6116,6117]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":129,"character":17}]},{"id":6168,"name":"GatewayActivityButton","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6169,"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":325,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6170,"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":329,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[6169,6170]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":321,"character":17}]},{"id":6153,"name":"GatewayActivityParty","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-party"},"children":[{"id":6154,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the party"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":287,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6155,"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":291,"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":[6154,6155]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":283,"character":17}]},{"id":6149,"name":"GatewayActivityTimestamps","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-timestamps"},"children":[{"id":6151,"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":272,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6150,"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":268,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[6151,6150]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":264,"character":17}]},{"id":5000,"name":"GatewayApplicationCommandPermissionsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#application-command-permissions-update"},"children":[{"id":5002,"name":"application_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the application the command belongs to"},"sources":[{"fileName":"gateway/v9.ts","line":583,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5003,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":587,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5001,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the command or the application ID"},"sources":[{"fileName":"gateway/v9.ts","line":579,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5004,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Permissions for the command in the guild, max of 100"},"sources":[{"fileName":"gateway/v9.ts","line":591,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6650,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5002,5003,5001,5004]}],"sources":[{"fileName":"gateway/v9.ts","line":575,"character":17}]},{"id":4987,"name":"GatewayAutoModerationActionExecutionDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-action-execution"},"children":[{"id":4989,"name":"action","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The action which was executed"},"sources":[{"fileName":"gateway/v9.ts","line":517,"character":1}],"type":{"type":"reference","id":5594,"name":"APIAutoModerationAction"}},{"id":4995,"name":"alert_system_message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of any system auto moderation messages posted as a result of this action","text":"This field will not be present if this event does not correspond to an action with type {@link AutoModerationActionType.SendAlertMessage}\n"},"sources":[{"fileName":"gateway/v9.ts","line":545,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4993,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel in which user content was posted"},"sources":[{"fileName":"gateway/v9.ts","line":533,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4996,"name":"content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user generated text content","text":"`MESSAGE_CONTENT` (`1 << 15`) gateway intent is required to receive non-empty values from this field\n"},"sources":[{"fileName":"gateway/v9.ts","line":551,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4988,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild in which action was executed"},"sources":[{"fileName":"gateway/v9.ts","line":513,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4998,"name":"matched_content","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The substring in content that triggered the rule","text":"`MESSAGE_CONTENT` (`1 << 15`) gateway intent is required to receive non-empty values from this field\n"},"sources":[{"fileName":"gateway/v9.ts","line":561,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":4997,"name":"matched_keyword","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The word or phrase configured in the rule that triggered the rule"},"sources":[{"fileName":"gateway/v9.ts","line":555,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":4994,"name":"message_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of any user message which content belongs to","text":"This field will not be present if message was blocked by AutoMod or content was not part of any message\n"},"sources":[{"fileName":"gateway/v9.ts","line":539,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4990,"name":"rule_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the rule which action belongs to"},"sources":[{"fileName":"gateway/v9.ts","line":521,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4991,"name":"rule_trigger_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The trigger type of rule which was triggered"},"sources":[{"fileName":"gateway/v9.ts","line":525,"character":1}],"type":{"type":"reference","id":5577,"name":"AutoModerationRuleTriggerType"}},{"id":4992,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the user which generated the content which triggered the rule"},"sources":[{"fileName":"gateway/v9.ts","line":529,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[4989,4995,4993,4996,4988,4998,4997,4994,4990,4991,4992]}],"sources":[{"fileName":"gateway/v9.ts","line":509,"character":17}]},{"id":5014,"name":"GatewayChannelPinsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-pins-update"},"children":[{"id":5016,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":660,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5015,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":656,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5017,"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":664,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5016,5015,5017]}],"sources":[{"fileName":"gateway/v9.ts","line":652,"character":17}]},{"id":5080,"name":"GatewayGuildBanModifyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"children":[{"id":5081,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":804,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5082,"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":810,"character":1}],"type":{"type":"reference","id":6992,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[5081,5082]}],"sources":[{"fileName":"gateway/v9.ts","line":800,"character":17}]},{"id":5021,"name":"GatewayGuildCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-create\nhttps://discord.com/developers/docs/topics/gateway-events#guild-create-guild-create-extra-fields"},"children":[{"id":5039,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of afk channel"},"sources":[{"fileName":"payloads/v9/guild.ts","line":119,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6203,"name":"APIGuild.afk_channel_id"}},{"id":5040,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"payloads/v9/guild.ts","line":123,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]},"inheritedFrom":{"type":"reference","id":6204,"name":"APIGuild.afk_timeout"}},{"id":5050,"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":177,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6214,"name":"APIGuild.application_id"}},{"id":5064,"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":241,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6228,"name":"APIGuild.approximate_member_count"}},{"id":5065,"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":245,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6229,"name":"APIGuild.approximate_presence_count"}},{"id":5058,"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":213,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6222,"name":"APIGuild.banner"}},{"id":5028,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":732,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5755,"name":"APIChannel"}}},{"id":5044,"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":143,"character":1}],"type":{"type":"reference","id":6239,"name":"GuildDefaultMessageNotifications"},"inheritedFrom":{"type":"reference","id":6208,"name":"APIGuild.default_message_notifications"}},{"id":5057,"name":"description","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":207,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6221,"name":"APIGuild.description"}},{"id":5034,"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":90,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6198,"name":"APIGuild.discovery_splash"}},{"id":5047,"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":161,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6077,"name":"APIEmoji"}},"inheritedFrom":{"type":"reference","id":6211,"name":"APIGuild.emojis"}},{"id":5045,"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":149,"character":1}],"type":{"type":"reference","id":6242,"name":"GuildExplicitContentFilter"},"inheritedFrom":{"type":"reference","id":6209,"name":"APIGuild.explicit_content_filter"}},{"id":5048,"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":167,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6274,"name":"GuildFeature"}},"inheritedFrom":{"type":"reference","id":6212,"name":"APIGuild.features"}},{"id":5032,"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-events#guild-create) event**\n\nhttps://discord.com/developers/docs/resources/guild-scheduled-event#guild-scheduled-event-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":764,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6458,"name":"APIGuildScheduledEvent"}}},{"id":5070,"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":271,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","id":6265,"name":"GuildHubType"}]},"inheritedFrom":{"type":"reference","id":6234,"name":"APIGuild.hub_type"}},{"id":5072,"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":40,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6236,"name":"APIGuild.icon"}},{"id":5033,"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":84,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6197,"name":"APIGuild.icon_hash"}},{"id":5074,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Guild id"},"sources":[{"fileName":"payloads/v9/guild.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6238,"name":"APIGuild.id"}},{"id":5022,"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-events#guild-create) event**\n"},"sources":[{"fileName":"gateway/v9.ts","line":692,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5023,"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-events#guild-create) event**\n"},"sources":[{"fileName":"gateway/v9.ts","line":698,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5055,"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":199,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6219,"name":"APIGuild.max_members"}},{"id":5054,"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":195,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]},"inheritedFrom":{"type":"reference","id":6218,"name":"APIGuild.max_presences"}},{"id":5063,"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":237,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6227,"name":"APIGuild.max_video_channel_users"}},{"id":5025,"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-events#guild-create) event**\n"},"sources":[{"fileName":"gateway/v9.ts","line":708,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5027,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/guild#guild-member-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":724,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6317,"name":"APIGuildMember"}}},{"id":5049,"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":173,"character":1}],"type":{"type":"reference","id":6246,"name":"GuildMFALevel"},"inheritedFrom":{"type":"reference","id":6213,"name":"APIGuild.mfa_level"}},{"id":5071,"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":34,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6235,"name":"APIGuild.name"}},{"id":5067,"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":257,"character":1}],"type":{"type":"reference","id":6249,"name":"GuildNSFWLevel"},"inheritedFrom":{"type":"reference","id":6231,"name":"APIGuild.nsfw_level"}},{"id":5035,"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":96,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6199,"name":"APIGuild.owner"}},{"id":5036,"name":"owner_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of owner"},"sources":[{"fileName":"payloads/v9/guild.ts","line":100,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6200,"name":"APIGuild.owner_id"}},{"id":5037,"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":108,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6201,"name":"APIGuild.permissions"}},{"id":5061,"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":229,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6225,"name":"APIGuild.preferred_locale"}},{"id":5069,"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":267,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6233,"name":"APIGuild.premium_progress_bar_enabled"}},{"id":5060,"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":223,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":6224,"name":"APIGuild.premium_subscription_count"}},{"id":5059,"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":219,"character":1}],"type":{"type":"reference","id":6260,"name":"GuildPremiumTier"},"inheritedFrom":{"type":"reference","id":6223,"name":"APIGuild.premium_tier"}},{"id":5030,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/topics/gateway-events#presence-update\n"},"sources":[{"fileName":"gateway/v9.ts","line":748,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6097,"name":"GatewayPresenceUpdate"}}},{"id":5062,"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":233,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6226,"name":"APIGuild.public_updates_channel_id"}},{"id":5038,"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":115,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6202,"name":"APIGuild.region"}},{"id":5046,"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":155,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6889,"name":"APIRole"}},"inheritedFrom":{"type":"reference","id":6210,"name":"APIGuild.roles"}},{"id":5053,"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":191,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6217,"name":"APIGuild.rules_channel_id"}},{"id":5073,"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":46,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6237,"name":"APIGuild.splash"}},{"id":5031,"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-events#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":756,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6905,"name":"APIStageInstance"}}},{"id":5068,"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":263,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6921,"name":"APISticker"}},"inheritedFrom":{"type":"reference","id":6232,"name":"APIGuild.stickers"}},{"id":5052,"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":187,"character":1}],"type":{"type":"reference","id":6269,"name":"GuildSystemChannelFlags"},"inheritedFrom":{"type":"reference","id":6216,"name":"APIGuild.system_channel_flags"}},{"id":5051,"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":181,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6215,"name":"APIGuild.system_channel_id"}},{"id":5029,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/channel#channel-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":740,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5755,"name":"APIChannel"}}},{"id":5024,"name":"unavailable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"`true` if this guild is unavailable due to an outage"},"sources":[{"fileName":"gateway/v9.ts","line":702,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5056,"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":203,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6220,"name":"APIGuild.vanity_url_code"}},{"id":5043,"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":137,"character":1}],"type":{"type":"reference","id":6254,"name":"GuildVerificationLevel"},"inheritedFrom":{"type":"reference","id":6207,"name":"APIGuild.verification_level"}},{"id":5026,"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-events#guild-create) event**\n\nSee https://discord.com/developers/docs/resources/voice#voice-state-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":716,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":7063,"name":"GatewayVoiceState"},{"type":"literal","value":"guild_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":5066,"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":251,"character":1}],"type":{"type":"reference","id":6388,"name":"APIGuildWelcomeScreen"},"inheritedFrom":{"type":"reference","id":6230,"name":"APIGuild.welcome_screen"}},{"id":5042,"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":131,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6206,"name":"APIGuild.widget_channel_id"}},{"id":5041,"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":127,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6205,"name":"APIGuild.widget_enabled"}}],"groups":[{"title":"Properties","kind":1024,"children":[5039,5040,5050,5064,5065,5058,5028,5044,5057,5034,5047,5045,5048,5032,5070,5072,5033,5074,5022,5023,5055,5054,5063,5025,5027,5049,5071,5067,5035,5036,5037,5061,5069,5060,5059,5030,5062,5038,5046,5053,5073,5031,5068,5052,5051,5029,5024,5056,5043,5026,5066,5042,5041]}],"sources":[{"fileName":"gateway/v9.ts","line":686,"character":17}],"extendedTypes":[{"type":"reference","id":6196,"name":"APIGuild"}]},{"id":5088,"name":"GatewayGuildEmojisUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-emojis-update"},"children":[{"id":5090,"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":854,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6077,"name":"APIEmoji"}}},{"id":5089,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":848,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5090,5089]}],"sources":[{"fileName":"gateway/v9.ts","line":844,"character":17}]},{"id":5096,"name":"GatewayGuildIntegrationsUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-integrations-update"},"children":[{"id":5097,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild whose integrations were updated"},"sources":[{"fileName":"gateway/v9.ts","line":896,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5097]}],"sources":[{"fileName":"gateway/v9.ts","line":892,"character":17}]},{"id":5099,"name":"GatewayGuildMemberAddDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-add"},"children":[{"id":5103,"name":"avatar","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The member's guild avatar hash"},"sources":[{"fileName":"payloads/v9/guild.ts","line":585,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6320,"name":"APIGuildMember.avatar"}},{"id":5110,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6327,"name":"APIGuildMember.communication_disabled_until"}},{"id":5107,"name":"deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is deafened in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":605,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6324,"name":"APIGuildMember.deaf"}},{"id":5100,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":914,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5105,"name":"joined_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"When the user joined the guild"},"sources":[{"fileName":"payloads/v9/guild.ts","line":595,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":6322,"name":"APIGuildMember.joined_at"}},{"id":5108,"name":"mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether the user is muted in voice channels"},"sources":[{"fileName":"payloads/v9/guild.ts","line":609,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6325,"name":"APIGuildMember.mute"}},{"id":5102,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"This users guild nickname"},"sources":[{"fileName":"payloads/v9/guild.ts","line":581,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6319,"name":"APIGuildMember.nick"}},{"id":5109,"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":615,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":6326,"name":"APIGuildMember.pending"}},{"id":5106,"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":601,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":6323,"name":"APIGuildMember.premium_since"}},{"id":5104,"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":591,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":6321,"name":"APIGuildMember.roles"}},{"id":5101,"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":577,"character":1}],"type":{"type":"reference","id":6992,"name":"APIUser"},"inheritedFrom":{"type":"reference","id":6318,"name":"APIGuildMember.user"}}],"groups":[{"title":"Properties","kind":1024,"children":[5103,5110,5107,5100,5105,5108,5102,5109,5106,5104,5101]}],"sources":[{"fileName":"gateway/v9.ts","line":910,"character":17}],"extendedTypes":[{"type":"reference","id":6317,"name":"APIGuildMember"}]},{"id":5112,"name":"GatewayGuildMemberRemoveDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-remove"},"children":[{"id":5113,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":932,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5114,"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":938,"character":1}],"type":{"type":"reference","id":6992,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[5113,5114]}],"sources":[{"fileName":"gateway/v9.ts","line":928,"character":17}]},{"id":5120,"name":"GatewayGuildMembersChunkDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-members-chunk"},"children":[{"id":5124,"name":"chunk_count","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The total number of expected chunks for this response"},"sources":[{"fileName":"gateway/v9.ts","line":991,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5123,"name":"chunk_index","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The chunk index in the expected chunks for this response (`0 <= chunk_index < chunk_count`)"},"sources":[{"fileName":"gateway/v9.ts","line":987,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5121,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":977,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5122,"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":983,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6317,"name":"APIGuildMember"}}},{"id":5127,"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-events#request-guild-members\n"},"sources":[{"fileName":"gateway/v9.ts","line":1007,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5125,"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":995,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"unknown"}}},{"id":5126,"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-events#update-presence\n"},"sources":[{"fileName":"gateway/v9.ts","line":1001,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6097,"name":"GatewayPresenceUpdate"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5124,5123,5121,5122,5127,5125,5126]}],"sources":[{"fileName":"gateway/v9.ts","line":973,"character":17}]},{"id":5137,"name":"GatewayGuildRoleDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-delete"},"children":[{"id":5138,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1071,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5139,"name":"role_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the role"},"sources":[{"fileName":"gateway/v9.ts","line":1075,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5138,5139]}],"sources":[{"fileName":"gateway/v9.ts","line":1067,"character":17}]},{"id":5129,"name":"GatewayGuildRoleModifyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"children":[{"id":5130,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1027,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5131,"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":1033,"character":1}],"type":{"type":"reference","id":6889,"name":"APIRole"}}],"groups":[{"title":"Properties","kind":1024,"children":[5130,5131]}],"sources":[{"fileName":"gateway/v9.ts","line":1023,"character":17}]},{"id":5147,"name":"GatewayGuildScheduledEventUserAddDispatchData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5150,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1107,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5148,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1105,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5149,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1106,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5150,5148,5149]}],"sources":[{"fileName":"gateway/v9.ts","line":1104,"character":17}]},{"id":5152,"name":"GatewayGuildScheduledEventUserRemoveDispatchData","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5155,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1118,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5153,"name":"guild_scheduled_event_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1116,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5154,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1117,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5155,5153,5154]}],"sources":[{"fileName":"gateway/v9.ts","line":1115,"character":17}]},{"id":5092,"name":"GatewayGuildStickersUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-stickers-update"},"children":[{"id":5093,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":872,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5094,"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":878,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6921,"name":"APISticker"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5093,5094]}],"sources":[{"fileName":"gateway/v9.ts","line":868,"character":17}]},{"id":5287,"name":"GatewayHeartbeat","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#sending-heartbeats"},"children":[{"id":5289,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1702,"character":1}],"type":{"type":"reference","id":5290,"name":"GatewayHeartbeatData"}},{"id":5288,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1701,"character":1}],"type":{"type":"reference","id":4832,"name":"Heartbeat"}}],"groups":[{"title":"Properties","kind":1024,"children":[5289,5288]}],"sources":[{"fileName":"gateway/v9.ts","line":1700,"character":17}]},{"id":4952,"name":"GatewayHeartbeatAck","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#heartbeat"},"children":[{"id":4954,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":371,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4953,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":370,"character":1}],"type":{"type":"reference","id":4841,"name":"HeartbeatAck"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4956,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4955,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1954,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4954,4953,4956,4955]}],"sources":[{"fileName":"gateway/v9.ts","line":369,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":4947,"name":"GatewayHeartbeatRequest","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#sending-heartbeats"},"children":[{"id":4949,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":363,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4948,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":362,"character":1}],"type":{"type":"reference","id":4832,"name":"Heartbeat"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4951,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4950,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1954,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4949,4948,4951,4950]}],"sources":[{"fileName":"gateway/v9.ts","line":361,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":4940,"name":"GatewayHello","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#hello"},"children":[{"id":4942,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":345,"character":1}],"type":{"type":"reference","id":4945,"name":"GatewayHelloData"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4941,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":344,"character":1}],"type":{"type":"reference","id":4840,"name":"Hello"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4944,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4943,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1954,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4942,4941,4944,4943]}],"sources":[{"fileName":"gateway/v9.ts","line":343,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":4945,"name":"GatewayHelloData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#hello"},"children":[{"id":4946,"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":355,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[4946]}],"sources":[{"fileName":"gateway/v9.ts","line":351,"character":17}]},{"id":5291,"name":"GatewayIdentify","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#identify"},"children":[{"id":5293,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1715,"character":1}],"type":{"type":"reference","id":5294,"name":"GatewayIdentifyData"}},{"id":5292,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1714,"character":1}],"type":{"type":"reference","id":4833,"name":"Identify"}}],"groups":[{"title":"Properties","kind":1024,"children":[5293,5292]}],"sources":[{"fileName":"gateway/v9.ts","line":1713,"character":17}]},{"id":5294,"name":"GatewayIdentifyData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#identify"},"children":[{"id":5297,"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":1737,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5301,"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":1762,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5298,"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":1744,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5300,"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-events#update-presence\n"},"sources":[{"fileName":"gateway/v9.ts","line":1756,"character":1}],"type":{"type":"reference","id":5343,"name":"GatewayPresenceUpdateData"}},{"id":5296,"name":"properties","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Connection properties","text":"See https://discord.com/developers/docs/topics/gateway-events#identify-identify-connection-properties\n"},"sources":[{"fileName":"gateway/v9.ts","line":1731,"character":1}],"type":{"type":"reference","id":5302,"name":"GatewayIdentifyProperties"}},{"id":5299,"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":1750,"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":5295,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Authentication token"},"sources":[{"fileName":"gateway/v9.ts","line":1725,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5297,5301,5298,5300,5296,5299,5295]}],"sources":[{"fileName":"gateway/v9.ts","line":1721,"character":17}]},{"id":5302,"name":"GatewayIdentifyProperties","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#identify-identify-connection-properties"},"children":[{"id":5304,"name":"browser","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your library name"},"sources":[{"fileName":"gateway/v9.ts","line":1776,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5305,"name":"device","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your library name"},"sources":[{"fileName":"gateway/v9.ts","line":1780,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5303,"name":"os","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Your operating system"},"sources":[{"fileName":"gateway/v9.ts","line":1772,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5304,5305,5303]}],"sources":[{"fileName":"gateway/v9.ts","line":1768,"character":17}]},{"id":5165,"name":"GatewayIntegrationDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-delete"},"children":[{"id":5168,"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":1170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5167,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1166,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5166,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Integration id"},"sources":[{"fileName":"gateway/v9.ts","line":1162,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5168,5167,5166]}],"sources":[{"fileName":"gateway/v9.ts","line":1158,"character":17}]},{"id":4957,"name":"GatewayInvalidSession","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invalid-session"},"children":[{"id":4959,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":379,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4958,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":378,"character":1}],"type":{"type":"reference","id":4839,"name":"InvalidSession"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4961,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4960,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1954,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4959,4958,4961,4960]}],"sources":[{"fileName":"gateway/v9.ts","line":377,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":5172,"name":"GatewayInviteCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-create"},"children":[{"id":5173,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel the invite is for"},"sources":[{"fileName":"gateway/v9.ts","line":1201,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5174,"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":1207,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5175,"name":"created_at","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The time at which the invite was created"},"sources":[{"fileName":"gateway/v9.ts","line":1211,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5176,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the invite"},"sources":[{"fileName":"gateway/v9.ts","line":1215,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5177,"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":1221,"character":1}],"type":{"type":"reference","id":6992,"name":"APIUser"}},{"id":5178,"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":1225,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5179,"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":1229,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5182,"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":1245,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5360,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":5180,"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":1235,"character":1}],"type":{"type":"reference","id":6843,"name":"InviteTargetType"}},{"id":5181,"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":1241,"character":1}],"type":{"type":"reference","id":6992,"name":"APIUser"}},{"id":5183,"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":1249,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5184,"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":1253,"character":1}],"type":{"type":"literal","value":0}}],"groups":[{"title":"Properties","kind":1024,"children":[5173,5174,5175,5176,5177,5178,5179,5182,5180,5181,5183,5184]}],"sources":[{"fileName":"gateway/v9.ts","line":1197,"character":17}]},{"id":5186,"name":"GatewayInviteDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-delete"},"children":[{"id":5187,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The channel of the invite"},"sources":[{"fileName":"gateway/v9.ts","line":1271,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5189,"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":1281,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5188,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The guild of the invite"},"sources":[{"fileName":"gateway/v9.ts","line":1275,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5187,5189,5188]}],"sources":[{"fileName":"gateway/v9.ts","line":1267,"character":17}]},{"id":5209,"name":"GatewayMessageDeleteBulkDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete-bulk"},"children":[{"id":5211,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":1391,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5212,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1395,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5210,"name":"ids","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The ids of the messages"},"sources":[{"fileName":"gateway/v9.ts","line":1387,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[5211,5212,5210]}],"sources":[{"fileName":"gateway/v9.ts","line":1383,"character":17}]},{"id":5204,"name":"GatewayMessageDeleteDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete"},"children":[{"id":5206,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":1365,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5207,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1369,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5205,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the message"},"sources":[{"fileName":"gateway/v9.ts","line":1361,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5206,5207,5205]}],"sources":[{"fileName":"gateway/v9.ts","line":1357,"character":17}]},{"id":5197,"name":"GatewayMessageEventExtraFields","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5198,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the guild the message was sent in"},"sources":[{"fileName":"gateway/v9.ts","line":1324,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5199,"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":"gateway/v9.ts","line":1333,"character":1}],"type":{"type":"reference","id":6317,"name":"APIGuildMember"}},{"id":5200,"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":"gateway/v9.ts","line":1343,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","id":6992,"name":"APIUser"},{"type":"reflection","declaration":{"id":5201,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5202,"name":"member","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"gateway/v9.ts","line":1343,"character":24}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6317,"name":"APIGuildMember"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}],"groups":[{"title":"Properties","kind":1024,"children":[5202]}]}}]}}}],"groups":[{"title":"Properties","kind":1024,"children":[5198,5199,5200]}],"sources":[{"fileName":"gateway/v9.ts","line":1320,"character":17}]},{"id":5220,"name":"GatewayMessageReactionRemoveEmojiDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-emoji"},"children":[{"id":5222,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":2005,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.channel_id"}},{"id":5221,"name":"emoji","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The emoji that was removed"},"sources":[{"fileName":"gateway/v9.ts","line":1446,"character":1}],"type":{"type":"reference","id":6077,"name":"APIEmoji"}},{"id":5224,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":2013,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.guild_id"}},{"id":5223,"name":"message_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the message"},"sources":[{"fileName":"gateway/v9.ts","line":2009,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"MessageReactionRemoveData.message_id"}}],"groups":[{"title":"Properties","kind":1024,"children":[5222,5221,5224,5223]}],"sources":[{"fileName":"gateway/v9.ts","line":1442,"character":17}],"extendedTypes":[{"type":"reference","name":"MessageReactionRemoveData"}]},{"id":6109,"name":"GatewayPresenceClientStatus","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#client-status-object"},"children":[{"id":6110,"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":115,"character":1}],"type":{"type":"reference","id":6103,"name":"PresenceUpdateStatus"}},{"id":6111,"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":119,"character":1}],"type":{"type":"reference","id":6103,"name":"PresenceUpdateStatus"}},{"id":6112,"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":123,"character":1}],"type":{"type":"reference","id":6103,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[6110,6111,6112]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":111,"character":17}]},{"id":6097,"name":"GatewayPresenceUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#presence-update-presence-update-event-fields"},"children":[{"id":6101,"name":"activities","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"User's current activities","text":"See https://discord.com/developers/docs/topics/gateway-events#activity-object\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":88,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6113,"name":"GatewayActivity"}}},{"id":6102,"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-events#client-status-object\n"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":94,"character":1}],"type":{"type":"reference","id":6109,"name":"GatewayPresenceClientStatus"}},{"id":6099,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6100,"name":"status","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Either \"idle\", \"dnd\", \"online\", or \"offline\""},"sources":[{"fileName":"payloads/v9/gateway.ts","line":82,"character":1}],"type":{"type":"reference","id":6103,"name":"PresenceUpdateStatus"}},{"id":6098,"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":74,"character":1}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":6992,"name":"APIUser"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"reference","typeArguments":[{"type":"reference","id":6992,"name":"APIUser"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[6101,6102,6099,6100,6098]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":65,"character":17}]},{"id":5343,"name":"GatewayPresenceUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-presence-gateway-presence-update-structure"},"children":[{"id":5345,"name":"activities","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's activities","text":"See https://discord.com/developers/docs/topics/gateway-events#activity-object\n"},"sources":[{"fileName":"gateway/v9.ts","line":1913,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5348,"name":"GatewayActivityUpdateData"}}},{"id":5347,"name":"afk","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Whether or not the client is afk"},"sources":[{"fileName":"gateway/v9.ts","line":1923,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5344,"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":1907,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}},{"id":5346,"name":"status","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The user's new status","text":"See https://discord.com/developers/docs/topics/gateway-events#update-presence-status-types\n"},"sources":[{"fileName":"gateway/v9.ts","line":1919,"character":1}],"type":{"type":"reference","id":6103,"name":"PresenceUpdateStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[5345,5347,5344,5346]}],"sources":[{"fileName":"gateway/v9.ts","line":1903,"character":17}]},{"id":4969,"name":"GatewayReadyDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#ready"},"children":[{"id":4976,"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":441,"character":1}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5360,"name":"APIApplication"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"flags"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":4972,"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":421,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6182,"name":"APIUnavailableGuild"}}},{"id":4974,"name":"resume_gateway_url","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Gateway url for resuming connections"},"sources":[{"fileName":"gateway/v9.ts","line":429,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4973,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Used for resuming connections"},"sources":[{"fileName":"gateway/v9.ts","line":425,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":4975,"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":435,"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":4971,"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":415,"character":1}],"type":{"type":"reference","id":6992,"name":"APIUser"}},{"id":4970,"name":"v","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Gateway version","text":"See https://discord.com/developers/docs/reference#api-versioning\n"},"sources":[{"fileName":"gateway/v9.ts","line":409,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[4976,4972,4974,4973,4975,4971,4970]}],"sources":[{"fileName":"gateway/v9.ts","line":403,"character":17}]},{"id":4963,"name":"GatewayReconnect","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#reconnect"},"children":[{"id":4965,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":392,"character":1}],"type":{"type":"intrinsic","name":"never"},"overwrites":{"type":"reference","name":"NonDispatchPayload.d"}},{"id":4964,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":391,"character":1}],"type":{"type":"reference","id":4837,"name":"Reconnect"},"overwrites":{"type":"reference","name":"NonDispatchPayload.op"}},{"id":4967,"name":"s","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1955,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.s"}},{"id":4966,"name":"t","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1954,"character":1}],"type":{"type":"literal","value":null},"inheritedFrom":{"type":"reference","name":"NonDispatchPayload.t"}}],"groups":[{"title":"Properties","kind":1024,"children":[4965,4964,4967,4966]}],"sources":[{"fileName":"gateway/v9.ts","line":390,"character":17}],"extendedTypes":[{"type":"reference","name":"NonDispatchPayload"}]},{"id":5313,"name":"GatewayRequestGuildMembers","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#request-guild-members"},"children":[{"id":5315,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1814,"character":1}],"type":{"type":"reference","id":5331,"name":"GatewayRequestGuildMembersData"}},{"id":5314,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1813,"character":1}],"type":{"type":"reference","id":4838,"name":"RequestGuildMembers"}}],"groups":[{"title":"Properties","kind":1024,"children":[5315,5314]}],"sources":[{"fileName":"gateway/v9.ts","line":1812,"character":17}]},{"id":5316,"name":"GatewayRequestGuildMembersDataBase","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5317,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v9.ts","line":1821,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5319,"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-events#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v9.ts","line":1833,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5318,"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":1825,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[5317,5319,5318]}],"sources":[{"fileName":"gateway/v9.ts","line":1817,"character":17}],"extendedBy":[{"type":"reference","id":5320,"name":"GatewayRequestGuildMembersDataWithUserIds"},{"type":"reference","id":5325,"name":"GatewayRequestGuildMembersDataWithQuery"}]},{"id":5325,"name":"GatewayRequestGuildMembersDataWithQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5328,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v9.ts","line":1821,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5317,"name":"GatewayRequestGuildMembersDataBase.guild_id"}},{"id":5327,"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":1852,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5330,"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-events#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v9.ts","line":1833,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5319,"name":"GatewayRequestGuildMembersDataBase.nonce"}},{"id":5329,"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":1825,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5318,"name":"GatewayRequestGuildMembersDataBase.presences"}},{"id":5326,"name":"query","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"String that username starts with, or an empty string to return all members"},"sources":[{"fileName":"gateway/v9.ts","line":1847,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5328,5327,5330,5329,5326]}],"sources":[{"fileName":"gateway/v9.ts","line":1843,"character":17}],"extendedTypes":[{"type":"reference","id":5316,"name":"GatewayRequestGuildMembersDataBase"}]},{"id":5320,"name":"GatewayRequestGuildMembersDataWithUserIds","kind":256,"kindString":"Interface","flags":{},"children":[{"id":5322,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild to get members for"},"sources":[{"fileName":"gateway/v9.ts","line":1821,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5317,"name":"GatewayRequestGuildMembersDataBase.guild_id"}},{"id":5324,"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-events#guild-members-chunk\n"},"sources":[{"fileName":"gateway/v9.ts","line":1833,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5319,"name":"GatewayRequestGuildMembersDataBase.nonce"}},{"id":5323,"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":1825,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5318,"name":"GatewayRequestGuildMembersDataBase.presences"}},{"id":5321,"name":"user_ids","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Used to specify which users you wish to fetch"},"sources":[{"fileName":"gateway/v9.ts","line":1840,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"array","elementType":{"type":"intrinsic","name":"string"}}]}}],"groups":[{"title":"Properties","kind":1024,"children":[5322,5324,5323,5321]}],"sources":[{"fileName":"gateway/v9.ts","line":1836,"character":17}],"extendedTypes":[{"type":"reference","id":5316,"name":"GatewayRequestGuildMembersDataBase"}]},{"id":5306,"name":"GatewayResume","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#resume"},"children":[{"id":5308,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1788,"character":1}],"type":{"type":"reference","id":5309,"name":"GatewayResumeData"}},{"id":5307,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1787,"character":1}],"type":{"type":"reference","id":4836,"name":"Resume"}}],"groups":[{"title":"Properties","kind":1024,"children":[5308,5307]}],"sources":[{"fileName":"gateway/v9.ts","line":1786,"character":17}]},{"id":5309,"name":"GatewayResumeData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#resume"},"children":[{"id":5312,"name":"seq","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Last sequence number received"},"sources":[{"fileName":"gateway/v9.ts","line":1806,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5311,"name":"session_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Session id"},"sources":[{"fileName":"gateway/v9.ts","line":1802,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5310,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Session token"},"sources":[{"fileName":"gateway/v9.ts","line":1798,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5312,5311,5310]}],"sources":[{"fileName":"gateway/v9.ts","line":1794,"character":17}]},{"id":5243,"name":"GatewayThreadCreateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-create"},"children":[{"id":5253,"name":"applied_tags","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The IDs of the set of tags that have been applied to a thread in a forum channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":236,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}},"inheritedFrom":{"type":"reference","id":5714,"name":"APIThreadChannel.applied_tags"}},{"id":5260,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/channel.ts","line":39,"character":1}],"type":{"type":"reference","id":6065,"name":"ChannelFlags"},"inheritedFrom":{"type":"reference","id":5721,"name":"APIThreadChannel.flags"}},{"id":5254,"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":76,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5715,"name":"APIThreadChannel.guild_id"}},{"id":5261,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":20,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5722,"name":"APIThreadChannel.id"}},{"id":5251,"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":226,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5712,"name":"APIThreadChannel.last_message_id"}},{"id":5245,"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":194,"character":1}],"type":{"type":"reference","id":5881,"name":"APIThreadMember"},"inheritedFrom":{"type":"reference","id":5706,"name":"APIThreadChannel.member"}},{"id":5248,"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":208,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5709,"name":"APIThreadChannel.member_count"}},{"id":5247,"name":"message_count","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages (not including the initial message or deleted messages) in a thread","text":"If the thread was created before July 1, 2022, it stops counting at 50 messages\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":204,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5708,"name":"APIThreadChannel.message_count"}},{"id":5262,"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":30,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5723,"name":"APIThreadChannel.name"}},{"id":5244,"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":1562,"character":1}],"type":{"type":"literal","value":true}},{"id":5258,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw"},"sources":[{"fileName":"payloads/v9/channel.ts","line":98,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","id":5719,"name":"APIThreadChannel.nsfw"}},{"id":5250,"name":"owner_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID of the thread creator"},"sources":[{"fileName":"payloads/v9/channel.ts","line":222,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","id":5711,"name":"APIThreadChannel.owner_id"}},{"id":5257,"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":94,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","id":5718,"name":"APIThreadChannel.parent_id"}},{"id":5255,"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":82,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5861,"name":"APIOverwrite"}},"inheritedFrom":{"type":"reference","id":5716,"name":"APIThreadChannel.permission_overwrites"}},{"id":5256,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"payloads/v9/channel.ts","line":86,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5717,"name":"APIThreadChannel.position"}},{"id":5249,"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":218,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5710,"name":"APIThreadChannel.rate_limit_per_user"}},{"id":5246,"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":198,"character":1}],"type":{"type":"reference","id":5869,"name":"APIThreadMetadata"},"inheritedFrom":{"type":"reference","id":5707,"name":"APIThreadChannel.thread_metadata"}},{"id":5252,"name":"total_message_sent","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of messages ever sent in a thread","text":"Similar to `message_count` on message creation, but won't decrement when a message is deleted\n"},"sources":[{"fileName":"payloads/v9/channel.ts","line":232,"character":1}],"type":{"type":"intrinsic","name":"number"},"inheritedFrom":{"type":"reference","id":5713,"name":"APIThreadChannel.total_message_sent"}},{"id":5259,"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":38,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5763,"name":"AnnouncementThread"},{"type":"reference","id":5764,"name":"PublicThread"},{"type":"reference","id":5765,"name":"PrivateThread"}]},"inheritedFrom":{"type":"reference","id":5720,"name":"APIThreadChannel.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[5253,5260,5254,5261,5251,5245,5248,5247,5262,5244,5258,5250,5257,5255,5256,5249,5246,5252,5259]}],"sources":[{"fileName":"gateway/v9.ts","line":1558,"character":17}],"extendedTypes":[{"type":"reference","id":5705,"name":"APIThreadChannel"}]},{"id":6171,"name":"GatewayThreadListSync","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-list-sync-thread-list-sync-event-fields"},"children":[{"id":6173,"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":343,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}},{"id":6172,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":339,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6175,"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":351,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5881,"name":"APIThreadMember"}}},{"id":6174,"name":"threads","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Array of the synced threads"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":347,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5755,"name":"APIChannel"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6173,6172,6175,6174]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":335,"character":17}]},{"id":6176,"name":"GatewayThreadMembersUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-members-update-thread-members-update-event-fields"},"children":[{"id":6180,"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":373,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5881,"name":"APIThreadMember"}}},{"id":6178,"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":365,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6177,"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":361,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":6179,"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":369,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":6181,"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":377,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6180,6178,6177,6179,6181]}],"sources":[{"fileName":"payloads/v9/gateway.ts","line":357,"character":17}]},{"id":5268,"name":"GatewayTypingStartDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#typing-start"},"children":[{"id":5269,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":1597,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5270,"name":"guild_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1601,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5273,"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":1615,"character":1}],"type":{"type":"reference","id":6317,"name":"APIGuildMember"}},{"id":5272,"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":1609,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":5271,"name":"user_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the user"},"sources":[{"fileName":"gateway/v9.ts","line":1605,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5269,5270,5273,5272,5271]}],"sources":[{"fileName":"gateway/v9.ts","line":1593,"character":17}]},{"id":5340,"name":"GatewayUpdatePresence","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-presence"},"children":[{"id":5342,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1897,"character":1}],"type":{"type":"reference","id":5343,"name":"GatewayPresenceUpdateData"}},{"id":5341,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1896,"character":1}],"type":{"type":"reference","id":4834,"name":"PresenceUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[5342,5341]}],"sources":[{"fileName":"gateway/v9.ts","line":1895,"character":17}]},{"id":5279,"name":"GatewayVoiceServerUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-server-update"},"children":[{"id":5282,"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":1668,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5281,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The guild this voice server update is for"},"sources":[{"fileName":"gateway/v9.ts","line":1660,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5280,"name":"token","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Voice connection token"},"sources":[{"fileName":"gateway/v9.ts","line":1656,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5282,5281,5280]}],"sources":[{"fileName":"gateway/v9.ts","line":1652,"character":17}]},{"id":7063,"name":"GatewayVoiceState","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/voice#voice-state-object"},"children":[{"id":7065,"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":7069,"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":7064,"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":7067,"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":6317,"name":"APIGuildMember"}},{"id":7070,"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":7076,"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":7071,"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":7072,"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":7073,"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":7074,"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":7068,"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":7075,"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":7066,"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":[7065,7069,7064,7067,7070,7076,7071,7072,7073,7074,7068,7075,7066]}],"sources":[{"fileName":"payloads/v9/voice.ts","line":11,"character":17}]},{"id":5332,"name":"GatewayVoiceStateUpdate","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-voice-state"},"children":[{"id":5334,"name":"d","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1867,"character":1}],"type":{"type":"reference","id":5335,"name":"GatewayVoiceStateUpdateData"}},{"id":5333,"name":"op","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1866,"character":1}],"type":{"type":"reference","id":4835,"name":"VoiceStateUpdate"}}],"groups":[{"title":"Properties","kind":1024,"children":[5334,5333]}],"sources":[{"fileName":"gateway/v9.ts","line":1865,"character":17}]},{"id":5335,"name":"GatewayVoiceStateUpdateData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#update-voice-state"},"children":[{"id":5337,"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":1881,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":5336,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1877,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5339,"name":"self_deaf","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is the client deafened"},"sources":[{"fileName":"gateway/v9.ts","line":1889,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5338,"name":"self_mute","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Is the client muted"},"sources":[{"fileName":"gateway/v9.ts","line":1885,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[5337,5336,5339,5338]}],"sources":[{"fileName":"gateway/v9.ts","line":1873,"character":17}]},{"id":5284,"name":"GatewayWebhooksUpdateDispatchData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#webhooks-update"},"children":[{"id":5286,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the channel"},"sources":[{"fileName":"gateway/v9.ts","line":1690,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":5285,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":1686,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[5286,5285]}],"sources":[{"fileName":"gateway/v9.ts","line":1682,"character":17}]},{"id":6776,"name":"ModalSubmitActionRowComponent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6777,"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":6772,"name":"ModalSubmitComponent"}}},{"id":6778,"name":"type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The type of the component"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1299,"character":1}],"type":{"type":"reference","id":5973,"name":"ActionRow"},"inheritedFrom":{"type":"reference","name":"Omit.type"}}],"groups":[{"title":"Properties","kind":1024,"children":[6777,6778]}],"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":16,"character":17}],"extendedTypes":[{"type":"reference","typeArguments":[{"type":"reference","id":5982,"typeArguments":[{"type":"reference","id":6072,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"},{"type":"literal","value":"components"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]},{"id":6772,"name":"ModalSubmitComponent","kind":256,"kindString":"Interface","flags":{},"children":[{"id":6774,"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":6773,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":11,"character":1}],"type":{"type":"reference","id":5972,"name":"ComponentType"}},{"id":6775,"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":[6774,6773,6775]}],"sources":[{"fileName":"payloads/v9/_interactions/modalSubmit.ts","line":10,"character":17}]},{"id":8161,"name":"RESTAPIPartialCurrentUserGuild","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8166,"name":"features","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/user.ts","line":64,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6274,"name":"GuildFeature"}}},{"id":8164,"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":8162,"name":"id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/user.ts","line":60,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8163,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/user.ts","line":61,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8165,"name":"owner","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/user.ts","line":63,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":8167,"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":[8166,8164,8162,8163,8165,8167]}],"sources":[{"fileName":"rest/v9/user.ts","line":59,"character":17}]},{"id":7958,"name":"RESTGetAPIApplicationCommandsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#get-global-application-commands"},"children":[{"id":7959,"name":"with_localizations","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether to include full localization dictionaries (name_localizations and description_localizations)\nin the returned objects, instead of the name_localized and description_localized fields.","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v9/interactions.ts","line":29,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7959]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":22,"character":17}]},{"id":7544,"name":"RESTGetAPIAuditLogQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/audit-log#get-guild-audit-log"},"children":[{"id":7546,"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":5417,"name":"AuditLogEvent"}},{"id":7547,"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":7548,"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":7545,"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":[7546,7547,7548,7545]}],"sources":[{"fileName":"rest/v9/auditLog.ts","line":7,"character":17}]},{"id":7628,"name":"RESTGetAPIChannelMessageReactionUsersQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7629,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get users after this user ID"},"sources":[{"fileName":"rest/v9/channel.ts","line":339,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7630,"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":345,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7629,7630]}],"sources":[{"fileName":"rest/v9/channel.ts","line":335,"character":17}]},{"id":7597,"name":"RESTGetAPIChannelMessagesQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#get-channel-messages"},"children":[{"id":7600,"name":"after","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages after this message ID"},"sources":[{"fileName":"rest/v9/channel.ts","line":199,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7598,"name":"around","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages around this message ID"},"sources":[{"fileName":"rest/v9/channel.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7599,"name":"before","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Get messages before this message ID"},"sources":[{"fileName":"rest/v9/channel.ts","line":195,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7601,"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":205,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7600,7598,7599,7601]}],"sources":[{"fileName":"rest/v9/channel.ts","line":187,"character":17}]},{"id":7702,"name":"RESTGetAPIChannelThreadsArchivedQuery","kind":256,"kindString":"Interface","flags":{},"children":[{"id":7703,"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":704,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7704,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of thread to return"},"sources":[{"fileName":"rest/v9/channel.ts","line":708,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7703,7704]}],"sources":[{"fileName":"rest/v9/channel.ts","line":700,"character":17}]},{"id":8157,"name":"RESTGetAPICurrentUserGuildsQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#get-current-user-guilds"},"children":[{"id":8159,"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":8158,"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":8160,"name":"limit","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Max number of guilds to return (1-200)","tags":[{"tag":"default","text":"200\n"}]},"sources":[{"fileName":"rest/v9/user.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[8159,8158,8160]}],"sources":[{"fileName":"rest/v9/user.ts","line":42,"character":17}]},{"id":7839,"name":"RESTGetAPIGuildBansQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-bans"},"children":[{"id":7841,"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":559,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7840,"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":555,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7842,"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":565,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7841,7840,7842]}],"sources":[{"fileName":"rest/v9/guild.ts","line":551,"character":17}]},{"id":7803,"name":"RESTGetAPIGuildMembersQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-guild-members"},"children":[{"id":7805,"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":387,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7804,"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":381,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7805,7804]}],"sources":[{"fileName":"rest/v9/guild.ts","line":375,"character":17}]},{"id":7807,"name":"RESTGetAPIGuildMembersSearchQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#search-guild-members"},"children":[{"id":7809,"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":408,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7808,"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":402,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7809,7808]}],"sources":[{"fileName":"rest/v9/guild.ts","line":398,"character":17}]},{"id":7878,"name":"RESTGetAPIGuildPruneCountQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count"},"children":[{"id":7879,"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":733,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7880,"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":742,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7879,7880]}],"sources":[{"fileName":"rest/v9/guild.ts","line":727,"character":17}]},{"id":7881,"name":"RESTGetAPIGuildPruneCountResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-prune-count"},"children":[{"id":7882,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":749,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7882]}],"sources":[{"fileName":"rest/v9/guild.ts","line":748,"character":17}]},{"id":7763,"name":"RESTGetAPIGuildQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild"},"children":[{"id":7764,"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":191,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7764]}],"sources":[{"fileName":"rest/v9/guild.ts","line":185,"character":17}]},{"id":7942,"name":"RESTGetAPIGuildScheduledEventQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild-scheduled-event#get-guild-scheduled-event"},"children":[{"id":7943,"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":[7943]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":77,"character":17}]},{"id":7952,"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":7956,"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":7955,"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":7953,"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":7954,"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":[7956,7955,7953,7954]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":121,"character":17}]},{"id":7927,"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":7928,"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":[7928]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":15,"character":17}]},{"id":7898,"name":"RESTGetAPIGuildVanityUrlResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-vanity-url"},"children":[{"id":7899,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":825,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":7900,"name":"uses","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":826,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7899,7900]}],"sources":[{"fileName":"rest/v9/guild.ts","line":824,"character":17}]},{"id":7901,"name":"RESTGetAPIGuildWidgetImageQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#get-guild-widget-image"},"children":[{"id":7902,"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":838,"character":1}],"type":{"type":"reference","id":6382,"name":"GuildWidgetStyle"}}],"groups":[{"title":"Properties","kind":1024,"children":[7902]}],"sources":[{"fileName":"rest/v9/guild.ts","line":832,"character":17}]},{"id":8016,"name":"RESTGetAPIInviteQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/invite#get-invite"},"children":[{"id":8019,"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":8017,"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":8018,"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":[8019,8017,8018]}],"sources":[{"fileName":"rest/v9/invite.ts","line":7,"character":17}]},{"id":8023,"name":"RESTGetAPIOAuth2CurrentAuthorizationResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#get-current-authorization-information"},"children":[{"id":8024,"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":5360,"name":"APIApplication"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}},{"id":8026,"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":8025,"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":6864,"name":"OAuth2Scopes"}}},{"id":8027,"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":6992,"name":"APIUser"}}],"groups":[{"title":"Properties","kind":1024,"children":[8024,8026,8025,8027]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":12,"character":17}]},{"id":8116,"name":"RESTGetNitroStickerPacksResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#list-nitro-sticker-packs"},"children":[{"id":8117,"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":6942,"name":"APIStickerPack"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8117]}],"sources":[{"fileName":"rest/v9/sticker.ts","line":12,"character":17}]},{"id":8074,"name":"RESTOAuth2AdvancedBotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization"},"children":[{"id":8075,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":148,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8079,"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":8078,"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":8077,"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":8081,"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":8080,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":163,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8076,"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":6865,"name":"Bot"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8075,8079,8078,8077,8081,8080,8076]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":147,"character":17}]},{"id":8082,"name":"RESTOAuth2AdvancedBotAuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"children":[{"id":8083,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":168,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8085,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":170,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8086,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":171,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8084,"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":[8083,8085,8086,8084]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":167,"character":17}]},{"id":8028,"name":"RESTOAuth2AuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant"},"children":[{"id":8030,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":36,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8034,"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":8032,"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":8029,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":35,"character":1}],"type":{"type":"literal","value":"code"}},{"id":8031,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":37,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8033,"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":[8030,8034,8032,8029,8031,8033]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":34,"character":17}]},{"id":8035,"name":"RESTOAuth2AuthorizationQueryResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example"},"children":[{"id":8036,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":47,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8037,"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":[8036,8037]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":46,"character":17}]},{"id":8068,"name":"RESTOAuth2BotAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#bot-authorization-flow-bot-auth-parameters"},"children":[{"id":8069,"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":8073,"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":8072,"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":8071,"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":8070,"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":6865,"name":"Bot"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[8069,8073,8072,8071,8070]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":115,"character":17}]},{"id":8056,"name":"RESTOAuth2ImplicitAuthorizationQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#implicit-grant"},"children":[{"id":8058,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":90,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8062,"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":8060,"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":8057,"name":"response_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":89,"character":1}],"type":{"type":"literal","value":"token"}},{"id":8059,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":91,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8061,"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":[8058,8062,8060,8057,8059,8061]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":88,"character":17}]},{"id":7668,"name":"RESTPostAPIChannelFollowersJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#follow-news-channel"},"children":[{"id":7669,"name":"webhook_channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of target channel"},"sources":[{"fileName":"rest/v9/channel.ts","line":554,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7669]}],"sources":[{"fileName":"rest/v9/channel.ts","line":550,"character":17}]},{"id":7648,"name":"RESTPostAPIChannelMessagesBulkDeleteJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#bulk-delete-messages"},"children":[{"id":7649,"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":444,"character":1}],"type":{"type":"array","elementType":{"type":"intrinsic","name":"string"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7649]}],"sources":[{"fileName":"rest/v9/channel.ts","line":440,"character":17}]},{"id":7966,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#create-global-application-command"},"children":[{"id":7974,"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":74,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.default_member_permissions"}},{"id":7970,"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":85,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.default_permission"}},{"id":7972,"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":62,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"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"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.description_localizations"}},{"id":7973,"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":78,"character":1}],"type":{"type":"intrinsic","name":"boolean"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.dm_permission"}},{"id":7968,"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":46,"character":1}],"type":{"type":"intrinsic","name":"string"},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.name"}},{"id":7971,"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":50,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"reference","typeArguments":[{"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"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.name_localizations"}},{"id":7969,"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":70,"character":1}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6506,"name":"APIApplicationCommandOption"}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},"inheritedFrom":{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody.options"}},{"id":7967,"name":"type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/interactions.ts","line":71,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6497,"name":"User"},{"type":"reference","id":6498,"name":"Message"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7974,7970,7972,7973,7968,7971,7969,7967]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":70,"character":17}],"extendedTypes":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"}]},{"id":8170,"name":"RESTPostAPICurrentUserCreateDMChannelJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/user#create-dm"},"children":[{"id":8171,"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":[8171]}],"sources":[{"fileName":"rest/v9/user.ts","line":81,"character":17}]},{"id":7888,"name":"RESTPostAPIGuildPruneResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#begin-guild-prune"},"children":[{"id":7889,"name":"pruned","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":778,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"number"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7889]}],"sources":[{"fileName":"rest/v9/guild.ts","line":777,"character":17}]},{"id":8120,"name":"RESTPostAPIGuildStickerFormDataBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/sticker#create-guild-sticker"},"children":[{"id":8122,"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":8124,"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":8121,"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":8123,"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":[8122,8124,8121,8123]}],"sources":[{"fileName":"rest/v9/sticker.ts","line":29,"character":17}]},{"id":7760,"name":"RESTPostAPIGuildsMFAJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-mfa-level"},"children":[{"id":7761,"name":"level","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"MFA level","text":"See https://discord.com/developers/docs/resources/guild#guild-object-mfa-level\n"},"sources":[{"fileName":"rest/v9/guild.ts","line":174,"character":1}],"type":{"type":"reference","id":6246,"name":"GuildMFALevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[7761]}],"sources":[{"fileName":"rest/v9/guild.ts","line":168,"character":17}]},{"id":8102,"name":"RESTPostAPIStageInstanceJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/stage-instance#create-stage-instance"},"children":[{"id":8103,"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":8105,"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":6913,"name":"StageInstancePrivacyLevel"}},{"id":8106,"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":8104,"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":[8103,8105,8106,8104]}],"sources":[{"fileName":"rest/v9/stageInstance.ts","line":8,"character":17}]},{"id":8210,"name":"RESTPostAPIWebhookWithTokenQuery","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/webhook#execute-webhook-querystring-params"},"children":[{"id":8212,"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.","text":"Available only if the {@link RESTPostAPIWebhookWithTokenJSONBody.thread_name} JSON body property is not specified\n"},"sources":[{"fileName":"rest/v9/webhook.ts","line":183,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8211,"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":177,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[8212,8211]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":170,"character":17}]},{"id":8044,"name":"RESTPostOAuth2AccessTokenResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-access-token-response"},"children":[{"id":8045,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":66,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8047,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":68,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8048,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":69,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8049,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":70,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8046,"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":[8045,8047,8048,8049,8046]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":65,"character":17}]},{"id":8038,"name":"RESTPostOAuth2AccessTokenURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#authorization-code-grant-redirect-url-example"},"children":[{"id":8039,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":55,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8040,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":56,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8042,"name":"code","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":58,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8041,"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":8043,"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":[8039,8040,8042,8041,8043]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":54,"character":17}]},{"id":8087,"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":8088,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":178,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8090,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":180,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8093,"name":"guild","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":183,"character":1}],"type":{"type":"reference","id":6196,"name":"APIGuild"}},{"id":8091,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":181,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8092,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":182,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8089,"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":[8088,8090,8093,8091,8092,8089]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":177,"character":17}]},{"id":8094,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#webhooks-webhook-token-response-example"},"children":[{"id":8095,"name":"access_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":190,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8097,"name":"expires_in","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":192,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":8098,"name":"refresh_token","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":193,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8099,"name":"scope","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":194,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8096,"name":"token_type","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":191,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8100,"name":"webhook","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":195,"character":1}],"type":{"type":"reference","id":7083,"name":"APIWebhook"}}],"groups":[{"title":"Properties","kind":1024,"children":[8095,8097,8098,8099,8096,8100]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":189,"character":17}]},{"id":8064,"name":"RESTPostOAuth2ClientCredentialsURLEncodedData","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/oauth2#client-credentials-grant"},"children":[{"id":8065,"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":8066,"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":[8065,8066]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":105,"character":17}]},{"id":8050,"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":8051,"name":"client_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":77,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8052,"name":"client_secret","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":78,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8053,"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":8054,"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":[8051,8052,8053,8054]}],"sources":[{"fileName":"rest/v9/oauth2.ts","line":76,"character":17}]},{"id":8011,"name":"RESTPutAPIApplicationCommandPermissionsJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/application-commands#edit-application-command-permissions"},"children":[{"id":8012,"name":"permissions","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/interactions.ts","line":264,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6650,"name":"APIApplicationCommandPermission"}}}],"groups":[{"title":"Properties","kind":1024,"children":[8012]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":263,"character":17}]},{"id":7651,"name":"RESTPutAPIChannelPermissionJSONBody","kind":256,"kindString":"Interface","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/channel#edit-channel-permissions"},"children":[{"id":7652,"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":463,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":7653,"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":471,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":null},{"type":"intrinsic","name":"string"}]}},{"id":7654,"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":475,"character":1}],"type":{"type":"reference","id":5866,"name":"OverwriteType"}}],"groups":[{"title":"Properties","kind":1024,"children":[7652,7653,7654]}],"sources":[{"fileName":"rest/v9/channel.ts","line":455,"character":17}],"extendedBy":[{"type":"reference","id":7566,"name":"APIChannelPatchOverwrite"},{"type":"reference","id":7723,"name":"APIGuildCreateOverwrite"}]},{"id":6070,"name":"APIActionRowComponentTypes","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1604,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6071,"name":"APIMessageActionRowComponent"},{"type":"reference","id":6072,"name":"APIModalActionRowComponent"}]}},{"id":6519,"name":"APIApplicationCommandAttachmentOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/attachment.ts","line":5,"character":12}],"type":{"type":"reference","id":6521,"typeArguments":[{"type":"reference","id":6581,"name":"ApplicationCommandOptionType.Attachment"}],"name":"APIApplicationCommandOptionBase"}},{"id":6669,"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":6707,"typeArguments":[{"type":"reference","id":6668,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6670,"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":6709,"typeArguments":[{"type":"reference","id":6668,"name":"APIApplicationCommandAutocompleteInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6668,"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":6690,"typeArguments":[{"type":"reference","id":6790,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","id":6509,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6690,"typeArguments":[{"type":"reference","id":6790,"name":"InteractionType.ApplicationCommandAutocomplete"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6509,"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":6505,"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":67,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6587,"name":"APIApplicationCommandStringOption"},{"type":"reference","id":6554,"name":"APIApplicationCommandIntegerOption"},{"type":"reference","id":6543,"name":"APIApplicationCommandBooleanOption"},{"type":"reference","id":6617,"name":"APIApplicationCommandUserOption"},{"type":"reference","id":6545,"name":"APIApplicationCommandChannelOption"},{"type":"reference","id":6568,"name":"APIApplicationCommandRoleOption"},{"type":"reference","id":6560,"name":"APIApplicationCommandMentionableOption"},{"type":"reference","id":6562,"name":"APIApplicationCommandNumberOption"},{"type":"reference","id":6519,"name":"APIApplicationCommandAttachmentOption"}]}},{"id":6543,"name":"APIApplicationCommandBooleanOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/boolean.ts","line":4,"character":12}],"type":{"type":"reference","id":6521,"typeArguments":[{"type":"reference","id":6575,"name":"ApplicationCommandOptionType.Boolean"}],"name":"APIApplicationCommandOptionBase"}},{"id":6503,"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":123,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6517,"name":"APIChatInputApplicationCommandDMInteraction"},{"type":"reference","id":6643,"name":"APIContextMenuDMInteraction"}]}},{"id":6504,"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":130,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6518,"name":"APIChatInputApplicationCommandGuildInteraction"},{"type":"reference","id":6644,"name":"APIContextMenuGuildInteraction"}]}},{"id":6554,"name":"APIApplicationCommandIntegerOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/integer.ts","line":20,"character":12}],"type":{"type":"reference","id":6535,"typeArguments":[{"type":"reference","name":"APIApplicationCommandIntegerOptionBase"},{"type":"reference","id":6582,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":6502,"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":118,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6516,"name":"APIChatInputApplicationCommandInteraction"},{"type":"reference","id":6642,"name":"APIContextMenuInteraction"}]}},{"id":6499,"name":"APIApplicationCommandInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"sources":[{"fileName":"payloads/v9/_interactions/applicationCommands.ts","line":104,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6509,"name":"APIChatInputApplicationCommandInteractionData"},{"type":"reference","id":6635,"name":"APIContextMenuInteractionData"}]}},{"id":6520,"name":"APIApplicationCommandInteractionDataAttachmentOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/attachment.ts","line":8,"character":12}],"type":{"type":"reference","id":6529,"typeArguments":[{"type":"reference","id":6581,"name":"ApplicationCommandOptionType.Attachment"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6508,"name":"APIApplicationCommandInteractionDataBasicOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/chatInput.ts","line":94,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6588,"name":"APIApplicationCommandInteractionDataStringOption"},{"type":"reference","id":6555,"name":"APIApplicationCommandInteractionDataIntegerOption"},{"type":"reference","id":6544,"name":"APIApplicationCommandInteractionDataBooleanOption"},{"type":"reference","id":6618,"name":"APIApplicationCommandInteractionDataUserOption"},{"type":"reference","id":6553,"name":"APIApplicationCommandInteractionDataChannelOption"},{"type":"reference","id":6569,"name":"APIApplicationCommandInteractionDataRoleOption"},{"type":"reference","id":6561,"name":"APIApplicationCommandInteractionDataMentionableOption"},{"type":"reference","id":6563,"name":"APIApplicationCommandInteractionDataNumberOption"},{"type":"reference","id":6520,"name":"APIApplicationCommandInteractionDataAttachmentOption"}]}},{"id":6544,"name":"APIApplicationCommandInteractionDataBooleanOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/boolean.ts","line":6,"character":12}],"type":{"type":"reference","id":6529,"typeArguments":[{"type":"reference","id":6575,"name":"ApplicationCommandOptionType.Boolean"},{"type":"intrinsic","name":"boolean"}],"name":"APIInteractionDataOptionBase"}},{"id":6553,"name":"APIApplicationCommandInteractionDataChannelOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/channel.ts","line":11,"character":12}],"type":{"type":"reference","id":6529,"typeArguments":[{"type":"reference","id":6577,"name":"ApplicationCommandOptionType.Channel"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6561,"name":"APIApplicationCommandInteractionDataMentionableOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/mentionable.ts","line":8,"character":12}],"type":{"type":"reference","id":6529,"typeArguments":[{"type":"reference","id":6579,"name":"ApplicationCommandOptionType.Mentionable"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6507,"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":89,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6601,"name":"APIApplicationCommandInteractionDataSubcommandOption"},{"type":"reference","id":6613,"name":"APIApplicationCommandInteractionDataSubcommandGroupOption"},{"type":"reference","id":6508,"name":"APIApplicationCommandInteractionDataBasicOption"}]}},{"id":6569,"name":"APIApplicationCommandInteractionDataRoleOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/role.ts","line":7,"character":12}],"type":{"type":"reference","id":6529,"typeArguments":[{"type":"reference","id":6578,"name":"ApplicationCommandOptionType.Role"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6618,"name":"APIApplicationCommandInteractionDataUserOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/user.ts","line":7,"character":12}],"type":{"type":"reference","id":6529,"typeArguments":[{"type":"reference","id":6576,"name":"ApplicationCommandOptionType.User"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"APIInteractionDataOptionBase"}},{"id":6500,"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":111,"character":12}],"typeParameter":[{"id":6501,"name":"Data","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6499,"name":"APIApplicationCommandInteractionData"}}],"type":{"type":"intersection","types":[{"type":"reference","id":6690,"typeArguments":[{"type":"reference","id":6788,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":6501,"name":"Data"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6690,"typeArguments":[{"type":"reference","id":6788,"name":"InteractionType.ApplicationCommand"},{"type":"reference","id":6501,"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":6560,"name":"APIApplicationCommandMentionableOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/mentionable.ts","line":5,"character":12}],"type":{"type":"reference","id":6521,"typeArguments":[{"type":"reference","id":6579,"name":"ApplicationCommandOptionType.Mentionable"}],"name":"APIApplicationCommandOptionBase"}},{"id":6562,"name":"APIApplicationCommandNumberOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/number.ts","line":20,"character":12}],"type":{"type":"reference","id":6535,"typeArguments":[{"type":"reference","name":"APIApplicationCommandNumberOptionBase"},{"type":"reference","id":6582,"typeArguments":[{"type":"intrinsic","name":"number"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":6506,"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":81,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6593,"name":"APIApplicationCommandSubcommandOption"},{"type":"reference","id":6605,"name":"APIApplicationCommandSubcommandGroupOption"},{"type":"reference","id":6505,"name":"APIApplicationCommandBasicOption"}]}},{"id":6535,"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":19,"character":12}],"typeParameter":[{"id":6541,"name":"Base","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6521,"typeArguments":[{"type":"reference","id":6570,"name":"ApplicationCommandOptionType"}],"name":"APIApplicationCommandOptionBase"}},{"id":6542,"name":"ChoiceType","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6582,"name":"APIApplicationCommandOptionChoice"}}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reference","id":6541,"name":"Base"},{"type":"reflection","declaration":{"id":6536,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":6537,"name":"autocomplete","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":24,"character":3}],"type":{"type":"literal","value":true}}],"groups":[{"title":"Properties","kind":1024,"children":[6537]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":23,"character":11}]}}]},{"type":"intersection","types":[{"type":"reference","id":6541,"name":"Base"},{"type":"reflection","declaration":{"id":6538,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":6539,"name":"autocomplete","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":27,"character":3}],"type":{"type":"literal","value":false}},{"id":6540,"name":"choices","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":28,"character":3}],"type":{"type":"array","elementType":{"type":"reference","id":6542,"name":"ChoiceType"}}}],"groups":[{"title":"Properties","kind":1024,"children":[6539,6540]}],"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/base.ts","line":26,"character":11}]}}]}]}},{"id":6568,"name":"APIApplicationCommandRoleOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/role.ts","line":5,"character":12}],"type":{"type":"reference","id":6521,"typeArguments":[{"type":"reference","id":6578,"name":"ApplicationCommandOptionType.Role"}],"name":"APIApplicationCommandOptionBase"}},{"id":6587,"name":"APIApplicationCommandStringOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/string.ts","line":20,"character":12}],"type":{"type":"reference","id":6535,"typeArguments":[{"type":"reference","name":"APIApplicationCommandStringOptionBase"},{"type":"reference","id":6582,"typeArguments":[{"type":"intrinsic","name":"string"}],"name":"APIApplicationCommandOptionChoice"}],"name":"APIApplicationCommandOptionWithAutocompleteOrChoicesWrapper"}},{"id":6617,"name":"APIApplicationCommandUserOption","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/_chatInput/user.ts","line":5,"character":12}],"type":{"type":"reference","id":6521,"typeArguments":[{"type":"reference","id":6576,"name":"ApplicationCommandOptionType.User"}],"name":"APIApplicationCommandOptionBase"}},{"id":5487,"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":324,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5488,"name":"APIAuditLogChangeKeyName"},{"type":"reference","id":5489,"name":"APIAuditLogChangeKeyDescription"},{"type":"reference","id":5490,"name":"APIAuditLogChangeKeyIconHash"},{"type":"reference","id":5491,"name":"APIAuditLogChangeKeyImageHash"},{"type":"reference","id":5492,"name":"APIAuditLogChangeKeySplashHash"},{"type":"reference","id":5493,"name":"APIAuditLogChangeKeyDiscoverySplashHash"},{"type":"reference","id":5494,"name":"APIAuditLogChangeKeyBannerHash"},{"type":"reference","id":5495,"name":"APIAuditLogChangeKeyOwnerId"},{"type":"reference","id":5496,"name":"APIAuditLogChangeKeyRegion"},{"type":"reference","id":5497,"name":"APIAuditLogChangeKeyPreferredLocale"},{"type":"reference","id":5498,"name":"APIAuditLogChangeKeyAFKChannelId"},{"type":"reference","id":5499,"name":"APIAuditLogChangeKeyAFKTimeout"},{"type":"reference","id":5500,"name":"APIAuditLogChangeKeyRulesChannelId"},{"type":"reference","id":5501,"name":"APIAuditLogChangeKeyPublicUpdatesChannelId"},{"type":"reference","id":5502,"name":"APIAuditLogChangeKeyMFALevel"},{"type":"reference","id":5503,"name":"APIAuditLogChangeKeyVerificationLevel"},{"type":"reference","id":5504,"name":"APIAuditLogChangeKeyExplicitContentFilter"},{"type":"reference","id":5505,"name":"APIAuditLogChangeKeyDefaultMessageNotifications"},{"type":"reference","id":5506,"name":"APIAuditLogChangeKeyVanityURLCode"},{"type":"reference","id":5507,"name":"APIAuditLogChangeKey$Add"},{"type":"reference","id":5508,"name":"APIAuditLogChangeKey$Remove"},{"type":"reference","id":5509,"name":"APIAuditLogChangeKeyPruneDeleteDays"},{"type":"reference","id":5510,"name":"APIAuditLogChangeKeyWidgetEnabled"},{"type":"reference","id":5511,"name":"APIAuditLogChangeKeyWidgetChannelId"},{"type":"reference","id":5512,"name":"APIAuditLogChangeKeySystemChannelId"},{"type":"reference","id":5513,"name":"APIAuditLogChangeKeyPosition"},{"type":"reference","id":5514,"name":"APIAuditLogChangeKeyTopic"},{"type":"reference","id":5515,"name":"APIAuditLogChangeKeyBitrate"},{"type":"reference","id":5516,"name":"APIAuditLogChangeKeyPermissionOverwrites"},{"type":"reference","id":5517,"name":"APIAuditLogChangeKeyNSFW"},{"type":"reference","id":5518,"name":"APIAuditLogChangeKeyApplicationId"},{"type":"reference","id":5519,"name":"APIAuditLogChangeKeyRateLimitPerUser"},{"type":"reference","id":5520,"name":"APIAuditLogChangeKeyPermissions"},{"type":"reference","id":5521,"name":"APIAuditLogChangeKeyColor"},{"type":"reference","id":5523,"name":"APIAuditLogChangeKeyHoist"},{"type":"reference","id":5524,"name":"APIAuditLogChangeKeyMentionable"},{"type":"reference","id":5525,"name":"APIAuditLogChangeKeyAllow"},{"type":"reference","id":5526,"name":"APIAuditLogChangeKeyDeny"},{"type":"reference","id":5527,"name":"APIAuditLogChangeKeyCode"},{"type":"reference","id":5528,"name":"APIAuditLogChangeKeyChannelId"},{"type":"reference","id":5529,"name":"APIAuditLogChangeKeyInviterId"},{"type":"reference","id":5530,"name":"APIAuditLogChangeKeyMaxUses"},{"type":"reference","id":5531,"name":"APIAuditLogChangeKeyUses"},{"type":"reference","id":5532,"name":"APIAuditLogChangeKeyMaxAge"},{"type":"reference","id":5533,"name":"APIAuditLogChangeKeyTemporary"},{"type":"reference","id":5534,"name":"APIAuditLogChangeKeyDeaf"},{"type":"reference","id":5535,"name":"APIAuditLogChangeKeyMute"},{"type":"reference","id":5536,"name":"APIAuditLogChangeKeyNick"},{"type":"reference","id":5537,"name":"APIAuditLogChangeKeyAvatarHash"},{"type":"reference","id":5538,"name":"APIAuditLogChangeKeyId"},{"type":"reference","id":5539,"name":"APIAuditLogChangeKeyType"},{"type":"reference","id":5540,"name":"APIAuditLogChangeKeyEnableEmoticons"},{"type":"reference","id":5541,"name":"APIAuditLogChangeKeyExpireBehavior"},{"type":"reference","id":5542,"name":"APIAuditLogChangeKeyExpireGracePeriod"},{"type":"reference","id":5543,"name":"APIAuditLogChangeKeyUserLimit"},{"type":"reference","id":5544,"name":"APIAuditLogChangeKeyPrivacyLevel"},{"type":"reference","id":5545,"name":"APIAuditLogChangeKeyTags"},{"type":"reference","id":5546,"name":"APIAuditLogChangeKeyFormatType"},{"type":"reference","id":5547,"name":"APIAuditLogChangeKeyAsset"},{"type":"reference","id":5548,"name":"APIAuditLogChangeKeyAvailable"},{"type":"reference","id":5549,"name":"APIAuditLogChangeKeyGuildId"},{"type":"reference","id":5550,"name":"APIAuditLogChangeKeyArchived"},{"type":"reference","id":5551,"name":"APIAuditLogChangeKeyLocked"},{"type":"reference","id":5552,"name":"APIAuditLogChangeKeyAutoArchiveDuration"},{"type":"reference","id":5553,"name":"APIAuditLogChangeKeyDefaultAutoArchiveDuration"},{"type":"reference","id":5554,"name":"APIAuditLogChangeKeyEntityType"},{"type":"reference","id":5555,"name":"APIAuditLogChangeKeyStatus"},{"type":"reference","id":5556,"name":"APIAuditLogChangeKeyLocation"},{"type":"reference","id":5557,"name":"APIAuditLogChangeKeyCommunicationDisabledUntil"},{"type":"reference","id":5558,"name":"APIAuditLogChangeKeyTriggerType"},{"type":"reference","id":5559,"name":"APIAuditLogChangeKeyEventType"},{"type":"reference","id":5560,"name":"APIAuditLogChangeKeyTriggerMetadata"},{"type":"reference","id":5561,"name":"APIAuditLogChangeKeyActions"},{"type":"reference","id":5562,"name":"APIAuditLogChangeKeyEnabled"},{"type":"reference","id":5563,"name":"APIAuditLogChangeKeyExemptRoles"},{"type":"reference","id":5564,"name":"APIAuditLogChangeKeyExemptChannels"}]}},{"id":5507,"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":506,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$add"},{"type":"array","elementType":{"type":"reference","id":6889,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":5508,"name":"APIAuditLogChangeKey$Remove","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when role(s) are removed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":511,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"$remove"},{"type":"array","elementType":{"type":"reference","id":6889,"name":"APIRole"}}],"name":"AuditLogChangeData"}},{"id":5498,"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":455,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5499,"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":460,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"afk_timeout"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5561,"name":"APIAuditLogChangeKeyActions","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's actions is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":784,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"actions"},{"type":"array","elementType":{"type":"reference","id":5594,"name":"APIAutoModerationAction"}}],"name":"AuditLogChangeData"}},{"id":5525,"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":598,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"allow"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5518,"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":561,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"application_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5550,"name":"APIAuditLogChangeKeyArchived","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":723,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"archived"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5547,"name":"APIAuditLogChangeKeyAsset","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Empty string"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":708,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"asset"},{"type":"literal","value":""}],"name":"AuditLogChangeData"}},{"id":5552,"name":"APIAuditLogChangeKeyAutoArchiveDuration","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":733,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"auto_archive_duration"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5548,"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":713,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"available"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5537,"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":658,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"avatar_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5494,"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":435,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"banner_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5515,"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":546,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"bitrate"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5528,"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":613,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5527,"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":608,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5521,"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":577,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"color"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5557,"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":761,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"communication_disabled_until"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5534,"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":643,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deaf"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5553,"name":"APIAuditLogChangeKeyDefaultAutoArchiveDuration","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":738,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"default_auto_archive_duration"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5505,"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":493,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"default_message_notifications"},{"type":"reference","id":6239,"name":"GuildDefaultMessageNotifications"}],"name":"AuditLogChangeData"}},{"id":5526,"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":603,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"deny"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5489,"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":410,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"description"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5493,"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":430,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"discovery_splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5540,"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":673,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"enable_emoticons"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5562,"name":"APIAuditLogChangeKeyEnabled","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's enabled status is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":789,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"enabled"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5554,"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":746,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"entity_type"},{"type":"reference","id":6461,"name":"GuildScheduledEventEntityType"}],"name":"AuditLogChangeData"}},{"id":5559,"name":"APIAuditLogChangeKeyEventType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's event type is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":771,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"event_type"},{"type":"reference","id":5592,"name":"AutoModerationRuleEventType"}],"name":"AuditLogChangeData"}},{"id":5564,"name":"APIAuditLogChangeKeyExemptChannels","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's exempt channels is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":799,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"exempt_channels"},{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}],"name":"AuditLogChangeData"}},{"id":5563,"name":"APIAuditLogChangeKeyExemptRoles","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's exempt roles is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":794,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"exempt_roles"},{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}],"name":"AuditLogChangeData"}},{"id":5541,"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":678,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_behavior"},{"type":"reference","id":6346,"name":"IntegrationExpireBehavior"}],"name":"AuditLogChangeData"}},{"id":5542,"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":683,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"expire_grace_period"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5504,"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":485,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"explicit_content_filter"},{"type":"reference","id":6242,"name":"GuildExplicitContentFilter"}],"name":"AuditLogChangeData"}},{"id":5546,"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":703,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"format_type"},{"type":"reference","id":6937,"name":"StickerFormatType"}],"name":"AuditLogChangeData"}},{"id":5549,"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":718,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"guild_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5523,"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":588,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"hoist"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5490,"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":415,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"icon_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5538,"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":663,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5491,"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":420,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"image_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5529,"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":618,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"inviter_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5556,"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":756,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"location"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5551,"name":"APIAuditLogChangeKeyLocked","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":728,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"locked"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5502,"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":475,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mfa_level"},{"type":"reference","id":6246,"name":"GuildMFALevel"}],"name":"AuditLogChangeData"}},{"id":5532,"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":633,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_age"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5530,"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":623,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"max_uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5524,"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":593,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mentionable"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5535,"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":648,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"mute"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5517,"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":556,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nsfw"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5488,"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":405,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"name"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5536,"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":653,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"nick"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5495,"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":440,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"owner_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5516,"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":551,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permission_overwrites"},{"type":"array","elementType":{"type":"reference","id":5861,"name":"APIOverwrite"}}],"name":"AuditLogChangeData"}},{"id":5520,"name":"APIAuditLogChangeKeyPermissions","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when a permission bitfield is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":572,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"permissions"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5513,"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":536,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"position"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5497,"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":450,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"preferred_locale"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5544,"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":693,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"privacy_level"},{"type":"reference","id":6913,"name":"StageInstancePrivacyLevel"}],"name":"AuditLogChangeData"}},{"id":5509,"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":516,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"prune_delete_days"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5501,"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":470,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"public_updates_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5519,"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":567,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rate_limit_per_user"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5496,"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":445,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"region"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5500,"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":465,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"rules_channel_id"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5522,"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":583,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"intrinsic","name":"unknown"}],"name":"AuditLogChangeData"}},{"id":5492,"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":425,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"splash_hash"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5555,"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":751,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"status"},{"type":"reference","id":6465,"name":"GuildScheduledEventStatus"}],"name":"AuditLogChangeData"}},{"id":5512,"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":531,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"system_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5545,"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":698,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"tags"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5533,"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":638,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"temporary"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":5514,"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":541,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"topic"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5560,"name":"APIAuditLogChangeKeyTriggerMetadata","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's trigger metadata is changed"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":776,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"trigger_metadata"},{"type":"reference","id":5582,"name":"APIAutoModerationRuleTriggerMetadata"}],"name":"AuditLogChangeData"}},{"id":5558,"name":"APIAuditLogChangeKeyTriggerType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"Returned when an auto moderation rule's trigger type is changed (only in rule creation or deletion)"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":766,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"trigger_type"},{"type":"reference","id":5577,"name":"AutoModerationRuleTriggerType"}],"name":"AuditLogChangeData"}},{"id":5539,"name":"APIAuditLogChangeKeyType","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"The type of entity created"},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":668,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"type"},{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}],"name":"AuditLogChangeData"}},{"id":5543,"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":688,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"user_limit"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5531,"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":628,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"uses"},{"type":"intrinsic","name":"number"}],"name":"AuditLogChangeData"}},{"id":5506,"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":501,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"vanity_url_code"},{"type":"intrinsic","name":"string"}],"name":"AuditLogChangeData"}},{"id":5503,"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":480,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"verification_level"},{"type":"reference","id":6254,"name":"GuildVerificationLevel"}],"name":"AuditLogChangeData"}},{"id":5511,"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":526,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_channel_id"},{"type":"reference","id":2,"name":"Snowflake"}],"name":"AuditLogChangeData"}},{"id":5510,"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":521,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"literal","value":"widget_enabled"},{"type":"intrinsic","name":"boolean"}],"name":"AuditLogChangeData"}},{"id":6011,"name":"APIButtonComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1414,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5997,"name":"APIButtonComponentWithCustomId"},{"type":"reference","id":6004,"name":"APIButtonComponentWithURL"}]}},{"id":5755,"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":316,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5695,"name":"APIGroupDMChannel"},{"type":"reference","id":5694,"name":"APIDMChannel"},{"type":"reference","id":5652,"name":"APITextChannel"},{"type":"reference","id":5653,"name":"APINewsChannel"},{"type":"reference","id":5669,"name":"APIGuildVoiceChannel"},{"type":"reference","id":5685,"name":"APIGuildStageVoiceChannel"},{"type":"reference","id":5654,"name":"APIGuildCategoryChannel"},{"type":"reference","id":5705,"name":"APIThreadChannel"},{"type":"reference","id":5653,"name":"APINewsChannel"},{"type":"reference","id":5736,"name":"APIGuildForumChannel"}]}},{"id":6517,"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":123,"character":12}],"type":{"type":"reference","id":6707,"typeArguments":[{"type":"reference","id":6516,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6518,"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":129,"character":12}],"type":{"type":"reference","id":6709,"typeArguments":[{"type":"reference","id":6516,"name":"APIChatInputApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6516,"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":117,"character":12}],"type":{"type":"reference","id":6500,"typeArguments":[{"type":"reference","id":6509,"name":"APIChatInputApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":6733,"name":"APIChatInputApplicationCommandInteractionDataResolved","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Renamed to `APIInteractionDataResolved`\n"}]},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":163,"character":12}],"type":{"type":"reference","id":6727,"name":"APIInteractionDataResolved"}},{"id":6643,"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":82,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6637,"name":"APIUserApplicationCommandDMInteraction"},{"type":"reference","id":6640,"name":"APIMessageApplicationCommandDMInteraction"}]}},{"id":6644,"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":89,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6638,"name":"APIUserApplicationCommandGuildInteraction"},{"type":"reference","id":6641,"name":"APIMessageApplicationCommandGuildInteraction"}]}},{"id":6642,"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":77,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6636,"name":"APIUserApplicationCommandInteraction"},{"type":"reference","id":6639,"name":"APIMessageApplicationCommandInteraction"}]}},{"id":6635,"name":"APIContextMenuInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-data"},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/contextMenu.ts","line":35,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6619,"name":"APIUserApplicationCommandInteractionData"},{"type":"reference","id":6626,"name":"APIMessageApplicationCommandInteractionData"}]}},{"id":5694,"name":"APIDMChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":164,"character":12}],"type":{"type":"reference","id":5686,"typeArguments":[{"type":"reference","id":5758,"name":"ChannelType.DM"}],"name":"APIDMChannelBase"}},{"id":6477,"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":6503,"name":"APIApplicationCommandDMInteraction"},{"type":"reference","id":6770,"name":"APIMessageComponentDMInteraction"},{"type":"reference","id":6669,"name":"APIApplicationCommandAutocompleteDMInteraction"},{"type":"reference","id":6783,"name":"APIModalSubmitDMInteraction"}]}},{"id":6707,"name":"APIDMInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":121,"character":12}],"typeParameter":[{"id":6708,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6690,"typeArguments":[{"type":"reference","id":6786,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":6708,"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":6708,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":5654,"name":"APIGuildCategoryChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":123,"character":12}],"type":{"type":"reference","id":5624,"typeArguments":[{"type":"reference","id":5761,"name":"ChannelType.GuildCategory"}],"name":"APIGuildChannel"}},{"id":7728,"name":"APIGuildChannelResolvable","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":41,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5755,"name":"APIChannel"},{"type":"union","types":[{"type":"reference","id":5694,"name":"APIDMChannel"},{"type":"reference","id":5695,"name":"APIGroupDMChannel"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7729,"name":"APIGuildCreatePartialChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":42,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":7728,"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"},{"type":"literal","value":"default_reaction_emoji"},{"type":"literal","value":"available_tags"},{"type":"literal","value":"default_sort_order"}]}],"name":"DistributivePick"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7730,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7732,"name":"id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/guild.ts","line":63,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":7731,"name":"name","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":62,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":7733,"name":"parent_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/guild.ts","line":64,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7734,"name":"permission_overwrites","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/guild.ts","line":65,"character":2}],"type":{"type":"array","elementType":{"type":"reference","id":7723,"name":"APIGuildCreateOverwrite"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7732,7731,7733,7734]}],"sources":[{"fileName":"rest/v9/guild.ts","line":61,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":6345,"name":"APIGuildIntegrationType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/guild.ts","line":720,"character":12}],"type":{"type":"union","types":[{"type":"literal","value":"twitch"},{"type":"literal","value":"youtube"},{"type":"literal","value":"discord"}]}},{"id":6478,"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":6504,"name":"APIApplicationCommandGuildInteraction"},{"type":"reference","id":6771,"name":"APIMessageComponentGuildInteraction"},{"type":"reference","id":6670,"name":"APIApplicationCommandAutocompleteGuildInteraction"},{"type":"reference","id":6784,"name":"APIModalSubmitGuildInteraction"}]}},{"id":6709,"name":"APIGuildInteractionWrapper","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":127,"character":12}],"typeParameter":[{"id":6710,"name":"Original","kind":131072,"kindString":"Type parameter","flags":{},"type":{"type":"reference","id":6690,"typeArguments":[{"type":"reference","id":6786,"name":"InteractionType"},{"type":"intrinsic","name":"unknown"}],"name":"APIBaseInteraction"}}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":6710,"name":"Original"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6710,"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":6458,"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":6407,"name":"APIStageInstanceGuildScheduledEvent"},{"type":"reference","id":6424,"name":"APIVoiceGuildScheduledEvent"},{"type":"reference","id":6441,"name":"APIExternalGuildScheduledEvent"}]}},{"id":5685,"name":"APIGuildStageVoiceChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":153,"character":12}],"type":{"type":"reference","id":5655,"typeArguments":[{"type":"reference","id":5766,"name":"ChannelType.GuildStageVoice"}],"name":"APIVoiceChannelBase"}},{"id":6476,"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":6785,"name":"APIPingInteraction"},{"type":"reference","id":6502,"name":"APIApplicationCommandInteraction"},{"type":"reference","id":6736,"name":"APIMessageComponentInteraction"},{"type":"reference","id":6668,"name":"APIApplicationCommandAutocompleteInteraction"},{"type":"reference","id":6782,"name":"APIModalSubmitInteraction"}]}},{"id":6792,"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":6793,"name":"APIInteractionResponsePong"},{"type":"reference","id":6801,"name":"APIInteractionResponseChannelMessageWithSource"},{"type":"reference","id":6804,"name":"APIInteractionResponseDeferredChannelMessageWithSource"},{"type":"reference","id":6807,"name":"APIInteractionResponseDeferredMessageUpdate"},{"type":"reference","id":6809,"name":"APIInteractionResponseUpdateMessage"},{"type":"reference","id":6795,"name":"APIApplicationCommandAutocompleteResponse"},{"type":"reference","id":6798,"name":"APIModalInteractionResponse"}]}},{"id":6820,"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":8195,"name":"RESTPostAPIWebhookWithTokenJSONBody"},{"type":"union","types":[{"type":"literal","value":"username"},{"type":"literal","value":"avatar_url"}]}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reflection","declaration":{"id":6821,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":6822,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":102,"character":6}],"type":{"type":"reference","id":5844,"name":"MessageFlags"}}],"groups":[{"title":"Properties","kind":1024,"children":[6822]}],"sources":[{"fileName":"payloads/v9/_interactions/responses.ts","line":102,"character":4}]}}]}},{"id":6829,"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":6196,"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":6039,"name":"APIMentionableSelectComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1497,"character":12}],"type":{"type":"reference","id":6021,"typeArguments":[{"type":"reference","id":5979,"name":"ComponentType.MentionableSelect"}],"name":"APIBaseSelectMenuComponent"}},{"id":6071,"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":1609,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6011,"name":"APIButtonComponent"},{"type":"reference","id":6048,"name":"APISelectMenuComponent"}]}},{"id":6640,"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":65,"character":12}],"type":{"type":"reference","id":6707,"typeArguments":[{"type":"reference","id":6639,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6641,"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":71,"character":12}],"type":{"type":"reference","id":6709,"typeArguments":[{"type":"reference","id":6639,"name":"APIMessageApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6639,"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":59,"character":12}],"type":{"type":"reference","id":6500,"typeArguments":[{"type":"reference","id":6626,"name":"APIMessageApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":6744,"name":"APIMessageButtonInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":57,"character":12}],"type":{"type":"reference","id":6740,"typeArguments":[{"type":"reference","id":5974,"name":"ComponentType.Button"}],"name":"APIMessageComponentBaseInteractionData"}},{"id":6068,"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":1601,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6071,"name":"APIMessageActionRowComponent"},{"type":"reference","id":5982,"typeArguments":[{"type":"reference","id":6071,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":6737,"name":"APIMessageComponentButtonInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":22,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6690,"typeArguments":[{"type":"reference","id":6789,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6744,"name":"APIMessageButtonInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6690,"typeArguments":[{"type":"reference","id":6789,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6744,"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":6770,"name":"APIMessageComponentDMInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":95,"character":12}],"type":{"type":"reference","id":6707,"typeArguments":[{"type":"reference","id":6736,"name":"APIMessageComponentInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6771,"name":"APIMessageComponentGuildInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":97,"character":12}],"type":{"type":"reference","id":6709,"typeArguments":[{"type":"reference","id":6736,"name":"APIMessageComponentInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6736,"name":"APIMessageComponentInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":11,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6690,"typeArguments":[{"type":"reference","id":6789,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6739,"name":"APIMessageComponentInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6690,"typeArguments":[{"type":"reference","id":6789,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6739,"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":6739,"name":"APIMessageComponentInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":44,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6744,"name":"APIMessageButtonInteractionData"},{"type":"reference","id":6769,"name":"APIMessageSelectMenuInteractionData"}]}},{"id":6738,"name":"APIMessageComponentSelectMenuInteraction","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":33,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6690,"typeArguments":[{"type":"reference","id":6789,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6769,"name":"APIMessageSelectMenuInteractionData"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6690,"typeArguments":[{"type":"reference","id":6789,"name":"InteractionType.MessageComponent"},{"type":"reference","id":6769,"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":7604,"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":221,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5835,"name":"APIMessageReference"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5835,"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":7605,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7606,"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":229,"character":2}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7606]}],"sources":[{"fileName":"rest/v9/channel.ts","line":223,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":6769,"name":"APIMessageSelectMenuInteractionData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/messageComponents.ts","line":88,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6745,"name":"APIMessageStringSelectInteractionData"},{"type":"reference","id":6749,"name":"APIMessageUserSelectInteractionData"},{"type":"reference","id":6754,"name":"APIMessageRoleSelectInteractionData"},{"type":"reference","id":6759,"name":"APIMessageMentionableSelectInteractionData"},{"type":"reference","id":6764,"name":"APIMessageChannelSelectInteractionData"}]}},{"id":6072,"name":"APIModalActionRowComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1612,"character":12}],"type":{"type":"reference","id":6055,"name":"APITextInputComponent"}},{"id":6069,"name":"APIModalComponent","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":1602,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6072,"name":"APIModalActionRowComponent"},{"type":"reference","id":5982,"typeArguments":[{"type":"reference","id":6072,"name":"APIModalActionRowComponent"}],"name":"APIActionRowComponent"}]}},{"id":6783,"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":44,"character":12}],"type":{"type":"reference","id":6707,"typeArguments":[{"type":"reference","id":6782,"name":"APIModalSubmitInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6784,"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":49,"character":12}],"type":{"type":"reference","id":6709,"typeArguments":[{"type":"reference","id":6782,"name":"APIModalSubmitInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6782,"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":38,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6690,"typeArguments":[{"type":"reference","id":6791,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":6779,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6690,"typeArguments":[{"type":"reference","id":6791,"name":"InteractionType.ModalSubmit"},{"type":"reference","id":6779,"name":"APIModalSubmission"}],"name":"APIBaseInteraction"},{"type":"literal","value":"data"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"}]}},{"id":5653,"name":"APINewsChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":122,"character":12}],"type":{"type":"reference","id":5636,"typeArguments":[{"type":"reference","id":5762,"name":"ChannelType.GuildAnnouncement"}],"name":"APIGuildTextChannel"}},{"id":6785,"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":6690,"typeArguments":[{"type":"reference","id":6787,"name":"InteractionType.Ping"},{"type":"intrinsic","name":"never"}],"name":"APIBaseInteraction"},{"type":"literal","value":"locale"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":6038,"name":"APIRoleSelectComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1492,"character":12}],"type":{"type":"reference","id":6021,"typeArguments":[{"type":"reference","id":5978,"name":"ComponentType.RoleSelect"}],"name":"APIBaseSelectMenuComponent"}},{"id":6048,"name":"APISelectMenuComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1512,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6029,"name":"APIStringSelectComponent"},{"type":"reference","id":6037,"name":"APIUserSelectComponent"},{"type":"reference","id":6038,"name":"APIRoleSelectComponent"},{"type":"reference","id":6039,"name":"APIMentionableSelectComponent"},{"type":"reference","id":6040,"name":"APIChannelSelectComponent"}]}},{"id":6941,"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":6921,"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":5652,"name":"APITextChannel","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":121,"character":12}],"type":{"type":"reference","id":5636,"typeArguments":[{"type":"reference","id":5757,"name":"ChannelType.GuildText"}],"name":"APIGuildTextChannel"}},{"id":6637,"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":48,"character":12}],"type":{"type":"reference","id":6707,"typeArguments":[{"type":"reference","id":6636,"name":"APIUserApplicationCommandInteraction"}],"name":"APIDMInteractionWrapper"}},{"id":6638,"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":53,"character":12}],"type":{"type":"reference","id":6709,"typeArguments":[{"type":"reference","id":6636,"name":"APIUserApplicationCommandInteraction"}],"name":"APIGuildInteractionWrapper"}},{"id":6636,"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":42,"character":12}],"type":{"type":"reference","id":6500,"typeArguments":[{"type":"reference","id":6619,"name":"APIUserApplicationCommandInteractionData"}],"name":"APIApplicationCommandInteractionWrapper"}},{"id":6735,"name":"APIUserApplicationCommandInteractionDataResolved","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"Renamed to `APIUserInteractionDataResolved`\n"}]},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":174,"character":12}],"type":{"type":"reference","id":6734,"name":"APIUserInteractionDataResolved"}},{"id":6734,"name":"APIUserInteractionDataResolved","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"`users` and optional `members` from APIInteractionDataResolved, for user commands and user selects"},"sources":[{"fileName":"payloads/v9/_interactions/base.ts","line":168,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6727,"name":"APIInteractionDataResolved"},{"type":"literal","value":"users"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Required","package":"typescript","name":"Required"},{"type":"reference","typeArguments":[{"type":"reference","id":6727,"name":"APIInteractionDataResolved"},{"type":"literal","value":"members"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":6037,"name":"APIUserSelectComponent","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/interactions/message-components#select-menus"},"sources":[{"fileName":"payloads/v9/channel.ts","line":1487,"character":12}],"type":{"type":"reference","id":6021,"typeArguments":[{"type":"reference","id":5977,"name":"ComponentType.UserSelect"}],"name":"APIBaseSelectMenuComponent"}},{"id":7513,"name":"AchievementIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1107,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7525,"name":"ImageFormat.Lottie"},{"type":"reference","id":7524,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7512,"name":"ApplicationAssetFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1106,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7525,"name":"ImageFormat.Lottie"},{"type":"reference","id":7524,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7511,"name":"ApplicationCoverFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1105,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7525,"name":"ImageFormat.Lottie"},{"type":"reference","id":7524,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7510,"name":"ApplicationIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1104,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7525,"name":"ImageFormat.Lottie"},{"type":"reference","id":7524,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":5486,"name":"AuditLogRuleTriggerType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/auditLog.ts","line":319,"character":12}],"type":{"type":"template-literal","head":"","tail":[[{"type":"reference","id":5577,"name":"AutoModerationRuleTriggerType"},""]]}},{"id":7507,"name":"DefaultUserAvatar","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1101,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"reference","id":7522,"name":"ImageFormat.PNG"}],"qualifiedName":"Extract","package":"typescript","name":"Extract"}},{"id":7500,"name":"DefaultUserAvatarAssets","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1093,"character":12}],"type":{"type":"union","types":[{"type":"literal","value":0},{"type":"literal","value":1},{"type":"literal","value":2},{"type":"literal","value":3},{"type":"literal","value":4},{"type":"literal","value":5}]}},{"id":7501,"name":"EmojiFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1095,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"reference","id":7525,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":6156,"name":"GatewayActivityAssets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-assets"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":297,"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":6152,"name":"GatewayActivityEmoji","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-emoji"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":278,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6077,"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":6077,"name":"APIEmoji"},{"type":"literal","value":"name"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}},{"id":6157,"name":"GatewayActivitySecrets","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-secrets"},"sources":[{"fileName":"payloads/v9/gateway.ts","line":304,"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":5348,"name":"GatewayActivityUpdateData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#activity-object-activity-structure"},"sources":[{"fileName":"gateway/v9.ts","line":1929,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6113,"name":"GatewayActivity"},{"type":"union","types":[{"type":"literal","value":"name"},{"type":"literal","value":"type"},{"type":"literal","value":"url"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}},{"id":4999,"name":"GatewayApplicationCommandPermissionsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#application-command-permissions-update"},"sources":[{"fileName":"gateway/v9.ts","line":567,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4877,"name":"GatewayDispatchEvents.ApplicationCommandPermissionsUpdate"},{"type":"reference","id":5000,"name":"GatewayApplicationCommandPermissionsUpdateDispatchData"}],"name":"DataPayload"}},{"id":4986,"name":"GatewayAutoModerationActionExecutionDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-action-execution"},"sources":[{"fileName":"gateway/v9.ts","line":501,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4936,"name":"GatewayDispatchEvents.AutoModerationActionExecution"},{"type":"reference","id":4987,"name":"GatewayAutoModerationActionExecutionDispatchData"}],"name":"DataPayload"}},{"id":4980,"name":"GatewayAutoModerationRuleCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create"},"sources":[{"fileName":"gateway/v9.ts","line":471,"character":12}],"type":{"type":"reference","id":4978,"name":"GatewayAutoModerationRuleModifyDispatch"}},{"id":4981,"name":"GatewayAutoModerationRuleCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create"},"sources":[{"fileName":"gateway/v9.ts","line":476,"character":12}],"type":{"type":"reference","id":4979,"name":"GatewayAutoModerationRuleModifyDispatchData"}},{"id":4984,"name":"GatewayAutoModerationRuleDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v9.ts","line":491,"character":12}],"type":{"type":"reference","id":4978,"name":"GatewayAutoModerationRuleModifyDispatch"}},{"id":4985,"name":"GatewayAutoModerationRuleDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v9.ts","line":496,"character":12}],"type":{"type":"reference","id":4979,"name":"GatewayAutoModerationRuleModifyDispatchData"}},{"id":4978,"name":"GatewayAutoModerationRuleModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v9.ts","line":454,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":4933,"name":"GatewayDispatchEvents.AutoModerationRuleCreate"},{"type":"reference","id":4934,"name":"GatewayDispatchEvents.AutoModerationRuleUpdate"},{"type":"reference","id":4935,"name":"GatewayDispatchEvents.AutoModerationRuleDelete"}]},{"type":"reference","id":4979,"name":"GatewayAutoModerationRuleModifyDispatchData"}],"name":"DataPayload"}},{"id":4979,"name":"GatewayAutoModerationRuleModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-create\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update\nhttps://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-delete"},"sources":[{"fileName":"gateway/v9.ts","line":466,"character":12}],"type":{"type":"reference","id":5565,"name":"APIAutoModerationRule"}},{"id":4982,"name":"GatewayAutoModerationRuleUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update"},"sources":[{"fileName":"gateway/v9.ts","line":481,"character":12}],"type":{"type":"reference","id":4978,"name":"GatewayAutoModerationRuleModifyDispatch"}},{"id":4983,"name":"GatewayAutoModerationRuleUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#auto-moderation-rule-update"},"sources":[{"fileName":"gateway/v9.ts","line":486,"character":12}],"type":{"type":"reference","id":4979,"name":"GatewayAutoModerationRuleModifyDispatchData"}},{"id":5007,"name":"GatewayChannelCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create"},"sources":[{"fileName":"gateway/v9.ts","line":614,"character":12}],"type":{"type":"reference","id":5005,"name":"GatewayChannelModifyDispatch"}},{"id":5008,"name":"GatewayChannelCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create"},"sources":[{"fileName":"gateway/v9.ts","line":619,"character":12}],"type":{"type":"reference","id":5006,"name":"GatewayChannelModifyDispatchData"}},{"id":5011,"name":"GatewayChannelDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v9.ts","line":634,"character":12}],"type":{"type":"reference","id":5005,"name":"GatewayChannelModifyDispatch"}},{"id":5012,"name":"GatewayChannelDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v9.ts","line":639,"character":12}],"type":{"type":"reference","id":5006,"name":"GatewayChannelModifyDispatchData"}},{"id":5005,"name":"GatewayChannelModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create\nhttps://discord.com/developers/docs/topics/gateway-events#channel-update\nhttps://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v9.ts","line":599,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":4878,"name":"GatewayDispatchEvents.ChannelCreate"},{"type":"reference","id":4879,"name":"GatewayDispatchEvents.ChannelDelete"},{"type":"reference","id":4881,"name":"GatewayDispatchEvents.ChannelUpdate"}]},{"type":"reference","id":5006,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":5006,"name":"GatewayChannelModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-create\nhttps://discord.com/developers/docs/topics/gateway-events#channel-update\nhttps://discord.com/developers/docs/topics/gateway-events#channel-delete"},"sources":[{"fileName":"gateway/v9.ts","line":609,"character":12}],"type":{"type":"reference","id":5755,"name":"APIChannel"}},{"id":5013,"name":"GatewayChannelPinsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-pins-update"},"sources":[{"fileName":"gateway/v9.ts","line":644,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4880,"name":"GatewayDispatchEvents.ChannelPinsUpdate"},{"type":"reference","id":5014,"name":"GatewayChannelPinsUpdateDispatchData"}],"name":"DataPayload"}},{"id":5009,"name":"GatewayChannelUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-update"},"sources":[{"fileName":"gateway/v9.ts","line":624,"character":12}],"type":{"type":"reference","id":5005,"name":"GatewayChannelModifyDispatch"}},{"id":5010,"name":"GatewayChannelUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#channel-update"},"sources":[{"fileName":"gateway/v9.ts","line":629,"character":12}],"type":{"type":"reference","id":5006,"name":"GatewayChannelModifyDispatchData"}},{"id":4939,"name":"GatewayDispatchPayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":282,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":4999,"name":"GatewayApplicationCommandPermissionsUpdateDispatch"},{"type":"reference","id":4978,"name":"GatewayAutoModerationRuleModifyDispatch"},{"type":"reference","id":4980,"name":"GatewayAutoModerationRuleCreateDispatch"},{"type":"reference","id":4984,"name":"GatewayAutoModerationRuleDeleteDispatch"},{"type":"reference","id":4986,"name":"GatewayAutoModerationActionExecutionDispatch"},{"type":"reference","id":5005,"name":"GatewayChannelModifyDispatch"},{"type":"reference","id":5013,"name":"GatewayChannelPinsUpdateDispatch"},{"type":"reference","id":5079,"name":"GatewayGuildBanModifyDispatch"},{"type":"reference","id":5020,"name":"GatewayGuildCreateDispatch"},{"type":"reference","id":5077,"name":"GatewayGuildDeleteDispatch"},{"type":"reference","id":5087,"name":"GatewayGuildEmojisUpdateDispatch"},{"type":"reference","id":5095,"name":"GatewayGuildIntegrationsUpdateDispatch"},{"type":"reference","id":5098,"name":"GatewayGuildMemberAddDispatch"},{"type":"reference","id":5111,"name":"GatewayGuildMemberRemoveDispatch"},{"type":"reference","id":5119,"name":"GatewayGuildMembersChunkDispatch"},{"type":"reference","id":5115,"name":"GatewayGuildMemberUpdateDispatch"},{"type":"reference","id":5018,"name":"GatewayGuildModifyDispatch"},{"type":"reference","id":5136,"name":"GatewayGuildRoleDeleteDispatch"},{"type":"reference","id":5128,"name":"GatewayGuildRoleModifyDispatch"},{"type":"reference","id":5140,"name":"GatewayGuildScheduledEventCreateDispatch"},{"type":"reference","id":5142,"name":"GatewayGuildScheduledEventUpdateDispatch"},{"type":"reference","id":5144,"name":"GatewayGuildScheduledEventDeleteDispatch"},{"type":"reference","id":5146,"name":"GatewayGuildScheduledEventUserAddDispatch"},{"type":"reference","id":5151,"name":"GatewayGuildScheduledEventUserRemoveDispatch"},{"type":"reference","id":5091,"name":"GatewayGuildStickersUpdateDispatch"},{"type":"reference","id":5156,"name":"GatewayIntegrationCreateDispatch"},{"type":"reference","id":5164,"name":"GatewayIntegrationDeleteDispatch"},{"type":"reference","id":5160,"name":"GatewayIntegrationUpdateDispatch"},{"type":"reference","id":5169,"name":"GatewayInteractionCreateDispatch"},{"type":"reference","id":5171,"name":"GatewayInviteCreateDispatch"},{"type":"reference","id":5185,"name":"GatewayInviteDeleteDispatch"},{"type":"reference","id":5190,"name":"GatewayMessageCreateDispatch"},{"type":"reference","id":5208,"name":"GatewayMessageDeleteBulkDispatch"},{"type":"reference","id":5203,"name":"GatewayMessageDeleteDispatch"},{"type":"reference","id":5213,"name":"GatewayMessageReactionAddDispatch"},{"type":"reference","id":5217,"name":"GatewayMessageReactionRemoveAllDispatch"},{"type":"reference","id":5215,"name":"GatewayMessageReactionRemoveDispatch"},{"type":"reference","id":5219,"name":"GatewayMessageReactionRemoveEmojiDispatch"},{"type":"reference","id":5192,"name":"GatewayMessageUpdateDispatch"},{"type":"reference","id":5225,"name":"GatewayPresenceUpdateDispatch"},{"type":"reference","id":5227,"name":"GatewayStageInstanceCreateDispatch"},{"type":"reference","id":5229,"name":"GatewayStageInstanceDeleteDispatch"},{"type":"reference","id":5231,"name":"GatewayStageInstanceUpdateDispatch"},{"type":"reference","id":4968,"name":"GatewayReadyDispatch"},{"type":"reference","id":4977,"name":"GatewayResumedDispatch"},{"type":"reference","id":5233,"name":"GatewayThreadListSyncDispatch"},{"type":"reference","id":5235,"name":"GatewayThreadMembersUpdateDispatch"},{"type":"reference","id":5237,"name":"GatewayThreadMemberUpdateDispatch"},{"type":"reference","id":5241,"name":"GatewayThreadModifyDispatch"},{"type":"reference","id":5267,"name":"GatewayTypingStartDispatch"},{"type":"reference","id":5274,"name":"GatewayUserUpdateDispatch"},{"type":"reference","id":5278,"name":"GatewayVoiceServerUpdateDispatch"},{"type":"reference","id":5276,"name":"GatewayVoiceStateUpdateDispatch"},{"type":"reference","id":5283,"name":"GatewayWebhooksUpdateDispatch"}]}},{"id":5083,"name":"GatewayGuildBanAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add"},"sources":[{"fileName":"gateway/v9.ts","line":816,"character":12}],"type":{"type":"reference","id":5079,"name":"GatewayGuildBanModifyDispatch"}},{"id":5084,"name":"GatewayGuildBanAddDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add"},"sources":[{"fileName":"gateway/v9.ts","line":821,"character":12}],"type":{"type":"reference","id":5080,"name":"GatewayGuildBanModifyDispatchData"}},{"id":5079,"name":"GatewayGuildBanModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-add\nhttps://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"sources":[{"fileName":"gateway/v9.ts","line":791,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":4882,"name":"GatewayDispatchEvents.GuildBanAdd"},{"type":"reference","id":4883,"name":"GatewayDispatchEvents.GuildBanRemove"}]},{"type":"reference","id":5080,"name":"GatewayGuildBanModifyDispatchData"}],"name":"DataPayload"}},{"id":5085,"name":"GatewayGuildBanRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"sources":[{"fileName":"gateway/v9.ts","line":826,"character":12}],"type":{"type":"reference","id":5079,"name":"GatewayGuildBanModifyDispatch"}},{"id":5086,"name":"GatewayGuildBanRemoveDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-ban-remove"},"sources":[{"fileName":"gateway/v9.ts","line":831,"character":12}],"type":{"type":"reference","id":5080,"name":"GatewayGuildBanModifyDispatchData"}},{"id":5020,"name":"GatewayGuildCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-create"},"sources":[{"fileName":"gateway/v9.ts","line":680,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4884,"name":"GatewayDispatchEvents.GuildCreate"},{"type":"reference","id":5021,"name":"GatewayGuildCreateDispatchData"}],"name":"DataPayload"}},{"id":5077,"name":"GatewayGuildDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-delete"},"sources":[{"fileName":"gateway/v9.ts","line":780,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4885,"name":"GatewayDispatchEvents.GuildDelete"},{"type":"reference","id":5078,"name":"GatewayGuildDeleteDispatchData"}],"name":"DataPayload"}},{"id":5078,"name":"GatewayGuildDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-delete"},"sources":[{"fileName":"gateway/v9.ts","line":785,"character":12}],"type":{"type":"reference","id":6182,"name":"APIUnavailableGuild"}},{"id":5087,"name":"GatewayGuildEmojisUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-emojis-update"},"sources":[{"fileName":"gateway/v9.ts","line":836,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4886,"name":"GatewayDispatchEvents.GuildEmojisUpdate"},{"type":"reference","id":5088,"name":"GatewayGuildEmojisUpdateDispatchData"}],"name":"DataPayload"}},{"id":5095,"name":"GatewayGuildIntegrationsUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-integrations-update"},"sources":[{"fileName":"gateway/v9.ts","line":884,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4887,"name":"GatewayDispatchEvents.GuildIntegrationsUpdate"},{"type":"reference","id":5096,"name":"GatewayGuildIntegrationsUpdateDispatchData"}],"name":"DataPayload"}},{"id":5098,"name":"GatewayGuildMemberAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-add"},"sources":[{"fileName":"gateway/v9.ts","line":902,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4888,"name":"GatewayDispatchEvents.GuildMemberAdd"},{"type":"reference","id":5099,"name":"GatewayGuildMemberAddDispatchData"}],"name":"DataPayload"}},{"id":5111,"name":"GatewayGuildMemberRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-remove"},"sources":[{"fileName":"gateway/v9.ts","line":920,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4889,"name":"GatewayDispatchEvents.GuildMemberRemove"},{"type":"reference","id":5112,"name":"GatewayGuildMemberRemoveDispatchData"}],"name":"DataPayload"}},{"id":5115,"name":"GatewayGuildMemberUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-update"},"sources":[{"fileName":"gateway/v9.ts","line":944,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4891,"name":"GatewayDispatchEvents.GuildMemberUpdate"},{"type":"reference","id":5116,"name":"GatewayGuildMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":5116,"name":"GatewayGuildMemberUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-member-update"},"sources":[{"fileName":"gateway/v9.ts","line":952,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":6317,"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":6317,"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":6317,"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":6317,"name":"APIGuildMember"},{"type":"literal","value":"joined_at"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"name":"Nullable"},{"type":"reflection","declaration":{"id":5117,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5118,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The id of the guild"},"sources":[{"fileName":"gateway/v9.ts","line":959,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5118]}],"sources":[{"fileName":"gateway/v9.ts","line":955,"character":47}]}}]}},{"id":5119,"name":"GatewayGuildMembersChunkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-members-chunk"},"sources":[{"fileName":"gateway/v9.ts","line":965,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4890,"name":"GatewayDispatchEvents.GuildMembersChunk"},{"type":"reference","id":5120,"name":"GatewayGuildMembersChunkDispatchData"}],"name":"DataPayload"}},{"id":5018,"name":"GatewayGuildModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-update"},"sources":[{"fileName":"gateway/v9.ts","line":670,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4896,"name":"GatewayDispatchEvents.GuildUpdate"},{"type":"reference","id":5019,"name":"GatewayGuildModifyDispatchData"}],"name":"DataPayload"}},{"id":5019,"name":"GatewayGuildModifyDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-update"},"sources":[{"fileName":"gateway/v9.ts","line":675,"character":12}],"type":{"type":"reference","id":6196,"name":"APIGuild"}},{"id":5132,"name":"GatewayGuildRoleCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create"},"sources":[{"fileName":"gateway/v9.ts","line":1039,"character":12}],"type":{"type":"reference","id":5128,"name":"GatewayGuildRoleModifyDispatch"}},{"id":5133,"name":"GatewayGuildRoleCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create"},"sources":[{"fileName":"gateway/v9.ts","line":1044,"character":12}],"type":{"type":"reference","id":5129,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":5136,"name":"GatewayGuildRoleDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1059,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4893,"name":"GatewayDispatchEvents.GuildRoleDelete"},{"type":"reference","id":5137,"name":"GatewayGuildRoleDeleteDispatchData"}],"name":"DataPayload"}},{"id":5128,"name":"GatewayGuildRoleModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-create\nhttps://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"sources":[{"fileName":"gateway/v9.ts","line":1014,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":4892,"name":"GatewayDispatchEvents.GuildRoleCreate"},{"type":"reference","id":4894,"name":"GatewayDispatchEvents.GuildRoleUpdate"}]},{"type":"reference","id":5129,"name":"GatewayGuildRoleModifyDispatchData"}],"name":"DataPayload"}},{"id":5134,"name":"GatewayGuildRoleUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"sources":[{"fileName":"gateway/v9.ts","line":1049,"character":12}],"type":{"type":"reference","id":5128,"name":"GatewayGuildRoleModifyDispatch"}},{"id":5135,"name":"GatewayGuildRoleUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-role-update"},"sources":[{"fileName":"gateway/v9.ts","line":1054,"character":12}],"type":{"type":"reference","id":5129,"name":"GatewayGuildRoleModifyDispatchData"}},{"id":5140,"name":"GatewayGuildScheduledEventCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1078,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4928,"name":"GatewayDispatchEvents.GuildScheduledEventCreate"},{"type":"reference","id":5141,"name":"GatewayGuildScheduledEventCreateDispatchData"}],"name":"DataPayload"}},{"id":5141,"name":"GatewayGuildScheduledEventCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1083,"character":12}],"type":{"type":"reference","id":6458,"name":"APIGuildScheduledEvent"}},{"id":5144,"name":"GatewayGuildScheduledEventDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1092,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4930,"name":"GatewayDispatchEvents.GuildScheduledEventDelete"},{"type":"reference","id":5145,"name":"GatewayGuildScheduledEventDeleteDispatchData"}],"name":"DataPayload"}},{"id":5145,"name":"GatewayGuildScheduledEventDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1097,"character":12}],"type":{"type":"reference","id":6458,"name":"APIGuildScheduledEvent"}},{"id":5142,"name":"GatewayGuildScheduledEventUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1085,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4929,"name":"GatewayDispatchEvents.GuildScheduledEventUpdate"},{"type":"reference","id":5143,"name":"GatewayGuildScheduledEventUpdateDispatchData"}],"name":"DataPayload"}},{"id":5143,"name":"GatewayGuildScheduledEventUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1090,"character":12}],"type":{"type":"reference","id":6458,"name":"APIGuildScheduledEvent"}},{"id":5146,"name":"GatewayGuildScheduledEventUserAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1099,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4931,"name":"GatewayDispatchEvents.GuildScheduledEventUserAdd"},{"type":"reference","id":5147,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":5151,"name":"GatewayGuildScheduledEventUserRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1110,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4932,"name":"GatewayDispatchEvents.GuildScheduledEventUserRemove"},{"type":"reference","id":5147,"name":"GatewayGuildScheduledEventUserAddDispatchData"}],"name":"DataPayload"}},{"id":5091,"name":"GatewayGuildStickersUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-stickers-update"},"sources":[{"fileName":"gateway/v9.ts","line":860,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4895,"name":"GatewayDispatchEvents.GuildStickersUpdate"},{"type":"reference","id":5092,"name":"GatewayGuildStickersUpdateDispatchData"}],"name":"DataPayload"}},{"id":5075,"name":"GatewayGuildUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-update"},"sources":[{"fileName":"gateway/v9.ts","line":770,"character":12}],"type":{"type":"reference","id":5018,"name":"GatewayGuildModifyDispatch"}},{"id":5076,"name":"GatewayGuildUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#guild-update"},"sources":[{"fileName":"gateway/v9.ts","line":775,"character":12}],"type":{"type":"reference","id":5019,"name":"GatewayGuildModifyDispatchData"}},{"id":5290,"name":"GatewayHeartbeatData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway#sending-heartbeats"},"sources":[{"fileName":"gateway/v9.ts","line":1708,"character":12}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":5156,"name":"GatewayIntegrationCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-create"},"sources":[{"fileName":"gateway/v9.ts","line":1124,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4897,"name":"GatewayDispatchEvents.IntegrationCreate"},{"type":"reference","id":5157,"name":"GatewayIntegrationCreateDispatchData"}],"name":"DataPayload"}},{"id":5157,"name":"GatewayIntegrationCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-create"},"sources":[{"fileName":"gateway/v9.ts","line":1132,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6328,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":5158,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5159,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1132,"character":75}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5159]}],"sources":[{"fileName":"gateway/v9.ts","line":1132,"character":73}]}}]}},{"id":5164,"name":"GatewayIntegrationDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-update"},"sources":[{"fileName":"gateway/v9.ts","line":1150,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4898,"name":"GatewayDispatchEvents.IntegrationDelete"},{"type":"reference","id":5165,"name":"GatewayIntegrationDeleteDispatchData"}],"name":"DataPayload"}},{"id":5160,"name":"GatewayIntegrationUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-update"},"sources":[{"fileName":"gateway/v9.ts","line":1137,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4899,"name":"GatewayDispatchEvents.IntegrationUpdate"},{"type":"reference","id":5161,"name":"GatewayIntegrationUpdateDispatchData"}],"name":"DataPayload"}},{"id":5161,"name":"GatewayIntegrationUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#integration-update"},"sources":[{"fileName":"gateway/v9.ts","line":1145,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":6328,"name":"APIGuildIntegration"},{"type":"reflection","declaration":{"id":5162,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5163,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1145,"character":75}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5163]}],"sources":[{"fileName":"gateway/v9.ts","line":1145,"character":73}]}}]}},{"id":5169,"name":"GatewayInteractionCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#interaction-create"},"sources":[{"fileName":"gateway/v9.ts","line":1176,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4900,"name":"GatewayDispatchEvents.InteractionCreate"},{"type":"reference","id":5170,"name":"GatewayInteractionCreateDispatchData"}],"name":"DataPayload"}},{"id":5170,"name":"GatewayInteractionCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#interaction-create"},"sources":[{"fileName":"gateway/v9.ts","line":1184,"character":12}],"type":{"type":"reference","id":6476,"name":"APIInteraction"}},{"id":4962,"name":"GatewayInvalidSessionData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invalid-session"},"sources":[{"fileName":"gateway/v9.ts","line":385,"character":12}],"type":{"type":"intrinsic","name":"boolean"}},{"id":5171,"name":"GatewayInviteCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-create"},"sources":[{"fileName":"gateway/v9.ts","line":1189,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4901,"name":"GatewayDispatchEvents.InviteCreate"},{"type":"reference","id":5172,"name":"GatewayInviteCreateDispatchData"}],"name":"DataPayload"}},{"id":5185,"name":"GatewayInviteDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#invite-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1259,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4902,"name":"GatewayDispatchEvents.InviteDelete"},{"type":"reference","id":5186,"name":"GatewayInviteDeleteDispatchData"}],"name":"DataPayload"}},{"id":5190,"name":"GatewayMessageCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-create"},"sources":[{"fileName":"gateway/v9.ts","line":1287,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4903,"name":"GatewayDispatchEvents.MessageCreate"},{"type":"reference","id":5191,"name":"GatewayMessageCreateDispatchData"}],"name":"DataPayload"}},{"id":5191,"name":"GatewayMessageCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-create"},"sources":[{"fileName":"gateway/v9.ts","line":1295,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5776,"name":"APIMessage"},{"type":"literal","value":"mentions"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","id":5197,"name":"GatewayMessageEventExtraFields"}]}},{"id":5208,"name":"GatewayMessageDeleteBulkDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete-bulk"},"sources":[{"fileName":"gateway/v9.ts","line":1375,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4905,"name":"GatewayDispatchEvents.MessageDeleteBulk"},{"type":"reference","id":5209,"name":"GatewayMessageDeleteBulkDispatchData"}],"name":"DataPayload"}},{"id":5203,"name":"GatewayMessageDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1349,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4904,"name":"GatewayDispatchEvents.MessageDelete"},{"type":"reference","id":5204,"name":"GatewayMessageDeleteDispatchData"}],"name":"DataPayload"}},{"id":5213,"name":"GatewayMessageReactionAddDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-add"},"sources":[{"fileName":"gateway/v9.ts","line":1401,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4906,"name":"GatewayDispatchEvents.MessageReactionAdd"}],"name":"ReactionData"}},{"id":5214,"name":"GatewayMessageReactionAddDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-add"},"sources":[{"fileName":"gateway/v9.ts","line":1406,"character":12}],"type":{"type":"indexedAccess","indexType":{"type":"literal","value":"d"},"objectType":{"type":"reference","id":5213,"name":"GatewayMessageReactionAddDispatch"}}},{"id":5217,"name":"GatewayMessageReactionRemoveAllDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-all"},"sources":[{"fileName":"gateway/v9.ts","line":1421,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4908,"name":"GatewayDispatchEvents.MessageReactionRemoveAll"},{"type":"reference","id":5218,"name":"GatewayMessageReactionRemoveAllDispatchData"}],"name":"DataPayload"}},{"id":5218,"name":"GatewayMessageReactionRemoveAllDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-all"},"sources":[{"fileName":"gateway/v9.ts","line":1429,"character":12}],"type":{"type":"reference","name":"MessageReactionRemoveData"}},{"id":5215,"name":"GatewayMessageReactionRemoveDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove"},"sources":[{"fileName":"gateway/v9.ts","line":1411,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4907,"name":"GatewayDispatchEvents.MessageReactionRemove"},{"type":"literal","value":"member"}],"name":"ReactionData"}},{"id":5216,"name":"GatewayMessageReactionRemoveDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove"},"sources":[{"fileName":"gateway/v9.ts","line":1416,"character":12}],"type":{"type":"indexedAccess","indexType":{"type":"literal","value":"d"},"objectType":{"type":"reference","id":5215,"name":"GatewayMessageReactionRemoveDispatch"}}},{"id":5219,"name":"GatewayMessageReactionRemoveEmojiDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-reaction-remove-emoji"},"sources":[{"fileName":"gateway/v9.ts","line":1434,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4909,"name":"GatewayDispatchEvents.MessageReactionRemoveEmoji"},{"type":"reference","id":5220,"name":"GatewayMessageReactionRemoveEmojiDispatchData"}],"name":"DataPayload"}},{"id":5192,"name":"GatewayMessageUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-update"},"sources":[{"fileName":"gateway/v9.ts","line":1300,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4910,"name":"GatewayDispatchEvents.MessageUpdate"},{"type":"reference","id":5193,"name":"GatewayMessageUpdateDispatchData"}],"name":"DataPayload"}},{"id":5193,"name":"GatewayMessageUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#message-update"},"sources":[{"fileName":"gateway/v9.ts","line":1308,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5776,"name":"APIMessage"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"mentions"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","id":5197,"name":"GatewayMessageEventExtraFields"},{"type":"reflection","declaration":{"id":5194,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5196,"name":"channel_id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the channel the message was sent in"},"sources":[{"fileName":"gateway/v9.ts","line":1317,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":5195,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"ID of the message"},"sources":[{"fileName":"gateway/v9.ts","line":1313,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5196,5195]}],"sources":[{"fileName":"gateway/v9.ts","line":1309,"character":34}]}}]}},{"id":5225,"name":"GatewayPresenceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#presence-update"},"sources":[{"fileName":"gateway/v9.ts","line":1452,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4911,"name":"GatewayDispatchEvents.PresenceUpdate"},{"type":"reference","id":5226,"name":"GatewayPresenceUpdateDispatchData"}],"name":"DataPayload"}},{"id":5226,"name":"GatewayPresenceUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#presence-update"},"sources":[{"fileName":"gateway/v9.ts","line":1460,"character":12}],"type":{"type":"reference","id":6097,"name":"RawGatewayPresenceUpdate"}},{"id":4968,"name":"GatewayReadyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#ready"},"sources":[{"fileName":"gateway/v9.ts","line":398,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4915,"name":"GatewayDispatchEvents.Ready"},{"type":"reference","id":4969,"name":"GatewayReadyDispatchData"}],"name":"DataPayload"}},{"id":4938,"name":"GatewayReceivePayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":274,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":4940,"name":"GatewayHello"},{"type":"reference","id":4947,"name":"GatewayHeartbeatRequest"},{"type":"reference","id":4952,"name":"GatewayHeartbeatAck"},{"type":"reference","id":4957,"name":"GatewayInvalidSession"},{"type":"reference","id":4963,"name":"GatewayReconnect"},{"type":"reference","id":4939,"name":"GatewayDispatchPayload"}]}},{"id":5331,"name":"GatewayRequestGuildMembersData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#request-guild-members"},"sources":[{"fileName":"gateway/v9.ts","line":1858,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5320,"name":"GatewayRequestGuildMembersDataWithUserIds"},{"type":"reference","id":5325,"name":"GatewayRequestGuildMembersDataWithQuery"}]}},{"id":4977,"name":"GatewayResumedDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#resumed"},"sources":[{"fileName":"gateway/v9.ts","line":447,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4916,"name":"GatewayDispatchEvents.Resumed"},{"type":"intrinsic","name":"never"}],"name":"DataPayload"}},{"id":4937,"name":"GatewaySendPayload","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":266,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5287,"name":"GatewayHeartbeat"},{"type":"reference","id":5291,"name":"GatewayIdentify"},{"type":"reference","id":5340,"name":"GatewayUpdatePresence"},{"type":"reference","id":5332,"name":"GatewayVoiceStateUpdate"},{"type":"reference","id":5306,"name":"GatewayResume"},{"type":"reference","id":5313,"name":"GatewayRequestGuildMembers"}]}},{"id":5227,"name":"GatewayStageInstanceCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-create"},"sources":[{"fileName":"gateway/v9.ts","line":1465,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4912,"name":"GatewayDispatchEvents.StageInstanceCreate"},{"type":"reference","id":5228,"name":"GatewayStageInstanceCreateDispatchData"}],"name":"DataPayload"}},{"id":5228,"name":"GatewayStageInstanceCreateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-create"},"sources":[{"fileName":"gateway/v9.ts","line":1473,"character":12}],"type":{"type":"reference","id":6905,"name":"APIStageInstance"}},{"id":5229,"name":"GatewayStageInstanceDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1478,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4913,"name":"GatewayDispatchEvents.StageInstanceDelete"},{"type":"reference","id":5230,"name":"GatewayStageInstanceDeleteDispatchData"}],"name":"DataPayload"}},{"id":5230,"name":"GatewayStageInstanceDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1486,"character":12}],"type":{"type":"reference","id":6905,"name":"APIStageInstance"}},{"id":5231,"name":"GatewayStageInstanceUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-update"},"sources":[{"fileName":"gateway/v9.ts","line":1491,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4914,"name":"GatewayDispatchEvents.StageInstanceUpdate"},{"type":"reference","id":5232,"name":"GatewayStageInstanceUpdateDispatchData"}],"name":"DataPayload"}},{"id":5232,"name":"GatewayStageInstanceUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#stage-instance-update"},"sources":[{"fileName":"gateway/v9.ts","line":1499,"character":12}],"type":{"type":"reference","id":6905,"name":"APIStageInstance"}},{"id":5242,"name":"GatewayThreadCreateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-create"},"sources":[{"fileName":"gateway/v9.ts","line":1553,"character":12}],"type":{"type":"reference","id":5005,"name":"GatewayChannelModifyDispatch"}},{"id":5265,"name":"GatewayThreadDeleteDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1578,"character":12}],"type":{"type":"reference","id":5005,"name":"GatewayChannelModifyDispatch"}},{"id":5266,"name":"GatewayThreadDeleteDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1583,"character":12}],"type":{"type":"reference","id":5006,"name":"GatewayChannelModifyDispatchData"}},{"id":5233,"name":"GatewayThreadListSyncDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-list-sync"},"sources":[{"fileName":"gateway/v9.ts","line":1504,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4919,"name":"GatewayDispatchEvents.ThreadListSync"},{"type":"reference","id":5234,"name":"GatewayThreadListSyncDispatchData"}],"name":"DataPayload"}},{"id":5234,"name":"GatewayThreadListSyncDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-list-sync"},"sources":[{"fileName":"gateway/v9.ts","line":1512,"character":12}],"type":{"type":"reference","id":6171,"name":"RawGatewayThreadListSync"}},{"id":5237,"name":"GatewayThreadMemberUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-member-update"},"sources":[{"fileName":"gateway/v9.ts","line":1530,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4921,"name":"GatewayDispatchEvents.ThreadMemberUpdate"},{"type":"reference","id":5238,"name":"GatewayThreadMemberUpdateDispatchData"}],"name":"DataPayload"}},{"id":5238,"name":"GatewayThreadMemberUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-member-update"},"sources":[{"fileName":"gateway/v9.ts","line":1538,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":5881,"name":"APIThreadMember"},{"type":"reflection","declaration":{"id":5239,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":5240,"name":"guild_id","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"gateway/v9.ts","line":1538,"character":72}],"type":{"type":"reference","id":2,"name":"Snowflake"}}],"groups":[{"title":"Properties","kind":1024,"children":[5240]}],"sources":[{"fileName":"gateway/v9.ts","line":1538,"character":70}]}}]}},{"id":5235,"name":"GatewayThreadMembersUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-members-update"},"sources":[{"fileName":"gateway/v9.ts","line":1517,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4920,"name":"GatewayDispatchEvents.ThreadMembersUpdate"},{"type":"reference","id":5236,"name":"GatewayThreadMembersUpdateDispatchData"}],"name":"DataPayload"}},{"id":5236,"name":"GatewayThreadMembersUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-members-update"},"sources":[{"fileName":"gateway/v9.ts","line":1525,"character":12}],"type":{"type":"reference","id":6176,"name":"RawGatewayThreadMembersUpdate"}},{"id":5241,"name":"GatewayThreadModifyDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-create\nhttps://discord.com/developers/docs/topics/gateway-events#thread-update\nhttps://discord.com/developers/docs/topics/gateway-events#thread-delete"},"sources":[{"fileName":"gateway/v9.ts","line":1545,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","id":4917,"name":"GatewayDispatchEvents.ThreadCreate"},{"type":"reference","id":4918,"name":"GatewayDispatchEvents.ThreadDelete"},{"type":"reference","id":4922,"name":"GatewayDispatchEvents.ThreadUpdate"}]},{"type":"reference","id":5006,"name":"GatewayChannelModifyDispatchData"}],"name":"DataPayload"}},{"id":5263,"name":"GatewayThreadUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-update"},"sources":[{"fileName":"gateway/v9.ts","line":1568,"character":12}],"type":{"type":"reference","id":5005,"name":"GatewayChannelModifyDispatch"}},{"id":5264,"name":"GatewayThreadUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#thread-update"},"sources":[{"fileName":"gateway/v9.ts","line":1573,"character":12}],"type":{"type":"reference","id":5006,"name":"GatewayChannelModifyDispatchData"}},{"id":5267,"name":"GatewayTypingStartDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#typing-start"},"sources":[{"fileName":"gateway/v9.ts","line":1588,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4923,"name":"GatewayDispatchEvents.TypingStart"},{"type":"reference","id":5268,"name":"GatewayTypingStartDispatchData"}],"name":"DataPayload"}},{"id":5274,"name":"GatewayUserUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#user-update"},"sources":[{"fileName":"gateway/v9.ts","line":1621,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4924,"name":"GatewayDispatchEvents.UserUpdate"},{"type":"reference","id":5275,"name":"GatewayUserUpdateDispatchData"}],"name":"DataPayload"}},{"id":5275,"name":"GatewayUserUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#user-update"},"sources":[{"fileName":"gateway/v9.ts","line":1626,"character":12}],"type":{"type":"reference","id":6992,"name":"APIUser"}},{"id":5278,"name":"GatewayVoiceServerUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-server-update"},"sources":[{"fileName":"gateway/v9.ts","line":1644,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4925,"name":"GatewayDispatchEvents.VoiceServerUpdate"},{"type":"reference","id":5279,"name":"GatewayVoiceServerUpdateDispatchData"}],"name":"DataPayload"}},{"id":5276,"name":"GatewayVoiceStateUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-state-update"},"sources":[{"fileName":"gateway/v9.ts","line":1631,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4926,"name":"GatewayDispatchEvents.VoiceStateUpdate"},{"type":"reference","id":5277,"name":"GatewayVoiceStateUpdateDispatchData"}],"name":"DataPayload"}},{"id":5277,"name":"GatewayVoiceStateUpdateDispatchData","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#voice-state-update"},"sources":[{"fileName":"gateway/v9.ts","line":1639,"character":12}],"type":{"type":"reference","id":7063,"name":"GatewayVoiceState"}},{"id":5283,"name":"GatewayWebhooksUpdateDispatch","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/gateway-events#webhooks-update"},"sources":[{"fileName":"gateway/v9.ts","line":1674,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":4927,"name":"GatewayDispatchEvents.WebhooksUpdate"},{"type":"reference","id":5284,"name":"GatewayWebhooksUpdateDispatchData"}],"name":"DataPayload"}},{"id":8175,"name":"GetAPIVoiceRegionsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"tags":[{"tag":"deprecated","text":"This was exported with the wrong name, use `RESTGetAPIVoiceRegionsResult` instead\n"}]},"sources":[{"fileName":"rest/v9/voice.ts","line":11,"character":12}],"type":{"type":"reference","id":8174,"name":"RESTGetAPIVoiceRegionsResult"}},{"id":7505,"name":"GuildBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1099,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"reference","id":7525,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":5615,"name":"GuildChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":53,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5756,"name":"ChannelType"},{"type":"union","types":[{"type":"reference","id":5758,"name":"ChannelType.DM"},{"type":"reference","id":5760,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7504,"name":"GuildDiscoverySplashFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1098,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7525,"name":"ImageFormat.Lottie"},{"type":"reference","id":7524,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7502,"name":"GuildIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1096,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"reference","id":7525,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7509,"name":"GuildMemberAvatarFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1103,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"reference","id":7525,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7519,"name":"GuildMemberBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1113,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"reference","id":7525,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7518,"name":"GuildScheduledEventCoverFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1112,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7525,"name":"ImageFormat.Lottie"},{"type":"reference","id":7524,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7503,"name":"GuildSplashFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1097,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7525,"name":"ImageFormat.Lottie"},{"type":"reference","id":7524,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":5635,"name":"GuildTextChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":101,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5614,"name":"TextChannelType"},{"type":"union","types":[{"type":"reference","id":5758,"name":"ChannelType.DM"},{"type":"reference","id":5760,"name":"ChannelType.GroupDM"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":6671,"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":6317,"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":7565,"name":"RESTDeleteAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#delete-auto-moderation-rule"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":84,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7632,"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":356,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7626,"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":325,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7633,"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":361,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7647,"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":435,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7627,"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":330,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7667,"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":545,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7674,"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":580,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7680,"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":604,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":7596,"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":182,"character":12}],"type":{"type":"reference","id":5755,"name":"APIChannel"}},{"id":7700,"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":690,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8169,"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":7850,"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":603,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7720,"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":7893,"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":799,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7837,"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":541,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7836,"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":536,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7790,"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":316,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7877,"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":722,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7951,"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":8132,"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":8148,"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":6964,"name":"APITemplate"}},{"id":8008,"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":248,"character":12}],"type":{"type":"reference","id":8229,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":7998,"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":201,"character":12}],"type":{"type":"reference","id":8229,"name":"RESTDeleteAPIWebhookWithTokenMessageResult"}},{"id":8021,"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":6830,"name":"APIInvite"}},{"id":8114,"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":8193,"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":8229,"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":276,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8194,"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":8010,"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":258,"character":12}],"type":{"type":"reference","id":6645,"name":"APIGuildApplicationCommandPermissions"}},{"id":7961,"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":40,"character":12}],"type":{"type":"reference","id":6479,"name":"APIApplicationCommand"}},{"id":7960,"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":35,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6479,"name":"APIApplicationCommand"}}},{"id":7983,"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":119,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6479,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7981,"name":"RESTGetAPIApplicationGuildCommandsQuery","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":109,"character":12}],"type":{"type":"reference","id":7958,"name":"RESTGetAPIApplicationCommandsQuery"}},{"id":7982,"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":114,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6479,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":7549,"name":"RESTGetAPIAuditLogResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/auditLog.ts","line":28,"character":12}],"type":{"type":"reference","id":5400,"name":"APIAuditLog"}},{"id":7551,"name":"RESTGetAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#get-auto-moderation-rule"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":19,"character":12}],"type":{"type":"reference","id":5565,"name":"APIAutoModerationRule"}},{"id":7550,"name":"RESTGetAPIAutoModerationRulesResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#list-auto-moderation-rules-for-guild"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":14,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5565,"name":"APIAutoModerationRule"}}},{"id":7656,"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":486,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6846,"name":"APIExtendedInvite"}}},{"id":7631,"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":351,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6992,"name":"APIUser"}}},{"id":7603,"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":216,"character":12}],"type":{"type":"reference","id":5776,"name":"APIMessage"}},{"id":7602,"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":211,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5776,"name":"APIMessage"}}},{"id":7672,"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":570,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5776,"name":"APIMessage"}}},{"id":7571,"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":35,"character":12}],"type":{"type":"reference","id":5755,"name":"APIChannel"}},{"id":7701,"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":695,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5881,"name":"APIThreadMember"}}},{"id":7705,"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":716,"character":12}],"type":{"type":"reference","id":5887,"name":"APIThreadList"}},{"id":7706,"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":721,"character":12}],"type":{"type":"reference","id":5887,"name":"APIThreadList"}},{"id":8181,"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":7083,"name":"APIWebhook"}}},{"id":8173,"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":7031,"name":"APIConnection"}}},{"id":8168,"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":8161,"name":"RESTAPIPartialCurrentUserGuild"}}},{"id":8149,"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":6992,"name":"APIUser"}},{"id":7722,"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":6088,"name":"APIGatewayBotInfo"}},{"id":7721,"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":6086,"name":"APIGatewayInfo"}},{"id":8009,"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":253,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6645,"name":"APIGuildApplicationCommandPermissions"}}},{"id":7843,"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":571,"character":12}],"type":{"type":"reference","id":6358,"name":"APIBan"}},{"id":7838,"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":546,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6358,"name":"APIBan"}}},{"id":7791,"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":321,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":5755,"name":"APIChannel"}}},{"id":7708,"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":6077,"name":"APIEmoji"}},{"id":7707,"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":6077,"name":"APIEmoji"}}},{"id":7892,"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":794,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6328,"name":"APIGuildIntegration"}}},{"id":7891,"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":789,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6846,"name":"APIExtendedInvite"}}},{"id":7802,"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":370,"character":12}],"type":{"type":"reference","id":6317,"name":"APIGuildMember"}},{"id":7904,"name":"RESTGetAPIGuildMemberVerificationResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":847,"character":12}],"type":{"type":"reference","id":6396,"name":"APIGuildMembershipScreening"}},{"id":7806,"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":393,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6317,"name":"APIGuildMember"}}},{"id":7810,"name":"RESTGetAPIGuildMembersSearchResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":411,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6317,"name":"APIGuildMember"}}},{"id":7766,"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":202,"character":12}],"type":{"type":"reference","id":6302,"name":"APIGuildPreview"}},{"id":7765,"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":197,"character":12}],"type":{"type":"reference","id":6196,"name":"APIGuild"}},{"id":7851,"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":608,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6889,"name":"APIRole"}}},{"id":7944,"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":6458,"name":"APIGuildScheduledEvent"}},{"id":7957,"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":6472,"name":"APIGuildScheduledEventUser"}}},{"id":7929,"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":6458,"name":"APIGuildScheduledEvent"}}},{"id":8119,"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":6921,"name":"APISticker"}},{"id":8118,"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":6921,"name":"APISticker"}}},{"id":8139,"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":6964,"name":"APITemplate"}}},{"id":7801,"name":"RESTGetAPIGuildThreadsResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#list-active-guild-threads"},"sources":[{"fileName":"rest/v9/guild.ts","line":365,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":5887,"name":"APIThreadList"},{"type":"literal","value":"has_more"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7890,"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":784,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":7077,"name":"APIVoiceRegion"}}},{"id":8182,"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":7083,"name":"APIWebhook"}}},{"id":7922,"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":911,"character":12}],"type":{"type":"reference","id":6388,"name":"APIGuildWelcomeScreen"}},{"id":7903,"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":845,"character":12}],"type":{"type":"reference","qualifiedName":"ArrayBuffer","package":"typescript","name":"ArrayBuffer"}},{"id":7897,"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":819,"character":12}],"type":{"type":"reference","id":6361,"name":"APIGuildWidget"}},{"id":7894,"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":804,"character":12}],"type":{"type":"reference","id":6314,"name":"APIGuildWidgetSettings"}},{"id":8004,"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":228,"character":12}],"type":{"type":"reference","id":8221,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":7994,"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":181,"character":12}],"type":{"type":"reference","id":8221,"name":"RESTGetAPIWebhookWithTokenMessageResult"}},{"id":8020,"name":"RESTGetAPIInviteResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/invite.ts","line":22,"character":12}],"type":{"type":"reference","id":6830,"name":"APIInvite"}},{"id":8022,"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":5360,"name":"APIApplication"},{"type":"literal","value":"flags"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":8108,"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":6905,"name":"APIStageInstance"}},{"id":8115,"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":6921,"name":"APISticker"}},{"id":8133,"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":6964,"name":"APITemplate"}},{"id":8150,"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":6992,"name":"APIUser"}},{"id":8174,"name":"RESTGetAPIVoiceRegionsResult","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":7077,"name":"APIVoiceRegion"}}},{"id":8183,"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":7083,"name":"APIWebhook"}},{"id":8221,"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":238,"character":12}],"type":{"type":"reference","id":5776,"name":"APIMessage"}},{"id":8184,"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":7083,"name":"APIWebhook"},{"type":"literal","value":"user"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":8151,"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":6317,"name":"APIGuildMember"}},{"id":8063,"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":8044,"name":"RESTPostOAuth2AccessTokenResult"},{"type":"literal","value":"refresh_token"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7977,"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":89,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7975,"name":"RESTPostAPIApplicationCommandsJSONBody"}],"name":"StrictPartial"}},{"id":7978,"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":94,"character":12}],"type":{"type":"reference","id":6479,"name":"APIApplicationCommand"}},{"id":7986,"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":136,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"union","types":[{"type":"reference","typeArguments":[{"type":"reference","id":7962,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":7966,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]}],"name":"StrictPartial"}},{"id":7987,"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":144,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6479,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7563,"name":"RESTPatchAPIAutoModerationRuleJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#modify-auto-moderation-rule"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":71,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":7552,"name":"RESTPostAPIAutoModerationRuleJSONBody"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"trigger_type"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7564,"name":"RESTPatchAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#modify-auto-moderation-rule"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":79,"character":12}],"type":{"type":"reference","id":5565,"name":"APIAutoModerationRule"}},{"id":7572,"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":40,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7573,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7586,"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":122,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7587,"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":128,"character":1}],"type":{"type":"reference","id":5876,"name":"ThreadAutoArchiveDuration"}},{"id":7591,"name":"available_tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The set of tags that can be used in a forum channel; limited to 20","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":152,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5724,"name":"APIGuildForumTag"}}},{"id":7580,"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":86,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7589,"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":140,"character":1}],"type":{"type":"reference","id":5876,"name":"ThreadAutoArchiveDuration"}},{"id":7592,"name":"default_reaction_emoji","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The emoji to show in the add reaction button on a thread in a forum channel","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":158,"character":1}],"type":{"type":"reference","id":5730,"name":"APIGuildForumDefaultReactionEmoji"}},{"id":7594,"name":"default_sort_order","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The default sort order type used to order posts in forum channels","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":171,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5733,"name":"SortOrderType"},{"type":"literal","value":null}]}},{"id":7593,"name":"default_thread_rate_limit_per_user","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The initial `rate_limit_per_user` to set on newly created threads in a channel.\nThis field is copied to the thread at creation time and does not live update","text":"Channel types: forum\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":165,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7590,"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":146,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7588,"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":134,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7574,"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":46,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7578,"name":"nsfw","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the channel is nsfw","text":"Channel types: text, voice, news, forum\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":72,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7583,"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, voice, news\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":104,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7582,"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":98,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":7566,"name":"APIChannelPatchOverwrite"}},{"type":"literal","value":null}]}},{"id":7576,"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":60,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7579,"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, forum\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":80,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7584,"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":110,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7577,"name":"topic","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"0-1024 character channel topic (0-4096 characters for forum channels)","text":"Channel types: text, news, forum\n"},"sources":[{"fileName":"rest/v9/channel.ts","line":66,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7575,"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":54,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5762,"name":"ChannelType.GuildAnnouncement"},{"type":"reference","id":5757,"name":"ChannelType.GuildText"}]}},{"id":7581,"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":92,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7585,"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":116,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5773,"name":"VideoQualityMode"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7586,7587,7591,7580,7589,7592,7594,7593,7590,7588,7574,7578,7583,7582,7576,7579,7584,7577,7575,7581,7585]}],"sources":[{"fileName":"rest/v9/channel.ts","line":40,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7643,"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":418,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":7644,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7645,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/channel.ts","line":423,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7645]}],"sources":[{"fileName":"rest/v9/channel.ts","line":419,"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":7634,"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":7634,"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":366,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7635,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7640,"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":398,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5964,"name":"APIAllowedMentions"},{"type":"literal","value":null}]}},{"id":7641,"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":406,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5944,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5944,"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":7642,"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":412,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":5982,"typeArguments":[{"type":"reference","id":6071,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}},{"type":"literal","value":null}]}},{"id":7636,"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":370,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7638,"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":383,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5891,"name":"APIEmbed"},{"type":"literal","value":null}]}},{"id":7637,"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":376,"character":1}],"type":{"type":"union","types":[{"type":"array","elementType":{"type":"reference","id":5891,"name":"APIEmbed"}},{"type":"literal","value":null}]}},{"id":7639,"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":392,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":5844,"name":"MessageFlags"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7640,7641,7642,7636,7638,7637,7639]}],"sources":[{"fileName":"rest/v9/channel.ts","line":366,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7646,"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":430,"character":12}],"type":{"type":"reference","id":5776,"name":"APIMessage"}},{"id":7595,"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":177,"character":12}],"type":{"type":"reference","id":5755,"name":"APIChannel"}},{"id":7831,"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":511,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7832,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7833,"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":517,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7833]}],"sources":[{"fileName":"rest/v9/guild.ts","line":511,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7828,"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":499,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7829,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7830,"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":505,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7830]}],"sources":[{"fileName":"rest/v9/guild.ts","line":499,"character":114}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7834,"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":525,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7828,"name":"RESTPatchAPICurrentGuildMemberNicknameJSONBody"}],"name":"StrictRequired"}},{"id":8152,"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":8153,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8155,"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":8154,"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":[8155,8154]}],"sources":[{"fileName":"rest/v9/user.ts","line":23,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8156,"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":6992,"name":"APIUser"}},{"id":7794,"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":336,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7795,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7796,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Channel id"},"sources":[{"fileName":"rest/v9/guild.ts","line":341,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7798,"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":349,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7799,"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":353,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7797,"name":"position","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Sorting position of the channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":345,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7796,7798,7799,7797]}],"sources":[{"fileName":"rest/v9/guild.ts","line":337,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":7800,"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":360,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7715,"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":7716,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7717,"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":7718,"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":[7717,7718]}],"sources":[{"fileName":"rest/v9/emoji.ts","line":43,"character":98}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7719,"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":6077,"name":"APIEmoji"}},{"id":7767,"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":207,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7768,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7774,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":239,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7775,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"rest/v9/guild.ts","line":243,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]}},{"id":7780,"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":267,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7772,"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":229,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6239,"name":"GuildDefaultMessageNotifications"},{"type":"literal","value":null}]}},{"id":7787,"name":"description","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The description for the guild"},"sources":[{"fileName":"rest/v9/guild.ts","line":301,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7779,"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":263,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7773,"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":235,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6242,"name":"GuildExplicitContentFilter"},{"type":"literal","value":null}]}},{"id":7786,"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":297,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":6274,"name":"GuildFeature"}}},{"id":7776,"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":249,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7769,"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":211,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7777,"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":253,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7785,"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":291,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7788,"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":305,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7784,"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":285,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7770,"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":217,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7783,"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":281,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7778,"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":259,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7782,"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":277,"character":1}],"type":{"type":"reference","id":6269,"name":"GuildSystemChannelFlags"}},{"id":7781,"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":271,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7771,"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":223,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":6254,"name":"GuildVerificationLevel"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7774,7775,7780,7772,7787,7779,7773,7786,7776,7769,7777,7785,7788,7784,7770,7783,7778,7782,7781,7771]}],"sources":[{"fileName":"rest/v9/guild.ts","line":207,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7819,"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":452,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7820,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7825,"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":482,"character":1}],"type":{"type":"union","types":[{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7826,"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":486,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7824,"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":476,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7823,"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":470,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7821,"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":458,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7822,"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":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":[7825,7826,7824,7823,7821,7822]}],"sources":[{"fileName":"rest/v9/guild.ts","line":452,"character":99}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7827,"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":492,"character":12}],"type":{"type":"reference","id":6317,"name":"APIGuildMember"}},{"id":7905,"name":"RESTPatchAPIGuildMemberVerificationJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":849,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7906,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7909,"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":861,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7907,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether Membership Screening is enabled"},"sources":[{"fileName":"rest/v9/guild.ts","line":853,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7908,"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":857,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7909,7907,7908]}],"sources":[{"fileName":"rest/v9/guild.ts","line":849,"character":111}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7910,"name":"RESTPatchAPIGuildMemberVerificationResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":864,"character":12}],"type":{"type":"reference","id":6396,"name":"APIGuildMembershipScreening"}},{"id":7789,"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":311,"character":12}],"type":{"type":"reference","id":6196,"name":"APIGuild"}},{"id":7867,"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":683,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7868,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7871,"name":"color","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"RGB color value"},"sources":[{"fileName":"rest/v9/guild.ts","line":695,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7872,"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":699,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7873,"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":703,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7875,"name":"mentionable","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the role should be mentionable"},"sources":[{"fileName":"rest/v9/guild.ts","line":711,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7869,"name":"name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of the role"},"sources":[{"fileName":"rest/v9/guild.ts","line":687,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7870,"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":691,"character":1}],"type":{"type":"union","types":[{"type":"reference","name":"Permissions"},{"type":"literal","value":null}]}},{"id":7874,"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":707,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7871,7872,7873,7875,7869,7870,7874]}],"sources":[{"fileName":"rest/v9/guild.ts","line":683,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7862,"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":662,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7863,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7864,"name":"id","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Role id"},"sources":[{"fileName":"rest/v9/guild.ts","line":667,"character":2}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7865,"name":"position","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Sorting position of the role"},"sources":[{"fileName":"rest/v9/guild.ts","line":671,"character":2}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7864,7865]}],"sources":[{"fileName":"rest/v9/guild.ts","line":663,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}}},{"id":7866,"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":678,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6889,"name":"APIRole"}}},{"id":7876,"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":717,"character":12}],"type":{"type":"reference","id":6889,"name":"APIRole"}},{"id":7945,"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":7930,"name":"RESTPostAPIGuildScheduledEventJSONBody"}],"name":"StrictPartial"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7946,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7949,"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":7948,"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":6459,"name":"APIGuildScheduledEventEntityMetadata"},{"type":"literal","value":null}]}},{"id":7947,"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":6465,"name":"GuildScheduledEventStatus"}}],"groups":[{"title":"Properties","kind":1024,"children":[7949,7948,7947]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":93,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":7950,"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":6458,"name":"APIGuildScheduledEvent"}},{"id":8126,"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":8127,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8129,"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":8128,"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":8130,"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":[8129,8128,8130]}],"sources":[{"fileName":"rest/v9/sticker.ts","line":56,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8131,"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":6921,"name":"APISticker"}},{"id":8146,"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":8140,"name":"RESTPostAPIGuildTemplatesJSONBody"}],"name":"StrictPartial"}},{"id":8147,"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":6964,"name":"APITemplate"}},{"id":7911,"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":869,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7912,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7913,"name":"channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The id of the channel the user is currently in"},"sources":[{"fileName":"rest/v9/guild.ts","line":873,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7915,"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":881,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7914,"name":"suppress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Toggles the user's suppress state"},"sources":[{"fileName":"rest/v9/guild.ts","line":877,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7913,7915,7914]}],"sources":[{"fileName":"rest/v9/guild.ts","line":869,"character":116}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7916,"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":887,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7917,"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":892,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7918,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7919,"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":896,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7920,"name":"suppress","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Toggles the user's suppress state"},"sources":[{"fileName":"rest/v9/guild.ts","line":900,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7919,7920]}],"sources":[{"fileName":"rest/v9/guild.ts","line":892,"character":107}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7921,"name":"RESTPatchAPIGuildVoiceStateUserResult","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":906,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7923,"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":916,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6388,"name":"APIGuildWelcomeScreen"}],"name":"StrictPartial"}],"name":"Nullable"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7924,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7925,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether the welcome screen is enabled"},"sources":[{"fileName":"rest/v9/guild.ts","line":921,"character":2}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7925]}],"sources":[{"fileName":"rest/v9/guild.ts","line":917,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":7926,"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":927,"character":12}],"type":{"type":"reference","id":6388,"name":"APIGuildWelcomeScreen"}},{"id":7895,"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":809,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6314,"name":"APIGuildWidgetSettings"}],"name":"StrictPartial"}},{"id":7896,"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":814,"character":12}],"type":{"type":"reference","id":6314,"name":"APIGuildWidgetSettings"}},{"id":8006,"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":238,"character":12}],"type":{"type":"reference","id":8225,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":8005,"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":233,"character":12}],"type":{"type":"reference","id":8222,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":8007,"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":243,"character":12}],"type":{"type":"reference","id":8228,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":7996,"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":191,"character":12}],"type":{"type":"reference","id":8225,"name":"RESTPatchAPIWebhookWithTokenMessageFormDataBody"}},{"id":7995,"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":186,"character":12}],"type":{"type":"reference","id":8222,"name":"RESTPatchAPIWebhookWithTokenMessageJSONBody"}},{"id":7997,"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":196,"character":12}],"type":{"type":"reference","id":8228,"name":"RESTPatchAPIWebhookWithTokenMessageResult"}},{"id":8109,"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":8110,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8112,"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":6913,"name":"StageInstancePrivacyLevel"}},{"id":8111,"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":[8112,8111]}],"sources":[{"fileName":"rest/v9/stageInstance.ts","line":42,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8113,"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":6905,"name":"APIStageInstance"}},{"id":8185,"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":8186,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8188,"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":8189,"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":8187,"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":[8188,8189,8187]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":57,"character":95}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8190,"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":7083,"name":"APIWebhook"}},{"id":8191,"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":8185,"name":"RESTPatchAPIWebhookJSONBody"},{"type":"literal","value":"channel_id"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":8225,"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":259,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":8226,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8227,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/webhook.ts","line":264,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8227]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":260,"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":8222,"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":8222,"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":243,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":8195,"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":8223,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8224,"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":252,"character":2}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5944,"name":"APIAttachment"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":5944,"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":[8224]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":244,"character":113}]}}]}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8228,"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":271,"character":12}],"type":{"type":"reference","id":5776,"name":"APIMessage"}},{"id":8192,"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":8184,"name":"RESTGetAPIWebhookWithTokenResult"}},{"id":7975,"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":77,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":7962,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"reference","id":7966,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"}]}},{"id":7976,"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":84,"character":12}],"type":{"type":"reference","id":6479,"name":"APIApplicationCommand"}},{"id":7984,"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":124,"character":12}],"type":{"type":"union","types":[{"type":"reference","typeArguments":[{"type":"reference","id":7962,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","id":7966,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}]}},{"id":7985,"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":131,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":6479,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}},{"id":7552,"name":"RESTPostAPIAutoModerationRuleJSONBody","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#create-auto-moderation-rule"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":24,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7553,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7558,"name":"actions","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The actions which will execute when this rule is triggered"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":46,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5594,"name":"APIAutoModerationAction"}}},{"id":7559,"name":"enabled","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Whether this rule is enabled","tags":[{"tag":"default","text":"false\n"}]},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":52,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7555,"name":"event_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule event type"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":32,"character":1}],"type":{"type":"reference","id":5592,"name":"AutoModerationRuleEventType"}},{"id":7561,"name":"exempt_channels","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The channel ids that shouldn't be affected by this rule (Maximum of 50)"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":60,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}},{"id":7560,"name":"exempt_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The role ids that shouldn't be affected by this rule (Maximum of 20)"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":56,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}},{"id":7554,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule name"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":28,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7557,"name":"trigger_metadata","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The rule trigger metadata","text":"Can be omitted if the trigger type is {@link AutoModerationRuleTriggerType.HarmfulLink} or {@link AutoModerationRuleTriggerType.Spam}\n"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":42,"character":1}],"type":{"type":"reference","id":5582,"name":"APIAutoModerationRuleTriggerMetadata"}},{"id":7556,"name":"trigger_type","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"The rule trigger type"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":36,"character":1}],"type":{"type":"reference","id":5577,"name":"AutoModerationRuleTriggerType"}}],"groups":[{"title":"Properties","kind":1024,"children":[7558,7559,7555,7561,7560,7554,7557,7556]}],"sources":[{"fileName":"rest/v9/autoModeration.ts","line":24,"character":105}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7562,"name":"RESTPostAPIAutoModerationRuleResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/auto-moderation#create-auto-moderation-rule"},"sources":[{"fileName":"rest/v9/autoModeration.ts","line":66,"character":12}],"type":{"type":"reference","id":5565,"name":"APIAutoModerationRule"}},{"id":7670,"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":560,"character":12}],"type":{"type":"reference","id":5854,"name":"APIFollowedChannel"}},{"id":7657,"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":491,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7658,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7659,"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":497,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7660,"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":503,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7665,"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":534,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7663,"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":522,"character":1}],"type":{"type":"reference","id":6843,"name":"InviteTargetType"}},{"id":7664,"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":528,"character":1}],"type":{"type":"reference","id":2,"name":"Snowflake"}},{"id":7661,"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":509,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7662,"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":516,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7659,7660,7665,7663,7664,7661,7662]}],"sources":[{"fileName":"rest/v9/channel.ts","line":491,"character":100}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7666,"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":540,"character":12}],"type":{"type":"reference","id":6846,"name":"APIExtendedInvite"}},{"id":7624,"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":315,"character":12}],"type":{"type":"reference","id":5776,"name":"APIMessage"}},{"id":7620,"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":298,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":7621,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7622,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/channel.ts","line":303,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7622]}],"sources":[{"fileName":"rest/v9/channel.ts","line":299,"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":7607,"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":7607,"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":235,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7608,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7614,"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":266,"character":1}],"type":{"type":"reference","id":5964,"name":"APIAllowedMentions"}},{"id":7618,"name":"attachments","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Attachment objects with filename and description"},"sources":[{"fileName":"rest/v9/channel.ts","line":288,"character":1}],"type":{"type":"array","elementType":{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":5944,"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":5944,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":7616,"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":278,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5982,"typeArguments":[{"type":"reference","id":6071,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":7609,"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":239,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7613,"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":260,"character":1}],"type":{"type":"reference","id":5891,"name":"APIEmbed"}},{"id":7612,"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":253,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":5891,"name":"APIEmbed"}}},{"id":7619,"name":"flags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Message flags combined as a bitfield"},"sources":[{"fileName":"rest/v9/channel.ts","line":292,"character":1}],"type":{"type":"reference","id":5844,"name":"MessageFlags"}},{"id":7615,"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":272,"character":1}],"type":{"type":"reference","id":7604,"name":"APIMessageReferenceSend"}},{"id":7610,"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":243,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"intrinsic","name":"string"}]}},{"id":7617,"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":284,"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":7611,"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":247,"character":1}],"type":{"type":"intrinsic","name":"boolean"}}],"groups":[{"title":"Properties","kind":1024,"children":[7614,7618,7616,7609,7613,7612,7619,7615,7610,7617,7611]}],"sources":[{"fileName":"rest/v9/channel.ts","line":235,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7623,"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":310,"character":12}],"type":{"type":"reference","id":5776,"name":"APIMessage"}},{"id":7650,"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":450,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7681,"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":609,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7682,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7684,"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":619,"character":1}],"type":{"type":"reference","id":5876,"name":"ThreadAutoArchiveDuration"}},{"id":7683,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"1-100 character thread name"},"sources":[{"fileName":"rest/v9/channel.ts","line":613,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7685,"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":623,"character":1}],"type":{"type":"intrinsic","name":"number"}}],"groups":[{"title":"Properties","kind":1024,"children":[7684,7683,7685]}],"sources":[{"fileName":"rest/v9/channel.ts","line":609,"character":109}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7693,"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":653,"character":12}],"type":{"type":"reference","id":5755,"name":"APIChannel"}},{"id":7694,"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":658,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":7681,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7695,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7697,"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":674,"character":2}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7696,"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.PrivateThread\n"}]},"sources":[{"fileName":"rest/v9/channel.ts","line":670,"character":2}],"type":{"type":"union","types":[{"type":"reference","id":5763,"name":"ChannelType.AnnouncementThread"},{"type":"reference","id":5764,"name":"ChannelType.PublicThread"},{"type":"reference","id":5765,"name":"ChannelType.PrivateThread"}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7697,7696]}],"sources":[{"fileName":"rest/v9/channel.ts","line":659,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":7698,"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":680,"character":12}],"type":{"type":"reference","id":5755,"name":"APIChannel"}},{"id":7671,"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":565,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8176,"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":8177,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8179,"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":8178,"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":[8179,8178]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":16,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8180,"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":7083,"name":"APIWebhook"}},{"id":7962,"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":61,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","name":"RESTPostAPIBaseApplicationCommandsJSONBody"},{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7963,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7965,"name":"description","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/interactions.ts","line":64,"character":2}],"type":{"type":"intrinsic","name":"string"}},{"id":7964,"name":"type","kind":1024,"kindString":"Property","flags":{"isOptional":true},"sources":[{"fileName":"rest/v9/interactions.ts","line":63,"character":2}],"type":{"type":"reference","id":6496,"name":"ApplicationCommandType.ChatInput"}}],"groups":[{"title":"Properties","kind":1024,"children":[7965,7964]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":62,"character":54}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}]}},{"id":8172,"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":5755,"name":"APIChannel"}},{"id":7792,"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":326,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7729,"name":"APIGuildCreatePartialChannel"},{"type":"literal","value":"id"}],"name":"DistributiveOmit"}},{"id":7793,"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":331,"character":12}],"type":{"type":"reference","id":5755,"name":"APIChannel"}},{"id":7709,"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":7710,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7712,"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":7711,"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":7713,"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":[7712,7711,7713]}],"sources":[{"fileName":"rest/v9/emoji.ts","line":18,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7714,"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":6077,"name":"APIEmoji"}},{"id":7690,"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":643,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":7681,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reflection","declaration":{"id":7691,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7692,"name":"message","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"First message in the forum thread"},"sources":[{"fileName":"rest/v9/channel.ts","line":647,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7692]}],"sources":[{"fileName":"rest/v9/channel.ts","line":643,"character":99}]}}]}},{"id":7686,"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":629,"character":12}],"type":{"type":"intersection","types":[{"type":"reference","id":7681,"name":"RESTPostAPIChannelMessagesThreadsJSONBody"},{"type":"reflection","declaration":{"id":7687,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7689,"name":"applied_tags","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"The IDs of the set of tags that have been applied to a thread in a forum channel; limited to 5"},"sources":[{"fileName":"rest/v9/channel.ts","line":637,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}},{"id":7688,"name":"message","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"First message in the forum thread"},"sources":[{"fileName":"rest/v9/channel.ts","line":633,"character":1}],"type":{"type":"reference","id":7607,"name":"RESTPostAPIChannelMessageJSONBody"}}],"groups":[{"title":"Properties","kind":1024,"children":[7689,7688]}],"sources":[{"fileName":"rest/v9/channel.ts","line":629,"character":95}]}}]}},{"id":7883,"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":755,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7884,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7886,"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":767,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7885,"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":761,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7887,"name":"include_roles","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Role(s) to include"},"sources":[{"fileName":"rest/v9/guild.ts","line":771,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7886,7885,7887]}],"sources":[{"fileName":"rest/v9/guild.ts","line":755,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7852,"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":613,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7853,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7856,"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":631,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"literal","value":null}]}},{"id":7857,"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":637,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7858,"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":641,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7860,"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":651,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"boolean"},{"type":"literal","value":null}]}},{"id":7854,"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":619,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}},{"id":7855,"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":625,"character":1}],"type":{"type":"union","types":[{"type":"reference","name":"Permissions"},{"type":"literal","value":null}]}},{"id":7859,"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":645,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"string"},{"type":"literal","value":null}]}}],"groups":[{"title":"Properties","kind":1024,"children":[7856,7857,7858,7860,7854,7855,7859]}],"sources":[{"fileName":"rest/v9/guild.ts","line":613,"character":96}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"},"extendedBy":[{"type":"reference","id":7735,"name":"APIGuildCreateRole"}]},{"id":7861,"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":657,"character":12}],"type":{"type":"reference","id":6889,"name":"APIRole"}},{"id":7930,"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":7931,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7932,"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":7937,"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":7939,"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":6459,"name":"APIGuildScheduledEventEntityMetadata"}},{"id":7938,"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":6461,"name":"GuildScheduledEventEntityType"}},{"id":7940,"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":7933,"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":7934,"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":6470,"name":"GuildScheduledEventPrivacyLevel"}},{"id":7936,"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":7935,"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":[7932,7937,7939,7938,7940,7933,7934,7936,7935]}],"sources":[{"fileName":"rest/v9/guildScheduledEvent.ts","line":30,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7941,"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":6458,"name":"APIGuildScheduledEvent"}},{"id":8125,"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":6921,"name":"APISticker"}},{"id":8140,"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":8141,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8143,"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":8142,"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":[8143,8142]}],"sources":[{"fileName":"rest/v9/template.ts","line":38,"character":101}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8144,"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":6964,"name":"APITemplate"}},{"id":7744,"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":75,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7745,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7754,"name":"afk_channel_id","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"ID for afk channel"},"sources":[{"fileName":"rest/v9/guild.ts","line":139,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7755,"name":"afk_timeout","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"afk timeout in seconds, can be set to: `60`, `300`, `900`, `1800`, `3600`"},"sources":[{"fileName":"rest/v9/guild.ts","line":143,"character":1}],"type":{"type":"union","types":[{"type":"literal","value":60},{"type":"literal","value":300},{"type":"literal","value":900},{"type":"literal","value":1800},{"type":"literal","value":3600}]}},{"id":7753,"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":135,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":7729,"name":"APIGuildCreatePartialChannel"}}},{"id":7750,"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":103,"character":1}],"type":{"type":"reference","id":6239,"name":"GuildDefaultMessageNotifications"}},{"id":7751,"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":109,"character":1}],"type":{"type":"reference","id":6242,"name":"GuildExplicitContentFilter"}},{"id":7748,"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":91,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7746,"name":"name","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"Name of the guild (2-100 characters)"},"sources":[{"fileName":"rest/v9/guild.ts","line":79,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7758,"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":157,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7747,"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":85,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7752,"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":122,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":7735,"name":"APIGuildCreateRole"}}},{"id":7757,"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":153,"character":1}],"type":{"type":"reference","id":6269,"name":"GuildSystemChannelFlags"}},{"id":7756,"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":147,"character":1}],"type":{"type":"union","types":[{"type":"intrinsic","name":"number"},{"type":"reference","id":2,"name":"Snowflake"},{"type":"literal","value":null}]}},{"id":7749,"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":97,"character":1}],"type":{"type":"reference","id":6254,"name":"GuildVerificationLevel"}}],"groups":[{"title":"Properties","kind":1024,"children":[7754,7755,7753,7750,7751,7748,7746,7758,7747,7752,7757,7756,7749]}],"sources":[{"fileName":"rest/v9/guild.ts","line":75,"character":93}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7762,"name":"RESTPostAPIGuildsMFAResult","kind":4194304,"kindString":"Type alias","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/resources/guild#modify-guild-mfa-level"},"sources":[{"fileName":"rest/v9/guild.ts","line":180,"character":12}],"type":{"type":"reference","id":7760,"name":"RESTPostAPIGuildsMFAJSONBody"}},{"id":7759,"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":163,"character":12}],"type":{"type":"reference","id":6196,"name":"APIGuild"}},{"id":7991,"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":169,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":7992,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7993,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/interactions.ts","line":174,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7993]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":170,"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":7990,"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":7990,"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":164,"character":12}],"type":{"type":"reference","id":6792,"name":"APIInteractionResponse"}},{"id":8000,"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":211,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":8001,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8002,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/interactions.ts","line":216,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8002]}],"sources":[{"fileName":"rest/v9/interactions.ts","line":212,"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":7999,"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":7999,"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":206,"character":12}],"type":{"type":"reference","id":6820,"name":"APIInteractionResponseCallbackData"}},{"id":8003,"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":223,"character":12}],"type":{"type":"reference","id":8214,"name":"RESTPostAPIWebhookWithTokenWaitResult"}},{"id":8107,"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":6905,"name":"APIStageInstance"}},{"id":8134,"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":8135,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8137,"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":8136,"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":[8137,8136]}],"sources":[{"fileName":"rest/v9/template.ts","line":12,"character":106}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8138,"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":6196,"name":"APIGuild"}},{"id":8207,"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":158,"character":12}],"type":{"type":"union","types":[{"type":"intersection","types":[{"type":"reflection","declaration":{"id":8208,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8209,"name":"payload_json","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"JSON stringified message body"},"sources":[{"fileName":"rest/v9/webhook.ts","line":163,"character":3}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[8209]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":159,"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":8195,"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":8218,"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":220,"character":12}],"type":{"type":"reference","id":8210,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":8219,"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":225,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8220,"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":233,"character":12}],"type":{"type":"reference","id":5776,"name":"APIMessage"}},{"id":8195,"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":8196,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":8202,"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":5964,"name":"APIAllowedMentions"}},{"id":8204,"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":5944,"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":5944,"name":"APIAttachment"},{"type":"literal","value":"filename"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"}]}}},{"id":8199,"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":8203,"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":5982,"typeArguments":[{"type":"reference","id":6071,"name":"APIMessageActionRowComponent"}],"name":"APIActionRowComponent"}}},{"id":8197,"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":8201,"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":5891,"name":"APIEmbed"}}},{"id":8205,"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":5844,"name":"MessageFlags"}},{"id":8206,"name":"thread_name","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Name of thread to create","text":"Available only if the webhook is in a forum channel and a thread is not specified in {@link RESTPostAPIWebhookWithTokenQuery.thread_id} query parameter\n"},"sources":[{"fileName":"rest/v9/webhook.ts","line":152,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":8200,"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":8198,"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":[8202,8204,8199,8203,8197,8201,8205,8206,8200,8198]}],"sources":[{"fileName":"rest/v9/webhook.ts","line":102,"character":103}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":8213,"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":189,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8215,"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":202,"character":12}],"type":{"type":"reference","id":8210,"name":"RESTPostAPIWebhookWithTokenQuery"}},{"id":8216,"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":207,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8217,"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":215,"character":12}],"type":{"type":"reference","id":5776,"name":"APIMessage"}},{"id":8214,"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":197,"character":12}],"type":{"type":"reference","id":5776,"name":"APIMessage"}},{"id":8101,"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":8087,"name":"RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult"},{"type":"reference","id":8094,"name":"RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult"}]}},{"id":8067,"name":"RESTPostOAuth2ClientCredentialsResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":110,"character":12}],"type":{"type":"reference","id":8063,"name":"RESTOAuth2ImplicitAuthorizationURLFragmentResult"}},{"id":8055,"name":"RESTPostOAuth2RefreshTokenResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/oauth2.ts","line":83,"character":12}],"type":{"type":"reference","id":8044,"name":"RESTPostOAuth2AccessTokenResult"}},{"id":8013,"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":270,"character":12}],"type":{"type":"reference","id":6645,"name":"APIGuildApplicationCommandPermissions"}},{"id":7979,"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":99,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":7975,"name":"RESTPostAPIApplicationCommandsJSONBody"}}},{"id":7980,"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":104,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6479,"name":"APIApplicationCommand"}}},{"id":7988,"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":149,"character":12}],"type":{"type":"array","elementType":{"type":"union","types":[{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":7962,"name":"RESTPostAPIChatInputApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6479,"name":"APIApplicationCommand"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]},{"type":"intersection","types":[{"type":"reference","typeArguments":[{"type":"reference","id":7966,"name":"RESTPostAPIContextMenuApplicationCommandsJSONBody"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"},{"type":"reference","typeArguments":[{"type":"reference","typeArguments":[{"type":"reference","id":6479,"name":"APIApplicationCommand"}],"qualifiedName":"Partial","package":"typescript","name":"Partial"},{"type":"literal","value":"id"}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}]}]}}},{"id":7989,"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":159,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6479,"name":"APIApplicationCommand"},{"type":"literal","value":"dm_permission"}],"qualifiedName":"Omit","package":"typescript","name":"Omit"}}},{"id":7625,"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":320,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7655,"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":481,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7673,"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":575,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7675,"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":585,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7676,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7677,"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":589,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7678,"name":"nick","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Nickname of the user being added"},"sources":[{"fileName":"rest/v9/channel.ts","line":593,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7677,7678]}],"sources":[{"fileName":"rest/v9/channel.ts","line":585,"character":102}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7679,"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":599,"character":12}],"type":{"type":"intrinsic","name":"unknown"}},{"id":7699,"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":685,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8014,"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":275,"character":12}],"type":{"type":"array","elementType":{"type":"reference","typeArguments":[{"type":"reference","id":6645,"name":"APIGuildApplicationCommandPermissions"},{"type":"union","types":[{"type":"literal","value":"id"},{"type":"literal","value":"permissions"}]}],"qualifiedName":"Pick","package":"typescript","name":"Pick"}}},{"id":8015,"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":283,"character":12}],"type":{"type":"array","elementType":{"type":"reference","id":6645,"name":"APIGuildApplicationCommandPermissions"}}},{"id":7844,"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":576,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7845,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7846,"name":"delete_message_days","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of days to delete messages for (0-7)","tags":[{"tag":"deprecated","text":"use `delete_message_seconds` instead\n"}]},"sources":[{"fileName":"rest/v9/guild.ts","line":582,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7847,"name":"delete_message_seconds","kind":1024,"kindString":"Property","flags":{"isOptional":true},"comment":{"shortText":"Number of seconds to delete messages for, between 0 and 604800 (7 days)"},"sources":[{"fileName":"rest/v9/guild.ts","line":586,"character":1}],"type":{"type":"intrinsic","name":"number"}},{"id":7848,"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":592,"character":1}],"type":{"type":"intrinsic","name":"string"}}],"groups":[{"title":"Properties","kind":1024,"children":[7846,7847,7848]}],"sources":[{"fileName":"rest/v9/guild.ts","line":576,"character":94}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7849,"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":598,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":7811,"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":416,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reflection","declaration":{"id":7812,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7813,"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":420,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7817,"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":444,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7816,"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":438,"character":1}],"type":{"type":"intrinsic","name":"boolean"}},{"id":7814,"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":426,"character":1}],"type":{"type":"intrinsic","name":"string"}},{"id":7815,"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":432,"character":1}],"type":{"type":"array","elementType":{"type":"reference","id":2,"name":"Snowflake"}}}],"groups":[{"title":"Properties","kind":1024,"children":[7813,7817,7816,7814,7815]}],"sources":[{"fileName":"rest/v9/guild.ts","line":416,"character":97}]}}],"name":"AddUndefinedToPossiblyUndefinedPropertiesOfInterface"}},{"id":7818,"name":"RESTPutAPIGuildMemberResult","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/guild.ts","line":447,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":6317,"name":"APIGuildMember"},{"type":"intrinsic","name":"never"}]}},{"id":7835,"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":531,"character":12}],"type":{"type":"intrinsic","name":"never"}},{"id":8145,"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":6964,"name":"APITemplate"}},{"id":7517,"name":"RoleIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1111,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7525,"name":"ImageFormat.Lottie"},{"type":"reference","id":7524,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7516,"name":"StickerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1110,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7522,"name":"ImageFormat.PNG"},{"type":"reference","id":7525,"name":"ImageFormat.Lottie"}]}],"qualifiedName":"Extract","package":"typescript","name":"Extract"}},{"id":7514,"name":"StickerPackBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1108,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7525,"name":"ImageFormat.Lottie"},{"type":"reference","id":7524,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7515,"name":"TeamIconFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1109,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"union","types":[{"type":"reference","id":7525,"name":"ImageFormat.Lottie"},{"type":"reference","id":7524,"name":"ImageFormat.GIF"}]}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":5614,"name":"TextChannelType","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"payloads/v9/channel.ts","line":42,"character":12}],"type":{"type":"union","types":[{"type":"reference","id":5758,"name":"ChannelType.DM"},{"type":"reference","id":5760,"name":"ChannelType.GroupDM"},{"type":"reference","id":5762,"name":"ChannelType.GuildAnnouncement"},{"type":"reference","id":5764,"name":"ChannelType.PublicThread"},{"type":"reference","id":5765,"name":"ChannelType.PrivateThread"},{"type":"reference","id":5763,"name":"ChannelType.AnnouncementThread"},{"type":"reference","id":5757,"name":"ChannelType.GuildText"},{"type":"reference","id":5768,"name":"ChannelType.GuildForum"},{"type":"reference","id":5759,"name":"ChannelType.GuildVoice"}]}},{"id":7508,"name":"UserAvatarFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1102,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"reference","id":7525,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":7506,"name":"UserBannerFormat","kind":4194304,"kindString":"Type alias","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1100,"character":12}],"type":{"type":"reference","typeArguments":[{"type":"reference","id":7520,"name":"ImageFormat"},{"type":"reference","id":7525,"name":"ImageFormat.Lottie"}],"qualifiedName":"Exclude","package":"typescript","name":"Exclude"}},{"id":6658,"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":6659,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":6664,"name":"AllChannels","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":57,"character":1}],"type":{"type":"reflection","declaration":{"id":6665,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"signatures":[{"id":6666,"name":"__type","kind":4096,"kindString":"Call signature","flags":{},"parameters":[{"id":6667,"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":6660,"name":"Everyone","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"payloads/v9/_interactions/_applicationCommands/permissions.ts","line":56,"character":1}],"type":{"type":"reflection","declaration":{"id":6661,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"signatures":[{"id":6662,"name":"__type","kind":4096,"kindString":"Call signature","flags":{},"parameters":[{"id":6663,"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":[6664,6660]}]}},"defaultValue":"..."},{"id":7100,"name":"APIVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":21,"character":13}],"type":{"type":"literal","value":"9"},"defaultValue":"'9'"},{"id":7405,"name":"CDNRoutes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":878,"character":13}],"type":{"type":"reflection","declaration":{"id":7406,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7465,"name":"achievementIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1019,"character":1}],"signatures":[{"id":7466,"name":"achievementIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-assets/{application.id}/achievements/{achievement.id}/icons/{achievement.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7467,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7468,"name":"achievementId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7469,"name":"achievementIconHash","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7470,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7513,"name":"AchievementIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-assets/","tail":[[{"type":"intrinsic","name":"string"},"/achievements/"],[{"type":"intrinsic","name":"string"},"/icons/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-assets/","tail":[[{"type":"intrinsic","name":"string"},"/achievements/"],[{"type":"intrinsic","name":"string"},"/icons/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-assets/","tail":[[{"type":"intrinsic","name":"string"},"/achievements/"],[{"type":"intrinsic","name":"string"},"/icons/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7460,"name":"applicationAsset","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1009,"character":1}],"signatures":[{"id":7461,"name":"applicationAsset","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-icons/{application.id}/{application.asset_id}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7462,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7463,"name":"applicationAssetId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7464,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7512,"name":"ApplicationAssetFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7455,"name":"applicationCover","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":999,"character":1}],"signatures":[{"id":7456,"name":"applicationCover","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-icons/{application.id}/{application.cover_image}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7457,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7458,"name":"applicationCoverImage","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7459,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7511,"name":"ApplicationCoverFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7450,"name":"applicationIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":989,"character":1}],"signatures":[{"id":7451,"name":"applicationIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-icons/{application.id}/{application.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7452,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7453,"name":"applicationIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7454,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7510,"name":"ApplicationIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7436,"name":"defaultUserAvatar","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":955,"character":1}],"signatures":[{"id":7437,"name":"defaultUserAvatar","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/embed/avatars/{user.discriminator % 5}.png`","text":"The `userDiscriminator` parameter should be the user discriminator modulo 5 (e.g. 1337 % 5 = 2)\n\nThis route supports the extension: PNG\n"},"parameters":[{"id":7438,"name":"userDiscriminator","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7500,"name":"DefaultUserAvatarAssets"}}],"type":{"type":"union","types":[{"type":"literal","value":"/embed/avatars/0.png"},{"type":"literal","value":"/embed/avatars/2.png"},{"type":"literal","value":"/embed/avatars/1.png"},{"type":"literal","value":"/embed/avatars/3.png"},{"type":"literal","value":"/embed/avatars/4.png"},{"type":"literal","value":"/embed/avatars/5.png"}]}}]},{"id":7407,"name":"emoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":887,"character":1}],"signatures":[{"id":7408,"name":"emoji","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/emojis/{emoji.id}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":7409,"name":"emojiId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7410,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7501,"name":"EmojiFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/emojis/","tail":[[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":7426,"name":"guildBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":931,"character":1}],"signatures":[{"id":7427,"name":"guildBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/banners/{guild.id}/{guild.banner}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":7428,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7429,"name":"guildBanner","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7430,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7505,"name":"GuildBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":7421,"name":"guildDiscoverySplash","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":919,"character":1}],"signatures":[{"id":7422,"name":"guildDiscoverySplash","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/discovery-splashes/{guild.id}/{guild.discovery_splash}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7423,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7424,"name":"guildDiscoverySplash","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7425,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7504,"name":"GuildDiscoverySplashFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/discovery-splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/discovery-splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/discovery-splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7411,"name":"guildIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":899,"character":1}],"signatures":[{"id":7412,"name":"guildIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/icons/{guild.id}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":7413,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7414,"name":"guildIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7415,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7502,"name":"GuildIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":7444,"name":"guildMemberAvatar","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":979,"character":1}],"signatures":[{"id":7445,"name":"guildMemberAvatar","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/users/{user.id}/{guild_member.avatar}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":7446,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7447,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7448,"name":"memberAvatar","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7449,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7509,"name":"GuildMemberAvatarFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/avatars/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":7494,"name":"guildMemberBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1088,"character":1}],"signatures":[{"id":7495,"name":"guildMemberBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/${guild.id}/users/${user.id}/banners/${guild_member.banner}.{png|jpeg|webp|gif}`","text":"This route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":7496,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7497,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7498,"name":"guildMemberBanner","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7499,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7519,"name":"GuildMemberBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/users/"],[{"type":"intrinsic","name":"string"},"/banners/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":7489,"name":"guildScheduledEventCover","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1074,"character":1}],"signatures":[{"id":7490,"name":"guildScheduledEventCover","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guild-events/{guild_scheduled_event.id}/{guild_scheduled_event.image}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7491,"name":"guildScheduledEventId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7492,"name":"guildScheduledEventCoverImage","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7493,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7518,"name":"GuildScheduledEventCoverFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/guild-events/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/guild-events/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/guild-events/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7416,"name":"guildSplash","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":909,"character":1}],"signatures":[{"id":7417,"name":"guildSplash","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/splashes/{guild.id}/{guild.splash}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7418,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7419,"name":"guildSplash","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7420,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7503,"name":"GuildSplashFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/splashes/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7484,"name":"roleIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1064,"character":1}],"signatures":[{"id":7485,"name":"roleIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/role-icons/{role.id}/{role.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7486,"name":"roleId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7487,"name":"roleIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7488,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7517,"name":"RoleIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/role-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/role-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/role-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7480,"name":"sticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1054,"character":1}],"signatures":[{"id":7481,"name":"sticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stickers/{sticker.id}.{png|json}`","text":"This route supports the extensions: PNG, Lottie\n"},"parameters":[{"id":7482,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7483,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7516,"name":"StickerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},".json"]]}]}}]},{"id":7471,"name":"stickerPackBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1034,"character":1}],"signatures":[{"id":7472,"name":"stickerPackBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/app-assets/710982414301790216/store/{sticker_pack.banner.asset_id}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7473,"name":"stickerPackBannerAssetId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7474,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7514,"name":"StickerPackBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/app-assets/710982414301790216/store/","tail":[[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/app-assets/710982414301790216/store/","tail":[[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/app-assets/710982414301790216/store/","tail":[[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7475,"name":"teamIcon","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1044,"character":1}],"signatures":[{"id":7476,"name":"teamIcon","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `team-icons/{team.id}/{team.icon}.{png|jpeg|webp}`","text":"This route supports the extensions: PNG, JPEG, WebP\n"},"parameters":[{"id":7477,"name":"teamId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7478,"name":"teamIcon","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7479,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7515,"name":"TeamIconFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/team-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/team-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/team-icons/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]}]}}]},{"id":7439,"name":"userAvatar","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":967,"character":1}],"signatures":[{"id":7440,"name":"userAvatar","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/avatars/{user.id}/{user.avatar}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":7441,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7442,"name":"userAvatar","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7443,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7508,"name":"UserAvatarFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/avatars/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]},{"id":7431,"name":"userBanner","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":943,"character":1}],"signatures":[{"id":7432,"name":"userBanner","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/banners/{user.id}/{user.banner}.{png|jpeg|webp|gif}`","text":"As this route supports GIFs, the hash will begin with `a_` if it is available in GIF format\n\nThis route supports the extensions: PNG, JPEG, WebP, GIF\n"},"parameters":[{"id":7433,"name":"userId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7434,"name":"userBanner","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7435,"name":"format","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"reference","id":7506,"name":"UserBannerFormat"}}],"type":{"type":"union","types":[{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".jpeg"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".png"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".webp"]]},{"type":"template-literal","head":"/banners/","tail":[[{"type":"intrinsic","name":"string"},"/"],[{"type":"intrinsic","name":"string"},".gif"]]}]}}]}],"groups":[{"title":"Methods","kind":2048,"children":[7465,7460,7455,7450,7436,7407,7426,7421,7411,7444,7494,7489,7416,7484,7480,7471,7475,7439,7431]}]}},"defaultValue":"..."},{"id":4829,"name":"GatewayVersion","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"gateway/v9.ts","line":40,"character":13}],"type":{"type":"literal","value":"9"},"defaultValue":"'9'"},{"id":7536,"name":"OAuth2Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":1144,"character":13}],"type":{"type":"reflection","declaration":{"id":7537,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7538,"name":"authorizationURL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1145,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v9/oauth2/authorize"},"defaultValue":"..."},{"id":7540,"name":"tokenRevocationURL","kind":1024,"kindString":"Property","flags":{},"comment":{"shortText":"See https://tools.ietf.org/html/rfc7009"},"sources":[{"fileName":"rest/v9/index.ts","line":1150,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v9/oauth2/token/revoke"},"defaultValue":"..."},{"id":7539,"name":"tokenURL","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1146,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v9/oauth2/token"},"defaultValue":"..."}],"groups":[{"title":"Properties","kind":1024,"children":[7538,7540,7539]}]}},"defaultValue":"..."},{"id":7528,"name":"RouteBases","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":1132,"character":13}],"type":{"type":"reflection","declaration":{"id":7529,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7530,"name":"api","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1133,"character":1}],"type":{"type":"literal","value":"https://discord.com/api/v9"},"defaultValue":"..."},{"id":7531,"name":"cdn","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1134,"character":1}],"type":{"type":"literal","value":"https://cdn.discordapp.com"},"defaultValue":"'https://cdn.discordapp.com'"},{"id":7534,"name":"gift","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1137,"character":1}],"type":{"type":"literal","value":"https://discord.gift"},"defaultValue":"'https://discord.gift'"},{"id":7532,"name":"invite","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1135,"character":1}],"type":{"type":"literal","value":"https://discord.gg"},"defaultValue":"'https://discord.gg'"},{"id":7535,"name":"scheduledEvent","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1138,"character":1}],"type":{"type":"literal","value":"https://discord.com/events"},"defaultValue":"'https://discord.com/events'"},{"id":7533,"name":"template","kind":1024,"kindString":"Property","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":1136,"character":1}],"type":{"type":"literal","value":"https://discord.new"},"defaultValue":"'https://discord.new'"}],"groups":[{"title":"Properties","kind":1024,"children":[7530,7531,7534,7532,7535,7533]}]}},"defaultValue":"..."},{"id":7101,"name":"Routes","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":23,"character":13}],"type":{"type":"reflection","declaration":{"id":7102,"name":"__type","kind":65536,"kindString":"Type literal","flags":{},"children":[{"id":7340,"name":"applicationCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":718,"character":1}],"signatures":[{"id":7341,"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":7342,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7343,"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":7368,"name":"applicationCommandPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":782,"character":1}],"signatures":[{"id":7369,"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":7370,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7371,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7372,"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":7337,"name":"applicationCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":708,"character":1}],"signatures":[{"id":7338,"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":7339,"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":7348,"name":"applicationGuildCommand","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":738,"character":1}],"signatures":[{"id":7349,"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":7350,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7351,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7352,"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":7344,"name":"applicationGuildCommands","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":728,"character":1}],"signatures":[{"id":7345,"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":7346,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7347,"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":7113,"name":"channel","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":57,"character":1}],"signatures":[{"id":7114,"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":7115,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/channels/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7147,"name":"channelBulkDelete","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":132,"character":1}],"signatures":[{"id":7148,"name":"channelBulkDelete","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/bulk-delete`"},"parameters":[{"id":7149,"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":7157,"name":"channelFollowers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":158,"character":1}],"signatures":[{"id":7158,"name":"channelFollowers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/followers`"},"parameters":[{"id":7159,"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":7154,"name":"channelInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":150,"character":1}],"signatures":[{"id":7155,"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":7156,"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":7279,"name":"channelJoinedArchivedThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":498,"character":1}],"signatures":[{"id":7280,"name":"channelJoinedArchivedThreads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/users/@me/threads/archived/prviate`"},"parameters":[{"id":7281,"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":7119,"name":"channelMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":76,"character":1}],"signatures":[{"id":7120,"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":7121,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7122,"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":7143,"name":"channelMessageAllReactions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":124,"character":1}],"signatures":[{"id":7144,"name":"channelMessageAllReactions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/channels/{channel.id}/messages/{message.id}/reactions`"},"parameters":[{"id":7145,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7146,"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":7123,"name":"channelMessageCrosspost","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":84,"character":1}],"signatures":[{"id":7124,"name":"channelMessageCrosspost","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/messages/{message.id}/crosspost`"},"parameters":[{"id":7125,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7126,"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":7127,"name":"channelMessageOwnReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":95,"character":1}],"signatures":[{"id":7128,"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":7129,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7130,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7131,"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":7138,"name":"channelMessageReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":116,"character":1}],"signatures":[{"id":7139,"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":7140,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7141,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7142,"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":7132,"name":"channelMessageUserReaction","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":105,"character":1}],"signatures":[{"id":7133,"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":7134,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7135,"name":"messageId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7136,"name":"emoji","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7137,"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":7116,"name":"channelMessages","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":66,"character":1}],"signatures":[{"id":7117,"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":7118,"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":7150,"name":"channelPermission","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":141,"character":1}],"signatures":[{"id":7151,"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":7152,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7153,"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":7166,"name":"channelPin","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":183,"character":1}],"signatures":[{"id":7167,"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":7168,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7169,"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":7163,"name":"channelPins","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":174,"character":1}],"signatures":[{"id":7164,"name":"channelPins","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/channels/{channel.id}/pins`"},"parameters":[{"id":7165,"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":7170,"name":"channelRecipient","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":192,"character":1}],"signatures":[{"id":7171,"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":7172,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7173,"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":7275,"name":"channelThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":483,"character":1}],"signatures":[{"id":7276,"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":7277,"name":"channelId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7278,"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":7160,"name":"channelTyping","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":166,"character":1}],"signatures":[{"id":7161,"name":"channelTyping","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/channels/{channel.id}/typing`"},"parameters":[{"id":7162,"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":7303,"name":"channelWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":586,"character":1}],"signatures":[{"id":7304,"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":7305,"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":7323,"name":"gateway","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":650,"character":1}],"signatures":[{"id":7324,"name":"gateway","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway`"},"type":{"type":"literal","value":"/gateway"}}]},{"id":7325,"name":"gatewayBot","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":658,"character":1}],"signatures":[{"id":7326,"name":"gatewayBot","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/gateway/bot`"},"type":{"type":"literal","value":"/gateway/bot"}}]},{"id":7183,"name":"guild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":229,"character":1}],"signatures":[{"id":7184,"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":7185,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7272,"name":"guildActiveThreads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":472,"character":1}],"signatures":[{"id":7273,"name":"guildActiveThreads","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/threads/active`"},"parameters":[{"id":7274,"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":7364,"name":"guildApplicationCommandsPermissions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":773,"character":1}],"signatures":[{"id":7365,"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":7366,"name":"applicationId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7367,"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":7110,"name":"guildAuditLog","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":47,"character":1}],"signatures":[{"id":7111,"name":"guildAuditLog","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/audit-logs`"},"parameters":[{"id":7112,"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":7106,"name":"guildAutoModerationRule","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":39,"character":1}],"signatures":[{"id":7107,"name":"guildAutoModerationRule","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Routes for:\n- GET `/guilds/{guild.id}/auto-moderation/rules/{rule.id}`\n- PATCH `/guilds/{guild.id}/auto-moderation/rules/{rule.id}`\n- DELETE `/guilds/{guild.id}/auto-moderation/rules/{rule.id}`"},"parameters":[{"id":7108,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7109,"name":"ruleId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/auto-moderation/rules/"],[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7103,"name":"guildAutoModerationRules","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":29,"character":1}],"signatures":[{"id":7104,"name":"guildAutoModerationRules","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/auto-moderation/rules`\n- POST `/guilds/{guild.id}/auto-moderation/rules`"},"parameters":[{"id":7105,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/auto-moderation/rules"]]}}]},{"id":7216,"name":"guildBan","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":319,"character":1}],"signatures":[{"id":7217,"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":7218,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7219,"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":7213,"name":"guildBans","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":309,"character":1}],"signatures":[{"id":7214,"name":"guildBans","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/bans`"},"parameters":[{"id":7215,"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":7189,"name":"guildChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":247,"character":1}],"signatures":[{"id":7190,"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":7191,"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":7202,"name":"guildCurrentMemberNickname","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":284,"character":1}],"signatures":[{"id":7203,"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":7204,"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":7177,"name":"guildEmoji","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":211,"character":1}],"signatures":[{"id":7178,"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":7179,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7180,"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":7174,"name":"guildEmojis","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":201,"character":1}],"signatures":[{"id":7175,"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":7176,"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":7239,"name":"guildIntegration","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":379,"character":1}],"signatures":[{"id":7240,"name":"guildIntegration","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/guilds/{guild.id}/integrations/{integration.id}`"},"parameters":[{"id":7241,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7242,"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":7236,"name":"guildIntegrations","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":371,"character":1}],"signatures":[{"id":7237,"name":"guildIntegrations","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/integrations`"},"parameters":[{"id":7238,"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":7233,"name":"guildInvites","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":363,"character":1}],"signatures":[{"id":7234,"name":"guildInvites","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/invites`"},"parameters":[{"id":7235,"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":7210,"name":"guildMFA","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":301,"character":1}],"signatures":[{"id":7211,"name":"guildMFA","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds/{guild.id}/mfa`"},"parameters":[{"id":7212,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/guilds/","tail":[[{"type":"intrinsic","name":"string"},"/mfa"]]}}]},{"id":7192,"name":"guildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":259,"character":1}],"signatures":[{"id":7193,"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":7194,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7195,"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":7205,"name":"guildMemberRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":293,"character":1}],"signatures":[{"id":7206,"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":7207,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7208,"name":"memberId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7209,"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":7357,"name":"guildMemberVerification","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":755,"character":1}],"signatures":[{"id":7358,"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":7359,"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":7196,"name":"guildMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":267,"character":1}],"signatures":[{"id":7197,"name":"guildMembers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members`"},"parameters":[{"id":7198,"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":7199,"name":"guildMembersSearch","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":275,"character":1}],"signatures":[{"id":7200,"name":"guildMembersSearch","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/members/search`"},"parameters":[{"id":7201,"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":7186,"name":"guildPreview","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":237,"character":1}],"signatures":[{"id":7187,"name":"guildPreview","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/preview`"},"parameters":[{"id":7188,"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":7227,"name":"guildPrune","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":347,"character":1}],"signatures":[{"id":7228,"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":7229,"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":7223,"name":"guildRole","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":338,"character":1}],"signatures":[{"id":7224,"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":7225,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7226,"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":7220,"name":"guildRoles","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":329,"character":1}],"signatures":[{"id":7221,"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":7222,"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":7396,"name":"guildScheduledEvent","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":863,"character":1}],"signatures":[{"id":7397,"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":7398,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7399,"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":7400,"name":"guildScheduledEventUsers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":871,"character":1}],"signatures":[{"id":7401,"name":"guildScheduledEventUsers","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/scheduled-events/{guildScheduledEvent.id}/users`"},"parameters":[{"id":7402,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7403,"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":7393,"name":"guildScheduledEvents","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":853,"character":1}],"signatures":[{"id":7394,"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":7395,"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":7389,"name":"guildSticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":844,"character":1}],"signatures":[{"id":7390,"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":7391,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7392,"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":7386,"name":"guildStickers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":834,"character":1}],"signatures":[{"id":7387,"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":7388,"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":7264,"name":"guildTemplate","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":449,"character":1}],"signatures":[{"id":7265,"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":7266,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7267,"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":7261,"name":"guildTemplates","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":439,"character":1}],"signatures":[{"id":7262,"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":7263,"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":7249,"name":"guildVanityUrl","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":404,"character":1}],"signatures":[{"id":7250,"name":"guildVanityUrl","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/vanity-url`"},"parameters":[{"id":7251,"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":7230,"name":"guildVoiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":355,"character":1}],"signatures":[{"id":7231,"name":"guildVoiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/regions`"},"parameters":[{"id":7232,"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":7360,"name":"guildVoiceState","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":764,"character":1}],"signatures":[{"id":7361,"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":7362,"name":"guildId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7363,"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":7306,"name":"guildWebhooks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":594,"character":1}],"signatures":[{"id":7307,"name":"guildWebhooks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/webhooks`"},"parameters":[{"id":7308,"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":7373,"name":"guildWelcomeScreen","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":791,"character":1}],"signatures":[{"id":7374,"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":7375,"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":7252,"name":"guildWidgetImage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":412,"character":1}],"signatures":[{"id":7253,"name":"guildWidgetImage","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.png`"},"parameters":[{"id":7254,"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":7246,"name":"guildWidgetJSON","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":396,"character":1}],"signatures":[{"id":7247,"name":"guildWidgetJSON","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/guilds/{guild.id}/widget.json`"},"parameters":[{"id":7248,"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":7243,"name":"guildWidgetSettings","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":388,"character":1}],"signatures":[{"id":7244,"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":7245,"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":7181,"name":"guilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":219,"character":1}],"signatures":[{"id":7182,"name":"guilds","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/guilds`"},"type":{"type":"literal","value":"/guilds"}}]},{"id":7353,"name":"interactionCallback","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":746,"character":1}],"signatures":[{"id":7354,"name":"interactionCallback","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/interactions/{interaction.id}/{interaction.token}/callback`"},"parameters":[{"id":7355,"name":"interactionId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7356,"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":7255,"name":"invite","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":421,"character":1}],"signatures":[{"id":7256,"name":"invite","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/invites/{invite.code}`\n- DELETE `/invites/{invite.code}`"},"parameters":[{"id":7257,"name":"code","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/invites/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7384,"name":"nitroStickerPacks","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":825,"character":1}],"signatures":[{"id":7385,"name":"nitroStickerPacks","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/sticker-packs`"},"type":{"type":"literal","value":"/sticker-packs"}}]},{"id":7331,"name":"oauth2Authorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":682,"character":1}],"signatures":[{"id":7332,"name":"oauth2Authorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/authorize`"},"type":{"type":"literal","value":"/oauth2/authorize"}}]},{"id":7327,"name":"oauth2CurrentApplication","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":666,"character":1}],"signatures":[{"id":7328,"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":7329,"name":"oauth2CurrentAuthorization","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":674,"character":1}],"signatures":[{"id":7330,"name":"oauth2CurrentAuthorization","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/oauth2/@me`"},"type":{"type":"literal","value":"/oauth2/@me"}}]},{"id":7333,"name":"oauth2TokenExchange","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":690,"character":1}],"signatures":[{"id":7334,"name":"oauth2TokenExchange","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/oauth2/token`"},"type":{"type":"literal","value":"/oauth2/token"}}]},{"id":7335,"name":"oauth2TokenRevocation","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":698,"character":1}],"signatures":[{"id":7336,"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":7378,"name":"stageInstance","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":809,"character":1}],"signatures":[{"id":7379,"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":7380,"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":7376,"name":"stageInstances","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":799,"character":1}],"signatures":[{"id":7377,"name":"stageInstances","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- POST `/stage-instances`"},"type":{"type":"literal","value":"/stage-instances"}}]},{"id":7381,"name":"sticker","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":817,"character":1}],"signatures":[{"id":7382,"name":"sticker","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/stickers/{sticker.id}`"},"parameters":[{"id":7383,"name":"stickerId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}}],"type":{"type":"template-literal","head":"/stickers/","tail":[[{"type":"intrinsic","name":"string"},""]]}}]},{"id":7258,"name":"template","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":430,"character":1}],"signatures":[{"id":7259,"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":7260,"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":7282,"name":"threadMembers","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":511,"character":1}],"signatures":[{"id":7283,"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":7284,"name":"threadId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7285,"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":7268,"name":"threads","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":458,"character":1}],"signatures":[{"id":7269,"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":7270,"name":"parentId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7271,"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":7286,"name":"user","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":529,"character":1}],"signatures":[{"id":7287,"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":7288,"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":7297,"name":"userChannels","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":561,"character":1}],"signatures":[{"id":7298,"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":7299,"name":"userConnections","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":569,"character":1}],"signatures":[{"id":7300,"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":7294,"name":"userGuild","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":553,"character":1}],"signatures":[{"id":7295,"name":"userGuild","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- DELETE `/users/@me/guilds/{guild.id}`"},"parameters":[{"id":7296,"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":7291,"name":"userGuildMember","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":545,"character":1}],"signatures":[{"id":7292,"name":"userGuildMember","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/users/@me/guilds/{guild.id}/member`"},"parameters":[{"id":7293,"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":7289,"name":"userGuilds","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":537,"character":1}],"signatures":[{"id":7290,"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":7301,"name":"voiceRegions","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":577,"character":1}],"signatures":[{"id":7302,"name":"voiceRegions","kind":4096,"kindString":"Call signature","flags":{},"comment":{"shortText":"Route for:\n- GET `/voice/regions`"},"type":{"type":"literal","value":"/voice/regions"}}]},{"id":7309,"name":"webhook","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":610,"character":1}],"signatures":[{"id":7310,"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":7311,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7312,"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":7313,"name":"webhookMessage","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":633,"character":1}],"signatures":[{"id":7314,"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":7315,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7316,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7317,"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":7318,"name":"webhookPlatform","kind":2048,"kindString":"Method","flags":{},"sources":[{"fileName":"rest/v9/index.ts","line":642,"character":1}],"signatures":[{"id":7319,"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":7320,"name":"webhookId","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7321,"name":"webhookToken","kind":32768,"kindString":"Parameter","flags":{},"type":{"type":"intrinsic","name":"string"}},{"id":7322,"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":[7340,7368,7337,7348,7344,7113,7147,7157,7154,7279,7119,7143,7123,7127,7138,7132,7116,7150,7166,7163,7170,7275,7160,7303,7323,7325,7183,7272,7364,7110,7106,7103,7216,7213,7189,7202,7177,7174,7239,7236,7233,7210,7192,7205,7357,7196,7199,7186,7227,7223,7220,7396,7400,7393,7389,7386,7264,7261,7249,7230,7360,7306,7373,7252,7246,7243,7181,7353,7255,7384,7331,7327,7329,7333,7335,7378,7376,7381,7258,7282,7268,7286,7297,7299,7294,7291,7289,7301,7309,7313,7318]}]}},"defaultValue":"..."},{"id":7404,"name":"StickerPackApplicationId","kind":32,"kindString":"Variable","flags":{"isConst":true},"sources":[{"fileName":"rest/v9/index.ts","line":876,"character":13}],"type":{"type":"literal","value":"710982414301790216"},"defaultValue":"'710982414301790216'"}],"groups":[{"title":"References","kind":16777216,"children":[5352,5349,7542,7543,5354,5353,5355,5358,5356,5357,7541,5359,8231,8230,5350,4828]},{"title":"Enumerations","kind":8,"children":[6158,6133,6142,5960,6570,6654,6495,5385,5417,5483,5597,5592,5588,5577,6012,6065,5756,5972,7042,7060,5905,4842,4876,4857,4830,6239,6242,6274,6265,6246,6249,6260,6461,6470,6465,6269,6254,6382,7520,6346,6812,6786,6843,6405,5839,5844,5807,6864,5866,6103,5733,6913,6937,6934,6961,6018,5876,5886,7008,7026,5773,7096]},{"title":"Interfaces","kind":256,"children":[5982,5964,5360,6479,6795,6545,6555,6563,6588,6613,6601,6521,6582,6650,6605,6593,5382,5944,5400,5409,5472,5594,5601,5565,5582,6358,5969,6690,6021,5986,5997,6004,5608,5955,7566,6040,6509,6823,7031,5686,5891,5931,5940,5936,5923,5928,5913,5918,6077,6846,6441,5854,6088,6086,6092,5695,6196,6645,5624,7723,7735,5736,5730,5724,6328,6352,6317,6396,6400,6302,6459,6472,5636,5669,6388,6391,6361,6368,6372,6314,6349,6529,6727,6711,6718,6678,6801,6804,6807,6793,6809,6830,6916,5776,5832,6626,6633,6764,6740,5993,6672,6759,5835,6754,6745,6749,6798,6825,6779,5861,5604,6073,6185,5857,6889,6901,6049,6905,6407,6921,6942,6029,6950,6956,6964,6976,5616,6055,5705,5887,5881,5869,6182,6992,6619,5655,6424,7077,7083,7526,6113,6168,6153,6149,5000,4987,5014,5080,5021,5088,5096,5099,5112,5120,5137,5129,5147,5152,5092,5287,4952,4947,4940,4945,5291,5294,5302,5165,4957,5172,5186,5209,5204,5197,5220,6109,6097,5343,4969,4963,5313,5316,5325,5320,5306,5309,5243,6171,6176,5268,5340,5279,7063,5332,5335,5284,6776,6772,8161,7958,7544,7628,7597,7702,8157,7839,7803,7807,7878,7881,7763,7942,7952,7927,7898,7901,8016,8023,8116,8074,8082,8028,8035,8068,8056,7668,7648,7966,8170,7888,8120,7760,8102,8210,8044,8038,8087,8094,8064,8050,8011,7651]},{"title":"Type Aliases","kind":4194304,"children":[6070,6519,6669,6670,6668,6505,6543,6503,6504,6554,6502,6499,6520,6508,6544,6553,6561,6507,6569,6618,6500,6560,6562,6506,6535,6568,6587,6617,5487,5507,5508,5498,5499,5561,5525,5518,5550,5547,5552,5548,5537,5494,5515,5528,5527,5521,5557,5534,5553,5505,5526,5489,5493,5540,5562,5554,5559,5564,5563,5541,5542,5504,5546,5549,5523,5490,5538,5491,5529,5556,5551,5502,5532,5530,5524,5535,5517,5488,5536,5495,5516,5520,5513,5497,5544,5509,5501,5519,5496,5500,5522,5492,5555,5512,5545,5533,5514,5560,5558,5539,5543,5531,5506,5503,5511,5510,6011,5755,6517,6518,6516,6733,6643,6644,6642,6635,5694,6477,6707,5654,7728,7729,6345,6478,6709,6458,5685,6476,6792,6820,6829,6039,6071,6640,6641,6639,6744,6068,6737,6770,6771,6736,6739,6738,7604,6769,6072,6069,6783,6784,6782,5653,6785,6038,6048,6941,5652,6637,6638,6636,6735,6734,6037,7513,7512,7511,7510,5486,7507,7500,7501,6156,6152,6157,5348,4999,4986,4980,4981,4984,4985,4978,4979,4982,4983,5007,5008,5011,5012,5005,5006,5013,5009,5010,4939,5083,5084,5079,5085,5086,5020,5077,5078,5087,5095,5098,5111,5115,5116,5119,5018,5019,5132,5133,5136,5128,5134,5135,5140,5141,5144,5145,5142,5143,5146,5151,5091,5075,5076,5290,5156,5157,5164,5160,5161,5169,5170,4962,5171,5185,5190,5191,5208,5203,5213,5214,5217,5218,5215,5216,5219,5192,5193,5225,5226,4968,4938,5331,4977,4937,5227,5228,5229,5230,5231,5232,5242,5265,5266,5233,5234,5237,5238,5235,5236,5241,5263,5264,5267,5274,5275,5278,5276,5277,5283,8175,7505,5615,7504,7502,7509,7519,7518,7503,5635,6671,7565,7632,7626,7633,7647,7627,7667,7674,7680,7596,7700,8169,7850,7720,7893,7837,7836,7790,7877,7951,8132,8148,8008,7998,8021,8114,8193,8229,8194,8010,7961,7960,7983,7981,7982,7549,7551,7550,7656,7631,7603,7602,7672,7571,7701,7705,7706,8181,8173,8168,8149,7722,7721,8009,7843,7838,7791,7708,7707,7892,7891,7802,7904,7806,7810,7766,7765,7851,7944,7957,7929,8119,8118,8139,7801,7890,8182,7922,7903,7897,7894,8004,7994,8020,8022,8108,8115,8133,8150,8174,8183,8221,8184,8151,8063,7977,7978,7986,7987,7563,7564,7572,7643,7634,7646,7595,7831,7828,7834,8152,8156,7794,7800,7715,7719,7767,7819,7827,7905,7910,7789,7867,7862,7866,7876,7945,7950,8126,8131,8146,8147,7911,7916,7917,7921,7923,7926,7895,7896,8006,8005,8007,7996,7995,7997,8109,8113,8185,8190,8191,8225,8222,8228,8192,7975,7976,7984,7985,7552,7562,7670,7657,7666,7624,7620,7607,7623,7650,7681,7693,7694,7698,7671,8176,8180,7962,8172,7792,7793,7709,7714,7690,7686,7883,7852,7861,7930,7941,8125,8140,8144,7744,7762,7759,7991,7990,8000,7999,8003,8107,8134,8138,8207,8218,8219,8220,8195,8213,8215,8216,8217,8214,8101,8067,8055,8013,7979,7980,7988,7989,7625,7655,7673,7675,7679,7699,8014,8015,7844,7849,7811,7818,7835,8145,7517,7516,7514,7515,5614,7508,7506]},{"title":"Variables","kind":32,"children":[6658,7100,7405,4829,7536,7528,7101,7404]}],"sources":[{"fileName":"v9.ts","line":1,"character":0}]},{"id":332,"name":"voice/v4","kind":2,"kindString":"Module","flags":{},"children":[{"id":347,"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":352,"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":351,"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":357,"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":349,"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":350,"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":355,"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":353,"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":354,"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":359,"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":348,"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":356,"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":358,"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":[352,351,357,349,350,355,353,354,359,348,356,358]}],"sources":[{"fileName":"voice/v4.ts","line":60,"character":12}]},{"id":334,"name":"VoiceOpcodes","kind":8,"kindString":"Enumeration","flags":{},"comment":{"shortText":"https://discord.com/developers/docs/topics/opcodes-and-status-codes#voice-voice-opcodes"},"children":[{"id":345,"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":346,"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":338,"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":341,"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":343,"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":335,"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":337,"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":342,"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":344,"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":336,"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":339,"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":340,"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":[345,346,338,341,343,335,337,342,344,336,339,340]}],"sources":[{"fileName":"voice/v4.ts","line":6,"character":12}]},{"id":333,"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":[347,334]},{"title":"Variables","kind":32,"children":[333]}],"sources":[{"fileName":"voice/v4.ts","line":1,"character":0}]}],"groups":[{"title":"Modules","kind":2,"children":[18,1,23,85,300,331,329,330,425,360,385,328,325,326,327,332]}]} \ No newline at end of file diff --git a/website/versioned_docs/version-0.37.16/images/deno_types_out_of_sync.png b/website/versioned_docs/version-0.37.18/images/deno_types_out_of_sync.png similarity index 100% rename from website/versioned_docs/version-0.37.16/images/deno_types_out_of_sync.png rename to website/versioned_docs/version-0.37.18/images/deno_types_out_of_sync.png diff --git a/website/versioned_sidebars/version-0.37.16-sidebars.json b/website/versioned_sidebars/version-0.37.18-sidebars.json similarity index 100% rename from website/versioned_sidebars/version-0.37.16-sidebars.json rename to website/versioned_sidebars/version-0.37.18-sidebars.json diff --git a/website/versions.json b/website/versions.json index eeaeac40d..af1d96b74 100644 --- a/website/versions.json +++ b/website/versions.json @@ -1,4 +1,4 @@ [ - "0.37.17", - "0.37.16" + "0.37.18", + "0.37.17" ] \ No newline at end of file