File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/document/server-side Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ payload 示例:
292292}
293293```
294294
295- ## 发送群组消息
295+ ### 发送群组消息
296296
297297| content_type | payload 中类型 | 触发事件 |
298298| :---------------- | :---------------------------- | :----------------- |
@@ -308,7 +308,7 @@ payload 示例:
308308| chat:group: combine | {“bodies”:{“subType”:“sub_combine”}} | 群组中发送合并消息 |
309309| chat:group: unknown | {“bodies”:{“type”:“unknown”}} | 群组中发送未知消息 |
310310
311- ### 回调请求的包体示例
311+ #### 回调请求的包体示例
312312
313313| 字段 | 数据类型 | 含义 |
314314| :------- | :------- | :----------------------------------------------------------- |
@@ -346,7 +346,7 @@ payload 之外的字段如下表所示:
346346
347347群组消息的 payload 与单聊消息相同,详见[ 发送单聊消息] ( #发送单聊消息 ) 。
348348
349- ## 发送聊天室消息
349+ ### 发送聊天室消息
350350
351351| content_type | payload 中类型 | 触发事件 |
352352| :--------------- | :---------------------------- | :------------------- |
You can’t perform that action at this time.
0 commit comments