Sha256: 62909f46fdef85aae3a40b0f61f72420ab93077bc950b3645a6f255e2d37cdd9
Contents?: true
Size: 303 Bytes
Versions: 7
Compression:
Stored size: 303 Bytes
Contents
module TD::Types # A Telegram Passport element containing the user's internal passport. # # @attr internal_passport [TD::Types::IdentityDocument] Internal passport. class PassportElement::InternalPassport < PassportElement attribute :internal_passport, TD::Types::IdentityDocument end end
Version data entries
7 entries across 7 versions & 2 rubygems