public class InlineMenuRow extends Object
| Modifier and Type | Method and Description |
|---|---|
InlineMenuButton |
buttonAt(int index) |
boolean |
handle(CallbackQuery query,
int button) |
InlineMenuButton |
removeButton(int index) |
int |
size() |
List<InlineKeyboardButton> |
toButtons() |
public InlineMenuButton buttonAt(int index)
public InlineMenuButton removeButton(int index)
public List<InlineKeyboardButton> toButtons()
public boolean handle(CallbackQuery query, int button)
public int size()
Copyright © 2016. All rights reserved.