telegram api constructor · layer 229 · #aa472651
dialogFilter
Dialog filter AKA folder
definition
dialogFilter#aa472651 flags:# contacts:flags.0?true non_contacts:flags.1?true groups:flags.2?true broadcasts:flags.3?true bots:flags.4?true exclude_muted:flags.11?true exclude_read:flags.12?true exclude_archived:flags.13?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> exclude_peers:Vector<InputPeer> = DialogFilter;
parameters
| name | type | description |
|---|---|---|
flags | # | Flags, see TL conditional fields |
contacts | true | Whether to include all contacts in this folder |
non_contacts | true | Whether to include all non-contacts in this folder |
groups | true | Whether to include all groups in this folder |
broadcasts | true | Whether to include all channels in this folder |
bots | true | Whether to include all bots in this folder |
exclude_muted | true | Whether to exclude muted chats from this folder |
exclude_read | true | Whether to exclude read chats from this folder |
exclude_archived | true | Whether to exclude archived chats from this folder |
title_noanimate | true | If set, any animated emojis present in title should not be animated and should be instead frozen on the first frame. |
id | int | Folder ID |
title | TextWithEntities | Folder name (max 12 UTF-8 chars) |
emoticon | string | Emoji to use as icon for the folder. |
color | int | A color ID for the folder tag associated to this folder, see here » for more info. |
pinned_peers | Vector<InputPeer> | Pinned chats, folders can have unlimited pinned chats |
include_peers | Vector<InputPeer> | Include the following chats in this folder |
exclude_peers | Vector<InputPeer> | Exclude the following chats from this folder |
type
DialogFilter · other constructors: dialogFilterDefault, dialogFilterChatlist
history
present in layers 111–229 · constructor id changed 2×
| id | layers |
|---|---|
| #7438f7e8 | 111–175 |
| #5fb5523b | 176–195 |
| #aa472651 | 196–229 |