put client msg id to offline callback

This commit is contained in:
Gordon
2022-09-09 11:00:15 +08:00
parent 22099d82be
commit b5deceaa3b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@ type CallbackBeforePushResp struct {
type CallbackBeforeSuperGroupOnlinePushReq struct {
*commonPb.OfflinePushInfo
UserStatusBaseCallback
ClientMsgID string `json:"clientMsgID"`
SendID string `json:"sendID"`
GroupID string `json:"groupID"`
ContentType int32 `json:"contentType"`