copyWith method
Implementation
@override
ChatTypeSupergroup copyWith({
int? supergroupId,
bool? isChannel,
}) => ChatTypeSupergroup(
supergroupId: supergroupId ?? this.supergroupId,
isChannel: isChannel ?? this.isChannel,
);
@override
ChatTypeSupergroup copyWith({
int? supergroupId,
bool? isChannel,
}) => ChatTypeSupergroup(
supergroupId: supergroupId ?? this.supergroupId,
isChannel: isChannel ?? this.isChannel,
);