- API ›
- Constructors ›
- StoryItemSkipped
StoryItemSkipped
---types--- storyItemSkipped#ffadc913 close_friends:flags.8?true live:flags.9?true id:int date:int expire_date:int = StoryItem
Belongs to
| StoryItem |
In Rust this constructor is a variant of the enums::StoryItem enum.
Match on it with: if let enums::StoryItem::StoryItemSkipped(v) = result { ... }