File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
docs/document/server-side Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ payload 示例:
305305| chat:group: file | {“bodies”:{“type”:“file”}} | 群组中发送文件消息 |
306306| chat:group: command | {“bodies”:{“type”:“cmd”}} | 群聊中发送命令消息 |
307307| chat:group: custom | {“bodies”:{“type”:“custom”}} | 群组中发送自定义消息 |
308- | chat:group: combine | {“bodies”:{“subType”:“sub_combine”}} | 群组中发送合并消息 |
308+ | chat:group: combine | {“bodies”:{“type”:“txt”,“ subType”:“sub_combine”}} | 群组中发送合并消息 |
309309| chat:group: unknown | {“bodies”:{“type”:“unknown”}} | 群组中发送未知消息 |
310310
311311#### 回调请求的包体示例
@@ -359,7 +359,7 @@ payload 之外的字段如下表所示:
359359| chat:room: file | {“bodies”:{“type”:“file”}} | 聊天室中发文件消息 |
360360| chat:room: command | {“bodies”:{“type”:“cmd”}} | 聊天室中发命令消息 |
361361| chat:room: custom | {“bodies”:{“type”:“custom”}} | 聊天室中发自定义消息 |
362- | chat:room: combine | {“bodies”:{“subType”:“sub_combine”}} | 聊天室中发自定义消息 |
362+ | chat:room: combine | {“bodies”:{“type”:“txt”,“ subType”:“sub_combine”}} | 聊天室中发自定义消息 |
363363| chat:room: unknown | {“bodies”:{“type”:“unknown”}} | 聊天室中发未知消息 |
364364
365365### 回调请求的包体示例
@@ -398,6 +398,8 @@ payload 之外的字段如下表所示:
398398| ` callId ` | String | ` callId ` 为每个回调请求的唯一标识,格式为 “App Key_发送的消息的 ID”。 |
399399| ` msg_id ` | String | 发送的消息 ID。 |
400400
401+ 聊天室消息的 payload 与单聊消息相同,详见[ 发送单聊消息] ( #发送单聊消息 ) 。
402+
401403## 消息撤回
402404
403405| 事件 | payload 中类型 | 触发事件 |
You can’t perform that action at this time.
0 commit comments