Sha256: 53a250c17c18a41a613509ff57965f8fad7cf18b83c4b2d9cec793f55d807eb0
Contents?: true
Size: 465 Bytes
Versions: 1
Compression:
Stored size: 465 Bytes
Contents
module Telegram module Bot module Types class Poll < Base attribute :id, String attribute :question, String attribute :options, Array[PollOption] attribute :total_voter_count, Integer attribute :is_closed, Boolean attribute :is_anonymous, Boolean attribute :type, String attribute :allows_multiple_answers, Boolean attribute :correct_option_id, Integer end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
telegram-bot-ruby-0.12.0 | lib/telegram/bot/types/poll.rb |