1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 21:46:55 +01:00
MadelineProto/docs/TD_docs/methods/checkAuthCode.md
2017-08-25 15:05:53 +02:00

956 B

title description
checkAuthCode Checks authentication code. Works only when getAuthState returns authStateWaitCode. Returns authStateWaitPassword or authStateOk on success

Method: checkAuthCode

Back to methods index

YOU CANNOT USE THIS METHOD IN MADELINEPROTO

Checks authentication code. Works only when getAuthState returns authStateWaitCode. Returns authStateWaitPassword or authStateOk on success

Params:

Name Type Required Description
code string Yes Verification code from SMS, Telegram message, phone call or flash call
first_name string Yes User first name, if user is yet not registered, 1-255 characters
last_name string Yes Optional user last name, if user is yet not registered, 0-255 characters

Return type: AuthState