- API ›
- Constructors ›
- Stories ›
- StoryReactionsList
StoryReactionsList
---types--- stories.storyReactionsList#aa5f789c count:int reactions:Vector<StoryReaction> chats:Vector<Chat> users:Vector<User> next_offset:flags.0?string = stories.StoryReactionsList
Belongs to
| stories.StoryReactionsList |
In Rust this constructor is a variant of the enums::stories.StoryReactionsList enum.
Match on it with: if let enums::stories.StoryReactionsList::StoryReactionsList(v) = result { ... }