Method: TelegramBot::Update#edited_message

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

#edited_messageObject

Optional. New version of a message that is known to the bot and was edited. This update may at times be triggered by changes to message fields that are either unavailable or not actively used by your bot.



26
27
28
# File 'lib/telegram-bot/models/update.rb', line 26

def edited_message
  @edited_message
end