This commit is contained in:
手瓜一十雪
2024-10-12 15:34:10 +08:00
parent 968bd7a437
commit 8f4f898675
3 changed files with 30 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ export class NTQQGroupApi {
uids,
);
}
async sendPacketPoke(group: string, peer: string) {
async sendPacketPoke(group: number, peer: number) {
let data = encodeGroupPoke(group, peer);
let hex = Buffer.from(data).toString('hex');
let retdata = await this.core.apis.PacketApi.sendPacket('OidbSvcTrpcTcp.0xed3_1', hex, false);