Raw.DialogFilterChatlist
A folder imported using a chat folder deep link.
dialogFilterChatlist#96537bd7 flags:# has_my_invites:flags.26?true title_noanimate:flags.28?true id:int title:TextWithEntities 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;
titleNoanimate?: boolean;
id: number;
title: Raw.TypeTextWithEntities;
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: 198
Constructor ID: 0x96537bd7
Property
hasMyInvites
: boolean or undefinedWhether the current user has created some chat folder deep links to share the folder as well.
titleNoanimate
: boolean or undefinedid
: numberId of the folder
title
: Raw.TypeTextWithEntitiesName 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