Improve documentation.

This commit is contained in:
levlam 2023-03-23 18:52:34 +03:00
parent a511f1c56f
commit 1eb83f09d3

View File

@ -5814,8 +5814,8 @@ getPasswordState = PasswordState;
//@new_recovery_email_address New recovery email address; may be empty
setPassword old_password:string new_password:string new_hint:string set_recovery_email_address:Bool new_recovery_email_address:string = PasswordState;
//@description Changes the login email address of the user. The change will not be applied until the new login email address is confirmed with checkLoginEmailAddressCode.
//-To use Apple ID/Google ID instead of a email address, call checkLoginEmailAddressCode directly
//@description Changes the login email address of the user. The email address can be changed only if the current user already has login email and passwordState.login_email_address_pattern is non-empty.
//-The change will not be applied until the new login email address is confirmed with checkLoginEmailAddressCode. To use Apple ID/Google ID instead of a email address, call checkLoginEmailAddressCode directly
//@new_login_email_address New login email address
setLoginEmailAddress new_login_email_address:string = EmailAddressAuthenticationCodeInfo;