Class InlineFixedButtonsPerRowLayout

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.telegram.telegrambots.meta.api.objects.replykeyboard.InlineKeyboardMarkup generateLayout​(java.util.List<InlineButton> buttons)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InlineFixedButtonsPerRowLayout

        public InlineFixedButtonsPerRowLayout​(int maxButtonsPerRow)
    • Method Detail

      • generateLayout

        public org.telegram.telegrambots.meta.api.objects.replykeyboard.InlineKeyboardMarkup generateLayout​(java.util.List<InlineButton> buttons)
        Specified by:
        generateLayout in interface IInlineMenuLayout