Update content of files

This commit is contained in:
GitHub Action 2024-11-14 10:26:30 +00:00
parent a3d25cf69d
commit 98ec094f8a
2 changed files with 6 additions and 6 deletions

View file

@ -351,7 +351,7 @@
<td><em>True</em>, if the confirmation dialog is enabled while the user is trying to close the Mini App. <em>False</em>, if the confirmation dialog is disabled.</td>
</tr>
<tr>
<td>isVerticalSwipesEnabled <sup><mark>NEW</mark></sup></td>
<td>isVerticalSwipesEnabled</td>
<td>Boolean</td>
<td><em>True</em>, if vertical swipes to close or minimize the Mini App are enabled. <em>False</em>, if vertical swipes to close or minimize the Mini App are disabled. In any case, the user will still be able to minimize and close the Mini App by swiping the Mini App&#39;s header.</td>
</tr>
@ -421,12 +421,12 @@
<td><mark>Bot API 6.2+</mark> A method that disables the confirmation dialog while the user is trying to close the Mini App.</td>
</tr>
<tr>
<td>enableVerticalSwipes() <sup><mark>NEW</mark></sup></td>
<td>enableVerticalSwipes()</td>
<td>Function</td>
<td><mark>Bot API 7.7+</mark> A method that enables vertical swipes to close or minimize the Mini App. For user convenience, it is recommended to always enable swipes unless they conflict with the Mini App&#39;s own gestures.</td>
</tr>
<tr>
<td>disableVerticalSwipes() <sup><mark>NEW</mark></sup></td>
<td>disableVerticalSwipes()</td>
<td>Function</td>
<td><mark>Bot API 7.7+</mark> A method that disables vertical swipes to close or minimize the Mini App. This method is useful if your Mini App uses swipe gestures that may conflict with the gestures for minimizing and closing the app.</td>
</tr>

View file

@ -351,7 +351,7 @@
<td><em>True</em>, if the confirmation dialog is enabled while the user is trying to close the Mini App. <em>False</em>, if the confirmation dialog is disabled.</td>
</tr>
<tr>
<td>isVerticalSwipesEnabled <sup><mark>NEW</mark></sup></td>
<td>isVerticalSwipesEnabled</td>
<td>Boolean</td>
<td><em>True</em>, if vertical swipes to close or minimize the Mini App are enabled. <em>False</em>, if vertical swipes to close or minimize the Mini App are disabled. In any case, the user will still be able to minimize and close the Mini App by swiping the Mini App&#39;s header.</td>
</tr>
@ -421,12 +421,12 @@
<td><mark>Bot API 6.2+</mark> A method that disables the confirmation dialog while the user is trying to close the Mini App.</td>
</tr>
<tr>
<td>enableVerticalSwipes() <sup><mark>NEW</mark></sup></td>
<td>enableVerticalSwipes()</td>
<td>Function</td>
<td><mark>Bot API 7.7+</mark> A method that enables vertical swipes to close or minimize the Mini App. For user convenience, it is recommended to always enable swipes unless they conflict with the Mini App&#39;s own gestures.</td>
</tr>
<tr>
<td>disableVerticalSwipes() <sup><mark>NEW</mark></sup></td>
<td>disableVerticalSwipes()</td>
<td>Function</td>
<td><mark>Bot API 7.7+</mark> A method that disables vertical swipes to close or minimize the Mini App. This method is useful if your Mini App uses swipe gestures that may conflict with the gestures for minimizing and closing the app.</td>
</tr>