import { SetChatMenuButtonOptionsApplicationJson } from '../types'; import { MenuButton } from '../types'; export declare class SetChatMenuButtonOptionsApplicationJsonBase implements SetChatMenuButtonOptionsApplicationJson { chat_id: number; menu_button: MenuButton; }