GramIO API Reference / gramio/dist / TelegramMessageReactionCountUpdated
Interface: TelegramMessageReactionCountUpdated
Defined in: @gramio/types/out/objects.d.ts:4498
This object represents reaction changes on a message with anonymous reactions.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
chat | TelegramChat | The chat containing the message | @gramio/types/out/objects.d.ts:4502 |
date | number | Date of the change in Unix time | @gramio/types/out/objects.d.ts:4510 |
message_id | number | Unique message identifier inside the chat | @gramio/types/out/objects.d.ts:4506 |
reactions | TelegramReactionCount[] | List of reactions that are present on the message | @gramio/types/out/objects.d.ts:4514 |