AI-generated Key Takeaways
-
ReactionEmoji resource represents an emoji used as a reaction to a message.
-
Emoji content can be represented either by a unicode string for basic emojis or a CustomEmoji object for custom emojis.
-
The content field is required and determines the type of emoji being used.
An emoji that is used as a reaction to a message.
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field content. Required. The content of the emoji. content can be only one of the following: |
|
unicode |
Optional. A basic emoji represented by a unicode string. |
customEmoji |
A custom emoji. |