UNPKG

@oebot/core

Version:

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

4 lines (3 loc) 296 B
import type { Client, Forwardable, XmlElem } from 'oicq'; /** 制作合并转发消息,可自定义标题、内容、底部说明文字 */ export declare function makeForwardMsg(this: Client, msgList: Forwardable[] | Forwardable, title?: string, desc?: string, dm?: boolean): Promise<XmlElem>;