public class SubInlineMenuButton extends AbstractInlineMenuButton
buttonCallback, owner, row, text| Constructor and Description |
|---|
SubInlineMenuButton(InlineMenu owner,
int row,
InlineMenu nextMenu)
Deprecated.
|
SubInlineMenuButton(InlineMenu owner,
int row,
InlineMenu nextMenu,
String text)
Deprecated.
|
SubInlineMenuButton(InlineMenu owner,
int row,
Supplier<InlineMenu> nextMenu) |
SubInlineMenuButton(InlineMenu owner,
int row,
Supplier<InlineMenu> nextMenu,
String text) |
| Modifier and Type | Method and Description |
|---|---|
static SubInlineMenuButtonBuilder |
builder() |
static SubInlineMenuButtonBuilder |
builder(String text) |
void |
handlePress(CallbackQuery query) |
InlineKeyboardButton |
toKeyboardButton() |
assignMenu, getCallback, getMenu, getNum, getText, keyboardBuilder, setCallback, setText, updateRowclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteCallback@Deprecated public SubInlineMenuButton(InlineMenu owner, int row, InlineMenu nextMenu)
@Deprecated public SubInlineMenuButton(InlineMenu owner, int row, InlineMenu nextMenu, String text)
public SubInlineMenuButton(InlineMenu owner, int row, Supplier<InlineMenu> nextMenu)
public SubInlineMenuButton(InlineMenu owner, int row, Supplier<InlineMenu> nextMenu, String text)
public static SubInlineMenuButtonBuilder builder()
public static SubInlineMenuButtonBuilder builder(String text)
public InlineKeyboardButton toKeyboardButton()
public void handlePress(CallbackQuery query)
Copyright © 2017. All rights reserved.