mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 09:27:20 +01:00
987 B
987 B
title | description |
---|---|
checkAuthCode | Checks authentication code. Works only when getAuthState returns authStateWaitCode. Returns authStateWaitPassword or authStateOk on success |
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 | Required | Description |
---|---|---|---|
code | CLICK ME string | Yes | Verification code from SMS, Telegram message, phone call or flash call |
first_name | CLICK ME string | Yes | User first name, if user is yet not registered, 1-255 characters |
last_name | CLICK ME string | Yes | Optional user last name, if user is yet not registered, 0-255 characters |