fileTypeVoiceNote property
The file is a voice note
Implementation
FileTypeVoiceNote? get fileTypeVoiceNote {
if (this is FileTypeVoiceNote) {
return this as FileTypeVoiceNote;
}
return null;
}
The file is a voice note
FileTypeVoiceNote? get fileTypeVoiceNote {
if (this is FileTypeVoiceNote) {
return this as FileTypeVoiceNote;
}
return null;
}