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

0.0.8

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 15:06
· 40 commits to master since this release

0.0.8 - 2023-05-24

你可以在 PyPI 找到该版本。

新增

  • 增加了 At.build 方法。
  • 增加了 ForwardMessage.build 方法以方便构建转发消息。

更改

  • Client 中好友和群组的部分 API 支持直接传入 FriendGroup 对象。
  • Client 的消息发送方法支持更多样的类型,包括单个字符串/元素/元素列表等。

修复

  • 修复了调用 put 回调时 Python 异步上下文丢失的问题。