- syntax = "proto3";
- package Jubo.JuLiao.IM.Wx.Proto;
- option go_package = "./workphone";
- import "TransportMessage.proto";
- message MsgDelNoticeMessage {
- string WeChatId = 1;
- string FriendId = 3;
- bool IsSend = 4;
- EnumContentType ContentType = 5;
- bytes Content = 6;
- int64 MsgId = 7;
- int64 msgSvrId = 8;
- }
|