syntax = "proto3"; package Jubo.JuLiao.IM.Wx.Proto; //命名空间约定 option go_package = "./workphone"; import "TransportMessage.proto"; message MsgDelNoticeMessage { string WeChatId = 1; // string FriendId = 3; // 会话Id bool IsSend = 4; EnumContentType ContentType = 5; // 发送的消息内容类型 bytes Content = 6; // 内容 二进制流 int64 MsgId = 7; // int64 msgSvrId = 8; // 消息唯一id }