package model type Message struct { MsgType int `json:"msgType"` From uint `json:"from"` To uint `json:"to"` Time uint `json:"time"` Content any `json:"content"` }