pub const COMPONENT_CUSTOM_ID_LENGTH: usize = 100;
Expand description
Maximum length of a Component
custom ID in codepoints.
An example of a component with a custom ID is the
Button
.
This is defined in Discord’s documentation, per Discord Docs/Components.