node-cq-websocket

A Node SDK for developing QQ chatbots based on WebSocket, which is depending on CoolQ and CQHTTP API plugin.

View project on GitHub

ArrayMessage

type ArrayMessage = (CQTag | CQHTTPMessage | string)[]

此結構可作為快速響應或是 API 調用發送訊息之消息格式。

可見 CQHTTP API 之消息格式說明。