Class: TD::Types::InputPassportElement::RentalAgreement

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

Overview

A Telegram Passport element to be saved containing the user’s rental agreement.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#rental_agreementTD::Types::InputPersonalDocument

The rental agreement to be saved.

Returns:



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

def rental_agreement
  @rental_agreement
end