reaction message update

This commit is contained in:
Gordon
2023-01-13 17:04:52 +08:00
parent 1ab7660f0d
commit f0976c9ade
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -128,5 +128,6 @@ type CallbackAddMessageReactionExtReq struct {
type CallbackAddMessageReactionExtResp struct {
*CommonCallbackResp
ResultReactionExtensionList []*msg.KeyValueResp `json:"resultReactionExtensionList"`
IsReact bool `json:"isReact"`
MsgFirstModifyTime int64 `json:"msgFirstModifyTime"`
}