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