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

     1  // Code generated by protoc-gen-golite. DO NOT EDIT.
     2  // source: pb/oidb/oidb0xb77.proto
     3  
     4  package oidb
     5  
     6  type DB77ReqBody struct {
     7  	AppId       uint64           `protobuf:"varint,1,opt"`
     8  	AppType     uint32           `protobuf:"varint,2,opt"`
     9  	MsgStyle    uint32           `protobuf:"varint,3,opt"`
    10  	SenderUin   uint64           `protobuf:"varint,4,opt"`
    11  	ClientInfo  *DB77ClientInfo  `protobuf:"bytes,5,opt"`
    12  	TextMsg     string           `protobuf:"bytes,6,opt"`
    13  	ExtInfo     *DB77ExtInfo     `protobuf:"bytes,7,opt"`
    14  	SendType    uint32           `protobuf:"varint,10,opt"`
    15  	RecvUin     uint64           `protobuf:"varint,11,opt"`
    16  	RichMsgBody *DB77RichMsgBody `protobuf:"bytes,12,opt"`
    17  	RecvGuildId uint64           `protobuf:"varint,19,opt"`
    18  	_           [0]func()
    19  }
    20  
    21  type DB77ClientInfo struct {
    22  	Platform           uint32 `protobuf:"varint,1,opt"`
    23  	SdkVersion         string `protobuf:"bytes,2,opt"`
    24  	AndroidPackageName string `protobuf:"bytes,3,opt"`
    25  	AndroidSignature   string `protobuf:"bytes,4,opt"`
    26  	IosBundleId        string `protobuf:"bytes,5,opt"`
    27  	PcSign             string `protobuf:"bytes,6,opt"`
    28  	_                  [0]func()
    29  }
    30  
    31  type DB77ExtInfo struct {
    32  	CustomFeatureId []uint32 `protobuf:"varint,11,rep"`
    33  	ApnsWording     string   `protobuf:"bytes,12,opt"`
    34  	GroupSaveDbFlag uint32   `protobuf:"varint,13,opt"`
    35  	ReceiverAppId   uint32   `protobuf:"varint,14,opt"`
    36  	MsgSeq          uint64   `protobuf:"varint,15,opt"`
    37  }
    38  
    39  type DB77RichMsgBody struct {
    40  	Title      string `protobuf:"bytes,10,opt"`
    41  	Summary    string `protobuf:"bytes,11,opt"`
    42  	Brief      string `protobuf:"bytes,12,opt"`
    43  	Url        string `protobuf:"bytes,13,opt"`
    44  	PictureUrl string `protobuf:"bytes,14,opt"`
    45  	Action     string `protobuf:"bytes,15,opt"`
    46  	MusicUrl   string `protobuf:"bytes,16,opt"` //ImageInfo imageInfo = 17;
    47  	_          [0]func()
    48  }