update cwm

This commit is contained in:
shoopea 2019-10-21 10:26:38 +08:00
parent 80078948cb
commit f9dbd2a6a6

1
def.go
View File

@ -26,6 +26,7 @@ type ChatWarsMessage struct {
ID64 int64 `json:"id"` ID64 int64 `json:"id"`
ChatID64 int64 `json:"chat_id"` ChatID64 int64 `json:"chat_id"`
Text string `json:"text"` Text string `json:"text"`
IsForwarded bool `json:"is_forwarded"`
} }
type MQKeepAlive struct { type MQKeepAlive struct {