copyWith method
Implementation
@override
ChatActionUploadingPhoto copyWith({
int? progress,
}) => ChatActionUploadingPhoto(
progress: progress ?? this.progress,
);
@override
ChatActionUploadingPhoto copyWith({
int? progress,
}) => ChatActionUploadingPhoto(
progress: progress ?? this.progress,
);