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

    Interface APIGuildApplicationCommandPermissions

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

    Properties

    application_id: string

    The id of the application the command belongs to

    guild_id: string

    The id of the guild

    id: string

    The id of the command or the application id if that permission applies to all commands

    The permissions for the command in the guild