MadelineProtoDocs/docs/API_docs/constructors/secureValueTypeRentalAgreement.md

39 lines
666 B
Markdown

---
title: secureValueTypeRentalAgreement
description: secureValueTypeRentalAgreement attributes, type and example
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: secureValueTypeRentalAgreement
[Back to constructors index](index.md)
### Type: [SecureValueType](../types/SecureValueType.md)
### Example:
```
$secureValueTypeRentalAgreement = ['_' => 'secureValueTypeRentalAgreement'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "secureValueTypeRentalAgreement"}
```
Or, if you're into Lua:
```
secureValueTypeRentalAgreement={_='secureValueTypeRentalAgreement'}
```