MessageModel constructor
MessageModel({})
Implementation
MessageModel({
String? modelId,
required this.message,
this.reactions,
this.quoteMessage,
this.thread,
this.pinInfo,
}) : id = modelId ?? randomId(message);