public static class TdApi.CallbackQueryPayloadDataWithPassword extends TdApi.CallbackQueryPayload
TdApi.CallbackQueryPayload.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[] |
data
Data that was attached to the callback button.
|
java.lang.String |
password
The password for the current user.
|
Constructor and Description |
---|
CallbackQueryPayloadDataWithPassword()
The payload for a callback button requiring password.
|
CallbackQueryPayloadDataWithPassword(java.lang.String password,
byte[] data)
The payload for a callback button requiring password.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String password
public byte[] data
public static final int CONSTRUCTOR
public CallbackQueryPayloadDataWithPassword()
public CallbackQueryPayloadDataWithPassword(java.lang.String password, byte[] data)
password
- The password for the current user.data
- Data that was attached to the callback button.public int getConstructor()
getConstructor
in class TdApi.CallbackQueryPayload