Package org.drinkless.tdlib
Class TdApi.UpdateNewCustomQuery
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateNewCustomQuery
- Enclosing class:
- TdApi
A new incoming query; for bots only.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.JSON-serialized query data.longThe query identifier.intQuery timeout. -
Constructor Summary
ConstructorsConstructorDescriptionA new incoming query; for bots only.UpdateNewCustomQuery(long id, String data, int timeout) A new incoming query; for bots only. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
id
public long idThe query identifier. -
data
JSON-serialized query data. -
timeout
public int timeoutQuery timeout. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateNewCustomQuery
public UpdateNewCustomQuery()A new incoming query; for bots only. -
UpdateNewCustomQuery
A new incoming query; for bots only.- Parameters:
id- The query identifier.data- JSON-serialized query data.timeout- Query timeout.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-