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