mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
16 lines
562 B
TypeScript
16 lines
562 B
TypeScript
import { ScalarType } from "@protobuf-ts/runtime";
|
|
import { ProtoField } from "../NapProto";
|
|
|
|
|
|
//设置群头衔 OidbSvcTrpcTcp.0x8fc_2
|
|
export const OidbSvcTrpcTcp0X8FC_2_Body = {
|
|
targetUid: ProtoField(1, ScalarType.STRING),
|
|
specialTitle: ProtoField(5, ScalarType.STRING),
|
|
expiredTime: ProtoField(6, ScalarType.SINT32),
|
|
uinName: ProtoField(7, ScalarType.STRING),
|
|
targetName: ProtoField(8, ScalarType.STRING),
|
|
}
|
|
export const OidbSvcTrpcTcp0X8FC_2 = {
|
|
groupUin: ProtoField(1, ScalarType.UINT32),
|
|
body: ProtoField(3, ScalarType.BYTES),
|
|
} |