This is documentation for
Stream Chat Angular SDK v4, which is nolonger actively maintained. For up-to-date documentation, see the latest version (v6)
.
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 | MessageReactions |
| Receive read events | read-events | Message |
| Reply to a message in a thread | send-reply | Message |
| Quote reply to a message | quote-message | MessageActionsBox |
| Mark a message as unread | read-events | MessageActionsBox |