java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<KeyboardButton>
org.telegram.telegrambots.meta.api.objects.replykeyboard.buttons.KeyboardRow
All Implemented Interfaces:
Serializable, Cloneable, Iterable<KeyboardButton>, Collection<KeyboardButton>, List<KeyboardButton>, RandomAccess, Validable

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

    • KeyboardRow

      public KeyboardRow(int initialCapacity)
    • KeyboardRow

      public KeyboardRow()
    • KeyboardRow

      public KeyboardRow(Collection<? extends KeyboardButton> c)
  • Method Details