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

x/mtkruto/tl/2_types.ts>messages_SearchCounter_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_SearchCounter_
import { messages_SearchCounter_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Indicates how many results would be found by a messages.search call with the same parameters

Constructors

new
messages_SearchCounter_(params: { inexact?: true; filter: enums.MessagesFilter; count: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
count: number

Number of results that were found server-side

filter: enums.MessagesFilter

Provided message filter

optional
inexact: true

If set, the results may be inexact

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc