| Modifier and Type | Method and Description |
|---|---|
InlineKeyboardButton |
InlineKeyboardButton.InlineKeyboardButtonBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<List<InlineKeyboardButton>> |
InlineKeyboardMarkup.getButtons() |
| Modifier and Type | Method and Description |
|---|---|
InlineKeyboardMarkup.InlineKeyboardMarkupBuilder |
InlineKeyboardMarkup.InlineKeyboardMarkupBuilder.addRow(InlineKeyboardButton... buttons) |
InlineKeyboardMarkup.InlineKeyboardMarkupBuilder |
InlineKeyboardMarkup.InlineKeyboardMarkupBuilder.setCell(int row,
int column,
InlineKeyboardButton button) |
InlineKeyboardMarkup.InlineKeyboardMarkupBuilder |
InlineKeyboardMarkup.InlineKeyboardMarkupBuilder.setRow(int row,
InlineKeyboardButton... buttons) |
| Modifier and Type | Method and Description |
|---|---|
InlineKeyboardMarkup.InlineKeyboardMarkupBuilder |
InlineKeyboardMarkup.InlineKeyboardMarkupBuilder.addRow(List<InlineKeyboardButton> buttons) |
InlineKeyboardMarkup.InlineKeyboardMarkupBuilder |
InlineKeyboardMarkup.InlineKeyboardMarkupBuilder.setRow(int row,
List<InlineKeyboardButton> buttons) |
| Modifier and Type | Method and Description |
|---|---|
List<InlineKeyboardButton> |
InlineMenuRow.toButtons() |
| Modifier and Type | Method and Description |
|---|---|
InlineKeyboardButton |
InlineMenuButton.toKeyboardButton() |
| Modifier and Type | Method and Description |
|---|---|
InlineKeyboardButton |
BackButton.toKeyboardButton() |
InlineKeyboardButton |
UserInputInlineMenuButton.toKeyboardButton() |
InlineKeyboardButton |
SubInlineMenuButton.toKeyboardButton() |
InlineKeyboardButton |
ToggleInlineMenuButton.toKeyboardButton() |
Copyright © 2016. All rights reserved.