storyContentUnsupported property

StoryContentUnsupported? storyContentUnsupported

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;
}