({ userId, chatId }: { userId: string; chatId: string })
| 424 | |
| 425 | pinChat({ userId, chatId }: { userId: string; chatId: string }): Promise<void>; |
| 426 | unpinChat({ userId, chatId }: { userId: string; chatId: string }): Promise<void>; |
| 427 | |
| 428 | messagesWereSeen({ |
| 429 | userId, |
no outgoing calls
no test coverage detected