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