Unset Chat Message Reaction
unset_chat_message_reactionRemove an emoji or named reaction from a chat message by providing chat ID, message ID, and reaction type.
Instructions
Remove a reaction from a message in a chat conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Chat ID | |
| tenantId | No | Target tenant ID from list_tenants. Omit only when a default is configured or exactly one tenant is connected. Resource IDs belong to this tenant. | |
| messageId | Yes | Message ID to remove reaction from | |
| reactionType | Yes | Reaction type to remove - Unicode emoji (e.g., "👍") or named reaction (e.g., "like", "heart") |