Skip to content

GramIO API Reference / gramio/dist / TelegramMessageReactionUpdated

Interface: TelegramMessageReactionUpdated

Defined in: @gramio/types/out/objects.d.ts:4622

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:4638
chatTelegramChatThe chat containing the message the user reacted to@gramio/types/out/objects.d.ts:4626
datenumberDate of the change in Unix time@gramio/types/out/objects.d.ts:4642
message_idnumberUnique identifier of the message inside the chat@gramio/types/out/objects.d.ts:4630
new_reactionTelegramReactionType[]New list of reaction types that have been set by the user@gramio/types/out/objects.d.ts:4650
old_reactionTelegramReactionType[]Previous list of reaction types that were set by the user@gramio/types/out/objects.d.ts:4646
user?TelegramUserOptional. The user that changed the reaction, if the user isn't anonymous@gramio/types/out/objects.d.ts:4634