Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.InvokeWithLayer

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class tl.functions.InvokeWithLayer
extends Function<T["__R"]>
import { tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { InvokeWithLayer } = tl.functions;

Constructors

new
InvokeWithLayer(params: { layer: number; query: T; })

Type Parameters

T extends Function<unknown>

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
layer: number
query: T

Static Properties

readonly
[paramDesc]: ParamDesc