Skip to content

GramIO API Reference / gramio/dist / TelegramMessageReactionUpdated

Interface: TelegramMessageReactionUpdated

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

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