This commit is contained in:
shoopea 2019-07-31 16:53:09 +08:00
parent 2fb302d4e7
commit 306648c830

4
def.go
View File

@ -90,8 +90,8 @@ type ChatWarsItems struct {
type ChatWarsMessage struct {
ObjID64 int64 `json:"obj_id"`
UserID64 int64 `json:"user_id"`
SenderUserID64 int64 `json:"sender_user_id"`
TGUserID64 int64 `json:"tg_user_id"`
TGSenderUserID64 int64 `json:"tg_sender_user_id"`
Date time.Time `json:"date"`
ID64 int64 `json:"id"`
ChatID64 int64 `json:"chat_id"`