toNotificationEntity

fun toNotificationEntity(    id: String,     conversationId: QualifiedIDEntity,     contentType: MessageEntity.ContentType,     date: <Error class: unknown class>,     senderUserId: QualifiedIDEntity,     isSelfDelete: Boolean,     senderName: String?,     senderPreviewAssetId: QualifiedIDEntity?,     conversationName: String?,     text: String?,     isQuotingSelf: Boolean?,     assetMimeType: String?,     mutedStatus: ConversationEntity.MutedStatus,     conversationType: ConversationEntity.Type,     degradedConversationNotified: Boolean,     legalHoldStatus: ConversationEntity.LegalHoldStatus,     legalHoldStatusChangeNotified: Boolean): NotificationMessageEntity