Skip to main content
Module

x/grm/mod.ts>Api.InvokeWithMessagesRange

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

Properties

className: "InvokeWithMessagesRange"
classType: "request"
CONSTRUCTOR_ID: 911373810
query: X
range: Api.TypeMessageRange
SUBCLASS_OF_ID: 3081909835

Static Methods

fromReader(reader: Reader): InvokeWithMessagesRange