mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-03 00:25:59 +08:00
feat: add recvID/groupID for msg modification callback (#351)
Signed-off-by: soasurs <soasurs@gmail.com>
This commit is contained in:
@@ -51,6 +51,8 @@ type CallbackAfterConsumeGroupMsgResp struct {
|
||||
}
|
||||
type CallbackMsgModifyCommandReq struct {
|
||||
CommonCallbackReq
|
||||
RecvID string `json:"recvID,omitempty"`
|
||||
GroupID string `json:"groupID,omitempty"`
|
||||
}
|
||||
|
||||
type CallbackMsgModifyCommandResp struct {
|
||||
|
||||
Reference in New Issue
Block a user