Skip to main content
Module

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

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

Properties

className: "MsgsStateInfo"
classType: "constructor"
CONSTRUCTOR_ID: 81704317
info: string
reqMsgId: long
SUBCLASS_OF_ID: 118098532

Static Methods

fromReader(reader: Reader): MsgsStateInfo