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

WebSocketType

enum WebSocketType {
  API   = '/api',
  EVENT = '/event'
}