copyWith method

ToggleSupergroupIsBroadcastGroup copyWith({
  1. int? supergroupId,
})

Implementation

ToggleSupergroupIsBroadcastGroup copyWith({
  int? supergroupId,
}) => ToggleSupergroupIsBroadcastGroup(
  supergroupId: supergroupId ?? this.supergroupId,
);