stories.allStories
Full list of active (or active and hidden) stories.
type tg.StoriesAllStories struct { /* ... */ }
Implements stories.AllStories.
Fieldsโ
| Name | Type | Required | Description |
|---|---|---|---|
HasMore | bool | โ | Whether more results can be fetched as described here ยป. |
Count | int | yes | Total number of active (or active and hidden) stories |
State | string | yes | State to use for pagination |
PeerStories | []PeerStories | yes | Stories |
Chats | []ChatClass | yes | Mentioned chats |
Users | []UserClass | yes | Mentioned users |
StealthMode | StoriesStealthMode | yes | Current stealth mode information |
Referencesโ
- Official documentation
- Generated Go reference
- TL definition:
stories.allStories#6efc5e81