Skip to main content
Module

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

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

Properties

className: "InvokeWithoutUpdates"
classType: "request"
CONSTRUCTOR_ID: 3214170551
query: X
SUBCLASS_OF_ID: 3081909835

Static Methods

fromReader(reader: Reader): InvokeWithoutUpdates