Sha256: ad26b6794d7e772bc68e4af391e4173bfd20e432b93efe608bf406c7f82fb5b0

Contents?: true

Size: 249 Bytes

Versions: 1

Compression:

Stored size: 249 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.of(Integer)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
telegram-bot-types-0.7.0 lib/telegram/bot/types/poll_answer.rb