public static class TdApi.EnableProxy extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
proxyId
Proxy identifier.
|
Constructor and Description |
---|
EnableProxy()
Default constructor for a function, which enables a proxy.
|
EnableProxy(int proxyId)
Creates a function, which enables a proxy.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int proxyId
public static final int CONSTRUCTOR
public EnableProxy()
Returns Ok
public EnableProxy(int proxyId)
Returns Ok
proxyId
- Proxy identifier.public int getConstructor()
getConstructor
in class TdApi.Function