RecallMessageInfo class

Constructors

RecallMessageInfo.new({required String recallBy, required String recallMessageId, EMMessage? recallMessage, String? conversationId, String? ext})
const
RecallMessageInfo.fromJson(Map map)
factory

Properties

conversationId String?
~english The conversation ID of the recalled message. ~end
final
ext String?
~english The extension field of the recalled message. ~end ~chinese 撤回消息时要透传的信息。 ~end
final
hashCode int
The hash code for this object.
no setterinherited
recallBy String
~english The user who recalled the message. ~end ~chinese 撤回消息的用户。 ~end
final
recallMessage EMMessage?
~english The recalled message.
final
recallMessageId String
~english The ID of the recalled message. ~end ~chinese 撤回消息的id ~end
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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