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