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

    Interface ApplicationCommandInteractionUserOption

    interface ApplicationCommandInteractionUserOption {
        name: string;
        type: USER;
        value: `${bigint}`;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the parameter.

    type: USER

    Value of the application command option type.

    value: `${bigint}`

    The ID of the user selected by the command.