pub const SELECT_OPTION_LABEL_LENGTH: usize = 100;Expand description
Maximum length of a [SelectMenuOption::label] in codepoints.
This is defined in Discord’s documentation, per Discord Docs/Select Menu Option.
pub const SELECT_OPTION_LABEL_LENGTH: usize = 100;Maximum length of a [SelectMenuOption::label] in codepoints.
This is defined in Discord’s documentation, per Discord Docs/Select Menu Option.