mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-29 03:33:09 +01:00
Update content of files
This commit is contained in:
parent
706233b8a6
commit
bb28699117
17 changed files with 129 additions and 167 deletions
|
@ -161,7 +161,7 @@
|
|||
<li>Added <a href="/method/messages.togglePeerTranslations">messages.togglePeerTranslations</a> - Toggle <a href="/api/translation">real-time chat translation</a> for a certain chat</li>
|
||||
<li>Added <a href="/method/account.getAutoSaveSettings">account.getAutoSaveSettings</a> - Get autosave settings</li>
|
||||
<li>Added <a href="/method/account.saveAutoSaveSettings">account.saveAutoSaveSettings</a> - Modify autosave settings</li>
|
||||
<li>Added <a href="/method/account.deleteAutoSaveExceptions">account.deleteAutoSaveExceptions</a> - </li>
|
||||
<li>Added <a href="/method/account.deleteAutoSaveExceptions">account.deleteAutoSaveExceptions</a> - Clear all peer-specific autosave settings.</li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-methods" id="changed-methods" name="changed-methods"><i class="anchor-icon"></i></a>Changed Methods</h5>
|
||||
<ul>
|
||||
|
@ -187,10 +187,10 @@
|
|||
<li>Added <a href="/constructor/videoSizeStickerMarkup">videoSizeStickerMarkup</a> - </li>
|
||||
<li>Added <a href="/constructor/textWithEntities">textWithEntities</a> - Styled text with <a href="/api/entities">message entities</a></li>
|
||||
<li>Added <a href="/constructor/messages.translateResult">messages.translateResult</a> - </li>
|
||||
<li>Added <a href="/constructor/autoSaveSettings">autoSaveSettings</a> - </li>
|
||||
<li>Added <a href="/constructor/autoSaveException">autoSaveException</a> - </li>
|
||||
<li>Added <a href="/constructor/autoSaveSettings">autoSaveSettings</a> - Media autosave settings</li>
|
||||
<li>Added <a href="/constructor/autoSaveException">autoSaveException</a> - Peer-specific media autosave settings</li>
|
||||
<li>Added <a href="/constructor/account.autoSaveSettings">account.autoSaveSettings</a> - Contains media autosave settings</li>
|
||||
<li>Added <a href="/constructor/updateAutoSaveSettings">updateAutoSaveSettings</a> - </li>
|
||||
<li>Added <a href="/constructor/updateAutoSaveSettings">updateAutoSaveSettings</a> - Media autosave settings have changed and must be refetched using <a href="/method/account.getAutoSaveSettings">account.getAutoSaveSettings</a>.</li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#changed-constructors" id="changed-constructors" name="changed-constructors"><i class="anchor-icon"></i></a>Changed Constructors</h5>
|
||||
<ul>
|
||||
|
|
|
@ -69,37 +69,40 @@
|
|||
<tr>
|
||||
<td><strong>users_settings</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/AutoSaveSettings">AutoSaveSettings</a></td>
|
||||
<td> </td>
|
||||
<td>Default media autosave settings for private chats</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>chats_settings</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/AutoSaveSettings">AutoSaveSettings</a></td>
|
||||
<td> </td>
|
||||
<td>Default media autosave settings for <a href="/api/channel">groups and supergroups</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>broadcasts_settings</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/AutoSaveSettings">AutoSaveSettings</a></td>
|
||||
<td> </td>
|
||||
<td>Default media autosave settings for <a href="/api/channel">channels</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>exceptions</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/AutoSaveException">AutoSaveException</a>></td>
|
||||
<td> </td>
|
||||
<td>Peer-specific granular autosave settings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>chats</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/Chat">Chat</a>></td>
|
||||
<td> </td>
|
||||
<td>Chats mentioned in the peer-specific granular autosave settings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>users</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/User">User</a>></td>
|
||||
<td> </td>
|
||||
<td>Users mentioned in the peer-specific granular autosave settings</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/account.AutoSaveSettings">account.AutoSaveSettings</a></p></div>
|
||||
<p><a href="/type/account.AutoSaveSettings">account.AutoSaveSettings</a></p>
|
||||
<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="#channels-supergroups-gigagroups-and-basic-groups" id="channels-supergroups-gigagroups-and-basic-groups" name="channels-supergroups-gigagroups-and-basic-groups"><i class="anchor-icon"></i></a><a href="/api/channel">Channels, supergroups, gigagroups and basic groups</a></h4>
|
||||
<p>How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,32 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>autoSaveException</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
Peer
|
||||
|
||||
settings
|
||||
AutoSaveSettings
|
||||
|
||||
Type
|
||||
AutoSaveException">
|
||||
<meta property="description" content="Peer-specific media autosave settings">
|
||||
<meta property="og:title" content="autoSaveException">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
peer
|
||||
Peer
|
||||
|
||||
settings
|
||||
AutoSaveSettings
|
||||
|
||||
Type
|
||||
AutoSaveException">
|
||||
<meta property="og:description" content="Peer-specific media autosave settings">
|
||||
<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">
|
||||
|
@ -64,7 +42,8 @@ AutoSaveException">
|
|||
<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/autoSaveException" >autoSaveException</a></li></ul></div>
|
||||
<h1 id="dev_page_title">autoSaveException</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Peer-specific media autosave settings</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 155 <b class="caret"></b></a>
|
||||
|
@ -90,12 +69,12 @@ AutoSaveException">
|
|||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Peer">Peer</a></td>
|
||||
<td> </td>
|
||||
<td>The peer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>settings</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/AutoSaveSettings">AutoSaveSettings</a></td>
|
||||
<td> </td>
|
||||
<td>Media autosave settings</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,36 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>autoSaveSettings</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
photos
|
||||
flags.0?true
|
||||
|
||||
videos
|
||||
flags.1?true
|
||||
|
||||
video_max_size…">
|
||||
<meta property="description" content="Media autosave settings">
|
||||
<meta property="og:title" content="autoSaveSettings">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
flags
|
||||
#
|
||||
Flags, see TL conditional fields
|
||||
photos
|
||||
flags.0?true
|
||||
|
||||
videos
|
||||
flags.1?true
|
||||
|
||||
video_max_size…">
|
||||
<meta property="og:description" content="Media autosave settings">
|
||||
<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">
|
||||
|
@ -68,7 +42,8 @@ video_max_size…">
|
|||
<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/autoSaveSettings" >autoSaveSettings</a></li></ul></div>
|
||||
<h1 id="dev_page_title">autoSaveSettings</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Media autosave settings</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 155 <b class="caret"></b></a>
|
||||
|
@ -99,17 +74,17 @@ video_max_size…">
|
|||
<tr>
|
||||
<td><strong>photos</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether photos should be autosaved to the gallery.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>videos</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.1?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether videos should be autosaved to the gallery.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>video_max_size</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.2?<a href="/type/long">long</a></td>
|
||||
<td> </td>
|
||||
<td>If set, specifies a size limit for autosavable videos</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -84,12 +84,12 @@
|
|||
<tr>
|
||||
<td><strong>has_username</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.3?<a href="/type/Bool">Bool</a></td>
|
||||
<td>If specified, allows only choosing chats or supergroups that are or aren't <a href="/api/forum">forums</a>, according to the value of <a href="/type/Bool">Bool</a>.</td>
|
||||
<td>If specified, allows only choosing channels with or without a username, according to the value of <a href="/type/Bool">Bool</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>forum</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.4?<a href="/type/Bool">Bool</a></td>
|
||||
<td> </td>
|
||||
<td>If specified, allows only choosing chats or supergroups that are or aren't <a href="/api/forum">forums</a>, according to the value of <a href="/type/Bool">Bool</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>user_admin_rights</strong></td>
|
||||
|
@ -106,10 +106,10 @@
|
|||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/RequestPeerType">RequestPeerType</a></p>
|
||||
<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="#forums" id="forums" name="forums"><i class="anchor-icon"></i></a><a href="/api/forum">Forums</a></h4>
|
||||
<p>Telegram allows creating forums with multiple distinct topics.</p>
|
||||
<h4><a class="anchor" href="#bool" id="bool" name="bool"><i class="anchor-icon"></i></a><a href="/type/Bool">Bool</a></h4>
|
||||
<p>Boolean type.</p></div>
|
||||
<p>Boolean type.</p>
|
||||
<h4><a class="anchor" href="#forums" id="forums" name="forums"><i class="anchor-icon"></i></a><a href="/api/forum">Forums</a></h4>
|
||||
<p>Telegram allows creating forums with multiple distinct topics.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>updateAutoSaveSettings</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
Update">
|
||||
<meta property="description" content="Media autosave settings have changed and must be refetched using account.getAutoSaveSettings.">
|
||||
<meta property="og:title" content="updateAutoSaveSettings">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Type
|
||||
Update">
|
||||
<meta property="og:description" content="Media autosave settings have changed and must be refetched using account.getAutoSaveSettings.">
|
||||
<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">
|
||||
|
@ -48,7 +42,8 @@ Update">
|
|||
<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/updateAutoSaveSettings" >updateAutoSaveSettings</a></li></ul></div>
|
||||
<h1 id="dev_page_title">updateAutoSaveSettings</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Media autosave settings have changed and must be refetched using <a href="/method/account.getAutoSaveSettings">account.getAutoSaveSettings</a>.</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 155 <b class="caret"></b></a>
|
||||
|
@ -64,7 +59,10 @@ Update">
|
|||
<h3><a class="anchor" href="#parameters" id="parameters" name="parameters"><i class="anchor-icon"></i></a>Parameters</h3>
|
||||
<p>This constructor does not require any parameters.</p>
|
||||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/Update">Update</a></p></div>
|
||||
<p><a href="/type/Update">Update</a></p>
|
||||
<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="#accountgetautosavesettings" id="accountgetautosavesettings" name="accountgetautosavesettings"><i class="anchor-icon"></i></a><a href="/method/account.getAutoSaveSettings">account.getAutoSaveSettings</a></h4>
|
||||
<p>Get autosave settings</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
<tr>
|
||||
<td><strong>top_msg_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/forum#forum-topics">Forum topic ID</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>messages</strong></td>
|
||||
|
@ -92,7 +92,9 @@
|
|||
<p><a href="/type/Update">Update</a></p>
|
||||
<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="#channels-supergroups-gigagroups-and-basic-groups" id="channels-supergroups-gigagroups-and-basic-groups" name="channels-supergroups-gigagroups-and-basic-groups"><i class="anchor-icon"></i></a><a href="/api/channel">Channels, supergroups, gigagroups and basic groups</a></h4>
|
||||
<p>How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.</p></div>
|
||||
<p>How to handle channels, supergroups, gigagroups, basic groups, and what's the difference between them.</p>
|
||||
<h4><a class="anchor" href="#forums" id="forums" name="forums"><i class="anchor-icon"></i></a><a href="/api/forum">Forums</a></h4>
|
||||
<p>Telegram allows creating forums with multiple distinct topics.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
<tr>
|
||||
<td><strong>top_msg_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>ID of the <a href="/api/topic#forum-topics">forum topic</a> to which the draft is associated</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>draft</strong></td>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<tr>
|
||||
<td><strong>top_msg_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td><a href="/api/forum#forum-topics">Forum topic ID</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>reactions</strong></td>
|
||||
|
@ -96,6 +96,8 @@
|
|||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/Update">Update</a></p>
|
||||
<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="#forums" id="forums" name="forums"><i class="anchor-icon"></i></a><a href="/api/forum">Forums</a></h4>
|
||||
<p>Telegram allows creating forums with multiple distinct topics.</p>
|
||||
<h4><a class="anchor" href="#message-reactions" id="message-reactions" name="message-reactions"><i class="anchor-icon"></i></a><a href="/api/reactions">Message reactions</a></h4>
|
||||
<p>Telegram allows users to react on any message using specific emojis, triggering cute lottie animations.</p></div>
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
<tr>
|
||||
<td><strong>usernames</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/Username">Username</a>></td>
|
||||
<td> </td>
|
||||
<td>Usernames.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
<tr>
|
||||
<td><strong>flags2</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/%23">#</a></td>
|
||||
<td> </td>
|
||||
<td>Flags, see <a href="/mtproto/TL-combinators#conditional-fields">TL conditional fields</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>id</strong></td>
|
||||
|
@ -234,7 +234,7 @@
|
|||
<tr>
|
||||
<td><strong>usernames</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags2</a>.0?<a href="/type/Vector%20t">Vector</a><<a href="/type/Username">Username</a>></td>
|
||||
<td> </td>
|
||||
<td>Additional usernames</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,16 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>account.deleteAutoSaveExceptions</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Result
|
||||
Bool">
|
||||
<meta property="description" content="Clear all peer-specific autosave settings.">
|
||||
<meta property="og:title" content="account.deleteAutoSaveExceptions">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
This constructor does not require any parameters.
|
||||
Result
|
||||
Bool">
|
||||
<meta property="og:description" content="Clear all peer-specific autosave settings.">
|
||||
<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">
|
||||
|
@ -48,7 +42,8 @@ Bool">
|
|||
<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/account.deleteAutoSaveExceptions" >account.deleteAutoSaveExceptions</a></li></ul></div>
|
||||
<h1 id="dev_page_title">account.deleteAutoSaveExceptions</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Clear all peer-specific autosave settings.</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 155 <b class="caret"></b></a>
|
||||
|
|
|
@ -677,6 +677,10 @@
|
|||
<td><a href="/method/channels.toggleSlowMode">channels.toggleSlowMode</a></td>
|
||||
<td>Toggle supergroup slow mode: if enabled, users will only be able to send one message every <code>seconds</code> seconds</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.toggleParticipantsHidden">channels.toggleParticipantsHidden</a></td>
|
||||
<td>Hide or display the participants list in a supergroup</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-chat-invites-and-join-requests" id="working-with-chat-invites-and-join-requests" name="working-with-chat-invites-and-join-requests"><i class="anchor-icon"></i></a>Working with <a href="/api/invites">chat invites and join requests</a></h3>
|
||||
|
@ -1129,6 +1133,25 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-message-translation" id="working-with-message-translation" name="working-with-message-translation"><i class="anchor-icon"></i></a>Working with <a href="/api/translation">message translation</a></h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.translateText">messages.translateText</a></td>
|
||||
<td>Translate a given text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.togglePeerTranslations">messages.togglePeerTranslations</a></td>
|
||||
<td>Toggle <a href="/api/translation">real-time chat translation</a> for a certain chat</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-secret-chats" id="working-with-secret-chats" name="working-with-secret-chats"><i class="anchor-icon"></i></a>Working with <a href="/api/end-to-end">secret chats</a></h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
|
@ -1495,6 +1518,10 @@
|
|||
<td><a href="/method/messages.requestAppWebView">messages.requestAppWebView</a></td>
|
||||
<td>Open a <a href="/bots/webapps">bot web app</a> from a <a href="/api/links#bot-web-app-links">bot web app deep link</a>, sending over user information after user confirmation.<br><br>After calling this method, until the user closes the webview, <a href="/method/messages.prolongWebView">messages.prolongWebView</a> must be called every 60 seconds.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getBotApp">messages.getBotApp</a></td>
|
||||
<td>Obtain information about a <a href="/api/bots/webapps#bot-web-apps">bot web app</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-bot-admin-right-suggestions" id="working-with-bot-admin-right-suggestions" name="working-with-bot-admin-right-suggestions"><i class="anchor-icon"></i></a>Working with bot admin right suggestions</h3>
|
||||
|
@ -1549,6 +1576,10 @@
|
|||
<td><a href="/method/messages.editInlineBotMessage">messages.editInlineBotMessage</a></td>
|
||||
<td>Edit an inline bot message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.sendBotRequestedPeer">messages.sendBotRequestedPeer</a></td>
|
||||
<td>Send a chosen peer, as requested by a <a href="/constructor/keyboardButtonRequestPeer">keyboardButtonRequestPeer</a> button.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-bots" id="working-with-bots" name="working-with-bots"><i class="anchor-icon"></i></a>Working with bots</h3>
|
||||
|
@ -2085,6 +2116,29 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-media-autosave-settings" id="working-with-media-autosave-settings" name="working-with-media-autosave-settings"><i class="anchor-icon"></i></a>Working with media autosave settings</h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/account.getAutoSaveSettings">account.getAutoSaveSettings</a></td>
|
||||
<td>Get autosave settings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.saveAutoSaveSettings">account.saveAutoSaveSettings</a></td>
|
||||
<td>Modify autosave settings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.deleteAutoSaveExceptions">account.deleteAutoSaveExceptions</a></td>
|
||||
<td>Clear all peer-specific autosave settings.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-message-threads" id="working-with-message-threads" name="working-with-message-threads"><i class="anchor-icon"></i></a>Working with message <a href="/api/threads">threads</a></h3>
|
||||
<table class="table">
|
||||
<thead>
|
||||
|
@ -2230,10 +2284,6 @@
|
|||
<td>Change the default peer that should be used when sending messages to a specific group</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.translateText">messages.translateText</a></td>
|
||||
<td>Translate a given text</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.getSendAs">channels.getSendAs</a></td>
|
||||
<td>Obtains a list of peers that can be used to send messages in a specific group</td>
|
||||
</tr>
|
||||
|
@ -2620,6 +2670,14 @@
|
|||
<td><a href="/method/account.updateStatus">account.updateStatus</a></td>
|
||||
<td>Updates online user status.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.setDefaultHistoryTTL">messages.setDefaultHistoryTTL</a></td>
|
||||
<td>Changes the default value of the Time-To-Live setting, applied to all new chats.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getDefaultHistoryTTL">messages.getDefaultHistoryTTL</a></td>
|
||||
<td>Gets the default value of the Time-To-Live setting, applied to all new chats.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#working-with-user-profile-pictures" id="working-with-user-profile-pictures" name="working-with-user-profile-pictures"><i class="anchor-icon"></i></a>Working with user profile pictures</h3>
|
||||
|
@ -2702,22 +2760,6 @@
|
|||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.setDefaultHistoryTTL">messages.setDefaultHistoryTTL</a></td>
|
||||
<td>Changes the default value of the Time-To-Live setting, applied to all new chats.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getDefaultHistoryTTL">messages.getDefaultHistoryTTL</a></td>
|
||||
<td>Gets the default value of the Time-To-Live setting, applied to all new chats.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/channels.toggleParticipantsHidden">channels.toggleParticipantsHidden</a></td>
|
||||
<td>Hide or display the participants list in a supergroup</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.sendBotRequestedPeer">messages.sendBotRequestedPeer</a></td>
|
||||
<td>Send a chosen peer, as requested by a <a href="/constructor/keyboardButtonRequestPeer">keyboardButtonRequestPeer</a> button.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.getDefaultProfilePhotoEmojis">account.getDefaultProfilePhotoEmojis</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
|
@ -2745,26 +2787,6 @@
|
|||
<td><a href="/method/messages.searchCustomEmoji">messages.searchCustomEmoji</a></td>
|
||||
<td>Look for <a href="/api/custom-emoji">custom emojis</a> associated to a UTF8 emoji</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.togglePeerTranslations">messages.togglePeerTranslations</a></td>
|
||||
<td>Toggle <a href="/api/translation">real-time chat translation</a> for a certain chat</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.getAutoSaveSettings">account.getAutoSaveSettings</a></td>
|
||||
<td>Get autosave settings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.saveAutoSaveSettings">account.saveAutoSaveSettings</a></td>
|
||||
<td>Modify autosave settings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.deleteAutoSaveExceptions">account.deleteAutoSaveExceptions</a></td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getBotApp">messages.getBotApp</a></td>
|
||||
<td>Obtain information about a <a href="/api/bots/webapps#bot-web-apps">bot web app</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
||||
|
|
|
@ -4,18 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>AutoSaveException</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
autoSaveException
|
||||
">
|
||||
<meta property="description" content="Peer-specific autosave settings">
|
||||
<meta property="og:title" content="AutoSaveException">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
autoSaveException
|
||||
">
|
||||
<meta property="og:description" content="Peer-specific autosave settings">
|
||||
<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">
|
||||
|
@ -50,7 +42,8 @@ autoSaveException
|
|||
<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="/type/AutoSaveException" >AutoSaveException</a></li></ul></div>
|
||||
<h1 id="dev_page_title">AutoSaveException</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Peer-specific autosave settings</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 155 <b class="caret"></b></a>
|
||||
|
@ -74,7 +67,7 @@ autoSaveException
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/autoSaveException">autoSaveException</a></td>
|
||||
<td> </td>
|
||||
<td>Peer-specific media autosave settings</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -4,18 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>AutoSaveSettings</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
autoSaveSettings
|
||||
">
|
||||
<meta property="description" content="Media autosave settings">
|
||||
<meta property="og:title" content="AutoSaveSettings">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Constructors
|
||||
Constructor
|
||||
Description
|
||||
autoSaveSettings
|
||||
">
|
||||
<meta property="og:description" content="Media autosave settings">
|
||||
<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">
|
||||
|
@ -50,7 +42,8 @@ autoSaveSettings
|
|||
<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="/type/AutoSaveSettings" >AutoSaveSettings</a></li></ul></div>
|
||||
<h1 id="dev_page_title">AutoSaveSettings</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<div id="dev_page_content"><p>Media autosave settings</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 155 <b class="caret"></b></a>
|
||||
|
@ -74,7 +67,7 @@ autoSaveSettings
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/constructor/autoSaveSettings">autoSaveSettings</a></td>
|
||||
<td> </td>
|
||||
<td>Media autosave settings</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -764,7 +764,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/account.deleteAutoSaveExceptions">account.deleteAutoSaveExceptions</a></td>
|
||||
<td> </td>
|
||||
<td>Clear all peer-specific autosave settings.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/stickers.deleteStickerSet">stickers.deleteStickerSet</a></td>
|
||||
|
|
|
@ -613,7 +613,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/updateAutoSaveSettings">updateAutoSaveSettings</a></td>
|
||||
<td> </td>
|
||||
<td>Media autosave settings have changed and must be refetched using <a href="/method/account.getAutoSaveSettings">account.getAutoSaveSettings</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/updateGroupInvitePrivacyForbidden">updateGroupInvitePrivacyForbidden</a></td>
|
||||
|
|
Loading…
Reference in a new issue