public static class TdApi.InlineKeyboardButtonTypeCallback extends TdApi.InlineKeyboardButtonType
TdApi.InlineKeyboardButtonType.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.InlineKeyboardButtonType