MessageChangeLogParams class

An object consists a set of parameters to retrieve message's change log

Inheritance
Annotations
  • @JsonSerializable()

Constructors

MessageChangeLogParams()

Properties

hashCode int
The hash code for this object.
no setterinherited
includeMetaArray bool
Whether the meta arrays should be included in the results.
getter/setter pairinherited
includeParentMessageInfo bool
Whether the information of a parent message should be included in the reply messages included in the results.
getter/setter pairinherited
includeReactions bool
Whether the reaction data should be included in the results.
getter/setter pairinherited
includeThreadInfo bool
Whether the thread information should be included in the results.
getter/setter pairinherited
replyType ReplyType?
Determines the reply types to include in the results.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) MessageChangeLogParams
override