Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/mod.ts>types.JsonArray

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

Constructors

new
JsonArray(params: { value: Array<TypeJSONValue>; })

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc