View Source ExTDLib.Object.Proxy (ExTDLib v0.0.4)

Contains information about a proxy server.

NameTypeDescription
idnumberUnique identifier of the proxy.
serverstringProxy server domain or IP address.
portnumberProxy server port.
last_used_datenumberPoint in time (Unix timestamp) when the proxy was last used; 0 if never.
is_enabledboolTrue, if the proxy is enabled now.
typeProxyTypeType of the proxy.

More details on telegram's documentation.