stories.allStories

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

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
has_more flags.0?true
count int Total number of records, not the size of this page.
state string
peer_stories Vector<PeerStories>
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.
stealth_mode StoriesStealthMode

Type

stories.AllStories

Related pages

Types used here