UNPKG

@oebot/core

Version:

能跑就行的 QQ 机器人框架,基于 oicq v2,改自KiviBot(R.I.P.)

8 lines (7 loc) 270 B
import type { OEConf } from '../config'; import type { Client } from 'oicq'; /** 设备锁验证监听处理函数 */ export declare function deviceHandler(this: Client, device_mode: OEConf['device_mode'], event: { url: string; phone: string; }): Promise<void>;