Skip to main content
Module

x/grm/mod.ts>Api.MsgsStateReq

MTProto API Client for Deno 🦕
Go to Latest
class Api.MsgsStateReq
extends VirtualClass<{ msgIds: long[]; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { MsgsStateReq } = Api;

Properties

className: "MsgsStateReq"
classType: "constructor"
CONSTRUCTOR_ID: 3664378706
msgIds: long[]
SUBCLASS_OF_ID: 418389456

Static Methods

fromReader(reader: Reader): MsgsStateReq