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

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

Filter for getting only certain types of channel messages

Constructors

new
ChannelMessagesFilter_(params: { exclude_new_messages?: true; ranges: Array<enums.MessageRange>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
exclude_new_messages: true

Whether to exclude new messages from the search

ranges: Array<enums.MessageRange>

A range of messages to fetch

Static Properties

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