java.lang.Object
org.telegram.telegrambots.meta.api.objects.menubutton.MenuButton
All Implemented Interfaces:
Serializable, BotApiObject, Validable
Direct Known Subclasses:
MenuButtonCommands, MenuButtonDefault, MenuButtonWebApp

public abstract class MenuButton extends Object implements BotApiObject, Validable
Version:
5.3 This object describes bot's menu button in a private chat. It should be one of MenuButtonCommands MenuButtonWebApp MenuButtonDefault If a menu button other than MenuButtonDefault is set for a private chat, then it is applied in the chat. Otherwise the default menu button is applied. By default, the menu button opens the list of bot's commands.
Author:
Ruben Bermudez
See Also: