Sha256: 53731a69c7b16821fb47602bb7b205dbf8c741cb31c412cb8f30c4767edf89ad

Contents?: true

Size: 215 Bytes

Versions: 7

Compression:

Stored size: 215 Bytes

Contents

module Telegram
  module Bot
    module Types
      class PollAnswer < Base
        attribute :poll_id, String
        attribute :user, User
        attribute :option_ids, Array[Integer]
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.18.0 lib/telegram/bot/types/poll_answer.rb
telegram-bot-ruby-0.17.0 lib/telegram/bot/types/poll_answer.rb
telegram-bot-ruby-0.16.0 lib/telegram/bot/types/poll_answer.rb
telegram-bot-ruby-0.15.0 lib/telegram/bot/types/poll_answer.rb
telegram-bot-ruby-0.14.0 lib/telegram/bot/types/poll_answer.rb
telegram-bot-ruby-0.13.0 lib/telegram/bot/types/poll_answer.rb
telegram-bot-ruby-0.12.0 lib/telegram/bot/types/poll_answer.rb