Method: TelegramBot::Update#message_reaction_count

Defined in:
lib/telegram-bot/models/update.rb

#message_reaction_countObject

Optional. Reactions to a message with anonymous reactions were changed. The bot must be an administrator in the chat and must explicitly specify "message_reaction_count" in the list of allowed_updates to receive these updates. The updates are grouped and can be sent with delay up to a few minutes.



50
51
52
# File 'lib/telegram-bot/models/update.rb', line 50

def message_reaction_count
  @message_reaction_count
end