Interface InteractionOptionsSubCommandGroup

interface InteractionOptionsSubCommandGroup {
    focused?: boolean;
    name: string;
    options?: (InteractionOptionsSubCommand | InteractionOptionsWithValue)[];
    type: SUB_COMMAND_GROUP;
}

Hierarchy (view full)

Properties

focused?: boolean
name: string