UNPKG

koishi-plugin-jrys-prpr

Version:

[<ruby>**jrys-prpr**<rp>(</rp><rt>点我查看预览图</rt><rp>)</rp></ruby>](https://i0.hdslb.com/bfs/article/ae33f1b2e9dbc3fe89363a40fbf040703493298333289018.png)😽QQ官方json按钮支持,20个群即可发按钮!支持 monetary!很好看的字体! 支持自动清理记录内容。

7 lines (6 loc) 366 B
import type { Context, Session } from 'koishi'; import type { Config } from '../types'; /** * 发送图片消息并处理响应 */ export declare function sendImageMessage(ctx: Context, session: Session, config: Config, imageBuffer: Buffer, BackgroundURL: string, hasSignedInToday: boolean, jsonFilePath: string, logInfo: (...args: any[]) => void): Promise<void>;