NIMMessageThreadOption class

Annotations
  • @JsonSerializable()

Constructors

NIMMessageThreadOption({String replyMessageFromAccount = '', String replyMessageIdClient = '', int? replyMessageIdServer, int? replyMessageTime, String replyMessageToAccount = '', String threadMessageFromAccount = '', String threadMessageIdClient = '', int? threadMessageIdServer, int? threadMessageTime, String threadMessageToAccount = ''})
NIMMessageThreadOption.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
replyMessageFromAccount String
被回复消息的消息发送者
getter/setter pair
replyMessageIdClient String
被回复消息的UUID
getter/setter pair
replyMessageIdServer int?
被回复消息的消息ServerID
getter/setter pair
replyMessageTime int?
被回复消息的消息发送时间
getter/setter pair
replyMessageToAccount String
被回复消息的消息接受者,群的话是tid
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threadMessageFromAccount String
thread消息的消息发送者
getter/setter pair
threadMessageIdClient String
thread消息的UUID
getter/setter pair
threadMessageIdServer int?
thread消息的消息ServerID
getter/setter pair
threadMessageTime int?
thread消息的消息发送时间
getter/setter pair
threadMessageToAccount String
thread消息的消息接受者,群的话是tid
getter/setter pair

Methods

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

Operators

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