Sha256: cfaf05c60191d5db8dacb0653b6a2f33dca8ac20bcdee77b4e940c94465a987c
Contents?: true
Size: 546 Bytes
Versions: 8
Compression:
Stored size: 546 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class EncryptedPassportElement < Base attribute :type, String attribute :data, String attribute :phone_number, String attribute :email, String attribute :files, Array[PassportFile] attribute :front_side, PassportFile attribute :reverse_side, PassportFile attribute :selfie, PassportFile attribute :translation, Array[PassportFile] attribute :hash, String end end end end
Version data entries
8 entries across 8 versions & 1 rubygems