ChannelAdminLogEventsFilter class

Channel Admin Log Events Filter.

ID: ea107ae4.

Inheritance

Constructors

ChannelAdminLogEventsFilter({required bool join, required bool leave, required bool invite, required bool ban, required bool unban, required bool kick, required bool unkick, required bool promote, required bool demote, required bool info, required bool settings, required bool pinned, required bool edit, required bool delete, required bool groupCall, required bool invites, required bool send, required bool forums})
Channel Admin Log Events Filter constructor.
const
ChannelAdminLogEventsFilter.deserialize(BinaryReader reader)
Deserialize.
factory

Properties

ban bool
ban: bit 3 of flags.3?true
final
delete bool
delete: bit 13 of flags.13?true
final
demote bool
demote: bit 8 of flags.8?true
final
edit bool
edit: bit 12 of flags.12?true
final
flags int
Flags.
no setter
forums bool
forums: bit 17 of flags.17?true
final
groupCall bool
group_call: bit 14 of flags.14?true
final
hashCode int
The hash code for this object.
no setterinherited
info bool
info: bit 9 of flags.9?true
final
invite bool
invite: bit 2 of flags.2?true
final
invites bool
invites: bit 15 of flags.15?true
final
join bool
join: bit 0 of flags.0?true
final
kick bool
kick: bit 5 of flags.5?true
final
leave bool
leave: bit 1 of flags.1?true
final
pinned bool
pinned: bit 11 of flags.11?true
final
promote bool
promote: bit 7 of flags.7?true
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
send bool
send: bit 16 of flags.16?true
final
settings bool
settings: bit 10 of flags.10?true
final
unban bool
unban: bit 4 of flags.4?true
final
unkick bool
unkick: bit 6 of flags.6?true
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