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][Button::custom_id].
This is defined in Discord’s documentation, per Discord Docs/Components.