mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 17:55:35 +01:00
31 lines
781 B
Markdown
31 lines
781 B
Markdown
|
---
|
||
|
title: "help.promoDataEmpty"
|
||
|
description: "No PSA/MTProxy info is available"
|
||
|
nav_exclude: true
|
||
|
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](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
No PSA/MTProxy info is available
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|expires|[int](/API_docs/types/int.html) | Yes|Re-fetch PSA/MTProxy info after the specified number of seconds|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [help.PromoData](/API_docs/types/help.PromoData.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$help_promoDataEmpty = ['_' => 'help.promoDataEmpty', 'expires' => int];
|
||
|
```
|