| Package | Description |
|---|---|
| org.telegram.telegrambots.api.objects.replykeyboard | |
| org.telegram.telegrambots.api.objects.replykeyboard.buttons |
| Modifier and Type | Method and Description |
|---|---|
List<List<InlineKeyboardButton>> |
InlineKeyboardMarkup.getKeyboard() |
| Modifier and Type | Method and Description |
|---|---|
InlineKeyboardMarkup |
InlineKeyboardMarkup.setKeyboard(List<List<InlineKeyboardButton>> keyboard) |
| Modifier and Type | Method and Description |
|---|---|
InlineKeyboardButton |
InlineKeyboardButton.setCallbackData(String callbackData) |
InlineKeyboardButton |
InlineKeyboardButton.setCallbackGame(CallbackGame callbackGame) |
InlineKeyboardButton |
InlineKeyboardButton.setSwitchInlineQuery(String switchInlineQuery) |
InlineKeyboardButton |
InlineKeyboardButton.setSwitchInlineQueryCurrentChat(String switchInlineQueryCurrentChat) |
InlineKeyboardButton |
InlineKeyboardButton.setText(String text) |
InlineKeyboardButton |
InlineKeyboardButton.setUrl(String url) |
Copyright © 2016. All rights reserved.