({
content,
chatId,
teamId,
userId,
id,
files,
parentMessageId,
}: {
content: string;
chatId: string;
teamId: string;
userId: string;
id: string;
files?: { fileName: string; fileUrl: string; addedAt: Date }[];
parentMessageId: string;
})
| 64 | }): Promise<IMessageDocument[]>; |
| 65 | |
| 66 | addOrEdit({ |
| 67 | content, |
| 68 | chatId, |
| 69 | teamId, |
nothing calls this directly
no outgoing calls
no test coverage detected