MessageRetrievalParams class

An object consists a set of parameters to retrieve information from a message.

Inheritance
Annotations

Constructors

MessageRetrievalParams({required ChannelType channelType, required String channelUrl, required int messageId})

Properties

channelType ChannelType
The ChannelType.
read / write
channelUrl String
The channel url.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
includeMetaArray bool
Whether the meta arrays should be included in the results.
read / writeinherited
includeParentMessageInfo bool
Whether the information of a parent message should be included in the reply messages included in the results.
read / writeinherited
includeReactions bool
Whether the reaction data should be included in the results.
read / writeinherited
includeThreadInfo bool
Whether the thread information should be included in the results.
read / writeinherited
messageId int
The message ID.
read / write
replyType ReplyType?
Determines the reply types to include in the results.
read / writeinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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