The
Reaction
resource
represents the emoji that people use to react to a message, such as 👍, 🚲,
and 🌞.
With the Google Chat API, you can asynchronously create, list, or delete reactions to messages by calling corresponding methods. The guides in this section explain how to do the following:
- Create a reaction to append an emoji to a message.
- List reactions to see a paginated, filterable list of reactions to a message.
- Delete a reaction to remove an emoji from a message.