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
In Rust this constructor is a variant of the enums::DialogFilter enum.
Match on it with: if let enums::DialogFilter::DialogFilter(v) = result { ... }
Parameters
Used by