TelegramBotOpenapi::MessageReactionUpdated Properties Name Type Description Notes chat Chat The chat containing the message the user reacted to message_id Integer Unique identifier of the message inside the chat user User Optional. The user that changed the reaction, if the user isn't anonymous [optional] actor_chat Chat Optional. The chat on behalf of which the reaction was changed, if the user is anonymous [optional] date Integer Date of the change in Unix time old_reaction Array<Object> Previous list of reaction types that were set by the user new_reaction Array<Object> New list of reaction types that have been set by the user Example require 'telegram-bot-openapi' instance = TelegramBotOpenapi::MessageReactionUpdated.new( chat: null, message_id: null, user: null, actor_chat: null, date: null, old_reaction: null, new_reaction: null )