stories.GetAllStories¶
- class pyrogram.raw.functions.stories.GetAllStories[source]¶
Fetch the List of active (or active and hidden) stories, see here » for more info on watching stories.
Usable by Users Bots- Details:
Layer:
229ID:
EEB0D625
- Parameters:
next (
bool, optional) – Ifnextandstateare both set, uses the passedstateto paginate to the next results; if neitherstatenornextare set, fetches the initial page; ifstateis set andnextis not set, check for changes in the active/hidden peerset, see here » for more info on the full flow.hidden (
bool, optional) – If set, fetches the hidden active story list, otherwise fetches the active story list, see here » for more info on the full flow.state (
str, optional) – Ifnextandstateare both set, uses the passedstateto paginate to the next results; if neitherstatenornextare set, fetches the initial page; ifstateis set andnextis not set, check for changes in the active/hidden peerset, see here » for more info on the full flow.
- Returns: