({
userId,
chatId,
batchNumberForMessages,
limit,
}: {
userId: string;
chatId: string;
batchNumberForMessages: number;
limit: number;
})
| 42 | |
| 43 | interface IMessageModel extends mongoose.Model<IMessageDocument> { |
| 44 | getList({ |
| 45 | userId, |
| 46 | chatId, |
| 47 | batchNumberForMessages, |
nothing calls this directly
no outgoing calls
no test coverage detected