users.setSecureValueErrors
Notify the user that the sent passport data contains some errors The user will not be able to re-submit their Passport data to you until the errors are fixed (the contents of the field for which you returned the error must change).
Example
TL schema
Parameters
Name | Type | Description |
id | The user | |
errors | Errors |
Result
Possible errors
Code | Type | Description |
400 | USER_ID_INVALID | The provided user ID is invalid |
Can bots use this methd ?
yes
Related pages
Last updated