Skip to main content
Module

x/mtkruto/tl/3_functions.ts>InvokeAfterMsg

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class InvokeAfterMsg
extends Function<T["__R"]>
import { InvokeAfterMsg } from "https://deno.land/x/mtkruto@0.1.118/tl/3_functions.ts";

Constructors

new
InvokeAfterMsg(params: { msgId: bigint; query: T; })

Type Parameters

T extends Function<unknown>

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc