fix def
This commit is contained in:
parent
2fb302d4e7
commit
306648c830
14
def.go
14
def.go
@ -89,13 +89,13 @@ 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"`
|
||||||
Text string `json:"text"`
|
Text string `json:"text"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type ChatWarsMessageStock struct {
|
type ChatWarsMessageStock struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user