Name | Type | Description | Notes |
---|---|---|---|
chat | Chat | The chat containing the message | |
message_id | Integer | Unique message identifier inside the chat | |
date | Integer | Date of the change in Unix time | |
reactions | Array<ReactionCount> | List of reactions that are present on the message |
require 'telegram-bot-openapi'
instance = TelegramBotOpenapi::MessageReactionCountUpdated.new(
chat: null,
message_id: null,
date: null,
reactions: null
)