public class SubInlineMenuButton extends AbstractInlineMenuButton
buttonCallback, owner, row, text| Constructor and Description |
|---|
SubInlineMenuButton(InlineMenu owner,
int row,
InlineMenu nextMenu) |
SubInlineMenuButton(InlineMenu owner,
int row,
InlineMenu nextMenu,
String text) |
SubInlineMenuButton(InlineMenu owner,
int row,
int num,
InlineMenu nextMenu)
Deprecated.
|
SubInlineMenuButton(InlineMenu owner,
int row,
int num,
InlineMenu nextMenu,
String text)
Deprecated.
|
| 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, int num, InlineMenu nextMenu)
@Deprecated public SubInlineMenuButton(InlineMenu owner, int row, int num, InlineMenu nextMenu, String text)
public SubInlineMenuButton(InlineMenu owner, int row, InlineMenu nextMenu)
public SubInlineMenuButton(InlineMenu owner, int row, 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.