Layer 220
StoriesToggleAllStoriesHidden
Hide the active stories of a specific peer, preventing them from being displayed on the action bar on the homescreen.
method
Users
stories.toggleAllStoriesHidden#7c2557c4 hidden:Bool = Bool;
Parameters
| Name | Type | Description |
|---|---|---|
| Hidden | Bool | Whether to hide or unhide all active stories of the peer |
Returns
BoolGogram Example
// StoriesToggleAllStoriesHidden - positional arguments result, err := client.StoriesToggleAllStoriesHidden(true) if err != nil { // handle error } // result is *tg.Bool