fix: add message typing field and fix the CallbackSingleMsgRead callback (#1784)

This commit is contained in:
Brabem
2024-01-19 18:28:30 +08:00
committed by GitHub
parent 77f0b2460b
commit 776081b35d
3 changed files with 18 additions and 7 deletions
+4 -3
View File
@@ -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 {