public static class TdApi.ReplyMarkupInlineKeyboard extends TdApi.ReplyMarkup
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object