🎨 完善参数
This commit is contained in:
parent
6afb11d8a1
commit
f51fb38d0b
@ -11,6 +11,7 @@ type MessageCallbackData struct {
|
||||
MsgTime int `json:"MsgTime"` // 消息的发送时间戳,单位为秒
|
||||
MsgKey string `json:"MsgKey"` //消息的唯一标识,可用于 REST API 撤回单聊消息
|
||||
OnlineOnlyFlag int `json:"OnlineOnlyFlag"` //在线消息,为1,否则为0
|
||||
CloudCustomData string `json:"CloudCustomData"` // 消息自定义数据(云端保存,会发送到对端,程序卸载重装后还能拉取到)
|
||||
SendMsgResult int `json:"SendMsgResult"` // 消息发送之后独有
|
||||
ErrorInfo string `json:"ErrorInfo"` // 消息发送之后独有
|
||||
UnreadMsgNum int `json:"UnreadMsgNum"` // 消息发送之后独有
|
||||
|
Loading…
Reference in New Issue
Block a user