コード例 #1
0
        public void GetPasswordAsync(Action <TLAccountPasswordBase> callback, Action <TLRPCError> faultCallback = null)
        {
            var obj = new TLAccountGetPassword();

            const string caption = "account.getPassword";

            SendInformativeMessage(caption, obj, callback, faultCallback, flags: RequestFlag.FailOnServerError | RequestFlag.WithoutLogin);
        }
コード例 #2
0
        public void GetPasswordAsync(Action <TLAccountPasswordBase> callback, Action <TLRPCError> faultCallback = null)
        {
            var obj = new TLAccountGetPassword();

            const string caption = "account.getPassword";

            SendInformativeMessage(caption, obj, callback, faultCallback);
        }