Update content of files

This commit is contained in:
GitHub Action 2022-08-24 19:11:21 +00:00
parent 2b14698023
commit bffd6e41c0

View file

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