Skip to main content
Module

x/mtkruto/mod.ts>types.AuthSentCodeTypeEmailCode

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.AuthSentCodeTypeEmailCode
extends _TypeAuthSentCodeType
import { types } from "https://deno.land/x/mtkruto@0.1.114/mod.ts";
const { AuthSentCodeTypeEmailCode } = types;

Constructors

new
AuthSentCodeTypeEmailCode(params: { appleSigninAllowed?: true; googleSigninAllowed?: true; emailPattern: string; length: number; resetAvailablePeriod?: number; resetPendingDate?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
appleSigninAllowed: true
emailPattern: string
optional
googleSigninAllowed: true
length: number
optional
resetAvailablePeriod: number
optional
resetPendingDate: number

Static Properties

readonly
[paramDesc]: ParamDesc