Handle typing events

This commit is contained in:
2025-12-01 17:23:15 +01:00
parent 32354f79ea
commit 30e63bfdb4
4 changed files with 46 additions and 3 deletions

View File

@@ -69,7 +69,8 @@ export type WsMessage =
| RoomMessageEvent
| RoomReactionEvent
| RoomRedactionEvent
| RoomReceiptEvent;
| RoomReceiptEvent
| RoomTypingEvent;
export class WsApi {
/**