Skip to main content
Module

x/mtkruto/mod.ts>functions.InvokeWithTakeout

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

Constructors

new
InvokeWithTakeout(params: { takeoutId: bigint; query: T; })

Type Parameters

T extends Function<unknown>

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
query: T
takeoutId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc