Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

v1.14

Compare
Choose a tag to compare
@takayama-lily takayama-lily released this 17 Mar 15:50
· 210 commits to master since this release
61e2f33
  • 消息对象增加了reply方法 (见README.md)
  • 增加了工具函数模块用于快速构造消息节点
// example
const { segment, cqcode } = require("oicq");
segment.face(104); //构造一个消息节点
cqcode.face(104); //构造一个CQ码字符串
  • 增加4个实验性api
    • getForwardMsg 获取转发消息
    • getChatHistory 批量获取聊天记录
    • getSystemMsg 获取系统消息
    • sendTempMsg 临时会话
  • 新增一项配置 config.brief 设为true后,raw_message将不再解析为CQ码,而是简单易读的形式

    -> "[图片][语音]"

  • 已知问题修复