dialogFilter

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

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
contacts flags.0?true List of contacts.
non_contacts flags.1?true
groups flags.2?true
broadcasts flags.3?true
bots flags.4?true List of bots.
exclude_muted flags.11?true
exclude_read flags.12?true
exclude_archived flags.13?true
title_noanimate flags.28?true
id int Identifier of the object — which object depends on the field's type.
title TextWithEntities Title.
emoticon flags.25?string Emoji.
color flags.27?int
pinned_peers Vector<InputPeer>
include_peers Vector<InputPeer>
exclude_peers Vector<InputPeer>

Type

DialogFilter

Related pages

Types used here