我想为我的电报客户端启用两步验证并为其设置密码。
我无法在官方文件或任何功能中找到任何暗示,但我还是尝试了以下功能:
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;
他们都没有任何相关参数也没有返回任何有用的东西。
答案 0 :(得分:2)
我使用this非官方网站,试试这个:
account.updatePasswordSettings#fa7c4b86 current_password_hash:bytes new_settings:account.PasswordInputSettings = Bool;