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