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

    Interface GatewayApplicationCommandPermissionsUpdateDispatchData

    interface GatewayApplicationCommandPermissionsUpdateDispatchData {
        application_id: string;
        guild_id: string;
        id: string;
        permissions: APIApplicationCommandPermission[];
    }
    Index

    Properties

    application_id: string

    ID of the application the command belongs to

    guild_id: string

    ID of the guild

    id: string

    ID of the command or the application ID

    Permissions for the command in the guild, max of 100