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

     1  syntax = "proto3";
     2  
     3  option go_package = "github.com/LagrangeDev/LagrangeGo/client/packets/pb/service";
     4  
     5  message InfoPushGroup {
     6    uint32 GroupUin = 1;
     7    uint32 Sequence1 = 2;
     8    uint32 Sequence2 = 3;
     9    uint32 Field4 = 4;
    10    uint32 LastMsgTime = 8;
    11    string GroupName = 9;
    12    uint32 Sequence3 = 10;
    13    uint64 Random = 11;
    14    uint32 Field13 = 13;
    15  }