Skip to content

Commit 0d7d99e

Browse files
authored
feat: add ConversationDeleteTips. (#195)
1 parent 801af63 commit 0d7d99e

File tree

3 files changed

+89
-27
lines changed

3 files changed

+89
-27
lines changed

constant/constant.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ const (
107107
ConversationPrivateChatNotification = 1701
108108
ConversationUnreadNotification = 1702
109109
ClearConversationNotification = 1703
110+
ConversationDeleteNotification = 1704
110111

111112
BusinessNotificationBegin = 2000
112113
BusinessNotification = 2001

sdkws/sdkws.pb.go

Lines changed: 83 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdkws/sdkws.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,3 +611,8 @@ message StreamMsgTips {
611611
repeated string packets = 4;
612612
bool end = 5;
613613
}
614+
615+
message ConversationDeleteTips {
616+
string userID = 1;
617+
repeated string conversationIDs = 2;
618+
}

0 commit comments

Comments
 (0)