ChannelMessageReaction
ChannelMessageReaction =
object
Represents a reaction added to a message.
Properties
channelId
channelId:
ChannelGuid
The ID of the channel containing the message.
messageId
messageId:
MessageGuid
The ID of the message that has the reaction.
shortcode
shortcode:
string
The emoji shortcode of the reaction including colons (e.g., ":thumbsup:", "❤️").
userId
userId:
UserGuid
The ID of the user who added the reaction.