ChatEventLogFilters class

Represents a set of filters used to obtain a chat event log.

Inheritance
Available Extensions

Constructors

ChatEventLogFilters({required bool message_edits, required bool message_deletions, required bool message_pins, required bool member_joins, required bool member_leaves, required bool member_invites, required bool member_promotions, required bool member_restrictions, required bool info_changes, required bool setting_changes, required bool invite_link_changes, required bool video_chat_changes, required bool forum_changes, int? extra, int? clientId})
Represents a set of filters used to obtain a chat event log

Properties

clientId int?
TDLib client instance identifier, for which the response was received.
read / writeoverride
extra int?
Request identifier. Must be non-zero.
read / writeoverride
forum_changes bool
True, if forum-related actions need to be returned.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
info_changes bool
True, if changes in chat information need to be returned.
read / write
True, if changes to invite links need to be returned.
read / write
member_invites bool
True, if invited member events need to be returned.
read / write
member_joins bool
True, if members joining events need to be returned.
read / write
member_leaves bool
True, if members leaving events need to be returned.
read / write
member_promotions bool
True, if member promotion/demotion events need to be returned.
read / write
member_restrictions bool
True, if member restricted/unrestricted/banned/unbanned events need to be returned.
read / write
message_deletions bool
True, if message deletions need to be returned.
read / write
message_edits bool
True, if message edits need to be returned.
read / write
message_pins bool
True, if pin/unpin events need to be returned.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
setting_changes bool
True, if changes in chat settings need to be returned.
read / write
video_chat_changes bool
True, if video chat actions need to be returned.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Object to Map serializer
override
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromMap(Map<String, dynamic>? _map) ChatEventLogFilters?
Construct from Map.
override

Constants

CONSTRUCTOR → const String
@type
"chatEventLogFilters"