/** A chat's is_sponsored field has changed */ export declare class UpdateChatIsSponsoredBaseModel { _: 'updateChatIsSponsored'; /** Chat identifier */ chatId: number; /** New value of is_sponsored */ isSponsored: boolean; /** New value of chat order */ order: string; }