github.com/Mrs4s/MiraiGo@v0.0.0-20240226124653-54bdd873e3fe/client/pb/longmsg/longmsg.pb.go (about)

     1  // Code generated by protoc-gen-golite. DO NOT EDIT.
     2  // source: pb/longmsg/longmsg.proto
     3  
     4  package longmsg
     5  
     6  type LongMsgDeleteReq struct {
     7  	MsgResid []byte `protobuf:"bytes,1,opt"`
     8  	MsgType  int32  `protobuf:"varint,2,opt"`
     9  }
    10  
    11  type LongMsgDeleteRsp struct {
    12  	Result   int32  `protobuf:"varint,1,opt"`
    13  	MsgResid []byte `protobuf:"bytes,2,opt"`
    14  }
    15  
    16  type LongMsgDownReq struct {
    17  	SrcUin    int32  `protobuf:"varint,1,opt"`
    18  	MsgResid  []byte `protobuf:"bytes,2,opt"`
    19  	MsgType   int32  `protobuf:"varint,3,opt"`
    20  	NeedCache int32  `protobuf:"varint,4,opt"`
    21  }
    22  
    23  type LongMsgDownRsp struct {
    24  	Result     int32  `protobuf:"varint,1,opt"`
    25  	MsgResid   []byte `protobuf:"bytes,2,opt"`
    26  	MsgContent []byte `protobuf:"bytes,3,opt"`
    27  }
    28  
    29  type LongMsgUpReq struct {
    30  	MsgType    int32  `protobuf:"varint,1,opt"`
    31  	DstUin     int64  `protobuf:"varint,2,opt"`
    32  	MsgId      int32  `protobuf:"varint,3,opt"`
    33  	MsgContent []byte `protobuf:"bytes,4,opt"`
    34  	StoreType  int32  `protobuf:"varint,5,opt"`
    35  	MsgUkey    []byte `protobuf:"bytes,6,opt"`
    36  	NeedCache  int32  `protobuf:"varint,7,opt"`
    37  }
    38  
    39  type LongMsgUpRsp struct {
    40  	Result   int32  `protobuf:"varint,1,opt"`
    41  	MsgId    int32  `protobuf:"varint,2,opt"`
    42  	MsgResid []byte `protobuf:"bytes,3,opt"`
    43  }
    44  
    45  type LongReqBody struct {
    46  	Subcmd       int32           `protobuf:"varint,1,opt"`
    47  	TermType     int32           `protobuf:"varint,2,opt"`
    48  	PlatformType int32           `protobuf:"varint,3,opt"`
    49  	MsgUpReq     []*LongMsgUpReq `protobuf:"bytes,4,rep"`
    50  	// repeated LongMsgDownReq msgDownReq = 5;
    51  	// repeated LongMsgDeleteReq msgDelReq = 6;
    52  	AgentType int32 `protobuf:"varint,10,opt"`
    53  }
    54  
    55  type LongRspBody struct {
    56  	Subcmd int32 `protobuf:"varint,1,opt"`
    57  	// repeated LongMsgUpRsp msgUpRsp = 2;
    58  	MsgDownRsp []*LongMsgDownRsp `protobuf:"bytes,3,rep"` //repeated LongMsgDeleteRsp msgDelRsp = 4;
    59  }