ToggleSupergroupIsAllHistoryAvailable constructor

ToggleSupergroupIsAllHistoryAvailable({
  1. required int supergroupId,
  2. required bool isAllHistoryAvailable,
})

Implementation

ToggleSupergroupIsAllHistoryAvailable({
  required this.supergroupId,
  required this.isAllHistoryAvailable,
});