GroupChannelChangeLogsParams class
Represents a group channel change logs params.
Constructors
Properties
-
customTypes
↔ List<
String> -
GroupChannel custom types filter.
If this is null, the changelogs of all channels will be returned.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- includeChatNotification ↔ bool
-
Whether to include chat notification channels in changelogs.
@since 4.0.1
read / write
- includeEmpty ↔ bool
-
Determines whether to include empty channels or not (channels without messages).
Defaults to true.
read / write
- includeFrozen ↔ bool
-
Determines whether to include frozen channels or not.
Defaults to true.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited