checkCode
Check if a code entered by the user was the same as the verification code.
Parameters
code: string
A code entered by the user.
Result
Syntax
await client.checkCode(code);
Check if a code entered by the user was the same as the verification code.
A code entered by the user.
await client.checkCode(code);