Interface GatewayApplicationCommandPermissionsUpdateDispatchData

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

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