public static class TdApi.InlineKeyboardButtonTypeCallback 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 |
|---|
InlineKeyboardButtonTypeCallback()
A button that sends a callback query to a bot.
|
InlineKeyboardButtonTypeCallback(byte[] data)
A button that 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 InlineKeyboardButtonTypeCallback()
public InlineKeyboardButtonTypeCallback(byte[] data)
data - Data to be sent to the bot via a callback query.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object