Message interactions
Users can interact with the messages in the message list. The following table provides a list of possible interactions together with the necessary capabilities and the corresponding components:
Description | Necessary channel capability | Component |
---|---|---|
Flags the given message | flag-message | MessageActionsBox |
Edits a message that belongs to the user | update-own-message or update-any-message | MessageActionsBox |
Edits any message | update-any-message | MessageActionsBox |
Deletes a message that belongs to the user | delete-own-message or delete-any-message | MessageActionsBox |
Deletes any message | delete-any-message | MessageActionsBox |
Send reaction to a message | send-reaction | MessageReactionsSelector |
Receive read events | read-events | Message |
Reply to a message in a thread | send-reply | MessageActionsBox |
Quote reply to a message | quote-message | MessageActionsBox |
Mark a message as unread | read-events | MessageActionsBox |