MadelineProtoDocs/docs/API_docs/constructors/help.proxyDataEmpty.md

1.1 KiB

title description image redirect_from
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 /API_docs/constructors/help_proxyDataEmpty.html

Constructor: help.proxyDataEmpty

Back to constructors index

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}