- API ›
- Constructors ›
- StoryViewPublicRepost
StoryViewPublicRepost
---types--- storyViewPublicRepost#bd74cf49 blocked:flags.0?true blocked_my_stories_from:flags.1?true peer_id:Peer story:StoryItem = StoryView
Belongs to
| StoryView |
In Rust this constructor is a variant of the enums::StoryView enum.
Match on it with: if let enums::StoryView::StoryViewPublicRepost(v) = result { ... }