GramIO API Reference / gramio/dist / TelegramMessageReactionUpdated
Interface: TelegramMessageReactionUpdated
Defined in: @gramio/types/out/objects.d.ts:4462
This object represents a change of a reaction on a message performed by a user.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
actor_chat? | TelegramChat | Optional. The chat on behalf of which the reaction was changed, if the user is anonymous | @gramio/types/out/objects.d.ts:4478 |
chat | TelegramChat | The chat containing the message the user reacted to | @gramio/types/out/objects.d.ts:4466 |
date | number | Date of the change in Unix time | @gramio/types/out/objects.d.ts:4482 |
message_id | number | Unique identifier of the message inside the chat | @gramio/types/out/objects.d.ts:4470 |
new_reaction | TelegramReactionType[] | New list of reaction types that have been set by the user | @gramio/types/out/objects.d.ts:4490 |
old_reaction | TelegramReactionType[] | Previous list of reaction types that were set by the user | @gramio/types/out/objects.d.ts:4486 |
user? | TelegramUser | Optional. The user that changed the reaction, if the user isn't anonymous | @gramio/types/out/objects.d.ts:4474 |