stories.ToggleAllStoriesHidden
- class pyrogram.raw.functions.stories.ToggleAllStoriesHidden
Hide the active stories of a specific peer, preventing them from being displayed on the action bar on the homescreen.
- Details:
Layer:
223ID:
7C2557C4
- Parameters:
hidden (
bool) – Whether to hide or unhide all active stories of the peer- Returns:
bool
TL Schema
stories.toggleAllStoriesHidden#7c2557c4
hidden:Bool
= Bool
Parameter Tree
ToggleAllStoriesHidden
└── hidden →
BoolExample
await app.invoke(
ToggleAllStoriesHidden(
hidden=True,
)
)