Skip to main content
Module

x/mtkruto/mod.ts>types.JsonObjectValue

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

Constructors

new
JsonObjectValue(params: { key: string; value: TypeJSONValue; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
key: string
value: TypeJSONValue

Static Properties

readonly
[paramDesc]: ParamDesc