Skip to main content
Module

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

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

Properties

className: "RpcDropAnswer"
classType: "request"
CONSTRUCTOR_ID: 1491380032
reqMsgId: long
SUBCLASS_OF_ID: 1271559536

Static Methods

fromReader(reader: Reader): RpcDropAnswer