1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
checkAuthCode | Checks authentication code. Works only when getAuthState returns authStateWaitCode. Returns authStateWaitPassword or authStateOk on success | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Method: checkAuthCode
YOU CANNOT USE THIS METHOD IN MADELINEPROTO
Checks authentication code. Works only when getAuthState returns authStateWaitCode. Returns authStateWaitPassword or authStateOk on success
Parameters:
Name | Type | Description | Required |
---|---|---|---|
code | string | Verification code from SMS, Telegram message, phone call or flash call | Yes |
first_name | string | User first name, if user is yet not registered, 1-255 characters | Yes |
last_name | string | Optional user last name, if user is yet not registered, 0-255 characters | Yes |