MadelineProtoDocs/old_docs/API_docs_v81/constructors/secureValueTypeRentalAgreement.md
2018-07-12 20:24:55 +02:00

666 B

title description image
secureValueTypeRentalAgreement secureValueTypeRentalAgreement attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: secureValueTypeRentalAgreement

Back to constructors index

Type: SecureValueType

Example:

$secureValueTypeRentalAgreement = ['_' => 'secureValueTypeRentalAgreement'];

PWRTelegram json-encoded version:

{"_": "secureValueTypeRentalAgreement"}

Or, if you're into Lua:

secureValueTypeRentalAgreement={_='secureValueTypeRentalAgreement'}