export interface APIWebhookEventApplicationAuthorizedData
optionalexternalAPIGuild guild? :
Server which app was authorized for (when integration type is 0
)
optionalexternalApplicationIntegrationType integration_type? :
Installation context for the authorization. Either guild (0
) if installed to a server or user (1
) if installed to a user's account
externalOAuth2Scopes[] scopes :
List of scopes the user authorized
externalAPIUser user :
User who authorized the app