pub const COMPONENT_BUTTON_LABEL_LENGTH: usize = 80;
Expand description

Maximum [Component] label length in codepoints.

An example of a component with a label is the [Button][Button::label].

This is defined in Discord’s documentation, per Discord Docs/Components.