public static class TdApi.RemoveProxy 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 |
---|
RemoveProxy()
Default constructor for a function, which removes a proxy server.
|
RemoveProxy(int proxyId)
Creates a function, which removes a proxy server.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int proxyId
public static final int CONSTRUCTOR
public RemoveProxy()
Returns Ok
public RemoveProxy(int proxyId)
Returns Ok
proxyId
- Proxy identifier.public int getConstructor()
getConstructor
in class TdApi.Function