DialogFilter class

Dialog Filter.

ID: 7438f7e8.

Inheritance

Constructors

DialogFilter({required bool contacts, required bool nonContacts, required bool groups, required bool broadcasts, required bool bots, required bool excludeMuted, required bool excludeRead, required bool excludeArchived, required int id, required String title, String? emoticon, required List<InputPeerBase> pinnedPeers, required List<InputPeerBase> includePeers, required List<InputPeerBase> excludePeers})
Dialog Filter constructor.
const
DialogFilter.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

bots bool
bots: bit 4 of flags.4?true
final
broadcasts bool
broadcasts: bit 3 of flags.3?true
final
contacts bool
contacts: bit 0 of flags.0?true
final
emoticon String?
Emoticon.
final
excludeArchived bool
exclude_archived: bit 13 of flags.13?true
final
excludeMuted bool
exclude_muted: bit 11 of flags.11?true
final
excludePeers List<InputPeerBase>
Exclude Peers.
final
excludeRead bool
exclude_read: bit 12 of flags.12?true
final
flags int
Flags.
no setter
groups bool
groups: bit 2 of flags.2?true
final
hashCode int
The hash code for this object.
no setterinherited
id int
Id.
final
includePeers List<InputPeerBase>
Include Peers.
final
nonContacts bool
non_contacts: bit 1 of flags.1?true
final
pinnedPeers List<InputPeerBase>
Pinned Peers.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Title.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize(List<int> buffer) → void
Serialize.
override
toJson() Map<String, dynamic>
Converts an object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited