class Api.auth.SentCode
extends VirtualClass<{ type: auth.TypeSentCodeType; phoneCodeHash: string; nextType?: auth.TypeCodeType; timeout?: int; }>
import { Api } from "https://deno.land/x/grm@0.8.2/tl/api.d.ts";
const { SentCode } = Api.auth;
Properties
optional
nextType: auth.TypeCodeTypetype: auth.TypeSentCodeType
Static Methods
fromReader(reader: Reader): SentCode