From 71cb790fe6a65c7341f25e5a777216b8d0e9d925 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 21 Oct 2019 10:28:36 +0800 Subject: [PATCH] update cwm --- def.go | 1 + 1 file changed, 1 insertion(+) diff --git a/def.go b/def.go index 2c1782b..cb4c572 100644 --- a/def.go +++ b/def.go @@ -102,6 +102,7 @@ type ChatWarsMessage struct { ID64 int64 `json:"id"` ChatID64 int64 `json:"chat_id"` Text string `json:"text"` + IsForwarded bool `json:"is_forwarded"` } type ChatWarsExchangeDeal struct {