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