mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-01 12:42:07 +01:00
Update content of files
This commit is contained in:
parent
2e370c95da
commit
55d232e826
3 changed files with 8 additions and 6 deletions
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>peerSettings</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="List of actions that are possible when interacting with this user, to be shown as suggested actions in the chat bar">
|
||||
<meta property="description" content="List of actions that are possible when interacting with this user, to be shown as suggested actions in the chat action bar », see here » for more info.">
|
||||
<meta property="og:title" content="peerSettings">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="List of actions that are possible when interacting with this user, to be shown as suggested actions in the chat bar">
|
||||
<meta property="og:description" content="List of actions that are possible when interacting with this user, to be shown as suggested actions in the chat action bar », see here » for more info.">
|
||||
<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">
|
||||
|
@ -42,7 +42,7 @@
|
|||
<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="/schema" >TL-schema</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/constructor/peerSettings" >peerSettings</a></li></ul></div>
|
||||
<h1 id="dev_page_title">peerSettings</h1>
|
||||
|
||||
<div id="dev_page_content"><p>List of actions that are possible when interacting with this user, to be shown as suggested actions in the chat bar</p>
|
||||
<div id="dev_page_content"><p>List of actions that are possible when interacting with this user, to be shown as suggested actions in the <a href="/api/action-bar">chat action bar »</a>, see <a href="/api/action-bar">here »</a> for more info.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -139,7 +139,9 @@
|
|||
<h4><a class="anchor" href="#globalprivacysettings" id="globalprivacysettings" name="globalprivacysettings"><i class="anchor-icon"></i></a><a href="/constructor/globalPrivacySettings">globalPrivacySettings</a></h4>
|
||||
<p>Global privacy settings</p>
|
||||
<h4><a class="anchor" href="#invites" id="invites" name="invites"><i class="anchor-icon"></i></a><a href="/api/invites">Invites</a></h4>
|
||||
<p>Chats and channels may have a public username or a private invite link: private invite links may be further enhanced with per-user join requests.</p></div>
|
||||
<p>Chats and channels may have a public username or a private invite link: private invite links may be further enhanced with per-user join requests.</p>
|
||||
<h4><a class="anchor" href="#action-bar" id="action-bar" name="action-bar"><i class="anchor-icon"></i></a><a href="/api/action-bar">Action bar</a></h4>
|
||||
<p>Sometimes, when interacting with Telegram users via private or secret chats, an action bar must be shown on top of the chat, offering convenient action buttons or notices regarding the user.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@
|
|||
</table>
|
||||
<h3><a class="anchor" href="#related-pages" id="related-pages" name="related-pages"><i class="anchor-icon"></i></a>Related pages</h3>
|
||||
<h4><a class="anchor" href="#peersettings" id="peersettings" name="peersettings"><i class="anchor-icon"></i></a><a href="/constructor/peerSettings">peerSettings</a></h4>
|
||||
<p>List of actions that are possible when interacting with this user, to be shown as suggested actions in the chat bar</p></div>
|
||||
<p>List of actions that are possible when interacting with this user, to be shown as suggested actions in the <a href="/api/action-bar">chat action bar »</a>, see <a href="/api/action-bar">here »</a> for more info.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -581,7 +581,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.hidePeerSettingsBar">messages.hidePeerSettingsBar</a></td>
|
||||
<td>Should be called after the user hides the report spam/add as contact bar of a new chat, effectively prevents the user from executing the actions specified in the <a href="/constructor/peerSettings">peer's settings</a>.</td>
|
||||
<td>Should be called after the user hides the <a href="/api/action-bar">report spam/add as contact bar</a> of a new chat, effectively prevents the user from executing the actions specified in the <a href="/api/action-bar">action bar »</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.editLocation">channels.editLocation</a></td>
|
||||
|
|
Loading…
Reference in a new issue