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

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

Constructors

new
DialogFilter(params: { contacts?: true; nonContacts?: true; groups?: true; broadcasts?: true; bots?: true; excludeMuted?: true; excludeRead?: true; excludeArchived?: true; id: number; title: string; emoticon?: string; pinnedPeers: Array<TypeInputPeer>; includePeers: Array<TypeInputPeer>; excludePeers: Array<TypeInputPeer>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
bots: true
optional
broadcasts: true
optional
contacts: true
optional
emoticon: string
optional
excludeArchived: true
optional
excludeMuted: true
excludePeers: Array<TypeInputPeer>
optional
excludeRead: true
optional
groups: true
id: number
includePeers: Array<TypeInputPeer>
optional
nonContacts: true
pinnedPeers: Array<TypeInputPeer>
title: string

Static Properties

readonly
[paramDesc]: ParamDesc