MadelineProtoDocs/old_docs/API_docs_v105/constructors/help_proxyDataEmpty.md
2019-12-27 17:48:04 +01:00

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

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}