Interface ApplicationCommandOptionsChoice

interface ApplicationCommandOptionsChoice {
    name: string;
    name_localizations?: ApplicationCommandLocalization;
    value: string | number;
}

Properties

name: string

name 1-100 character choice name

Returns

string

name_localizations?: ApplicationCommandLocalization

name_localizations Localization dictionary for the name field. Values follow the same restrictions as name

Returns

value: string | number

value Value for the choice, up to 100 characters if string

Returns

Generated using TypeDoc