Sha256: 29e7849a305efd532a8e04d3e298f50106c2d718804202568a8a8edabde96007

Contents?: true

Size: 221 Bytes

Versions: 4

Compression:

Stored size: 221 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PollOption < Base
        attribute :text, Types::String
        attribute :voter_count, Types::Integer
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
telegram-bot-ruby-2.0.0 lib/telegram/bot/types/poll_option.rb
telegram-bot-ruby-1.0.0 lib/telegram/bot/types/poll_option.rb
telegram-bot-ruby-1.0.0.rc1 lib/telegram/bot/types/poll_option.rb
telegram-bot-ruby-1.0.0.pre lib/telegram/bot/types/poll_option.rb