public static class TdApi.InternalLinkTypeProxy extends TdApi.InternalLinkType
TdApi.InternalLinkType.Constructors
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 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() |
toString
public 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 IP address.port
- Proxy server port.type
- Type of the proxy.public int getConstructor()
getConstructor
in class TdApi.InternalLinkType