mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-03 08:35:59 +08:00
fix: add message typing field and fix the CallbackSingleMsgRead callback (#1784)
This commit is contained in:
@@ -94,9 +94,10 @@ type CallbackGroupMsgReadResp struct {
|
||||
|
||||
type CallbackSingleMsgReadReq struct {
|
||||
CallbackCommand `json:"callbackCommand"`
|
||||
SendID string `json:"sendID"`
|
||||
ReceiveID string `json:"receiveID"`
|
||||
ContentType int64 `json:"contentType"`
|
||||
UserID string `json:"userID"`
|
||||
ConversationID string `json:"conversationID"`
|
||||
ContentType int32 `json:"contentType"`
|
||||
Seqs []int64 `json:"seqs"`
|
||||
}
|
||||
|
||||
type CallbackSingleMsgReadResp struct {
|
||||
|
||||
Reference in New Issue
Block a user