diff --git a/protos/ChatProto.proto b/protos/ChatProto.proto index 4f6055d..abdedf7 100644 --- a/protos/ChatProto.proto +++ b/protos/ChatProto.proto @@ -44,5 +44,6 @@ message SendChatInfoResponse { message SendChatInfoIndication { optional ChatInfo chatInfo = 1; + optional int32 type = 2 ;// 类型 1 私聊 2 公会 }