ChatEventIsAllHistoryAvailableToggled constructor

const ChatEventIsAllHistoryAvailableToggled({
  1. required bool isAllHistoryAvailable,
})

The is_all_history_available setting of a supergroup was toggled

Implementation

const ChatEventIsAllHistoryAvailableToggled({
  required this.isAllHistoryAvailable,
});