mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-08 11:05:59 +08:00
reaction message add expiration
This commit is contained in:
@@ -69,8 +69,8 @@ type ModifyMessageReactionExtensionsReq struct {
|
||||
type ModifyMessageReactionExtensionsResp struct {
|
||||
CommResp
|
||||
Data struct {
|
||||
SuccessList []*msg.ExtendMsgResp `json:"successList"`
|
||||
FailedList []*msg.ExtendMsgResp `json:"failedList"`
|
||||
SuccessList []*msg.ExtendMsgResp `json:"successList,omitempty"`
|
||||
FailedList []*msg.ExtendMsgResp `json:"failedList,omitempty"`
|
||||
} `json:"data"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user