upd
This commit is contained in:
parent
efc5b70c42
commit
8b1d195afe
10
main.go
10
main.go
@ -45,11 +45,11 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type ChatWarsMessage struct {
|
type ChatWarsMessage struct {
|
||||||
MsgID64 int64 `json:"msg_id"`
|
MsgID64 int64 `json:"msg_id"`
|
||||||
UserID64 int64 `json:"user_id"`
|
UserID64 int64 `json:"user_id"`
|
||||||
Direction string `json:"direction"`
|
Direction MsgDirection `json:"direction"`
|
||||||
MsgText string `json:"msg"`
|
MsgText string `json:"msg"`
|
||||||
MsgDate int32 `json:"date"`
|
MsgDate int32 `json:"date"`
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
Loading…
Reference in New Issue
Block a user