copyWith method
Implementation
ToggleSupergroupIsAllHistoryAvailable copyWith({
int? supergroupId,
bool? isAllHistoryAvailable,
}) => ToggleSupergroupIsAllHistoryAvailable(
supergroupId: supergroupId ?? this.supergroupId,
isAllHistoryAvailable: isAllHistoryAvailable ?? this.isAllHistoryAvailable,
);