chatActionUploadingVoiceNote property
The user is uploading a voice note
Implementation
ChatActionUploadingVoiceNote? get chatActionUploadingVoiceNote {
if (this is ChatActionUploadingVoiceNote) {
return this as ChatActionUploadingVoiceNote;
}
return null;
}