ChatActionUploadingVoiceNote constructor

const ChatActionUploadingVoiceNote({
  1. required int progress,
})

The user is uploading a voice note

Implementation

const ChatActionUploadingVoiceNote({
  required this.progress,
});