Update documentation.

GitOrigin-RevId: dcce8f16d33a14600059cf7119752223610e9de3
This commit is contained in:
levlam 2020-01-09 17:08:14 +03:00
parent fc7253e774
commit 440d44e4a2
1 changed files with 1 additions and 1 deletions

View File

@ -3017,7 +3017,7 @@ setTdlibParameters parameters:tdlibParameters = Ok;
checkDatabaseEncryptionKey encryption_key:bytes = Ok;
//@description Sets the phone number of the user and sends an authentication code to the user. Works only when the current authorization state is authorizationStateWaitPhoneNumber,
//-or if there is no pending authentication query and the current authorization state is authorizationStateWaitCode or authorizationStateWaitPassword
//-or if there is no pending authentication query and the current authorization state is authorizationStateWaitCode, authorizationStateWaitRegistration, or authorizationStateWaitPassword
//@phone_number The phone number of the user, in international format @settings Settings for the authentication of the user's phone number
setAuthenticationPhoneNumber phone_number:string settings:phoneNumberAuthenticationSettings = Ok;