public static class TdApi.InlineKeyboardButtonTypeCallbackWithPassword extends TdApi.InlineKeyboardButtonType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
byte[] |
data
Data to be sent to the bot via a callback query.
|
| Constructor and Description |
|---|
InlineKeyboardButtonTypeCallbackWithPassword()
A button that asks for the 2-step verification password of the current user and then sends a callback query to a bot.
|
InlineKeyboardButtonTypeCallbackWithPassword(byte[] data)
A button that asks for the 2-step verification password of the current user and then sends a callback query to a bot.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic byte[] data
public static final int CONSTRUCTOR
public InlineKeyboardButtonTypeCallbackWithPassword()
public InlineKeyboardButtonTypeCallbackWithPassword(byte[] data)
data - Data to be sent to the bot via a callback query.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object