diff --git a/def.go b/def.go index 16859ff..5776253 100644 --- a/def.go +++ b/def.go @@ -26,6 +26,7 @@ type ChatWarsMessage struct { ID64 int64 `json:"id"` ChatID64 int64 `json:"chat_id"` Text string `json:"text"` + IsForwarded bool `json:"is_forwarded"` } type MQKeepAlive struct {