stories.AllStoriesNotModified

class pyrogram.raw.types.stories.AllStoriesNotModified

The list of active (or active and hidden) stories has not changed.

Constructor of AllStories.

Details:
  • Layer: 223

  • ID: 1158FE3E

Parameters:
  • state (str) – State to use to ask for updates

  • stealth_mode (StoriesStealthMode) – Current stealth mode information

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.

TL Schema

stories.allStoriesNotModified#1158fe3e
flags:#
state:string
stealth_mode:StoriesStealthMode

= stories.AllStories

Parameter Tree

AllStoriesNotModified
├── statestring
└── stealth_modeStoriesStealthMode
├── active_until_dateint (optional)
└── cooldown_until_dateint (optional)

Example

AllStoriesNotModified(
    state="text",
    stealth_mode=StoriesStealthMode(),
)