class Api.auth.SentCodeTypeSetUpEmailRequired
extends VirtualClass<{ appleSigninAllowed?: boolean; googleSigninAllowed?: boolean; }>
import { Api } from "https://deno.land/x/grm@0.8.2/tl/api.d.ts";
const { SentCodeTypeSetUpEmailRequired } = Api.auth;
Static Methods
fromReader(reader: Reader): SentCodeTypeSetUpEmailRequired