stories.AllStories

class pyrogram.raw.types.stories.AllStories

Full list of active (or active and hidden) stories.

Constructor of AllStories.

Details:
  • Layer: 187

  • ID: 6EFC5E81

Parameters:
  • count (int 32-bit) – Total number of active (or active and hidden) stories

  • state (str) – State to use for pagination

  • peer_stories (List of PeerStories) – Stories

  • chats (List of Chat) – Mentioned chats

  • users (List of User) – Mentioned users

  • stealth_mode (StoriesStealthMode) – Current stealth mode information

  • has_more (bool, optional) – Whether more results can be fetched as described here ».

Functions:

This object can be returned by 1 function.

stories.GetAllStories

Fetch the List of active (or active and hidden) stories, see here » for more info on watching stories.