Sha256: 699bd9e0b6cd61aa7891530d8b0f24a62e4cc2243589c93dfd61740e66b1bb89
Contents?: true
Size: 290 Bytes
Versions: 11
Compression:
Stored size: 290 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class PassportFile < Base attribute :file_id, String attribute :file_unique_id, String attribute :file_size, Integer attribute :file_date, Integer end end end end
Version data entries
11 entries across 11 versions & 2 rubygems