public static class TdApi.ProxyTypeMtproto extends TdApi.ProxyType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
secret
The proxy's secret in hexadecimal encoding.
|
| Constructor and Description |
|---|
ProxyTypeMtproto()
An MTProto proxy server.
|
ProxyTypeMtproto(java.lang.String secret)
An MTProto proxy server.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String secret
public static final int CONSTRUCTOR
public ProxyTypeMtproto()
public ProxyTypeMtproto(java.lang.String secret)
secret - The proxy's secret in hexadecimal encoding.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object