github.com/Mrs4s/MiraiGo@v0.0.0-20240226124653-54bdd873e3fe/client/pb/oidb/oidb0xD79.pb.go (about) 1 // Code generated by protoc-gen-golite. DO NOT EDIT. 2 // source: pb/oidb/oidb0xD79.proto 3 4 package oidb 5 6 type D79ReqBody struct { 7 Seq uint64 `protobuf:"varint,1,opt"` 8 Uin uint64 `protobuf:"varint,2,opt"` 9 CompressFlag uint32 `protobuf:"varint,3,opt"` 10 Content []byte `protobuf:"bytes,4,opt"` 11 SenderUin uint64 `protobuf:"varint,5,opt"` 12 Qua []byte `protobuf:"bytes,6,opt"` 13 WordExt []byte `protobuf:"bytes,7,opt"` 14 } 15 16 type D79RspBody struct { 17 Ret uint32 `protobuf:"varint,1,opt"` 18 Seq uint64 `protobuf:"varint,2,opt"` 19 Uin uint64 `protobuf:"varint,3,opt"` 20 CompressFlag uint32 `protobuf:"varint,4,opt"` 21 Content *D79Content `protobuf:"bytes,5,opt"` 22 _ [0]func() 23 } 24 25 type D79Content struct { 26 SliceContent [][]byte `protobuf:"bytes,1,rep"` 27 }