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
5ca8fb33de
commit
22461f8141
2 changed files with 5 additions and 5 deletions
|
@ -74,7 +74,7 @@
|
|||
<tr>
|
||||
<td><strong>join</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><a href="/constructor/channelAdminLogEventActionParticipantJoin">Join events</a></td>
|
||||
<td><a href="/constructor/channelAdminLogEventActionParticipantJoin">Join events</a>, including <a href="/constructor/channelAdminLogEventActionParticipantJoinByInvite">joins using invite links</a> and <a href="/constructor/channelAdminLogEventActionParticipantJoinByRequest">join requests</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>leave</strong></td>
|
||||
|
@ -119,12 +119,12 @@
|
|||
<tr>
|
||||
<td><strong>info</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.9?<a href="/constructor/true">true</a></td>
|
||||
<td>Info change events (when <a href="/constructor/channelAdminLogEventActionChangeAbout">about</a>, <a href="/constructor/channelAdminLogEventActionChangeLinkedChat">linked chat</a>, <a href="/constructor/channelAdminLogEventActionChangeLocation">location</a>, <a href="/constructor/channelAdminLogEventActionChangePhoto">photo</a>, <a href="/constructor/channelAdminLogEventActionChangeStickerSet">stickerset</a>, <a href="/constructor/channelAdminLogEventActionChangeTitle">title</a> or <a href="/constructor/channelAdminLogEventActionChangeUsername">username</a> data of a channel gets modified)</td>
|
||||
<td>Info change events (when <a href="/constructor/channelAdminLogEventActionChangeAbout">about</a>, <a href="/constructor/channelAdminLogEventActionChangeLinkedChat">linked chat</a>, <a href="/constructor/channelAdminLogEventActionChangeLocation">location</a>, <a href="/constructor/channelAdminLogEventActionChangePhoto">photo</a>, <a href="/constructor/channelAdminLogEventActionChangeStickerSet">stickerset</a>, <a href="/constructor/channelAdminLogEventActionChangeTitle">title</a> or <a href="/constructor/channelAdminLogEventActionChangeUsername">username</a>, <a href="/constructor/channelAdminLogEventActionToggleSlowMode">slowmode</a>, <a href="/constructor/channelAdminLogEventActionChangeHistoryTTL">history TTL</a> settings of a channel gets modified)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>settings</strong></td>
|
||||
<td style="text-align: center;"><a href="/mtproto/TL-combinators#conditional-fields">flags</a>.10?<a href="/constructor/true">true</a></td>
|
||||
<td>Settings change events (<a href="/constructor/channelAdminLogEventActionToggleInvites">invites</a>, <a href="/constructor/channelAdminLogEventActionTogglePreHistoryHidden">hidden prehistory</a>, <a href="/constructor/channelAdminLogEventActionToggleSignatures">signatures</a>, <a href="/constructor/channelAdminLogEventActionDefaultBannedRights">default banned rights</a>)</td>
|
||||
<td>Settings change events (<a href="/constructor/channelAdminLogEventActionToggleInvites">invites</a>, <a href="/constructor/channelAdminLogEventActionTogglePreHistoryHidden">hidden prehistory</a>, <a href="/constructor/channelAdminLogEventActionToggleSignatures">signatures</a>, <a href="/constructor/channelAdminLogEventActionDefaultBannedRights">default banned rights</a>, <a href="/constructor/channelAdminLogEventActionToggleForum">forum toggle events</a>)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>pinned</strong></td>
|
||||
|
|
|
@ -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>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>
|
||||
<td>Whether the returned topics are ordered by creation date; if set, pagination by <code>offset_date</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>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>
|
||||
<td>Total number of topics matching query; may be more 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>
|
||||
|
|
Loading…
Add table
Reference in a new issue