Link Search Menu Expand Document

Constructor: dialogFilterChatlist

Back to constructors index

A folder imported using a chat folder deep link ».

Attributes:

NameTypeRequiredDescription
has_my_invitesBoolOptionalWhether the current user has created some chat folder deep links » to share the folder as well.
title_noanimateBoolOptionalIf set, any animated emojis present in title should not be animated and should be instead frozen on the first frame.
idintYesID of the folder
titleTextWithEntitiesYesName of the folder (max 12 UTF-8 chars)
emoticonstringOptionalEmoji to use as icon for the folder.
colorintOptionalA color ID for the folder tag associated to this folder, see here » for more info.
pinned_peersArray of InputPeerYesPinned chats, folders can have unlimited pinned chats
include_peersArray of InputPeerYesChats to include in the folder

Type: DialogFilter

Example:

$dialogFilterChatlist = ['_' => 'dialogFilterChatlist', 'has_my_invites' => Bool, 'title_noanimate' => Bool, 'id' => int, 'title' => TextWithEntities, 'emoticon' => 'string', 'color' => int, 'pinned_peers' => [InputPeer, InputPeer], 'include_peers' => [InputPeer, InputPeer]];