mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-07 02:26:00 +08:00
reaction message add expiration
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user