Constructor: stories.foundStories
Stories found using global story search ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
count | int | Yes | Total number of results found for the query. |
stories | Array of FoundStory | Yes | Matching stories. |
next_offset | string | Optional | Offset used to fetch the next page, if not set this is the final page. |
chats | Array of Chat | Yes | Mentioned chats |
users | Array of User | Yes | Mentioned users |
Type: stories.FoundStories
Example:
$stories_foundStories = ['_' => 'stories.foundStories', 'count' => int, 'stories' => [FoundStory, FoundStory], 'next_offset' => 'string', 'chats' => [Chat, Chat], 'users' => [User, User]];