Class: TD::Types::PassportElement::TemporaryRegistration

Inherits:
TD::Types::PassportElement show all
Defined in:
lib/tdlib/types/passport_element/temporary_registration.rb

Overview

A Telegram Passport element containing the user's temporary registration.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#temporary_registrationTD::Types::PersonalDocument

Temporary registration.

Returns:



5
6
7
# File 'lib/tdlib/types/passport_element/temporary_registration.rb', line 5

def temporary_registration
  @temporary_registration
end