({
userId,
chatId,
messageId,
}: {
userId: string;
chatId: string;
messageId: string;
})
| 54 | }): Promise<IMessageDocument[]>; |
| 55 | |
| 56 | getListForThread({ |
| 57 | userId, |
| 58 | chatId, |
| 59 | messageId, |
no outgoing calls
no test coverage detected