Class InlineRowDefinedLayout
- java.lang.Object
-
- com.github.unafraid.telegrambot.handlers.inline.layout.InlineRowDefinedLayout
-
- All Implemented Interfaces:
IInlineMenuLayout
public class InlineRowDefinedLayout extends java.lang.Object implements IInlineMenuLayout
-
-
Field Summary
Fields Modifier and Type Field Description static InlineRowDefinedLayoutDEFAULT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.telegram.telegrambots.meta.api.objects.replykeyboard.InlineKeyboardMarkupgenerateLayout(java.util.List<InlineButton> buttons)
-
-
-
Field Detail
-
DEFAULT
public static final InlineRowDefinedLayout DEFAULT
-
-
Method Detail
-
generateLayout
public org.telegram.telegrambots.meta.api.objects.replykeyboard.InlineKeyboardMarkup generateLayout(java.util.List<InlineButton> buttons)
- Specified by:
generateLayoutin interfaceIInlineMenuLayout
-
-