- API ›
- Constructors ›
- StoryViews
StoryViews
---types--- storyViews#8d595cd6 has_viewers:flags.1?true views_count:int forwards_count:flags.2?int reactions:flags.3?Vector<ReactionCount> reactions_count:flags.4?int recent_viewers:flags.0?Vector<long> = StoryViews
Belongs to
| StoryViews |
In Rust this constructor is a variant of the enums::StoryViews enum.
Match on it with: if let enums::StoryViews::StoryViews(v) = result { ... }