Discord.https - v3.0.16
    Preparing search index...

    Interface APIApplicationCommandInteractionDataSubcommandGroupOption<Type>

    interface APIApplicationCommandInteractionDataSubcommandGroupOption<
        Type extends InteractionType = InteractionType,
    > {
        name: string;
        options: APIApplicationCommandInteractionDataSubcommandOption<Type>[];
        type: SubcommandGroup;
    }

    Type Parameters

    Index

    Properties

    Properties

    name: string