Skip to main content
Module

x/mtkruto/mod.ts>functions.InvokeWithoutUpdates

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

Constructors

new
InvokeWithoutUpdates(params: { query: T; })

Type Parameters

T extends Function<unknown>

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc