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.
idintYesID of the folder
titlestringYesName of the folder
emoticonstringOptionalEmoji to use as icon for the folder.
colorintOptional
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, 'id' => int, 'title' => 'string', 'emoticon' => 'string', 'color' => int, 'pinned_peers' => [InputPeer, InputPeer], 'include_peers' => [InputPeer, InputPeer]];