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