update cwm

This commit is contained in:
shoopea 2019-10-21 10:28:36 +08:00
parent 51e07339a0
commit 71cb790fe6

1
def.go
View File

@ -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 {