From f9dbd2a6a6442a1cab00d7a578e655a779fd87f8 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 21 Oct 2019 10:26:38 +0800 Subject: [PATCH] update cwm --- def.go | 1 + 1 file changed, 1 insertion(+) 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 {