add_reaction
Add an emoji reaction to a Google Chat message in a space or DM, using the message ID and thread ID.
Instructions
Add an emoji reaction to a message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | Space/DM group ID (from list_spaces) | |
| is_dm | No | True if DM, False if room/space | |
| message_id | Yes | Message ID (from read_messages) | |
| topic_id | Yes | Thread ID (from read_messages) | |
| emoji | Yes | Unicode emoji, e.g. '👍' or '✅' |