mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +01:00
Update content of files
This commit is contained in:
parent
90c32123c5
commit
76ce3c4fd8
2 changed files with 4 additions and 4 deletions
|
@ -84,7 +84,7 @@
|
|||
<tr>
|
||||
<td><strong>max_quantity</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td>Maximum number of peers that can be chosne.</td>
|
||||
<td>Maximum number of peers that can be chosen.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -4,10 +4,10 @@
|
|||
<meta charset="utf-8">
|
||||
<title>messageActionRequestedPeer</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta property="description" content="Contains info about one or more peers that the user shared with the bot after clicking on a keyboardButtonRequestPeer button.">
|
||||
<meta property="description" content="Contains info about one or more peers that the we (the user) shared with the bot after clicking on a keyboardButtonRequestPeer button (service message sent by the user).">
|
||||
<meta property="og:title" content="messageActionRequestedPeer">
|
||||
<meta property="og:image" content="">
|
||||
<meta property="og:description" content="Contains info about one or more peers that the user shared with the bot after clicking on a keyboardButtonRequestPeer button.">
|
||||
<meta property="og:description" content="Contains info about one or more peers that the we (the user) shared with the bot after clicking on a keyboardButtonRequestPeer button (service message sent by the user).">
|
||||
<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/messageActionRequestedPeer" >messageActionRequestedPeer</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messageActionRequestedPeer</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Contains info about one or more peers that the user shared with the bot after clicking on a <a href="/constructor/keyboardButtonRequestPeer">keyboardButtonRequestPeer</a> button.</p>
|
||||
<div id="dev_page_content"><p>Contains info about one or more peers that the we (the user) shared with the bot after clicking on a <a href="/constructor/keyboardButtonRequestPeer">keyboardButtonRequestPeer</a> button (service message sent by the user).</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
|
Loading…
Reference in a new issue