Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Constructors

new
InvokeWithMessagesRange(params: { range: types.TypeMessageRange; query: T; })

Type Parameters

T extends Function<unknown>

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
query: T
range: types.TypeMessageRange

Static Properties

readonly
[paramDesc]: ParamDesc