/** The chat description was changed */ export declare class ChatEventDescriptionChangedBaseModel { _: 'chatEventDescriptionChanged'; /** Previous chat description */ oldDescription: string; /** New chat description */ newDescription: string; }