diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/packets.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/packets.d.ts b/common/packets.d.ts index 3e5b612..058c248 100644 --- a/common/packets.d.ts +++ b/common/packets.d.ts @@ -17,6 +17,7 @@ export interface ServerboundPacket { } export interface RelayMessage { + chat?: { content: string }, identify?: { username: string } offer?: F_RTCSessionDescriptionInit, answer?: F_RTCSessionDescriptionInit, |