fileTypeSecret property
The file was sent to a secret chat (the file type is not known to the server)
Implementation
FileTypeSecret? get fileTypeSecret {
if (this is FileTypeSecret) {
return this as FileTypeSecret;
}
return null;
}
The file was sent to a secret chat (the file type is not known to the server)
FileTypeSecret? get fileTypeSecret {
if (this is FileTypeSecret) {
return this as FileTypeSecret;
}
return null;
}