sendCode
Send a user verification code.
Parameters
phoneNumber: string
The phone number to send the code to.
Result
void
Syntax
await client.sendCode(phoneNumber);
Send a user verification code.
The phone number to send the code to.
await client.sendCode(phoneNumber);