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>invokeWithMessagesRange_

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

Invoke with the given message range

Constructors

new
invokeWithMessagesRange_(params: { range: enums.MessageRange; query: T; })

Type Parameters

T extends Function_<unknown>

Properties

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

Query

range: enums.MessageRange

Message range

Static Properties

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