({
userId,
messageIds,
}: {
userId: string;
messageIds: string[];
})
| 426 | unpinChat({ userId, chatId }: { userId: string; chatId: string }): Promise<void>; |
| 427 | |
| 428 | messagesWereSeen({ |
| 429 | userId, |
| 430 | messageIds, |
| 431 | }: { |
no outgoing calls
no test coverage detected