Class: TD::Types::PassportElement::RentalAgreement

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

Overview

A Telegram Passport element 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::PersonalDocument

Rental agreement.

Returns:



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

def rental_agreement
  @rental_agreement
end