Constructor: dialogFilterChatlist
A folder imported using a chat folder deep link ».
Attributes:
Name | Type | Required | Description |
---|---|---|---|
has_my_invites | Bool | Optional | Whether the current user has created some chat folder deep links » to share the folder as well. |
id | int | Yes | ID of the folder |
title | string | Yes | Name of the folder |
emoticon | string | Optional | Emoji to use as icon for the folder. |
color | int | Optional | |
pinned_peers | Array of InputPeer | Yes | Pinned chats, folders can have unlimited pinned chats |
include_peers | Array of InputPeer | Yes | Chats 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]];