github.com/LagrangeDev/LagrangeGo@v0.0.0-20240512064304-ad4a85e10cb4/client/packets/pb/service/oidb/OidbSvcTrpcTcp0x10C0_1.proto (about)

     1  syntax = "proto3";
     2  
     3  option go_package = "github.com/LagrangeDev/LagrangeGo/client/packets/pb/service/oidb";
     4  
     5  // Fetch Friends & Group Notification List
     6  message OidbSvcTrpcTcp0x10C0_1 {
     7    uint32 Count = 1;
     8    uint32 Field2 = 2;
     9  }
    10  
    11  message OidbSvcTrpcTcp0x10C0_1Response {
    12    repeated OidbSvcTrpcTcp0x10C0_1ResponseRequests Requests = 1;
    13    uint64 Field2 = 2;
    14    uint64 NewLatestSeq = 3;
    15    uint32 Field4 = 4;
    16    uint64 Field5 = 5;
    17    uint32 Field6 = 6;
    18  }
    19  
    20  message OidbSvcTrpcTcp0x10C0_1ResponseRequests {
    21    uint64 Sequence = 1;
    22    uint32 EventType = 2;
    23    uint32 State = 3;
    24    OidbSvcTrpcTcp0x10C0_1ResponseGroup Group = 5;
    25    optional OidbSvcTrpcTcp0x10C0_1ResponseUser Invitor = 6;
    26    optional OidbSvcTrpcTcp0x10C0_1ResponseUser Operator = 7;
    27    string Field9 = 9;
    28    string Comment = 10;
    29  }
    30  
    31  message OidbSvcTrpcTcp0x10C0_1ResponseGroup {
    32    uint32 GroupUin = 1;
    33    string GroupName = 2;
    34  }
    35  
    36  message OidbSvcTrpcTcp0x10C0_1ResponseUser {
    37    string Uid = 1;
    38    string Name = 2;
    39  }