mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-29 11:43:05 +01:00
Update content of files
This commit is contained in:
parent
f45b2e8a14
commit
c02daa9075
1 changed files with 3 additions and 3 deletions
|
@ -86,17 +86,17 @@
|
|||
<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>, date of the last message of the topic. Use 0 or any date in the future to get results from the last topic.</td>
|
||||
<td><a href="/api/offsets">Offsets for pagination, for more info click here</a>, date of the last message of the last found topic. Use 0 or any date in the future to get results from the last topic.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>offset_id</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>, ID of the last message of a topic (or initially <code>0</code>).</td>
|
||||
<td><a href="/api/offsets">Offsets for pagination, for more info click here</a>, ID of the last message of the last found topic (or initially <code>0</code>).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>offset_topic</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>, ID of the topic (or initially <code>0</code>).</td>
|
||||
<td><a href="/api/offsets">Offsets for pagination, for more info click here</a>, ID of the last found topic (or initially <code>0</code>).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>limit</strong></td>
|
||||
|
|
Loading…
Reference in a new issue