UNPKG

icqq

Version:

QQ protocol for NodeJS!

8 lines (7 loc) 530 B
/// <reference types="node" /> import { BaseClient } from "./base-client"; export declare function getT544(this: BaseClient, cmd: string): Promise<Buffer>; export declare function getSign(this: BaseClient, cmd: string, seq: number, body: Buffer): Promise<Buffer>; export declare function requestSignToken(this: BaseClient): Promise<any>; export declare function submitSsoPacket(this: BaseClient, cmd: string, callbackId: number, body: Buffer): Promise<any>; export declare function getApiQQVer(this: BaseClient): Promise<string>;