callback add

This commit is contained in:
Gordon
2023-02-27 17:08:34 +08:00
parent 0938b11f83
commit 33ee58904b
6 changed files with 79 additions and 0 deletions
+8
View File
@@ -41,6 +41,14 @@ type CallbackAfterSendGroupMsgResp struct {
*CommonCallbackResp
}
type CallbackAfterConsumeGroupMsgReq struct {
CommonCallbackReq
GroupID string `json:"groupID"`
}
type CallbackAfterConsumeGroupMsgResp struct {
*CommonCallbackResp
}
type CallbackMsgModifyCommandReq struct {
CommonCallbackReq
}