refactor: 重命名Message.RawMsg
This commit is contained in:
@@ -4,7 +4,7 @@ type Message struct {
|
||||
UserId int64 `json:"userId"`
|
||||
GroupInfo GroupInfo `json:"groupInfo"`
|
||||
OriginMsgId int32 `json:"originMsgId"`
|
||||
Msg string `json:"msg"`
|
||||
RawMsg string `json:"msg"`
|
||||
UserNickName string `json:"userNickName"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user