ChatActionUploadingVoiceNote constructor
const
ChatActionUploadingVoiceNote({
- required int progress,
The user is uploading a voice note
Implementation
const ChatActionUploadingVoiceNote({
required this.progress,
});