public static class TdApi.ReplyMarkupInlineKeyboard extends TdApi.ReplyMarkup
TdApi.ReplyMarkup.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InlineKeyboardButton[][] |
rows
A list of rows of inline keyboard buttons.
|
Constructor and Description |
---|
ReplyMarkupInlineKeyboard()
Contains an inline keyboard layout.
|
ReplyMarkupInlineKeyboard(TdApi.InlineKeyboardButton[][] rows)
Contains an inline keyboard layout.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InlineKeyboardButton[][] rows
public static final int CONSTRUCTOR
public ReplyMarkupInlineKeyboard()
public ReplyMarkupInlineKeyboard(TdApi.InlineKeyboardButton[][] rows)
rows
- A list of rows of inline keyboard buttons.public int getConstructor()
getConstructor
in class TdApi.ReplyMarkup