Skip to main content
Module

x/grm/mod.ts>tl.Api.DestroyAuthKey

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.DestroyAuthKey
extends Request<void, Api.TypeDestroyAuthKeyRes>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { DestroyAuthKey } = tl.Api;

Properties

className: "DestroyAuthKey"
classType: "request"
CONSTRUCTOR_ID: 3510849888
SUBCLASS_OF_ID: 2190599822

Static Methods

fromReader(reader: Reader): DestroyAuthKey