update ChatWarsMessage
This commit is contained in:
parent
5b7d7afd79
commit
fdd2853d14
1
def.go
1
def.go
@ -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"`
|
||||||
|
Loading…
Reference in New Issue
Block a user