ToggleSupergroupIsAllHistoryAvailable constructor

ToggleSupergroupIsAllHistoryAvailable({
  1. String? extra,
  2. int? client_id,
  3. int53? supergroup_id,
  4. Bool? is_all_history_available,
})

Implementation

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