mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 17:15:58 +08:00
superGroup
This commit is contained in:
@@ -5,6 +5,13 @@ import commonPb "Open_IM/pkg/proto/sdk_ws"
|
||||
type CallbackOfflinePushReq struct {
|
||||
UserStatusCallbackReq
|
||||
*commonPb.OfflinePushInfo
|
||||
CommonCallbackReq
|
||||
SendID string `json:"sendID"`
|
||||
GroupID string `json:"groupID"`
|
||||
ContentType int32 `json:"contentType"`
|
||||
SessionType int32 `json:"sessionType"`
|
||||
AtUserIDList []string `json:"atUserIDList"`
|
||||
Content string `json`
|
||||
}
|
||||
|
||||
type CallbackOfflinePushResp struct {
|
||||
|
||||
Reference in New Issue
Block a user