Method: TelegramBot::Update#poll_answer

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

#poll_answerObject

Optional. A user changed their answer in a non-anonymous poll. Bots receive new votes only in polls that were sent by the bot itself.



71
72
73
# File 'lib/telegram-bot/models/update.rb', line 71

def poll_answer
  @poll_answer
end