Sha256: 64bf99462c55110dc654060b924d878b32779f62e851e05a694d7e905ad14dfc

Contents?: true

Size: 241 Bytes

Versions: 2

Compression:

Stored size: 241 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, [Integer]
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
telegram-bot-types-0.6.3 lib/telegram/bot/types/poll_answer.rb
telegram-bot-types-0.6.2 lib/telegram/bot/types/poll_answer.rb