Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>account_sendVerifyEmailCode_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class account_sendVerifyEmailCode_
extends Function_<enums.account.SentEmailCode>
import { account_sendVerifyEmailCode_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Send an email verification code.

Constructors

new
account_sendVerifyEmailCode_(params: { purpose: enums.EmailVerifyPurpose; email: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
email: string

The email where to send the code.

purpose: enums.EmailVerifyPurpose

Verification purpose.

Static Properties

__F: (params: { purpose: enums.EmailVerifyPurpose; email: string; }) => enums.account.SentEmailCode
readonly
[name]: string
readonly
[paramDesc]: ParamDesc