Telegram 用电报TL设置密码

Telegram 用电报TL设置密码,telegram,Telegram,我想为我的电报客户端启用两步验证,并为其设置密码 我在官方文件中找不到任何提示,也找不到任何用于此目的的函数,但我还是尝试了以下函数: auth.recoverPassword#4ea56e92 code:string = auth.Authorization auth.requestPasswordRecovery#d897bc66 = auth.PasswordRecovery auth.checkPassword#0a63011e password_hash:bytes = auth.Au

我想为我的电报客户端启用两步验证,并为其设置密码

我在官方文件中找不到任何提示,也找不到任何用于此目的的函数,但我还是尝试了以下函数:

auth.recoverPassword#4ea56e92 code:string = auth.Authorization
auth.requestPasswordRecovery#d897bc66 = auth.PasswordRecovery
auth.checkPassword#0a63011e password_hash:bytes = auth.Authorization
auth.signUp#1b067634 phone_number:string phone_code_hash:string phone_code:string first_name:string last_name:string = auth.Authorization;
它们都没有任何相关参数,也没有返回任何有用的信息。

我使用非官方网站,请尝试以下操作:

account.updatePasswordSettings#fa7c4b86 current_password_hash:bytes new_settings:account.PasswordInputSettings = Bool; 
我使用非官方网站,请尝试以下方法:

account.updatePasswordSettings#fa7c4b86 current_password_hash:bytes new_settings:account.PasswordInputSettings = Bool;