Skip to main content
Module

x/mtkruto/mod.ts>tl.Param

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias tl.Param
import { type tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { Param } = tl;
definition: null | MaybeArrayOf<
| string
| number
| bigint
| boolean
| Uint8Array
| TLObject
>