Skip to main content
Module

x/mtkruto/mod.ts>Param

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