40 lines
819 B
Markdown
40 lines
819 B
Markdown
|
---
|
||
|
title: help.promoDataEmpty
|
||
|
description: No PSA/MTProxy info is available
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
redirect_from: /API_docs/constructors/help_promoDataEmpty.html
|
||
|
---
|
||
|
# Constructor: help.promoDataEmpty
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
No PSA/MTProxy info is available
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|expires|[int](../types/int.md) | Yes|Re-fetch PSA/MTProxy info after the specified number of seconds|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [help.PromoData](../types/help.PromoData.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$help.promoDataEmpty = ['_' => 'help.promoDataEmpty', 'expires' => int];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
help.promoDataEmpty={_='help.promoDataEmpty', expires=int}
|
||
|
|
||
|
```
|
||
|
|
||
|
|