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() |
toString
public 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()
getConstructor
in class TdApi.Object