RecallMessageInfo constructor
- required String recallBy,
- required String recallMessageId,
- ChatMessage? recallMessage,
- String? conversationId,
- String? ext,
Implementation
const RecallMessageInfo({
required this.recallBy,
required this.recallMessageId,
this.recallMessage,
this.conversationId,
this.ext,
});