From a536fbd65143022de728600107da4819668f339b Mon Sep 17 00:00:00 2001 From: 42 <37006258+MirrorCY@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:03:21 +0800 Subject: [PATCH] Update context.md --- zh-CN/api/core/context.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-CN/api/core/context.md b/zh-CN/api/core/context.md index 71139a69cc05..9810fbd41f06 100644 --- a/zh-CN/api/core/context.md +++ b/zh-CN/api/core/context.md @@ -98,7 +98,7 @@ Koishi 使用了组合 (Compose) 的开发方式,绝大部分上下文属性 ### ctx.broadcast(channels?, content, forced?) 需要数据库 -- **channels:** `string[]` 频道列表 `platform:channelId` +- **channels:** `string[]` 频道列表,格式为 `platform:channelId` - **content:** `string` 要发送的内容 - **forced:** `boolean` 是否无视 silent 标记 - 返回值: `Promise` 成功发送的消息 ID 列表