Skip to main content
Module

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

MTProto API Client for Deno 🦕
Latest
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/mod.ts";
const { SentCode } = Api.auth;

Properties

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