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

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

A folder imported using a chat folder deep link ».

Constructors

new
DialogFilterChatlist_(params: { has_my_invites?: true; id: number; title: string; emoticon?: string; color?: number; pinned_peers: Array<enums.InputPeer>; include_peers: Array<enums.InputPeer>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
color: number
optional
emoticon: string

Emoji to use as icon for the folder.

optional
has_my_invites: true

Whether the current user has created some chat folder deep links » to share the folder as well.

id: number

ID of the folder

include_peers: Array<enums.InputPeer>

Chats to include in the folder

pinned_peers: Array<enums.InputPeer>

Pinned chats, folders can have unlimited pinned chats

title: string

Name of the folder

Static Properties

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