remove_reaction
Remove an emoji reaction from a Google Chat message by specifying the space, message, thread, and emoji.
Instructions
Remove an emoji reaction from 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 to remove |