Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulter committed Aug 10, 2024
1 parent cbb2f02 commit 380134d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/开发/插件开发.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ timestamp: int # 消息时间戳

### 快捷主动回复

> 此功能不支持 qqchan 平台,也就是官方机器人API 。

AstrBot 封装了一个统一的快捷回复方法,可以直接在插件中调用。(>=v3.3.8)

`unified_msg_origin`: 这是一个字符串,用于标识消息来源。它的格式类似 `aiocqhttp:GroupMessage:123456`。其中 `aiocqhttp` 是平台名,`GroupMessage` 是消息类型,`123456` 是群号。
Expand Down

0 comments on commit 380134d

Please sign in to comment.