mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-29 15:59:13 +01:00
Update content of files
This commit is contained in:
parent
5c096a15fb
commit
d3d5d13be6
2 changed files with 6 additions and 3 deletions
|
@ -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/updateBotCommands" >updateBotCommands</a></li></ul></div>
|
||||
<h1 id="dev_page_title">updateBotCommands</h1>
|
||||
|
||||
<div id="dev_page_content"><p>The command set of a certain bot in a certain chat has changed.</p>
|
||||
<div id="dev_page_content"><p>The <a href="/api/bots/commands">command set</a> of a certain bot in a certain chat has changed.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -84,7 +84,10 @@
|
|||
</tbody>
|
||||
</table>
|
||||
<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="#commands" id="commands" name="commands"><i class="anchor-icon"></i></a><a href="/api/bots/commands">Commands</a></h4>
|
||||
<p>Bots offer a set of commands that can be used by users in private, or in a chat.</p></div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
@ -536,7 +536,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/updateBotCommands">updateBotCommands</a></td>
|
||||
<td>The <a href="/bots/api#june-25-2021">command set</a> of a certain bot in a certain chat has changed.</td>
|
||||
<td>The <a href="/api/bots/commands">command set</a> of a certain bot in a certain chat has changed.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="/constructor/updatePendingJoinRequests">updatePendingJoinRequests</a></td>
|
||||
|
|
Loading…
Reference in a new issue