RESTOAuth2AdvancedBotAuthorizationQuery
https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization
Signature
export interface RESTOAuth2AdvancedBotAuthorizationQueryProperties
7Methods
0No methods.
Properties
client_id: Snowflake;scope: OAuth2Scopes.Bot | `${OAuth2Scopes.Bot}${' ' | '%20'}${string}` | `${string}${' ' | '%20'}${OAuth2Scopes.Bot}` | `${string}${' ' | '%20'}${OAuth2Scopes.Bot}${string}${' ' | '%20'}`;This assumes you include the `bot` scope alongside others (like `identify` for example)
permissions?: Permissions;The required permissions bitfield, stringified
guild_id?: Snowflake;disable_guild_select?: boolean;response_type: string;redirect_uri?: string;