public static class TdApi.CallbackQueryPayloadDataWithPassword extends TdApi.CallbackQueryPayload
| 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 2-step verification 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String password
public byte[] data
public static final int CONSTRUCTOR
public CallbackQueryPayloadDataWithPassword()
public CallbackQueryPayloadDataWithPassword(java.lang.String password,
byte[] data)
password - The 2-step verification password for the current user.data - Data that was attached to the callback button.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object