feat: add recvID/groupID for msg modification callback (#351)

Signed-off-by: soasurs <soasurs@gmail.com>
This commit is contained in:
soasurs
2023-03-20 15:27:43 +08:00
committed by GitHub
parent 0bd2c00088
commit b67c244bbd
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -51,6 +51,8 @@ type CallbackAfterConsumeGroupMsgResp struct {
}
type CallbackMsgModifyCommandReq struct {
CommonCallbackReq
RecvID string `json:"recvID,omitempty"`
GroupID string `json:"groupID,omitempty"`
}
type CallbackMsgModifyCommandResp struct {