mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-16 14:43:05 +01:00
Update content of files
This commit is contained in:
parent
02e5315643
commit
c6cfe0e7b3
7 changed files with 19 additions and 31 deletions
|
@ -91,7 +91,7 @@ While <a href="/method/help.getConfig">help.getConfig</a> returns MTProto-specif
|
|||
<li><code>chat_read_mark_size_threshold</code> - Per-user read receipts, fetchable using <a href="/method/messages.getMessageReadParticipants">messages.getMessageReadParticipants</a> will be available in groups with less than <code>chat_read_mark_size_threshold</code> participants. (int)</li>
|
||||
<li><code>chat_read_mark_expire_period</code> - To protect user privacy, read receipts are only stored for <code>chat_read_mark_expire_period</code> seconds after the message was sent. (int)</li>
|
||||
<li><code>groupcall_video_participants_max</code> - Maximum number of participants that can broadcast video in a group call (int)</li>
|
||||
<li><code>reactions_default</code> - Default reaction</li>
|
||||
<li><code>reactions_default</code> - Default emoji reaction to use in the quick reaction menu, this value can be changed using <a href="/method/messages.setDefaultReaction">messages.setDefaultReaction</a> (string)</li>
|
||||
<li><code>reactions_uniq_max</code> -</li>
|
||||
<li><code>export_urls</code> - </li>
|
||||
<li><code>export_group_urls</code> - </li>
|
||||
|
|
|
@ -135,12 +135,12 @@ Layer…">
|
|||
<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>
|
||||
<li>Added <a href="/method/messages.sendReaction">messages.sendReaction</a> - Send reaction to message</li>
|
||||
<li>Added <a href="/method/messages.sendReaction">messages.sendReaction</a> - React to message</li>
|
||||
<li>Added <a href="/method/messages.getMessagesReactions">messages.getMessagesReactions</a> - Get message reactions</li>
|
||||
<li>Added <a href="/method/messages.getMessageReactionsList">messages.getMessageReactionsList</a> - Get full message reaction list</li>
|
||||
<li>Added <a href="/method/messages.setChatAvailableReactions">messages.setChatAvailableReactions</a> - Change the set of message reactions that can be used in a certain group, supergroup or channel</li>
|
||||
<li>Added <a href="/method/messages.getAvailableReactions">messages.getAvailableReactions</a> - Obtain available message reactions</li>
|
||||
<li>Added <a href="/method/messages.setDefaultReaction">messages.setDefaultReaction</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#client-configuration">help.getAppConfig, <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.sendReaction</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Send reaction to message">
|
||||
<meta property="description" content="React to message">
|
||||
<meta property="og:title" content="messages.sendReaction">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Send reaction to message">
|
||||
<meta property="og:description" content="React to message">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -39,7 +39,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.sendReaction" >messages.sendReaction</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.sendReaction</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Send reaction to message</p>
|
||||
<div id="dev_page_content"><p>React to message</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
|
|
@ -4,26 +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="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
reaction
|
||||
string
|
||||
|
||||
Result
|
||||
Bool">
|
||||
<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="og:title" content="messages.setDefaultReaction">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Parameters
|
||||
Name
|
||||
Type
|
||||
Description
|
||||
reaction
|
||||
string
|
||||
|
||||
Result
|
||||
Bool">
|
||||
<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.">
|
||||
<link rel="shortcut icon" href="/favicon.ico?4" type="image/x-icon" />
|
||||
|
||||
<link href="/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
|
@ -55,7 +39,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/messages.setDefaultReaction" >messages.setDefaultReaction</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.setDefaultReaction</h1>
|
||||
|
||||
<div id="dev_page_content"><p><div class="clearfix">
|
||||
<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#client-configuration">help.getAppConfig, <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">
|
||||
<a class="dropdown-toggle" onclick="return dropdownClick(this, event)" href="#">Layer 138 <b class="caret"></b></a>
|
||||
|
@ -84,12 +69,15 @@ Bool">
|
|||
<tr>
|
||||
<td><strong>reaction</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/string">string</a></td>
|
||||
<td> </td>
|
||||
<td>New emoji reaction</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h3><a class="anchor" href="#result" id="result" name="result"><i class="anchor-icon"></i></a>Result</h3>
|
||||
<p><a href="/type/Bool">Bool</a></p></div>
|
||||
<p><a href="/type/Bool">Bool</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="#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>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1621,7 +1621,7 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td><a href="/method/messages.setDefaultReaction">messages.setDefaultReaction</a></td>
|
||||
<td> </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#client-configuration">help.getAppConfig, <code>reactions_default</code> field</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getMessagesReactions">messages.getMessagesReactions</a></td>
|
||||
|
@ -1629,7 +1629,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.sendReaction">messages.sendReaction</a></td>
|
||||
<td>Send reaction to message</td>
|
||||
<td>React to message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getAvailableReactions">messages.getAvailableReactions</a></td>
|
||||
|
|
|
@ -654,7 +654,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.setDefaultReaction">messages.setDefaultReaction</a></td>
|
||||
<td> </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#client-configuration">help.getAppConfig, <code>reactions_default</code> field</a>.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
|
|
@ -451,7 +451,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.sendReaction">messages.sendReaction</a></td>
|
||||
<td>Send reaction to message</td>
|
||||
<td>React to message</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/method/messages.getMessagesReactions">messages.getMessagesReactions</a></td>
|
||||
|
|
Loading…
Reference in a new issue