diff --git a/data/corefork.telegram.org/constructor/updateUserBlocked.html b/data/core.telegram.org/constructor/account.passwordInputSettings similarity index 72% rename from data/corefork.telegram.org/constructor/updateUserBlocked.html rename to data/core.telegram.org/constructor/account.passwordInputSettings index dee031eba6..aefed03deb 100644 --- a/data/corefork.telegram.org/constructor/updateUserBlocked.html +++ b/data/core.telegram.org/constructor/account.passwordInputSettings @@ -2,12 +2,12 @@ - updateUserBlocked + account.passwordInputSettings - - + + - + @@ -36,10 +36,10 @@
- -

updateUserBlocked

+ +

account.passwordInputSettings

-

User was added to the blacklist (method contacts.block) or removed from the blacklist (method contacts.unblock).

+

Settings for setting up a new password

-
Constructor schema is available as of layer 119. Switch »

+
account.passwordInputSettings#c23727c9 flags:# new_algo:flags.0?PasswordKdfAlgo new_password_hash:flags.0?bytes hint:flags.0?string email:flags.1?string new_secure_settings:flags.2?SecureSecretSettings = account.PasswordInputSettings;

Parameters

@@ -64,26 +64,43 @@ - - - + + + - - - + + + + + + + + + + + + + + + + + + + + + + +
user_idintUser idflags#Flags, see TL conditional fields
blockedBool(boolTrue) if the the user is blockednew_algoflags.0?PasswordKdfAlgoThe SRP algorithm to use
new_password_hashflags.0?bytesThe computed password hash
hintflags.0?stringText hint for the password
emailflags.1?stringPassword recovery email
new_secure_settingsflags.2?SecureSecretSettingsTelegram passport settings

Type

-

Update

+

account.PasswordInputSettings

Related pages

-

boolTrue

-

The constructor can be interpreted as a booleantrue value.

-

contacts.block

-

Adds the user to the blacklist.

-

contacts.unblock

-

Deletes the user from the blacklist.

+

Two-factor authentication

+

How to login to a user's account if they have enabled 2FA, how to change password.

+

Telegram Passport Manual

@@ -122,9 +139,9 @@