mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-01 12:42:07 +01:00
Update content of files
This commit is contained in:
parent
ec62491d82
commit
e73588ff4a
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@
|
|||
<tr>
|
||||
<td><strong>offset_date</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td><a href="/api/offsets">Offsets for pagination, for more info click here</a></td>
|
||||
<td><a href="/api/offsets">Offsets for pagination, for more info click here</a>. The date starting from which the results need to be fetched. Use 0 or any date in the future to get results from the last topic.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>offset_id</strong></td>
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
<tr>
|
||||
<td><strong>force</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>If set, topics pinned server-side but not present in the order field will be unpinned.</td>
|
||||
<td>If set, topics pinned server-side but not present in the order field will be unpinned: as a result, only the topics passed in <code>order</code> will be pinned. If not set, only topics passed in <code>order</code> but not yet pinned server-side will be pinned, pinned topics not mentioned in <code>order</code> will remain pinned.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>channel</strong></td>
|
||||
|
|
Loading…
Reference in a new issue