/** The is_all_history_available setting of a supergroup was toggled */ export declare class ChatEventIsAllHistoryAvailableToggledBaseModel { _: 'chatEventIsAllHistoryAvailableToggled'; /** New value of is_all_history_available */ isAllHistoryAvailable: boolean; }