remove chat.

This commit is contained in:
Miroslav Šedivý
2020-10-29 18:11:30 +01:00
parent 78c397ef54
commit 3c5c01f475
4 changed files with 0 additions and 72 deletions

View File

@ -65,17 +65,6 @@ type ControlTarget struct {
Target string `json:"target"`
}
type ChatReceive struct {
Event string `json:"event"`
Content string `json:"content"`
}
type ChatSend struct {
Event string `json:"event"`
ID string `json:"id"`
Content string `json:"content"`
}
type EmoteReceive struct {
Event string `json:"event"`
Emote string `json:"emote"`