RecallMessageInfo class

Constructors

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

Properties

conversationId String?
The conversation ID of the recalled message.
final
ext String?
The extension field of the recalled message.
final
hashCode int
The hash code for this object.
no setterinherited
recallBy String
The user who recalled the message.
final
recallMessage ChatMessage?
The recalled message.
final
recallMessageId String
The ID of the recalled message.
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