Method: TelegramBot::Update#message_reaction

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

#message_reactionObject

Optional. A reaction to a message was changed by a user. The bot must be an administrator in the chat and must explicitly specify "message_reaction" in the list of allowed_updates to receive these updates. The update isn’t received for reactions set by bots.



47
48
49
# File 'lib/telegram-bot/models/update.rb', line 47

def message_reaction
  @message_reaction
end