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

     1  // Code generated by protoc-gen-golite. DO NOT EDIT.
     2  // source: pb/oidb/oidb0x8a7.proto
     3  
     4  package oidb
     5  
     6  import (
     7  	proto "github.com/RomiChan/protobuf/proto"
     8  )
     9  
    10  type D8A7ReqBody struct {
    11  	SubCmd                    proto.Option[uint32] `protobuf:"varint,1,opt"`
    12  	LimitIntervalTypeForUin   proto.Option[uint32] `protobuf:"varint,2,opt"`
    13  	LimitIntervalTypeForGroup proto.Option[uint32] `protobuf:"varint,3,opt"`
    14  	Uin                       proto.Option[uint64] `protobuf:"varint,4,opt"`
    15  	GroupCode                 proto.Option[uint64] `protobuf:"varint,5,opt"`
    16  	_                         [0]func()
    17  }
    18  
    19  type D8A7RspBody struct {
    20  	CanAtAll                 proto.Option[bool]   `protobuf:"varint,1,opt"`
    21  	RemainAtAllCountForUin   proto.Option[uint32] `protobuf:"varint,2,opt"`
    22  	RemainAtAllCountForGroup proto.Option[uint32] `protobuf:"varint,3,opt"`
    23  	PromptMsg1               []byte               `protobuf:"bytes,4,opt"`
    24  	PromptMsg2               []byte               `protobuf:"bytes,5,opt"`
    25  }