UNPKG

@oebot/core

Version:

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

9 lines (8 loc) 240 B
import type { Client } from 'oicq'; interface SliderEvent { url: string; isFirst: boolean; } /** 滑块事件监听处理函数 */ export declare function sliderHandler(this: Client, { url, isFirst }: SliderEvent): void; export {};