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

    Enumeration ApplicationCommandOptionType

    Index

    Enumeration Members

    ATTACHMENT: 11

    An attachment option

    BOOLEAN: 5

    A boolean option

    CHANNEL: 7

    A snowflake option that represents a Channel. Includes all channel types and categories

    INTEGER: 4

    An integer option. Any integer between -2^53 and 2^53 is a valid value

    MENTIONABLE: 9

    A snowflake option that represents anything you can mention

    NUMBER: 10

    A number option. Any double between -2^53 and 2^53 is a valid value

    ROLE: 8

    A snowflake option that represents a Role

    STRING: 3

    A string option

    SUB_COMMAND: 1

    A sub-action within a command or group

    SUB_COMMAND_GROUP: 2

    A group of subcommands

    USER: 6

    A snowflake option that represents a User