Sha256: 3adef27a28dcbe5d0fa11ac18b006bedb03f188a52a255f806654a108af92497

Contents?: true

Size: 248 Bytes

Versions: 5

Compression:

Stored size: 248 Bytes

Contents

module Telegram
  module Bot
    module Types
      class Poll < Base
        attribute :id, String
        attribute :question, String
        attribute :options, Array[PollOption]
        attribute :is_closed, Boolean
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.11.0 lib/telegram/bot/types/poll.rb
telegram-bot-ruby-0.10.1 lib/telegram/bot/types/poll.rb
telegram-bot-ruby-0.10.0 lib/telegram/bot/types/poll.rb
telegram-bot-ruby-0.9.1 lib/telegram/bot/types/poll.rb
telegram-bot-ruby-0.9.0 lib/telegram/bot/types/poll.rb