/** The title of a chat was changed */ export declare class UpdateChatTitleBaseModel { _: 'updateChatTitle'; /** Chat identifier */ chatId: number; /** The new chat title */ title: string; }