storyContentUnsupported property
A story content that is not supported in the current TDLib version
Implementation
StoryContentUnsupported? get storyContentUnsupported {
if (this is StoryContentUnsupported) {
return this as StoryContentUnsupported;
}
return null;
}