stories.foundStories
Stories found using global story search ».
type tg.StoriesFoundStories struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Count | int | yes | Total number of results found for the query. |
Stories | []FoundStory | yes | Matching stories. |
NextOffset | string | — | Offset used to fetch the next page, if not set this is the final page. |
Chats | []ChatClass | yes | Mentioned chats |
Users | []UserClass | yes | Mentioned users |
Returned by
References
- Official documentation
- Generated Go reference
- TL definition:
stories.foundStories#e2de7737