mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-07 02:56:42 +08:00
9 lines
114 B
Go
9 lines
114 B
Go
package base_info
|
|
|
|
type DelMsgReq struct {
|
|
OperationID string `json:"operationID"`
|
|
}
|
|
|
|
type DelMsgResp struct {
|
|
}
|