stories.foundStories#e2de7737 flags:# count:int stories:Vector<FoundStory> next_offset:flags.0?string chats:Vector<Chat> users:Vector<User> = stories.FoundStories;
Parameters
| Name | Type | Description |
| flags |
# |
Bit mask: a field written flags.N?T is present only when bit N is set. |
| count |
int |
Total number of records, not the size of this page. |
| stories |
Vector<FoundStory> |
|
| next_offset |
flags.0?string |
Offset for the next page — pass it back on the next call. |
| chats |
Vector<Chat> |
Chats and channels referenced by the response — the client should put them in its cache. |
| users |
Vector<User> |
Users referenced by the response — the client should put them in its cache. |
Type
stories.FoundStories
Related pages
Types used here