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:
@@ -3,6 +3,7 @@ package call_back_struct
|
||||
type CallbackUserOnlineReq struct {
|
||||
UserStatusCallbackReq
|
||||
Token string `json:"token"`
|
||||
Seq int `json:"seq"`
|
||||
}
|
||||
|
||||
type CallbackUserOnlineResp struct {
|
||||
@@ -11,6 +12,7 @@ type CallbackUserOnlineResp struct {
|
||||
|
||||
type CallbackUserOfflineReq struct {
|
||||
UserStatusCallbackReq
|
||||
Seq int `json:"seq"`
|
||||
}
|
||||
|
||||
type CallbackUserOfflineResp struct {
|
||||
|
||||
@@ -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