- API ›
- Constructors ›
- StoryView
StoryView
---types--- storyView#b0bdeac5 blocked:flags.0?true blocked_my_stories_from:flags.1?true user_id:long date:int reaction:flags.2?Reaction = StoryView
Belongs to
| StoryView |
In Rust this constructor is a variant of the enums::StoryView enum.
Match on it with: if let enums::StoryView::StoryView(v) = result { ... }