- API ›
- Constructors ›
- Stories ›
- StoryViewsList
StoryViewsList
---types--- stories.storyViewsList#59d78fc5 count:int views_count:int forwards_count:int reactions_count:int views:Vector<StoryView> chats:Vector<Chat> users:Vector<User> next_offset:flags.0?string = stories.StoryViewsList
Belongs to
| stories.StoryViewsList |
In Rust this constructor is a variant of the enums::stories.StoryViewsList enum.
Match on it with: if let enums::stories.StoryViewsList::StoryViewsList(v) = result { ... }