FoundStories

---types---
stories.foundStories#e2de7737 count:int stories:Vector<FoundStory> next_offset:flags.0?string chats:Vector<Chat> users:Vector<User> = stories.FoundStories

Belongs to

stories.FoundStories

In Rust this constructor is a variant of the enums::stories.FoundStories enum.
Match on it with: if let enums::stories.FoundStories::FoundStories(v) = result { ... }

Parameters

countintrequired
storiesVector<FoundStory>required
next_offsetstringoptional
chatsVector<Chat>required
usersVector<User>required