@typed-discord/interactions
    Preparing search index...

    Interface ApplicationCommandInteractionChannelOption

    interface ApplicationCommandInteractionChannelOption {
        name: string;
        type: CHANNEL;
        value: `${bigint}`;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the parameter.

    type: CHANNEL

    Value of the application command option type.

    value: `${bigint}`

    The ID of the channel selected by the command.