public static class TdApi.RemoveProxy extends TdApi.Function<TdApi.Ok>
Returns Ok
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int proxyId
public static final int CONSTRUCTOR
public RemoveProxy()
Returns Ok
public RemoveProxy(int proxyId)
Returns Ok
proxyId - Proxy identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object