class types.AuthSentCode
extends TypeAuthSentCode
import { types } from "https://deno.land/x/mtkruto@0.0.982/mod.ts";
const { AuthSentCode } = types;
Constructors
new
AuthSentCode(params: { type: TypeAuthSentCodeType; phoneCodeHash: string; nextType?: TypeAuthCodeType; timeout?: number; })Properties
optional
nextType: TypeAuthCodeTypetype: TypeAuthSentCodeType