MessageChangeLogParams class Null safety
An object consists a set of parameters to retrieve message's change log
- Annotations
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- includeMetaArray ↔ bool
-
Determines whether to include the metaarray information of the
messages in the results. default value is false
@JsonKey(name: 'with_sorted_meta_array'), read / write
- includeParentMessageText ↔ bool
-
Determines whether to include the parent message text in the results
when the messages are replies in a thread. If the type of the parent
message is
UserMessage
the value is amessage
. If it isFileMessage
, the value is thename
of the uploaded file. default value is false@JsonKey(name: 'include_parent_message_text'), read / write - includeReactions ↔ bool
-
Determines whether to include the reactions to the messages
in the results. default value is false
@JsonKey(name: 'include_reactions'), read / write
- includeReplies ↔ bool
-
Determines whether to include the reactions to the messages in the results.
default value is false
@JsonKey(name: 'include_replies'), read / write
- includeThreadInfo ↔ bool
-
Determines whether to include the thread information of the messages
in the results when the results contain root messages. default value is false
@JsonKey(name: 'include_thread_info'), read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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