This commit is contained in:
shoopea 2019-05-09 17:19:55 +08:00
parent 9518199a3b
commit af9e188412

4
def.go
View File

@ -1,5 +1,9 @@
package main
import (
"regexp"
)
type ChatWarsMessage struct {
UserID64 int64 `json:"user_id"`
SenderUserID64 int64 `json:"sender_user_id"`