Update content of files

This commit is contained in:
GitHub Action 2024-11-14 10:39:31 +00:00
parent 98ec094f8a
commit 12dc9f9b68
2 changed files with 14 additions and 14 deletions

View file

@ -1014,37 +1014,37 @@
<tr>
<td>isInited</td>
<td>Boolean</td>
<td><mark>Bot API 7.2+</mark> Shows whether biometrics object is initialized.</td>
<td>Shows whether biometrics object is initialized.</td>
</tr>
<tr>
<td>isBiometricAvailable</td>
<td>Boolean</td>
<td><mark>Bot API 7.2+</mark> Shows whether biometrics is available on the current device.</td>
<td>Shows whether biometrics is available on the current device.</td>
</tr>
<tr>
<td>biometricType</td>
<td>String</td>
<td><mark>Bot API 7.2+</mark> The type of biometrics currently available on the device. Can be one of these values:<br>- <em>finger</em>, fingerprint-based biometrics,<br>- <em>face</em>, face-based biometrics,<br>- <em>unknown</em>, biometrics of an unknown type.</td>
<td>The type of biometrics currently available on the device. Can be one of these values:<br>- <em>finger</em>, fingerprint-based biometrics,<br>- <em>face</em>, face-based biometrics,<br>- <em>unknown</em>, biometrics of an unknown type.</td>
</tr>
<tr>
<td>isAccessRequested</td>
<td>Boolean</td>
<td><mark>Bot API 7.2+</mark> Shows whether permission to use biometrics has been requested.</td>
<td>Shows whether permission to use biometrics has been requested.</td>
</tr>
<tr>
<td>isAccessGranted</td>
<td>Boolean</td>
<td><mark>Bot API 7.2+</mark> Shows whether permission to use biometrics has been granted.</td>
<td>Shows whether permission to use biometrics has been granted.</td>
</tr>
<tr>
<td>isBiometricTokenSaved</td>
<td>Boolean</td>
<td><mark>Bot API 7.2+</mark> Shows whether the token is saved in secure storage on the device.</td>
<td>Shows whether the token is saved in secure storage on the device.</td>
</tr>
<tr>
<td>deviceId</td>
<td>String</td>
<td><mark>Bot API 7.2+</mark> A unique device identifier that can be used to match the token to the device.</td>
<td>A unique device identifier that can be used to match the token to the device.</td>
</tr>
<tr>
<td>init([callback])</td>

View file

@ -1014,37 +1014,37 @@
<tr>
<td>isInited</td>
<td>Boolean</td>
<td><mark>Bot API 7.2+</mark> Shows whether biometrics object is initialized.</td>
<td>Shows whether biometrics object is initialized.</td>
</tr>
<tr>
<td>isBiometricAvailable</td>
<td>Boolean</td>
<td><mark>Bot API 7.2+</mark> Shows whether biometrics is available on the current device.</td>
<td>Shows whether biometrics is available on the current device.</td>
</tr>
<tr>
<td>biometricType</td>
<td>String</td>
<td><mark>Bot API 7.2+</mark> The type of biometrics currently available on the device. Can be one of these values:<br>- <em>finger</em>, fingerprint-based biometrics,<br>- <em>face</em>, face-based biometrics,<br>- <em>unknown</em>, biometrics of an unknown type.</td>
<td>The type of biometrics currently available on the device. Can be one of these values:<br>- <em>finger</em>, fingerprint-based biometrics,<br>- <em>face</em>, face-based biometrics,<br>- <em>unknown</em>, biometrics of an unknown type.</td>
</tr>
<tr>
<td>isAccessRequested</td>
<td>Boolean</td>
<td><mark>Bot API 7.2+</mark> Shows whether permission to use biometrics has been requested.</td>
<td>Shows whether permission to use biometrics has been requested.</td>
</tr>
<tr>
<td>isAccessGranted</td>
<td>Boolean</td>
<td><mark>Bot API 7.2+</mark> Shows whether permission to use biometrics has been granted.</td>
<td>Shows whether permission to use biometrics has been granted.</td>
</tr>
<tr>
<td>isBiometricTokenSaved</td>
<td>Boolean</td>
<td><mark>Bot API 7.2+</mark> Shows whether the token is saved in secure storage on the device.</td>
<td>Shows whether the token is saved in secure storage on the device.</td>
</tr>
<tr>
<td>deviceId</td>
<td>String</td>
<td><mark>Bot API 7.2+</mark> A unique device identifier that can be used to match the token to the device.</td>
<td>A unique device identifier that can be used to match the token to the device.</td>
</tr>
<tr>
<td>init([callback])</td>