GramIO API Reference / gramio/dist / TelegramMessageReactionCountUpdated
Interface: TelegramMessageReactionCountUpdated
Defined in: @gramio/types/out/objects.d.ts:4658
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:4662 |
date | number | Date of the change in Unix time | @gramio/types/out/objects.d.ts:4670 |
message_id | number | Unique message identifier inside the chat | @gramio/types/out/objects.d.ts:4666 |
reactions | TelegramReactionCount[] | List of reactions that are present on the message | @gramio/types/out/objects.d.ts:4674 |