2017-07-04 2 views
0

テレグラフクライアントで2段階認証を有効にし、パスワードを設定したいと思います。電報でパスワードを設定するTL

私は、この目的のために公式文書または任意の関数内の任意のヒントを見つけることができませんでしたが、私はとにかく、次の機能を試してみました:それらの

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; 

いずれも、関連するパラメータを持っていないどちらも有益な何かを返します。

答えて

2

私はthis非公式サイトを使用し、これを試してみてください。

account.updatePasswordSettings#fa7c4b86 current_password_hash:bytes new_settings:account.PasswordInputSettings = Bool; 
関連する問題