RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResult
https://discord.com/developers/docs/topics/oauth2#advanced-bot-authorization-extended-bot-authorization-access-token-example
Signature
export interface RESTPostOAuth2AccessTokenWithBotAndGuildsScopeResultProperties
6Methods
0No methods.
Properties
access_token: string;token_type: string;expires_in: number;refresh_token: string;scope: string;guild: APIGuild;