Message Actions
Attach and receive custom message actions, such as emoji reactions or read receipts, with ALO's messaging features.
Message actions is a list of custom objects you can attach to a message that has already been published. You can use this collection for whatever you need such as emoji reactions, read receipts, and more.
Send a message action
sendMessageAction({ channelId: string, messageId: string, action: object })
sendMessageAction({ channelId: string, messageId: string, action: object })
Receive a message action
You will receive an event every time a message action is sent in a channel that you are subscribed to.
Last updated