github.com/Mrs4s/MiraiGo@v0.0.0-20240226124653-54bdd873e3fe/client/pb/msg/objmsg.pb.go (about) 1 // Code generated by protoc-gen-golite. DO NOT EDIT. 2 // source: pb/msg/objmsg.proto 3 4 package msg 5 6 type MsgPic struct { 7 SmallPicUrl []byte `protobuf:"bytes,1,opt"` 8 OriginalPicUrl []byte `protobuf:"bytes,2,opt"` 9 LocalPicId int32 `protobuf:"varint,3,opt"` 10 } 11 12 type ObjMsg struct { 13 MsgType int32 `protobuf:"varint,1,opt"` 14 Title []byte `protobuf:"bytes,2,opt"` 15 BytesAbstact []byte `protobuf:"bytes,3,opt"` 16 TitleExt []byte `protobuf:"bytes,5,opt"` 17 MsgPic []*MsgPic `protobuf:"bytes,6,rep"` 18 MsgContentInfo []*MsgContentInfo `protobuf:"bytes,7,rep"` 19 ReportIdShow int32 `protobuf:"varint,8,opt"` 20 } 21 22 type MsgContentInfo struct { 23 ContentInfoId []byte `protobuf:"bytes,1,opt"` 24 MsgFile *MsgFile `protobuf:"bytes,2,opt"` 25 } 26 27 type MsgFile struct { 28 BusId int32 `protobuf:"varint,1,opt"` 29 FilePath []byte `protobuf:"bytes,2,opt"` 30 FileSize int64 `protobuf:"varint,3,opt"` 31 FileName string `protobuf:"bytes,4,opt"` 32 Int64DeadTime int64 `protobuf:"varint,5,opt"` 33 FileSha1 []byte `protobuf:"bytes,6,opt"` 34 Ext []byte `protobuf:"bytes,7,opt"` 35 }