Proxy
Contains information about a proxy server.
This is an alias for the ProxyUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "proxy" | |
id | number | Unique identifier of the proxy |
server | string | Proxy server IP address |
port | number | Proxy server port |
lastUsedDate | number | Point in time (Unix timestamp) when the proxy was last used; 0 if never |
isEnabled | boolean | True, if the proxy is enabled now |
type | Type of the proxy |