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:
223ID:
1158FE3E
- Parameters:
state (
str) – State to use to ask for updatesstealth_mode (
StoriesStealthMode) – Current stealth mode information
- Functions:
This object can be returned by 1 function.
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
├── state →
string└── stealth_mode →
StoriesStealthMode├── active_until_date →
int (optional)└── cooldown_until_date →
int (optional)Example
AllStoriesNotModified(
state="text",
stealth_mode=StoriesStealthMode(),
)