fix def
This commit is contained in:
parent
2fb302d4e7
commit
306648c830
4
def.go
4
def.go
@ -90,8 +90,8 @@ type ChatWarsItems struct {
|
|||||||
|
|
||||||
type ChatWarsMessage struct {
|
type ChatWarsMessage struct {
|
||||||
ObjID64 int64 `json:"obj_id"`
|
ObjID64 int64 `json:"obj_id"`
|
||||||
UserID64 int64 `json:"user_id"`
|
TGUserID64 int64 `json:"tg_user_id"`
|
||||||
SenderUserID64 int64 `json:"sender_user_id"`
|
TGSenderUserID64 int64 `json:"tg_sender_user_id"`
|
||||||
Date time.Time `json:"date"`
|
Date time.Time `json:"date"`
|
||||||
ID64 int64 `json:"id"`
|
ID64 int64 `json:"id"`
|
||||||
ChatID64 int64 `json:"chat_id"`
|
ChatID64 int64 `json:"chat_id"`
|
||||||
|
Loading…
Reference in New Issue
Block a user