Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.102/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