UNPKG

onebots

Version:

基于icqq的多例oneBot实现

4 lines (3 loc) 273 B
import { MessageElem, Sendable } from "@icqqjs/icqq"; import IcqqAdapter from "../../adapters/icqq/index"; export declare function processMessages(this: IcqqAdapter, uin: string, target_id: number, target_type: "group" | "private", list: Sendable): Promise<MessageElem[]>;