mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-13 20:47:57 +01:00
Update content of files
This commit is contained in:
parent
a3d25cf69d
commit
98ec094f8a
2 changed files with 6 additions and 6 deletions
|
@ -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'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'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>
|
||||
|
|
|
@ -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'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'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>
|
||||
|
|
Loading…
Add table
Reference in a new issue