This commit is contained in:
shoopea 2019-05-15 14:43:53 +08:00
parent ecaaf30c61
commit 4057e2cd0b

4
def.go
View File

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