public static class TdApi.CustomRequestResult extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
result
A JSON-serialized result.
|
| Constructor and Description |
|---|
CustomRequestResult()
Contains the result of a custom request.
|
CustomRequestResult(java.lang.String result)
Contains the result of a custom request.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String result
public static final int CONSTRUCTOR
public CustomRequestResult()
public CustomRequestResult(java.lang.String result)
result - A JSON-serialized result.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object