Sha256: 2f4aa959fea85e6bd90ac4a2fc628c288ec9914219c80f2d06e0eb2457f0901f
Contents?: true
Size: 217 Bytes
Versions: 5
Compression:
Stored size: 217 Bytes
Contents
module Telegram module Bot module Types class PassportFile < Base attribute :file_id, String attribute :file_size, Integer attribute :file_date, Integer end end end end
Version data entries
5 entries across 5 versions & 1 rubygems