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

    Interface ApplicationCommandInteractionMentionableOption

    interface ApplicationCommandInteractionMentionableOption {
        name: string;
        type: MENTIONABLE;
        value: `${bigint}`;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the parameter.

    type: MENTIONABLE

    Value of the application command option type.

    value: `${bigint}`

    The ID of the mentionable selected by the command.