stories.TogglePeerStoriesHidden¶
- class pyrogram.raw.functions.stories.TogglePeerStoriesHidden¶
Hide the active stories of a user, preventing them from being displayed on the action bar on the homescreen, see here » for more info.
- Details:
Layer:
225ID:
BD0415C4
- Parameters:
peer (
InputPeer) – Peer whose stories should be (un)hidden.hidden (
bool) – Whether to hide or unhide stories.
- Returns:
bool