UNPKG

ntqq

Version:
8 lines (7 loc) 382 B
import { pb } from "../core"; type Client = import("../client").Client; export declare function handlePrivateMsg(this: Client, proto: pb.Proto): void; export declare function handleTempMsg(this: Client, proto: pb.Proto): void; export declare function handleGroupMsg(this: Client, proto: pb.Proto): void; export declare function bindInternalListeners(this: Client): void; export {};