public static class TdApi.ProxyTypeMtproto extends TdApi.ProxyType
TdApi.ProxyType.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.ProxyType