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

    Interface ApplicationCommandInteractionSubCommandGroupOption<T>

    interface ApplicationCommandInteractionSubCommandGroupOption<T> {
        name: string;
        options: [ApplicationCommandInteractionSubCommandOption<T>];
        type: SUB_COMMAND_GROUP;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    Name of the parameter.

    Options for this subcommand group.

    type: SUB_COMMAND_GROUP

    Value of the application command option type.