telegram api constructor · layer 229 · #6efc5e81
stories.allStories
Full list of active (or active and hidden) stories.
definition
stories.allStories#6efc5e81 flags:# has_more:flags.0?true count:int state:string peer_stories:Vector<PeerStories> chats:Vector<Chat> users:Vector<User> stealth_mode:StoriesStealthMode = stories.AllStories;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
has_more | true | Whether more results can be fetched as described here ». |
count | int | Total number of active (or active and hidden) stories |
state | string | State to use for pagination |
peer_stories | Vector<PeerStories> | Stories |
chats | Vector<Chat> | Mentioned chats |
users | Vector<User> | Mentioned users |
stealth_mode | StoriesStealthMode | Current stealth mode information |
type
stories.AllStories · other constructors: stories.allStoriesNotModified
history
present in layers 160–229 · constructor id changed 2×
| id | layers |
|---|---|
| #839e0428 | 160 |
| #519d899e | 161–163 |
| #6efc5e81 | 164–229 |