MadelineProtoDocs/docs/API_docs/constructors/secureValueTypeRentalAgreement.md

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'}