GitOrigin-RevId: dcd4b8b88227ecb4bb529f0dbfcab45830f09da2
This commit is contained in:
levlam 2019-01-02 21:31:24 +03:00
parent 18140a1b82
commit 0377bfc660

View File

@ -2456,7 +2456,7 @@ setAuthenticationPhoneNumber phone_number:string allow_flash_call:Bool is_curren
resendAuthenticationCode = Ok;
//@description Checks the authentication code. Works only when the current authorization state is authorizationStateWaitCode @code The verification code received via SMS, Telegram message, phone call, or flash call
//@first_name If the user is not yet registered, the first name of the user; 1-64 characters. You can also pass an empty string for unregistered user there to check verification code validness. In the latter case PHONE_NUMBER_UNOCCUPIED error will be returned for valid code
//@first_name If the user is not yet registered, the first name of the user; 1-64 characters. You can also pass an empty string for unregistered user there to check verification code validness. In the latter case PHONE_NUMBER_UNOCCUPIED error will be returned for a valid code
//@last_name If the user is not yet registered; the last name of the user; optional; 0-64 characters
checkAuthenticationCode code:string first_name:string last_name:string = Ok;