Method: TelegramBot::Update#chosen_inline_result

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

#chosen_inline_resultObject

Optional. The result of an inline query that was chosen by a user and sent to their chat partner. Please see our documentation on the feedback collecting for details on how to enable these updates for your bot.



56
57
58
# File 'lib/telegram-bot/models/update.rb', line 56

def chosen_inline_result
  @chosen_inline_result
end