Skip to main content
Module

x/mtkruto/mod.ts>tl.types.JsonObject

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

Constructors

new
JsonObject(params: { value: Array<TypeJSONObjectValue>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
value: Array<TypeJSONObjectValue>

Static Properties

readonly
[paramDesc]: ParamDesc