1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00
MiraiGo/client/pb/oidb/oidb0xd79.pb.go
2022-02-14 00:51:36 +08:00

27 lines
819 B
Go

// Code generated by protoc-gen-golite. DO NOT EDIT.
// source: pb/oidb/oidb0xD79.proto
package oidb
type D79ReqBody struct {
Seq uint64 `protobuf:"varint,1,opt"`
Uin uint64 `protobuf:"varint,2,opt"`
CompressFlag uint32 `protobuf:"varint,3,opt"`
Content []byte `protobuf:"bytes,4,opt"`
SenderUin uint64 `protobuf:"varint,5,opt"`
Qua []byte `protobuf:"bytes,6,opt"`
WordExt []byte `protobuf:"bytes,7,opt"`
}
type D79RspBody struct {
Ret uint32 `protobuf:"varint,1,opt"`
Seq uint64 `protobuf:"varint,2,opt"`
Uin uint64 `protobuf:"varint,3,opt"`
CompressFlag uint32 `protobuf:"varint,4,opt"`
Content *D79Content `protobuf:"bytes,5,opt"`
}
type D79Content struct {
SliceContent [][]byte `protobuf:"bytes,1,rep"`
}