update ChatWarsMessage

This commit is contained in:
shoopea 2019-12-12 17:49:07 +08:00
parent 5b7d7afd79
commit fdd2853d14

1
def.go
View File

@ -25,6 +25,7 @@ type ChatWarsCallback struct {
} }
type ChatWarsMessage struct { type ChatWarsMessage struct {
ObjID64 int64 `json:"obj_id"`
TGUserID64 int64 `json:"tg_user_id"` TGUserID64 int64 `json:"tg_user_id"`
TGSenderUserID64 int64 `json:"tg_sender_user_id"` TGSenderUserID64 int64 `json:"tg_sender_user_id"`
Date time.Time `json:"date"` Date time.Time `json:"date"`