MadelineProtoDocs/old_docs/API_docs_v25/constructors/secureValueTypeUtilityBill.md
2020-06-16 17:50:25 +02:00

34 lines
501 B
Markdown

---
title: secureValueTypeUtilityBill
description: Utility bill
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: secureValueTypeUtilityBill
[Back to constructors index](index.md)
Utility bill
### Type: [SecureValueType](../types/SecureValueType.md)
### Example:
```php
$secureValueTypeUtilityBill = ['_' => 'secureValueTypeUtilityBill'];
```
Or, if you're into Lua:
```lua
secureValueTypeUtilityBill={_='secureValueTypeUtilityBill'}
```