View Source ExTDLib.Object.Proxy (ExTDLib v0.0.4)
Contains information about a proxy server.
| Name | Type | Description |
|---|---|---|
| id | number | Unique identifier of the proxy. |
| server | string | Proxy server domain or IP address. |
| port | number | Proxy server port. |
| last_used_date | number | Point in time (Unix timestamp) when the proxy was last used; 0 if never. |
| is_enabled | bool | True, if the proxy is enabled now. |
| type | ProxyType | Type of the proxy. |
More details on telegram's documentation.