Update content of files

This commit is contained in:
GitHub Action 2023-10-27 19:15:54 +00:00
parent ec063a4173
commit 1f71267705

View file

@ -4,44 +4,10 @@
<meta charset="utf-8">
<title>stories.togglePeerStoriesHidden</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="description" content="Parameters
Name
Type
Description
peer
InputPeer
 
hidden
Bool
 
Result
Bool
Possible errors
Code
Type
Description
400
PEER_ID_INVALID…">
<meta property="description" content="Hide the active stories of a user, preventing them from being displayed on the action bar on the homescreen, see here »…">
<meta property="og:title" content="stories.togglePeerStoriesHidden">
<meta property="og:image" content="">
<meta property="og:description" content="Parameters
Name
Type
Description
peer
InputPeer
 
hidden
Bool
 
Result
Bool
Possible errors
Code
Type
Description
400
PEER_ID_INVALID…">
<meta property="og:description" content="Hide the active stories of a user, preventing them from being displayed on the action bar on the homescreen, see here »…">
<link rel="icon" type="image/svg+xml" href="/img/website_icon.svg?4">
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32x32.png">
@ -76,7 +42,8 @@ PEER_ID_INVALID…">
<div class="dev_page_bread_crumbs"><ul class="breadcrumb clearfix"><li><a href="/api" >API</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/stories.togglePeerStoriesHidden" >stories.togglePeerStoriesHidden</a></li></ul></div>
<h1 id="dev_page_title">stories.togglePeerStoriesHidden</h1>
<div id="dev_page_content"><p><div class="clearfix">
<div id="dev_page_content"><p>Hide the active stories of a user, preventing them from being displayed on the action bar on the homescreen, see <a href="/api/stories#hiding-stories-of-other-users">here »</a> for more info.</p>
<p><div class="clearfix">
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
<li class="dropdown">
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 164 <b class="caret"></b></a>
@ -105,12 +72,12 @@ PEER_ID_INVALID…">
<tr>
<td><strong>peer</strong></td>
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
<td> </td>
<td>Peer whose stories should be (un)hidden.</td>
</tr>
<tr>
<td><strong>hidden</strong></td>
<td style="text-align: center;"><a href="/type/Bool">Bool</a></td>
<td> </td>
<td>Whether to hide or unhide stories.</td>
</tr>
</tbody>
</table>