reaction message add expiration

This commit is contained in:
Gordon
2022-12-12 15:39:40 +08:00
parent 1acf21371b
commit 84df956293
2 changed files with 3 additions and 9 deletions
+1 -4
View File
@@ -68,10 +68,7 @@ type ModifyMessageReactionExtensionsReq struct {
type ModifyMessageReactionExtensionsResp struct {
CommResp
Data struct {
SuccessList []*msg.ExtendMsgResp `json:"successList,omitempty"`
FailedList []*msg.ExtendMsgResp `json:"failedList,omitempty"`
} `json:"data"`
Data []*msg.KeyValueResp `json:"data"`
}
type OperateMessageListReactionExtensionsReq struct {