UNPKG

koishi-plugin-adapter-iirose

Version:
7 lines (6 loc) 252 B
import { Context } from 'koishi'; import { IIROSE_Bot } from '../../bot/bot'; /** * 启动心跳保活机制 */ export declare function startHeartbeat(ctx: Context, bot: IIROSE_Bot, disposed: () => boolean, onConnectionLoss: () => void): () => void;