mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 00:55:59 +08:00
callback add
This commit is contained in:
@@ -41,6 +41,14 @@ type CallbackAfterSendGroupMsgResp struct {
|
||||
*CommonCallbackResp
|
||||
}
|
||||
|
||||
type CallbackAfterConsumeGroupMsgReq struct {
|
||||
CommonCallbackReq
|
||||
GroupID string `json:"groupID"`
|
||||
}
|
||||
|
||||
type CallbackAfterConsumeGroupMsgResp struct {
|
||||
*CommonCallbackResp
|
||||
}
|
||||
type CallbackMsgModifyCommandReq struct {
|
||||
CommonCallbackReq
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user