Skip to content

Commit

Permalink
Merge pull request #1026 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify IM Docs
  • Loading branch information
haoxiuwen authored Nov 6, 2024
2 parents 3753513 + fd7e707 commit f28db38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/document/server-side/message_chatroom.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
:::tip
1. 接口调用过程中,请求体和扩展字段的总长度不能超过 5 KB。
2. 聊天室中发消息时,不会同步给发送方。
3. 通过 RESTful 接口发送的消息默认不写入会话列表,若需要此类消息写入会话列表,需在[环信即时通讯控制台开通](/product/enable_and_configure_IM.html#设置通过-restful-api-发送的消息写入会话列表)
:::

**发送频率**:对于单个 app,该 REST API 存在以下三个限制:
Expand Down
1 change: 1 addition & 0 deletions docs/document/server-side/message_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
:::tip
1. 接口调用过程中,请求体和扩展字段的总长度不能超过 5 KB。
2. 群组中发送的消息均同步给发送方。
3. 通过 RESTful 接口发送的消息默认不写入会话列表,若需要此类消息写入会话列表,需在[环信即时通讯控制台开通](/product/enable_and_configure_IM.html#设置通过-restful-api-发送的消息写入会话列表)
:::

**发送频率**:对于单个 app,该 REST API 存在以下三个限制:
Expand Down
5 changes: 3 additions & 2 deletions docs/document/server-side/message_single.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@

单聊场景下,发送各类型的消息调用需调用同一 RESTful API,不同类型的消息只是请求体中的 body 字段内容存在差异。

:::notice
接口调用过程中,请求体和扩展字段的总长度不能超过 5 KB。
:::tip
1. 接口调用过程中,请求体和扩展字段的总长度不能超过 5 KB。
2. 通过 RESTful 接口发送的消息默认不写入会话列表,若需要此类消息写入会话列表,需在[环信即时通讯控制台开通](/product/enable_and_configure_IM.html#设置通过-restful-api-发送的消息写入会话列表)
:::

**发送频率**:对于单个 app,该 REST API 存在以下三个限制:
Expand Down

0 comments on commit f28db38

Please sign in to comment.