Sha256: 546dec3a6c1227b8d50118012f2f9690e49b208e41e4b4a7b490f0678a2b43ab

Contents?: true

Size: 270 Bytes

Versions: 3

Compression:

Stored size: 270 Bytes

Contents

# frozen_string_literal: true

module Telegram
  module Bot
    module Types
      class PollAnswer < Base
        attribute :poll_id, Types::String
        attribute :user, User
        attribute :option_ids, Types::Array.of(Types::Integer)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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