RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResult
https://discord.com/developers/docs/topics/oauth2#webhooks-webhook-token-response-example
Signature
export interface RESTPostOAuth2AccessTokenWithBotAndWebhookIncomingScopeResultProperties
6Methods
0No methods.
Properties
access_token: string;token_type: string;expires_in: number;refresh_token: string;scope: string;webhook: APIWebhook;