<?phpnamespace LongmanTelegramBotEntitiesMenuButton;use LongmanTelegramBotEntitiesEntity;/** * @method string getType() Type of the button * * @method $this setType($type) Type of the button */abstract class MenuButton extends Entity{}