Raw.DialogFilterChatlist
A folder imported using a chat folder deep link.
dialogFilterChatlist#9fe28ea4 flags:# has_my_invites:flags.26?true id:int title:string emoticon:flags.25?string color:flags.27?int pinned_peers:Vector<InputPeer> include_peers:Vector<InputPeer> = DialogFilter;
export namespace Raw {
export class DialogFilterChatlist {
constructor(params: {
hasMyInvites?: boolean;
id: number;
title: string;
emoticon?: string;
color?: number;
pinnedPeers: Array<Raw.TypeInputPeer>;
includePeers: Array<Raw.TypeInputPeer>;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x9fe28ea4
Property
hasMyInvites
: boolean or undefinedWhether the current user has created some chat folder deep links to share the folder as well.
id
: numberId of the folder
title
: stringName of the folder (max 12 utf-8 chars)
emoticon
: string or undefinedEmoji to use as icon for the folder.
color
: number or undefinedA color id for the folder tag associated to this folder, see here for more info.
pinnedPeers
: Array of Raw.TypeInputPeerPinned chats, folders can have unlimited pinned chats
includePeers
: Array of Raw.TypeInputPeerChats to include in the folder