Skip to main content
Module

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

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

Properties

className: "InvokeAfterMsg"
classType: "request"
CONSTRUCTOR_ID: 3416209197
msgId: long
query: X
SUBCLASS_OF_ID: 3081909835

Static Methods

fromReader(reader: Reader): InvokeAfterMsg