/** * ## MenuButtonDefault * Describes that no specific value for the menu button was set. * @see https://core.telegram.org/bots/api#menubuttondefault */ export type MenuButtonDefault = { /** * Type of the button, must be default */ type: 'default'; };