Class: TD::Types::InputPassportElement::TemporaryRegistration

Inherits:
TD::Types::InputPassportElement show all
Defined in:
lib/tdlib/types/input_passport_element/temporary_registration.rb

Overview

A Telegram Passport element to be saved 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::InputPersonalDocument

The temporary registration document to be saved.

Returns:



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

def temporary_registration
  @temporary_registration
end