ChatEventIsAllHistoryAvailableToggled constructor

ChatEventIsAllHistoryAvailableToggled({
  1. String? extra,
  2. int? client_id,
  3. Bool? is_all_history_available,
})

Implementation

ChatEventIsAllHistoryAvailableToggled({
  super.extra,
  super.client_id,
  this.is_all_history_available,
});