openbird 1.6.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/index.js +6 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -199,6 +199,12 @@ createServer({
|
|
|
199
199
|
|---|---|
|
|
200
200
|
| `create_webhook_bot` | 在指定会话中创建 webhook 机器人 |
|
|
201
201
|
| `get_webhook_bot_info` | 获取 webhook 机器人的 webhook 地址和配置信息 |
|
|
202
|
+
| `send_webhook_bot_text` | 通过 webhook URL 发送文本消息 |
|
|
203
|
+
| `send_webhook_bot_post` | 通过 webhook URL 发送富文本 post 消息 |
|
|
204
|
+
| `send_webhook_bot_image` | 通过 webhook URL 使用已有 `image_key` 发送图片消息 |
|
|
205
|
+
| `send_webhook_bot_share_chat` | 通过 webhook URL 发送群名片消息 |
|
|
206
|
+
| `send_webhook_bot_card` | 通过 webhook URL 发送交互式卡片消息 |
|
|
207
|
+
| `send_webhook_bot_message` | 通过 webhook URL 发送原始 webhook payload |
|
|
202
208
|
|
|
203
209
|
### 通讯录
|
|
204
210
|
|