Fix requestQrCodeAuthentication documentation.
GitOrigin-RevId: 788bd942672d94baf6937f4b1d039e687b8a98b7
This commit is contained in:
parent
760005df5b
commit
c67816454f
@ -3231,7 +3231,9 @@ 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
|
//@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
|
||||||
checkAuthenticationCode code:string = Ok;
|
checkAuthenticationCode code:string = Ok;
|
||||||
|
|
||||||
//@description Requests QR code authentication by scanning a QR code on another logged in device. Works only when the current authorization state is authorizationStateWaitPhoneNumber @other_user_ids List of user identifiers of other users currently using the client
|
//@description Requests QR code authentication by scanning a QR code on another logged in device. Works only when the current authorization state is authorizationStateWaitPhoneNumber,
|
||||||
|
//-or if there is no pending authentication query and the current authorization state is authorizationStateWaitCode, authorizationStateWaitRegistration, or authorizationStateWaitPassword
|
||||||
|
//@other_user_ids List of user identifiers of other users currently using the client
|
||||||
requestQrCodeAuthentication other_user_ids:vector<int32> = Ok;
|
requestQrCodeAuthentication other_user_ids:vector<int32> = Ok;
|
||||||
|
|
||||||
//@description Finishes user registration. Works only when the current authorization state is authorizationStateWaitRegistration
|
//@description Finishes user registration. Works only when the current authorization state is authorizationStateWaitRegistration
|
||||||
|
Loading…
Reference in New Issue
Block a user