BaseMessageFetchParams class

Represents a base for message fetch params.

Implementers
Annotations
  • @JsonSerializable()

Constructors

BaseMessageFetchParams()

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 pair
includeParentMessageInfo bool
Whether the information of a parent message should be included in the reply messages included in the results.
getter/setter pair
includeReactions bool
Whether the reaction data should be included in the results.
getter/setter pair
includeThreadInfo bool
Whether the thread information should be included in the results.
getter/setter pair
replyType ReplyType?
Determines the reply types to include in the results.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith(BaseMessageFetchParams other) → void
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

Static Methods

fromJson(Map<String, dynamic> json) BaseMessageFetchParams