public class InlineKeyboardMarkup extends Object implements InlineKeyboard
| Modifier and Type | Class and Description |
|---|---|
static class |
InlineKeyboardMarkup.InlineKeyboardMarkupBuilder |
| Modifier and Type | Method and Description |
|---|---|
static InlineKeyboardMarkup.InlineKeyboardMarkupBuilder |
builder()
This builder will allow you to progressively construct this object.
|
List<List<InlineKeyboardButton>> |
getButtons()
Gets Array of button rows, each represented by an Array of Strings
|
ReplyMarkupType |
getType()
Gets the ReplyMarkupType for this ReplyMarkup object
|
public static InlineKeyboardMarkup.InlineKeyboardMarkupBuilder builder()
public List<List<InlineKeyboardButton>> getButtons()
public ReplyMarkupType getType()
getType in interface ReplyMarkupCopyright © 2017. All rights reserved.