Skip to main content
Module

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

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.auth.SentCode
extends VirtualClass<{ type: auth.TypeSentCodeType; phoneCodeHash: string; nextType?: auth.TypeCodeType; timeout?: int; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { SentCode } = tl.Api.auth;

Properties

className: "auth.SentCode"
classType: "constructor"
CONSTRUCTOR_ID: 1577067778
optional
nextType: auth.TypeCodeType
phoneCodeHash: string
SUBCLASS_OF_ID: 1827172481
optional
timeout: int
type: auth.TypeSentCodeType

Static Methods

fromReader(reader: Reader): SentCode