chat_list_reactions
Retrieve all reactions on a specific Google Chat message, optionally paginated, from any authenticated Gmail account.
Instructions
List reactions on a Google Chat message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | The authenticated Google account to use. | ||
| pageToken | No | Pagination token from a previous call's nextPageToken, to fetch the next page of results. | |
| maxResults | No | Maximum number of reactions to return (default: 25). | |
| messageName | Yes | The message resource name (e.g. 'spaces/XXXXXX/messages/YYYYYY'), from chat_list_messages name field. |