Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>JsonArray_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class JsonArray_
extends _JSONValue_
import { JsonArray_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

JSON array

Constructors

new
JsonArray_(params: { value: Array<enums.JSONValue>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
value: Array<enums.JSONValue>

JSON values

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc