diff --git a/pkg/proto/user/user.proto b/pkg/proto/user/user.proto
index f28a1673e..97e0363b9 100644
--- a/pkg/proto/user/user.proto
+++ b/pkg/proto/user/user.proto
@@ -68,6 +68,14 @@ message UpdateUserInfoReq{
 message UpdateUserInfoResp{
   CommonResp  commonResp = 1;
 }
+message SetGlobalRecvMessageOptReq{
+  string userID = 1;
+  string  operationID = 2;
+  int32 opt = 3;
+}
+message SetGlobalRecvMessageOptResp{
+  CommonResp  commonResp = 1;
+}
 
 message Conversation{
   string OwnerUserID = 1;