Package org.drinkless.tdlib
Class TdApi.CustomRequestResult
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.CustomRequestResult
-
- Enclosing class:
- TdApi
public static class TdApi.CustomRequestResult extends TdApi.Object
Contains the result of a custom request.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringresultA JSON-serialized result.
-
Constructor Summary
Constructors Constructor Description CustomRequestResult()Contains the result of a custom request.CustomRequestResult(String result)Contains the result of a custom request.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
result
public String result
A JSON-serialized result.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CustomRequestResult
public CustomRequestResult()
Contains the result of a custom request.
-
CustomRequestResult
public CustomRequestResult(String result)
Contains the result of a custom request.- Parameters:
result- A JSON-serialized result.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-