Skip to main content
Module

x/mtkruto/mod.ts>types.AuthSentCodeTypeSetUpEmailRequired

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

Constructors

new
AuthSentCodeTypeSetUpEmailRequired(params?: { appleSigninAllowed?: true; googleSigninAllowed?: true; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
appleSigninAllowed: true
optional
googleSigninAllowed: true

Static Properties

readonly
[paramDesc]: ParamDesc