- API ›
- Constructors ›
- DialogFilter
DialogFilter
---types--- dialogFilter#aa472651 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
Belongs to
| DialogFilter |
Parameters
| contacts | true | optional |
| non_contacts | true | optional |
| groups | true | optional |
| broadcasts | true | optional |
| bots | true | optional |
| exclude_muted | true | optional |
| exclude_read | true | optional |
| exclude_archived | true | optional |
| title_noanimate | true | optional |
| id | int | required |
| title | TextWithEntities | required |
| emoticon | string | optional |
| color | int | optional |
| pinned_peers | Vector<InputPeer> | required |
| include_peers | Vector<InputPeer> | required |
| exclude_peers | Vector<InputPeer> | required |
Used by
| UpdateDialogFilter |