fileTypePhotoStory property
The file is a photo published as a story
Implementation
FileTypePhotoStory? get fileTypePhotoStory {
if (this is FileTypePhotoStory) {
return this as FileTypePhotoStory;
}
return null;
}
The file is a photo published as a story
FileTypePhotoStory? get fileTypePhotoStory {
if (this is FileTypePhotoStory) {
return this as FileTypePhotoStory;
}
return null;
}