twilight_validate::command

Function choice_name

Source
pub fn choice_name(name: &str) -> Result<(), CommandValidationError>
Expand description

Validate a single name localization in a [CommandOptionChoice].

ยงErrors

Returns an error of type OptionChoiceNameLengthInvalid if the name is less than OPTION_CHOICE_NAME_LENGTH_MIN or more than OPTION_CHOICE_NAME_LENGTH_MAX.