diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-09 17:49:39 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-09 17:49:39 +0200 |
commit | 3a657c2f6d4cc9f82c993a8d390c8a84ab38bcb4 (patch) | |
tree | 731c854754d1408d189552da79bd81d79d11183f /common/packets.d.ts | |
parent | b0c6062607b037ba1a6e388e5c23746bdd8dbdcf (diff) | |
download | keks-meet-3a657c2f6d4cc9f82c993a8d390c8a84ab38bcb4.tar keks-meet-3a657c2f6d4cc9f82c993a8d390c8a84ab38bcb4.tar.bz2 keks-meet-3a657c2f6d4cc9f82c993a8d390c8a84ab38bcb4.tar.zst |
chat!
Diffstat (limited to 'common/packets.d.ts')
-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, |