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
2b14698023
commit
bffd6e41c0
1 changed files with 1 additions and 4 deletions
|
@ -185,10 +185,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>media_timestamp</code></td>
|
<td><code>media_timestamp</code></td>
|
||||||
<td style="text-align: center;">Optional</td>
|
<td style="text-align: center;">Optional</td>
|
||||||
<td>Timestamp at which to start playing the media file present in the body or in the webpage preview of the message, in the following formats <br><br>- a</td>
|
<td>Timestamp at which to start playing the media file present in the body or in the webpage preview of the message, in the following formats: <br>- Seconds: <code>123</code>, regex <code>^(\d+)$</code> <br>- Minutes and seconds: <code>10:23</code>, example regex <code>^(\d+):(\d{1,2})$</code> <br>- Hours, minutes and seconds: <code>1h23m10s</code>, example regex <code>^(?:(\d+)h)?(?:(\d{1,2})m)?(?:(\d{1,2})s)$</code></td>
|
||||||
</tr>
|
|
||||||
<tr>
|
|
||||||
<td>- b <br></td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue