Class InlineKeyboardMarkup
java.lang.Object
io.micronaut.chatbots.telegram.api.InlineKeyboardMarkup
This object represents an inline keyboard that appears right next to the message it belongs to.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NonNull List<List<InlineKeyboardButton>>
void
setInlineKeyboard
(@NonNull List<List<InlineKeyboardButton>> inlineKeyboard) toString()
-
Constructor Details
-
InlineKeyboardMarkup
public InlineKeyboardMarkup()
-
-
Method Details