Update content of files

This commit is contained in:
GitHub Action 2023-12-03 21:32:54 +00:00
parent f45b2e8a14
commit c02daa9075

View file

@ -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>