UNPKG

ntqq

Version:
9 lines (8 loc) 327 B
type Client = import("../client").Client; type OnlinePushEvent = { sub_type: string; [k: string]: any; }; export declare function emitGroupNoticeEvent(c: Client, gid: number, e: OnlinePushEvent | void): void; export declare function onlinePushTransListener(this: Client, payload: Buffer, seq: number): void; export {};