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
807a77ff46
commit
cc6a4b8f6d
1 changed files with 4 additions and 4 deletions
|
@ -86,22 +86,22 @@
|
|||
<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>. 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>
|
||||
<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>
|
||||
</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></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>
|
||||
</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></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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><strong>limit</strong></td>
|
||||
<td style="text-align: center;"><a href="/type/int">int</a></td>
|
||||
<td>Maximum number of results to return, <a href="/api/offsets">see pagination</a></td>
|
||||
<td>Maximum number of results to return, <a href="/api/offsets">see pagination</a>. For optimal performance, the number of returned topics is chosen by the server and can be smaller than the specified limit.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue