diff --git a/def.go b/def.go index a6c4c60..0d69988 100644 --- a/def.go +++ b/def.go @@ -89,13 +89,13 @@ type ChatWarsItems struct { } type ChatWarsMessage struct { - ObjID64 int64 `json:"obj_id"` - UserID64 int64 `json:"user_id"` - SenderUserID64 int64 `json:"sender_user_id"` - Date time.Time `json:"date"` - ID64 int64 `json:"id"` - ChatID64 int64 `json:"chat_id"` - Text string `json:"text"` + ObjID64 int64 `json:"obj_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"` + Text string `json:"text"` } type ChatWarsMessageStock struct {