Raw.stories.AllStories
Full list of active (or active and hidden) stories.
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;
export namespace Raw {
export namespace stories {
export class AllStories {
constructor(params: {
hasMore?: boolean;
count: number;
state: string;
peerStories: Array<Raw.TypePeerStories>;
chats: Array<Raw.TypeChat>;
users: Array<Raw.TypeUser>;
stealthMode: Raw.TypeStoriesStealthMode;
}) {}
}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x6efc5e81
Property
hasMore
: boolean or undefinedWhether more results can be fetched as described here.
count
: numberTotal number of active (or active and hidden) stories
state
: stringState to use for pagination
peerStories
: Array of Raw.TypePeerStoriesStories
chats
: Array of Raw.TypeChatMentioned chats
users
: Array of Raw.TypeUserMentioned users
stealthMode
: Raw.TypeStoriesStealthModeCurrent stealth mode information