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