Skip to main content
Module

x/grm/mod.ts>tl.Api.auth.SentCodeTypeSetUpEmailRequired

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.auth.SentCodeTypeSetUpEmailRequired
extends VirtualClass<{ appleSigninAllowed?: boolean; googleSigninAllowed?: boolean; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { SentCodeTypeSetUpEmailRequired } = tl.Api.auth;

Properties

optional
appleSigninAllowed: boolean
className: "auth.SentCodeTypeSetUpEmailRequired"
classType: "constructor"
CONSTRUCTOR_ID: 2773032426
optional
googleSigninAllowed: boolean
SUBCLASS_OF_ID: 4284159374

Static Methods

fromReader(reader: Reader): SentCodeTypeSetUpEmailRequired