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

     1  // Code generated by protoc-gen-golite. DO NOT EDIT.
     2  // source: pb/notify/group0x857.proto
     3  
     4  package notify
     5  
     6  type NotifyMsgBody struct {
     7  	OptMsgGrayTips    *AIOGrayTipsInfo       `protobuf:"bytes,5,opt"`
     8  	OptMsgRedTips     *RedGrayTipsInfo       `protobuf:"bytes,9,opt"`
     9  	OptMsgRecall      *MessageRecallReminder `protobuf:"bytes,11,opt"`
    10  	OptGeneralGrayTip *GeneralGrayTipInfo    `protobuf:"bytes,26,opt"`
    11  	QqGroupDigestMsg  *QQGroupDigestMsg      `protobuf:"bytes,33,opt"`
    12  	ServiceType       int32                  `protobuf:"varint,13,opt"`
    13  	_                 [0]func()
    14  }
    15  
    16  type AIOGrayTipsInfo struct {
    17  	ShowLatest     uint32 `protobuf:"varint,1,opt"`
    18  	Content        []byte `protobuf:"bytes,2,opt"`
    19  	Remind         uint32 `protobuf:"varint,3,opt"`
    20  	Brief          []byte `protobuf:"bytes,4,opt"`
    21  	ReceiverUin    uint64 `protobuf:"varint,5,opt"`
    22  	ReliaoAdminOpt uint32 `protobuf:"varint,6,opt"`
    23  }
    24  
    25  type GeneralGrayTipInfo struct {
    26  	BusiType      uint64        `protobuf:"varint,1,opt"`
    27  	BusiId        uint64        `protobuf:"varint,2,opt"`
    28  	CtrlFlag      uint32        `protobuf:"varint,3,opt"`
    29  	C2CType       uint32        `protobuf:"varint,4,opt"`
    30  	ServiceType   uint32        `protobuf:"varint,5,opt"`
    31  	TemplId       uint64        `protobuf:"varint,6,opt"`
    32  	MsgTemplParam []*TemplParam `protobuf:"bytes,7,rep"`
    33  	Content       string        `protobuf:"bytes,8,opt"`
    34  }
    35  
    36  type TemplParam struct {
    37  	Name  string `protobuf:"bytes,1,opt"`
    38  	Value string `protobuf:"bytes,2,opt"`
    39  	_     [0]func()
    40  }
    41  
    42  type MessageRecallReminder struct {
    43  	Uin             int64                  `protobuf:"varint,1,opt"`
    44  	Nickname        []byte                 `protobuf:"bytes,2,opt"`
    45  	RecalledMsgList []*RecalledMessageMeta `protobuf:"bytes,3,rep"`
    46  	ReminderContent []byte                 `protobuf:"bytes,4,opt"`
    47  	Userdef         []byte                 `protobuf:"bytes,5,opt"`
    48  	GroupType       int32                  `protobuf:"varint,6,opt"`
    49  	OpType          int32                  `protobuf:"varint,7,opt"`
    50  }
    51  
    52  type RecalledMessageMeta struct {
    53  	Seq       int32 `protobuf:"varint,1,opt"`
    54  	Time      int32 `protobuf:"varint,2,opt"`
    55  	MsgRandom int32 `protobuf:"varint,3,opt"`
    56  	MsgType   int32 `protobuf:"varint,4,opt"`
    57  	MsgFlag   int32 `protobuf:"varint,5,opt"`
    58  	AuthorUin int64 `protobuf:"varint,6,opt"`
    59  	_         [0]func()
    60  }
    61  
    62  type RedGrayTipsInfo struct {
    63  	ShowLatest          uint32 `protobuf:"varint,1,opt"`
    64  	SenderUin           uint64 `protobuf:"varint,2,opt"`
    65  	ReceiverUin         uint64 `protobuf:"varint,3,opt"`
    66  	SenderRichContent   string `protobuf:"bytes,4,opt"`
    67  	ReceiverRichContent string `protobuf:"bytes,5,opt"`
    68  	AuthKey             []byte `protobuf:"bytes,6,opt"`
    69  	MsgType             int32  `protobuf:"zigzag32,7,opt"`
    70  	LuckyFlag           uint32 `protobuf:"varint,8,opt"`
    71  	HideFlag            uint32 `protobuf:"varint,9,opt"`
    72  	LuckyUin            uint64 `protobuf:"varint,12,opt"`
    73  }
    74  
    75  type QQGroupDigestMsg struct {
    76  	GroupCode     uint64 `protobuf:"varint,1,opt"`
    77  	Seq           uint32 `protobuf:"varint,2,opt"`
    78  	Random        uint32 `protobuf:"varint,3,opt"`
    79  	OpType        int32  `protobuf:"varint,4,opt"`
    80  	Sender        uint64 `protobuf:"varint,5,opt"`
    81  	DigestOper    uint64 `protobuf:"varint,6,opt"`
    82  	OpTime        uint32 `protobuf:"varint,7,opt"`
    83  	LastestMsgSeq uint32 `protobuf:"varint,8,opt"`
    84  	OperNick      []byte `protobuf:"bytes,9,opt"`
    85  	SenderNick    []byte `protobuf:"bytes,10,opt"`
    86  	ExtInfo       int32  `protobuf:"varint,11,opt"`
    87  }