All triggers have a total character limit of 100.
- Selection labels, descriptions and values have their own limits of 100 characters each.
- The client may not show all characters in a selection label or description, but the server will still receive them.
- Button Interactions -
btn-*
- Select Interactions -
pick-*
Documentation here is common to all triggers, and also included in the individual trigger documentation for convenience.
&role...
The roles that are allowed to use this trigger.
- If no roles are specified, then anyone can use the given trigger.
- The service does not check for the existence of the roles, so if a role is specified that does not exist, then the trigger will not work for anyone.
- Not specifying
content
,embeds
orcomponents
will allow content of that field to be carried over from the original message. - Specifying the literal of
null
or their empty default on the aforementioned fields, will reset the field.This change was made at some point after Feb 10th, which corrected faulty behaviour on Discord's end. - discord/discord-api-docs#5860
- If sent after triggering a
*-msg
component, inaccessible components defined by the restrictions are disabled before sending.