Skip to content

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.

Documentation

Properties

PropertyTypeDescriptionDefined in
actor_chat?TelegramChatOptional. The chat on behalf of which the reaction was changed, if the user is anonymous@gramio/types/out/objects.d.ts:4478
chatTelegramChatThe chat containing the message the user reacted to@gramio/types/out/objects.d.ts:4466
datenumberDate of the change in Unix time@gramio/types/out/objects.d.ts:4482
message_idnumberUnique identifier of the message inside the chat@gramio/types/out/objects.d.ts:4470
new_reactionTelegramReactionType[]New list of reaction types that have been set by the user@gramio/types/out/objects.d.ts:4490
old_reactionTelegramReactionType[]Previous list of reaction types that were set by the user@gramio/types/out/objects.d.ts:4486
user?TelegramUserOptional. The user that changed the reaction, if the user isn't anonymous@gramio/types/out/objects.d.ts:4474