teleproto - v1.229.0
GitHub
npm
Issues
Preparing search index...
client
twoFA
TwoFaParams
Interface TwoFaParams
interface
TwoFaParams
{
currentPassword
?:
string
;
email
?:
string
;
emailCodeCallback
?:
(
length
:
number
)
=>
Promise
<
string
>
;
hint
?:
string
;
isCheckPassword
?:
boolean
;
newPassword
?:
string
;
onEmailCodeError
?:
(
err
:
Error
)
=>
void
;
}
Index
Properties
current
Password?
email?
email
Code
Callback?
hint?
is
Check
Password?
new
Password?
on
Email
Code
Error?
Properties
Optional
current
Password
currentPassword
?:
string
Optional
email
email
?:
string
Optional
email
Code
Callback
emailCodeCallback
?:
(
length
:
number
)
=>
Promise
<
string
>
Optional
hint
hint
?:
string
Optional
is
Check
Password
isCheckPassword
?:
boolean
Optional
new
Password
newPassword
?:
string
Optional
on
Email
Code
Error
onEmailCodeError
?:
(
err
:
Error
)
=>
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
Password
email
email
Code
Callback
hint
is
Check
Password
new
Password
on
Email
Code
Error
GitHub
npm
Issues
teleproto - v1.229.0
Loading...