public static class TdApi.InternalLinkTypeProxy extends TdApi.InternalLinkType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
port
Proxy server port.
|
java.lang.String |
server
Proxy server domain or IP address.
|
TdApi.ProxyType |
type
Type of the proxy.
|
| Constructor and Description |
|---|
InternalLinkTypeProxy()
The link is a link to a proxy.
|
InternalLinkTypeProxy(java.lang.String server,
int port,
TdApi.ProxyType type)
The link is a link to a proxy.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String server
public int port
public TdApi.ProxyType type
public static final int CONSTRUCTOR
public InternalLinkTypeProxy()
public InternalLinkTypeProxy(java.lang.String server,
int port,
TdApi.ProxyType type)
server - Proxy server domain or IP address.port - Proxy server port.type - Type of the proxy.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object