Skip to main content
Module

x/mtkruto/mod.ts>types.MsgsStateInfo

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MsgsStateInfo
import { types } from "https://deno.land/x/mtkruto@0.1.119/mod.ts";
const { MsgsStateInfo } = types;

Constructors

new
MsgsStateInfo(params: { reqMsgId: bigint; info: Uint8Array; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
info: Uint8Array
reqMsgId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc