Package org.drinkless.tdlib
Class TdApi.CallbackQueryPayloadData
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.CallbackQueryPayload
org.drinkless.tdlib.TdApi.CallbackQueryPayloadData
- Enclosing class:
- TdApi
The payload for a general callback button.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.byte[]Data that was attached to the callback button. -
Constructor Summary
ConstructorsConstructorDescriptionThe payload for a general callback button.CallbackQueryPayloadData(byte[] data) The payload for a general callback button. -
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
-
data
public byte[] dataData that was attached to the callback button. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CallbackQueryPayloadData
public CallbackQueryPayloadData()The payload for a general callback button. -
CallbackQueryPayloadData
public CallbackQueryPayloadData(byte[] data) The payload for a general callback button.- Parameters:
data- Data that was attached to the callback button.
-
-
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
-