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

     1  // Code generated by protoc-gen-golite. DO NOT EDIT.
     2  // source: pb/structmsg/structmsg.proto
     3  
     4  package structmsg
     5  
     6  type AddFrdSNInfo struct {
     7  	NotSeeDynamic int32 `protobuf:"varint,1,opt"`
     8  	SetSn         int32 `protobuf:"varint,2,opt"`
     9  	_             [0]func()
    10  }
    11  
    12  type FlagInfo struct {
    13  	GrpMsgKickAdmin                   int32 `protobuf:"varint,1,opt"`
    14  	GrpMsgHiddenGrp                   int32 `protobuf:"varint,2,opt"`
    15  	GrpMsgWordingDown                 int32 `protobuf:"varint,3,opt"`
    16  	FrdMsgGetBusiCard                 int32 `protobuf:"varint,4,opt"`
    17  	GrpMsgGetOfficialAccount          int32 `protobuf:"varint,5,opt"`
    18  	GrpMsgGetPayInGroup               int32 `protobuf:"varint,6,opt"`
    19  	FrdMsgDiscuss2ManyChat            int32 `protobuf:"varint,7,opt"`
    20  	GrpMsgNotAllowJoinGrpInviteNotFrd int32 `protobuf:"varint,8,opt"`
    21  	FrdMsgNeedWaitingMsg              int32 `protobuf:"varint,9,opt"`
    22  	FrdMsgUint32NeedAllUnreadMsg      int32 `protobuf:"varint,10,opt"`
    23  	GrpMsgNeedAutoAdminWording        int32 `protobuf:"varint,11,opt"`
    24  	GrpMsgGetTransferGroupMsgFlag     int32 `protobuf:"varint,12,opt"`
    25  	GrpMsgGetQuitPayGroupMsgFlag      int32 `protobuf:"varint,13,opt"`
    26  	GrpMsgSupportInviteAutoJoin       int32 `protobuf:"varint,14,opt"`
    27  	GrpMsgMaskInviteAutoJoin          int32 `protobuf:"varint,15,opt"`
    28  	GrpMsgGetDisbandedByAdmin         int32 `protobuf:"varint,16,opt"`
    29  	GrpMsgGetC2CInviteJoinGroup       int32 `protobuf:"varint,17,opt"`
    30  	_                                 [0]func()
    31  }
    32  
    33  type FriendInfo struct {
    34  	MsgJointFriend string `protobuf:"bytes,1,opt"`
    35  	MsgBlacklist   string `protobuf:"bytes,2,opt"`
    36  	_              [0]func()
    37  }
    38  
    39  type SGroupInfo struct {
    40  	GroupAuthType     int32  `protobuf:"varint,1,opt"`
    41  	DisplayAction     int32  `protobuf:"varint,2,opt"`
    42  	MsgAlert          string `protobuf:"bytes,3,opt"`
    43  	MsgDetailAlert    string `protobuf:"bytes,4,opt"`
    44  	MsgOtherAdminDone string `protobuf:"bytes,5,opt"`
    45  	AppPrivilegeFlag  int32  `protobuf:"varint,6,opt"`
    46  	_                 [0]func()
    47  }
    48  
    49  type MsgInviteExt struct {
    50  	SrcType   int32 `protobuf:"varint,1,opt"`
    51  	SrcCode   int64 `protobuf:"varint,2,opt"`
    52  	WaitState int32 `protobuf:"varint,3,opt"`
    53  	_         [0]func()
    54  }
    55  
    56  type MsgPayGroupExt struct {
    57  	JoinGrpTime int64 `protobuf:"varint,1,opt"`
    58  	QuitGrpTime int64 `protobuf:"varint,2,opt"`
    59  	_           [0]func()
    60  }
    61  
    62  type ReqNextSystemMsg struct {
    63  	MsgNum             int32     `protobuf:"varint,1,opt"`
    64  	FollowingFriendSeq int64     `protobuf:"varint,2,opt"`
    65  	FollowingGroupSeq  int64     `protobuf:"varint,3,opt"`
    66  	Checktype          int32     `protobuf:"varint,4,opt"`
    67  	Flag               *FlagInfo `protobuf:"bytes,5,opt"`
    68  	Language           int32     `protobuf:"varint,6,opt"`
    69  	Version            int32     `protobuf:"varint,7,opt"`
    70  	FriendMsgTypeFlag  int64     `protobuf:"varint,8,opt"`
    71  	_                  [0]func()
    72  }
    73  
    74  type ReqSystemMsg struct {
    75  	MsgNum          int32 `protobuf:"varint,1,opt"`
    76  	LatestFriendSeq int64 `protobuf:"varint,2,opt"`
    77  	LatestGroupSeq  int64 `protobuf:"varint,3,opt"`
    78  	Version         int32 `protobuf:"varint,4,opt"`
    79  	Language        int32 `protobuf:"varint,5,opt"`
    80  	_               [0]func()
    81  }
    82  
    83  type ReqSystemMsgAction struct {
    84  	MsgType      int32                `protobuf:"varint,1,opt"`
    85  	MsgSeq       int64                `protobuf:"varint,2,opt"`
    86  	ReqUin       int64                `protobuf:"varint,3,opt"`
    87  	SubType      int32                `protobuf:"varint,4,opt"`
    88  	SrcId        int32                `protobuf:"varint,5,opt"`
    89  	SubSrcId     int32                `protobuf:"varint,6,opt"`
    90  	GroupMsgType int32                `protobuf:"varint,7,opt"`
    91  	ActionInfo   *SystemMsgActionInfo `protobuf:"bytes,8,opt"`
    92  	Language     int32                `protobuf:"varint,9,opt"`
    93  	_            [0]func()
    94  }
    95  
    96  type ReqSystemMsgNew struct {
    97  	MsgNum            int32     `protobuf:"varint,1,opt"`
    98  	LatestFriendSeq   int64     `protobuf:"varint,2,opt"`
    99  	LatestGroupSeq    int64     `protobuf:"varint,3,opt"`
   100  	Version           int32     `protobuf:"varint,4,opt"`
   101  	Checktype         int32     `protobuf:"varint,5,opt"`
   102  	Flag              *FlagInfo `protobuf:"bytes,6,opt"`
   103  	Language          int32     `protobuf:"varint,7,opt"`
   104  	IsGetFrdRibbon    bool      `protobuf:"varint,8,opt"`
   105  	IsGetGrpRibbon    bool      `protobuf:"varint,9,opt"`
   106  	FriendMsgTypeFlag int64     `protobuf:"varint,10,opt"`
   107  	ReqMsgType        int32     `protobuf:"varint,11,opt"`
   108  	_                 [0]func()
   109  }
   110  
   111  type ReqSystemMsgRead struct {
   112  	LatestFriendSeq int64 `protobuf:"varint,1,opt"`
   113  	LatestGroupSeq  int64 `protobuf:"varint,2,opt"`
   114  	Type            int32 `protobuf:"varint,3,opt"`
   115  	Checktype       int32 `protobuf:"varint,4,opt"`
   116  	_               [0]func()
   117  }
   118  
   119  type RspHead struct {
   120  	Result  int32  `protobuf:"varint,1,opt"`
   121  	MsgFail string `protobuf:"bytes,2,opt"`
   122  	_       [0]func()
   123  }
   124  
   125  type RspNextSystemMsg struct {
   126  	Head               *RspHead     `protobuf:"bytes,1,opt"`
   127  	Msgs               []*StructMsg `protobuf:"bytes,2,rep"`
   128  	FollowingFriendSeq int64        `protobuf:"varint,3,opt"`
   129  	FollowingGroupSeq  int64        `protobuf:"varint,4,opt"`
   130  	Checktype          int32        `protobuf:"varint,5,opt"`
   131  	GameNick           string       `protobuf:"bytes,100,opt"`
   132  	UndecidForQim      []byte       `protobuf:"bytes,101,opt"`
   133  	UnReadCount3       int32        `protobuf:"varint,102,opt"`
   134  }
   135  
   136  type RspSystemMsg struct {
   137  	Head               *RspHead     `protobuf:"bytes,1,opt"`
   138  	Msgs               []*StructMsg `protobuf:"bytes,2,rep"`
   139  	UnreadCount        int32        `protobuf:"varint,3,opt"`
   140  	LatestFriendSeq    int64        `protobuf:"varint,4,opt"`
   141  	LatestGroupSeq     int64        `protobuf:"varint,5,opt"`
   142  	FollowingFriendSeq int64        `protobuf:"varint,6,opt"`
   143  	FollowingGroupSeq  int64        `protobuf:"varint,7,opt"`
   144  	MsgDisplay         string       `protobuf:"bytes,8,opt"`
   145  }
   146  
   147  type RspSystemMsgAction struct {
   148  	Head              *RspHead `protobuf:"bytes,1,opt"`
   149  	MsgDetail         string   `protobuf:"bytes,2,opt"`
   150  	Type              int32    `protobuf:"varint,3,opt"`
   151  	MsgInvalidDecided string   `protobuf:"bytes,5,opt"`
   152  	RemarkResult      int32    `protobuf:"varint,6,opt"`
   153  	_                 [0]func()
   154  }
   155  
   156  type RspSystemMsgNew struct {
   157  	Head               *RspHead     `protobuf:"bytes,1,opt"`
   158  	UnreadFriendCount  int32        `protobuf:"varint,2,opt"`
   159  	UnreadGroupCount   int32        `protobuf:"varint,3,opt"`
   160  	LatestFriendSeq    int64        `protobuf:"varint,4,opt"`
   161  	LatestGroupSeq     int64        `protobuf:"varint,5,opt"`
   162  	FollowingFriendSeq int64        `protobuf:"varint,6,opt"`
   163  	FollowingGroupSeq  int64        `protobuf:"varint,7,opt"`
   164  	Friendmsgs         []*StructMsg `protobuf:"bytes,9,rep"`
   165  	Groupmsgs          []*StructMsg `protobuf:"bytes,10,rep"`
   166  	MsgRibbonFriend    *StructMsg   `protobuf:"bytes,11,opt"`
   167  	MsgRibbonGroup     *StructMsg   `protobuf:"bytes,12,opt"`
   168  	MsgDisplay         string       `protobuf:"bytes,13,opt"`
   169  	GrpMsgDisplay      string       `protobuf:"bytes,14,opt"`
   170  	Over               int32        `protobuf:"varint,15,opt"`
   171  	Checktype          int32        `protobuf:"varint,20,opt"`
   172  	GameNick           string       `protobuf:"bytes,100,opt"`
   173  	UndecidForQim      []byte       `protobuf:"bytes,101,opt"`
   174  	UnReadCount3       int32        `protobuf:"varint,102,opt"`
   175  }
   176  
   177  type RspSystemMsgRead struct {
   178  	Head      *RspHead `protobuf:"bytes,1,opt"`
   179  	Type      int32    `protobuf:"varint,2,opt"`
   180  	Checktype int32    `protobuf:"varint,3,opt"`
   181  	_         [0]func()
   182  }
   183  
   184  type StructMsg struct {
   185  	Version    int32      `protobuf:"varint,1,opt"`
   186  	MsgType    int32      `protobuf:"varint,2,opt"`
   187  	MsgSeq     int64      `protobuf:"varint,3,opt"`
   188  	MsgTime    int64      `protobuf:"varint,4,opt"`
   189  	ReqUin     int64      `protobuf:"varint,5,opt"`
   190  	UnreadFlag int32      `protobuf:"varint,6,opt"`
   191  	Msg        *SystemMsg `protobuf:"bytes,50,opt"`
   192  	_          [0]func()
   193  }
   194  
   195  type SystemMsg struct {
   196  	SubType       int32  `protobuf:"varint,1,opt"`
   197  	MsgTitle      string `protobuf:"bytes,2,opt"`
   198  	MsgDescribe   string `protobuf:"bytes,3,opt"`
   199  	MsgAdditional string `protobuf:"bytes,4,opt"`
   200  	MsgSource     string `protobuf:"bytes,5,opt"`
   201  	MsgDecided    string `protobuf:"bytes,6,opt"`
   202  	SrcId         int32  `protobuf:"varint,7,opt"`
   203  	SubSrcId      int32  `protobuf:"varint,8,opt"`
   204  	// repeated SystemMsgAction actions = 9;
   205  	GroupCode        int64 `protobuf:"varint,10,opt"`
   206  	ActionUin        int64 `protobuf:"varint,11,opt"`
   207  	GroupMsgType     int32 `protobuf:"varint,12,opt"`
   208  	GroupInviterRole int32 `protobuf:"varint,13,opt"`
   209  	// FriendInfo friendInfo = 14;
   210  	// SGroupInfo groupInfo = 15;
   211  	ActorUin          int64  `protobuf:"varint,16,opt"`
   212  	MsgActorDescribe  string `protobuf:"bytes,17,opt"`
   213  	MsgAdditionalList string `protobuf:"bytes,18,opt"`
   214  	Relation          int32  `protobuf:"varint,19,opt"`
   215  	Reqsubtype        int32  `protobuf:"varint,20,opt"`
   216  	CloneUin          int64  `protobuf:"varint,21,opt"`
   217  	DiscussUin        int64  `protobuf:"varint,22,opt"`
   218  	EimGroupId        int64  `protobuf:"varint,23,opt"`
   219  	// MsgInviteExt msgInviteExtinfo = 24;
   220  	// MsgPayGroupExt msgPayGroupExtinfo = 25;
   221  	SourceFlag             int32  `protobuf:"varint,26,opt"`
   222  	GameNick               []byte `protobuf:"bytes,27,opt"`
   223  	GameMsg                []byte `protobuf:"bytes,28,opt"`
   224  	GroupFlagext3          int32  `protobuf:"varint,29,opt"`
   225  	GroupOwnerUin          int64  `protobuf:"varint,30,opt"`
   226  	DoubtFlag              int32  `protobuf:"varint,31,opt"`
   227  	WarningTips            []byte `protobuf:"bytes,32,opt"`
   228  	NameMore               []byte `protobuf:"bytes,33,opt"`
   229  	ReqUinFaceid           int32  `protobuf:"varint,50,opt"`
   230  	ReqUinNick             string `protobuf:"bytes,51,opt"`
   231  	GroupName              string `protobuf:"bytes,52,opt"`
   232  	ActionUinNick          string `protobuf:"bytes,53,opt"`
   233  	MsgQna                 string `protobuf:"bytes,54,opt"`
   234  	MsgDetail              string `protobuf:"bytes,55,opt"`
   235  	GroupExtFlag           int32  `protobuf:"varint,57,opt"`
   236  	ActorUinNick           string `protobuf:"bytes,58,opt"`
   237  	PicUrl                 string `protobuf:"bytes,59,opt"`
   238  	CloneUinNick           string `protobuf:"bytes,60,opt"`
   239  	ReqUinBusinessCard     string `protobuf:"bytes,61,opt"`
   240  	EimGroupIdName         string `protobuf:"bytes,63,opt"`
   241  	ReqUinPreRemark        string `protobuf:"bytes,64,opt"`
   242  	ActionUinQqNick        string `protobuf:"bytes,65,opt"`
   243  	ActionUinRemark        string `protobuf:"bytes,66,opt"`
   244  	ReqUinGender           int32  `protobuf:"varint,67,opt"`
   245  	ReqUinAge              int32  `protobuf:"varint,68,opt"`
   246  	C2CInviteJoinGroupFlag int32  `protobuf:"varint,69,opt"`
   247  	CardSwitch             int32  `protobuf:"varint,101,opt"`
   248  }
   249  
   250  type SystemMsgAction struct {
   251  	Name       string               `protobuf:"bytes,1,opt"`
   252  	Result     string               `protobuf:"bytes,2,opt"`
   253  	Action     int32                `protobuf:"varint,3,opt"`
   254  	ActionInfo *SystemMsgActionInfo `protobuf:"bytes,4,opt"`
   255  	DetailName string               `protobuf:"bytes,5,opt"`
   256  	_          [0]func()
   257  }
   258  
   259  type SystemMsgActionInfo struct {
   260  	Type         int32         `protobuf:"varint,1,opt"`
   261  	GroupCode    int64         `protobuf:"varint,2,opt"`
   262  	Sig          []byte        `protobuf:"bytes,3,opt"`
   263  	Msg          string        `protobuf:"bytes,50,opt"`
   264  	GroupId      int32         `protobuf:"varint,51,opt"`
   265  	Remark       string        `protobuf:"bytes,52,opt"`
   266  	Blacklist    bool          `protobuf:"varint,53,opt"`
   267  	AddFrdSNInfo *AddFrdSNInfo `protobuf:"bytes,54,opt"`
   268  }