Skip to main content
Module

x/grm/mod.ts>Api.DestroyAuthKey

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

Properties

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

Static Methods

fromReader(reader: Reader): DestroyAuthKey