mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 23:38:26 +01:00
Update content of files
This commit is contained in:
parent
9f4d8addfd
commit
24b2bb6dea
4 changed files with 21 additions and 10 deletions
|
@ -417,8 +417,19 @@ Also, discussion group admins can now <a href="/api/discussion#requiring-users-t
|
|||
<h4><a class="anchor" href="#schema" id="schema" name="schema"><i class="anchor-icon"></i></a>Schema</h4>
|
||||
<div><pre><code><a href="/constructor/phoneConnection">phoneConnection</a>#9cc123c7 flags:<a href="/type/%23">#</a> tcp:flags.0?<a href="/constructor/true">true</a> id:<a href="/type/long">long</a> ip:<a href="/type/string">string</a> ipv6:<a href="/type/string">string</a> port:<a href="/type/int">int</a> peer_tag:<a href="/type/bytes">bytes</a> = <a href="/type/PhoneConnection">PhoneConnection</a>;<br></code></pre></div>
|
||||
<h3><a class="anchor" href="#layer-140" id="layer-140" name="layer-140"><i class="anchor-icon"></i></a><a href="/schema?layer=140">Layer 140</a></h3>
|
||||
<p>Introducing <a href="/api/bots/attach">attachment menus</a>, <a href="/api/bots/webapps">bot web apps</a>, <a href="/api/bots/menu">custom bot menu buttons</a>, <a href="/api/rights#suggested-bot-rights">suggested bot admin rights</a> and <a href="/api/ringtones">ringtones</a>.<br>
|
||||
Also introducing <a href="/api/scheduled-messages">replies to scheduled messages</a>, <a href="/method/channels.deleteHistory">deletion of all our supergroup messages for everyone</a>, <a href="/constructor/sponsoredMessage">recommended sponsored messages</a>, <a href="/constructor/config">forced IPv6 connection attempts</a> and more specific <a href="/constructor/dcOption">DC connection settings</a>.</p>
|
||||
<p>Introducing:</p>
|
||||
<ul>
|
||||
<li><a href="/api/bots/attach">Attachment menus</a></li>
|
||||
<li><a href="/api/bots/webapps">Bot web apps</a></li>
|
||||
<li><a href="/api/bots/menu">Custom bot menu buttons</a></li>
|
||||
<li><a href="/api/rights#suggested-bot-rights">Suggested bot admin rights</a></li>
|
||||
<li><a href="/api/ringtones">Ringtones</a></li>
|
||||
<li><a href="/method/channels.deleteHistory">Deletion of all our supergroup messages for everyone</a></li>
|
||||
<li><a href="/constructor/sponsoredMessage">Recommended sponsored messages</a></li>
|
||||
<li>A <a href="/constructor/config"><code>force_try_ipv6</code> config flag</a> indicating that clients must prioritize IPv6 over IPv4 for all MTProto transports, even if an IPv4 connection is available.</li>
|
||||
<li>A <a href="/constructor/dcOption"><code>this_port_only</code> DC port flag</a> indicating that clients must use only the specified port, without trying any other port as specified in the <a href="/mtproto/transports#tcp">transport docs</a>.</li>
|
||||
<li>A <a href="/constructor/channelFull"><code>can_delete_channel</code> channelFull flag</a> indicating whether the current user can delete a channel or supergroup.</li>
|
||||
</ul>
|
||||
<h4><a class="anchor" href="#schema-changes" id="schema-changes" name="schema-changes"><i class="anchor-icon"></i></a>Schema changes</h4>
|
||||
<h5><a class="anchor" href="#new-methods" id="new-methods" name="new-methods"><i class="anchor-icon"></i></a>New Methods</h5>
|
||||
<ul>
|
||||
|
@ -656,7 +667,7 @@ Also introducing <a href="/api/scheduled-messages">replies to scheduled messages
|
|||
<li>Added <a href="/method/messages.getMessageReactionsList">messages.getMessageReactionsList</a> - Get <a href="/api/reactions">message reaction</a> list, along with the sender of each reaction.</li>
|
||||
<li>Added <a href="/method/messages.setChatAvailableReactions">messages.setChatAvailableReactions</a> - Change the set of <a href="/api/reactions">message reactions »</a> that can be used in a certain group, supergroup or channel</li>
|
||||
<li>Added <a href="/method/messages.getAvailableReactions">messages.getAvailableReactions</a> - Obtain available <a href="/api/reactions">message reactions »</a></li>
|
||||
<li>Added <a href="/method/messages.setDefaultReaction">messages.setDefaultReaction</a> - Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using <a href="/api/config#reactions-default">help.getAppConfig, <code>reactions_default</code> field</a>.</li>
|
||||
<li>Added <a href="/method/messages.setDefaultReaction">messages.setDefaultReaction</a> - Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using <a href="/method/help.getConfig">help.getConfig, <code>reactions_default</code> field</a>.</li>
|
||||
</ul>
|
||||
<h5><a class="anchor" href="#new-constructors" id="new-constructors" name="new-constructors"><i class="anchor-icon"></i></a>New Constructors</h5>
|
||||
<ul>
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messages.setDefaultReaction</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using help.getAppConfig, reactions_default field.">
|
||||
<meta property="description" content="Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using help.getConfig, reactions_default field.">
|
||||
<meta property="og:title" content="messages.setDefaultReaction">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using help.getAppConfig, reactions_default field.">
|
||||
<meta property="og:description" content="Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using help.getConfig, reactions_default field.">
|
||||
<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="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/messages.setDefaultReaction" >messages.setDefaultReaction</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.setDefaultReaction</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using <a href="/api/config#reactions-default">help.getAppConfig, <code>reactions_default</code> field</a>.</p>
|
||||
<div id="dev_page_content"><p>Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using <a href="/method/help.getConfig">help.getConfig, <code>reactions_default</code> field</a>.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -96,8 +96,8 @@
|
|||
</tbody>
|
||||
</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="#client-configuration" id="client-configuration" name="client-configuration"><i class="anchor-icon"></i></a><a href="/api/config">Client configuration</a></h4>
|
||||
<p>The MTProto API has multiple configuration parameters that can be fetched with the appropriate methods.</p></div>
|
||||
<h4><a class="anchor" href="#helpgetconfig" id="helpgetconfig" name="helpgetconfig"><i class="anchor-icon"></i></a><a href="/method/help.getConfig">help.getConfig</a></h4>
|
||||
<p>Returns current configuration, including data center configuration.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1007,7 +1007,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.setDefaultReaction">messages.setDefaultReaction</a></td>
|
||||
<td>Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using <a href="/api/config#reactions-default">help.getAppConfig, <code>reactions_default</code> field</a>.</td>
|
||||
<td>Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using <a href="/method/help.getConfig">help.getConfig, <code>reactions_default</code> field</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getMessagesReactions">messages.getMessagesReactions</a></td>
|
||||
|
|
|
@ -659,7 +659,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.setDefaultReaction">messages.setDefaultReaction</a></td>
|
||||
<td>Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using <a href="/api/config#reactions-default">help.getAppConfig, <code>reactions_default</code> field</a>.</td>
|
||||
<td>Change default emoji reaction to use in the quick reaction menu: the value is synced across devices and can be fetched using <a href="/method/help.getConfig">help.getConfig, <code>reactions_default</code> field</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.toggleBotInAttachMenu">messages.toggleBotInAttachMenu</a></td>
|
||||
|
|
Loading…
Reference in a new issue