Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 674 Bytes

MessageReactionCountUpdated.md

File metadata and controls

24 lines (18 loc) · 674 Bytes

TelegramBotOpenapi::MessageReactionCountUpdated

Properties

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

Example

require 'telegram-bot-openapi'

instance = TelegramBotOpenapi::MessageReactionCountUpdated.new(
  chat: null,
  message_id: null,
  date: null,
  reactions: null
)