mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-01 01:00:50 +01:00
Update content of files
This commit is contained in:
parent
39f018b4ea
commit
f341284130
1 changed files with 11 additions and 5 deletions
|
@ -74,12 +74,12 @@
|
|||
<tr>
|
||||
<td><strong>order_by_create_date</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.0?<a href="/constructor/true">true</a></td>
|
||||
<td> </td>
|
||||
<td>Whether the returned topics are ordered by creation date; if set, pagination by <code>next_offset</code> should use <a href="/constructor/forumTopic">forumTopic</a>.<code>date</code>; otherwise topics are ordered by the last message date, so paginate by the <code>date</code> of the <a href="/type/Message">message</a> referenced by <a href="/constructor/forumTopic">forumTopic</a>.<code>top_message</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>count</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td> </td>
|
||||
<td>Total number of topics matching query; may be less than the topics contained in <code>topics</code>, in which case <a href="/api/offsets">pagination</a> is required.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>topics</strong></td>
|
||||
|
@ -89,17 +89,17 @@
|
|||
<tr>
|
||||
<td><strong>messages</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/Message">Message</a>></td>
|
||||
<td> </td>
|
||||
<td>Related messages (contains the messages mentioned by <a href="/constructor/forumTopic">forumTopic</a>.<code>top_message</code>).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>chats</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/Chat">Chat</a>></td>
|
||||
<td> </td>
|
||||
<td>Related chats</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>users</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/Vector%20t">Vector</a><<a href="/type/User">User</a>></td>
|
||||
<td> </td>
|
||||
<td>Related users</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>pts</strong></td>
|
||||
|
@ -111,6 +111,12 @@
|
|||
<h3><a class="anchor" href="#type" id="type" name="type"><i class="anchor-icon"></i></a>Type</h3>
|
||||
<p><a href="/type/messages.ForumTopics">messages.ForumTopics</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="#forumtopic" id="forumtopic" name="forumtopic"><i class="anchor-icon"></i></a><a href="/constructor/forumTopic">forumTopic</a></h4>
|
||||
<p>Represents a <a href="/api/forum#forum-topics">forum topic</a>.</p>
|
||||
<h4><a class="anchor" href="#message" id="message" name="message"><i class="anchor-icon"></i></a><a href="/type/Message">Message</a></h4>
|
||||
<p>Object describing a message.</p>
|
||||
<h4><a class="anchor" href="#pagination-in-the-api" id="pagination-in-the-api" name="pagination-in-the-api"><i class="anchor-icon"></i></a><a href="/api/offsets">Pagination in the API</a></h4>
|
||||
<p>How to fetch results from large lists of objects.</p>
|
||||
<h4><a class="anchor" href="#working-with-updates" id="working-with-updates" name="working-with-updates"><i class="anchor-icon"></i></a><a href="/api/updates">Working with Updates</a></h4>
|
||||
<p>How to subscribe to updates and handle them properly.</p>
|
||||
<h4><a class="anchor" href="#forums" id="forums" name="forums"><i class="anchor-icon"></i></a><a href="/api/forum">Forums</a></h4>
|
||||
|
|
Loading…
Reference in a new issue