AndrewZuo01 5998ac8c1e test
2023-11-23 14:31:43 +08:00

13 lines
339 B
Go

package callbackstruct
type CallbackAfterRevokeMsgReq struct {
CallbackCommand `json:"callbackCommand"`
ConversationID string `json:"conversationID"`
Seq int64 `json:"seq"`
UserID string `json:"userID"`
EventTime int64 `json:"eventTime"`
}
type CallbackAfterRevokeMsgResp struct {
CommonCallbackResp
}