mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-02 16:15:59 +08:00
feat: add recvID/groupID for msg modification callback (#351)
Signed-off-by: soasurs <soasurs@gmail.com>
This commit is contained in:
committed by
Xinwei Xiong(cubxxw-openim)
parent
4a7026622e
commit
2710db63a1
@@ -39,6 +39,8 @@ type CallbackAfterSendGroupMsgResp struct {
|
||||
|
||||
type CallbackWordFilterReq struct {
|
||||
CommonCallbackReq
|
||||
RecvID string `json:"recvID,omitempty"`
|
||||
GroupID string `json:"groupID,omitempty"`
|
||||
}
|
||||
|
||||
type CallbackWordFilterResp struct {
|
||||
|
||||
Reference in New Issue
Block a user