1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
help.proxyDataEmpty | No proxy was used to connect to tg (or none was provided to [initConnection](../methods/initConnection.md), or the used proxy doesn't have a promotion channel associated to it) | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: help.proxyDataEmpty
No proxy was used to connect to tg (or none was provided to initConnection, or the used proxy doesn't have a promotion channel associated to it)
Attributes:
Name | Type | Required | Description |
---|---|---|---|
expires | int | Yes | Expiration date of proxy info, will have to be refetched in expires seconds |
Type: help_ProxyData
Example:
$help_proxyDataEmpty = ['_' => 'help.proxyDataEmpty', 'expires' => int];
Or, if you're into Lua:
help_proxyDataEmpty={_='help.proxyDataEmpty', expires=int}