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

CQHTTPMessage

interface CQHTTPMessage {
  type: string
  data: null | {
    [key: string]: string
  }
}

見 CQHTTP API 之消息段說明。