Discord.https - v3.0.16
    Preparing search index...

    Interface APIWebhookEventApplicationAuthorizedData

    interface APIWebhookEventApplicationAuthorizedData {
        guild?: APIGuild;
        integration_type?: ApplicationIntegrationType;
        scopes: OAuth2Scopes[];
        user: APIUser;
    }
    Index

    Properties

    guild?: APIGuild

    Server which app was authorized for (when integration type is 0)

    integration_type?: ApplicationIntegrationType

    Installation context for the authorization. Either guild (0) if installed to a server or user (1) if installed to a user's account

    scopes: OAuth2Scopes[]

    List of scopes the user authorized

    user: APIUser

    User who authorized the app