From 440d44e4a21875b28a90b08007987e0f363a0dd9 Mon Sep 17 00:00:00 2001 From: levlam Date: Thu, 9 Jan 2020 17:08:14 +0300 Subject: [PATCH] Update documentation. GitOrigin-RevId: dcce8f16d33a14600059cf7119752223610e9de3 --- td/generate/scheme/td_api.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index 7269ef6d0..c8bc019a0 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -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;