Sha256: 75846ee329a8c67e2553712a9c24e72b65007f0cb742475a160c667c65c86f56

Contents?: true

Size: 246 Bytes

Versions: 8

Compression:

Stored size: 246 Bytes

Contents

# frozen_string_literal: true

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

8 entries across 8 versions & 1 rubygems

Version Path
telegram-bot-ruby-0.23.0 lib/telegram/bot/types/poll_answer.rb
telegram-bot-ruby-0.22.0 lib/telegram/bot/types/poll_answer.rb
telegram-bot-ruby-0.21.1 lib/telegram/bot/types/poll_answer.rb
telegram-bot-ruby-0.21.0 lib/telegram/bot/types/poll_answer.rb
telegram-bot-ruby-0.20.0 lib/telegram/bot/types/poll_answer.rb
telegram-bot-ruby-0.19.2 lib/telegram/bot/types/poll_answer.rb
telegram-bot-ruby-0.19.1 lib/telegram/bot/types/poll_answer.rb
telegram-bot-ruby-0.19.0 lib/telegram/bot/types/poll_answer.rb