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

x/mtkruto/2_tl.ts>Api.JSONValue

Cross-runtime JavaScript library for building Telegram clients
Latest
type alias Api.JSONValue
import { type Api } from "https://deno.land/x/mtkruto@0.6.3/2_tl.ts";
const { JSONValue } = Api;
definition:
| jsonNull
| jsonBool
| jsonNumber
| jsonString
| jsonArray
| jsonObject