auth.cancelCode
Cancel the login verification code
Example
TL schema
Parameters
Name | Type | Description |
phone_number | Phone number | |
phone_code_hash | Phone code hash from auth.sendCode |
Result
Possible errors
Code | Type | Description |
400 | PHONE_CODE_EXPIRED | The phone code you provided has expired, this may happen if it was sent to any chat on telegram (if the code is sent through a telegram chat (not the official account) to avoid it append or prepend to the code some chars) |
400 | PHONE_NUMBER_INVALID | The phone number is invalid |
Can bots use this methd ?
yes
Related pages
Send the verification code for login
Last updated