java.lang.Object
org.telegram.telegrambots.meta.api.objects.replykeyboard.buttons.KeyboardButton
All Implemented Interfaces:
Serializable, BotApiObject, Validable

public class KeyboardButton extends Object implements Validable, BotApiObject
Version:
1.0 This object represents one button of the reply keyboard. For simple text buttons String can be used instead of this object to specify text of the button.
Author:
Ruben Bermudez
See Also: