UNPKG

koishi-plugin-adapter-iirose

Version:

IIROSE-[蔷薇花园](https://iirose.com/)适配器

19 lines (18 loc) 369 B
export interface SystemMessage { timestamp: number; avatar: string; username: string; color: string; uid: string; title: string; room: string; } export declare const leaveRoom: (message: string) => { timestamp: number; avatar: string; username: string; color: string; uid: string; title: string; room: string; };