Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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.190/tl/3_functions.ts";

Invokes a query after successful completion of one of the previous queries.

Constructors

new
invokeAfterMsg_(params: { msg_id: bigint; query: T; })

Type Parameters

T extends Function_<unknown>

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
msg_id: bigint

Message identifier on which a current query depends

query: T

The query itself

Static Properties

__F: <T extends Function_<unknown>>(params: { msg_id: bigint; query: T; }) => T["__R"]
readonly
[name]: string
readonly
[paramDesc]: ParamDesc