reaction message add expiration

This commit is contained in:
Gordon
2022-12-12 16:52:36 +08:00
parent 84df956293
commit 2b0a997573
4 changed files with 11 additions and 3 deletions
+5 -1
View File
@@ -68,7 +68,11 @@ type ModifyMessageReactionExtensionsReq struct {
type ModifyMessageReactionExtensionsResp struct {
CommResp
Data []*msg.KeyValueResp `json:"data"`
Data struct {
ResultKeyValue []*msg.KeyValueResp `json:"result"`
MsgFirstModifyTime int64 `json:"msgFirstModifyTime"`
IsReact bool `json:"isReact"`
} `json:"data"`
}
type OperateMessageListReactionExtensionsReq struct {