mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-14 04:51:42 +01:00
Update content of files
This commit is contained in:
parent
6d54bd5e89
commit
5ca8fb33de
2 changed files with 3 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="/methods" >All Methods</a></li><i class="icon icon-breadcrumb-divider"></i><li><a href="/method/messages.search" >messages.search</a></li></ul></div>
|
||||
<h1 id="dev_page_title">messages.search</h1>
|
||||
|
||||
<div id="dev_page_content"><p>Returns found messages</p>
|
||||
<div id="dev_page_content"><p>Search for messages.</p>
|
||||
<p><div class="clearfix">
|
||||
<ul class="dev_layer_select slightly-pull-right nav nav-pills">
|
||||
<li class="dropdown">
|
||||
|
@ -79,7 +79,7 @@
|
|||
<tr>
|
||||
<td><strong>peer</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/InputPeer">InputPeer</a></td>
|
||||
<td>User or chat, histories with which are searched, or <a href="/constructor/inputPeerEmpty">(inputPeerEmpty)</a> constructor for global search</td>
|
||||
<td>User or chat, histories with which are searched, or <a href="/constructor/inputPeerEmpty">(inputPeerEmpty)</a> constructor to search in all private chats and <a href="/api/channel">normal groups (not channels) »</a>. Use <a href="/method/messages.searchGlobal">messages.searchGlobal</a> to search globally in all chats, groups, supergroups and channels.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>q</strong></td>
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
<tr>
|
||||
<td><strong>max_id</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/long">long</a></td>
|
||||
<td>If a positive value was transferred, the method will return only photos with IDs less than the set one</td>
|
||||
<td>If a positive value was transferred, the method will return only photos with IDs less than the set one. This parameter is often useful when <a href="/api/file_reference">refetching file references »</a>, as in conjuction with <code>limit=1</code> and <code>offset=-1</code> the <a href="/constructor/photo">photo</a> object with the <code>id</code> specified in <code>max_id</code> can be fetched.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>limit</strong></td>
|
||||
|
|
Loading…
Add table
Reference in a new issue