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