44 lines
760 B
Markdown
44 lines
760 B
Markdown
---
|
|
title: help.proxyDataEmpty
|
|
description: help_proxyDataEmpty attributes, type and example
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: help.proxyDataEmpty
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|---------------|----------|
|
|
|expires|[int](../types/int.md) | Yes|
|
|
|
|
|
|
|
|
### Type: [help\_ProxyData](../types/help_ProxyData.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$help_proxyDataEmpty = ['_' => 'help.proxyDataEmpty', 'expires' => int];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_": "help.proxyDataEmpty", "expires": int}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
help_proxyDataEmpty={_='help.proxyDataEmpty', expires=int}
|
|
|
|
```
|
|
|
|
|