UNPKG

koishi-plugin-adapter-iirose

Version:
7 lines (6 loc) 230 B
import { IIROSE_Bot } from '../../bot/bot'; import { LoginObj } from './types'; /** * 设置消息接收处理 */ export declare function setupMessageHandler(bot: IIROSE_Bot, loginObj: LoginObj, onFirstLogin: () => void): void;