All Implemented Interfaces:
Serializable, Cloneable, Iterable<InlineKeyboardButton>, Collection<InlineKeyboardButton>, List<InlineKeyboardButton>, RandomAccess, Validable

public class InlineKeyboardRow extends ArrayList<InlineKeyboardButton> implements Validable
Version:
1.0 Row for ReplyKeyBoardMarkup
Author:
Ruben Bermudez
See Also:
  • Constructor Details

    • InlineKeyboardRow

      public InlineKeyboardRow(int initialCapacity)
    • InlineKeyboardRow

      public InlineKeyboardRow()
    • InlineKeyboardRow

      public InlineKeyboardRow(Collection<? extends InlineKeyboardButton> c)
    • InlineKeyboardRow

      public InlineKeyboardRow(InlineKeyboardButton... buttons)
    • InlineKeyboardRow

      public InlineKeyboardRow(String... buttonTexts)
  • Method Details