Skip to main content
Module

x/mtkruto/mod.ts>tl.Params

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