Skip to content

Commit fba8e01

Browse files
committed
fix: fix some error
1 parent ce5a37e commit fba8e01

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/sdks/class/conversation/conversationReq.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ values={[
6060

6161
| 字段名称 | 字段类型 | 描述 |
6262
| ----------------- | -------------------------------------------------- | --------------------------------------------------------------------- |
63-
| recvMsgOpt | [int](docs/sdks/enum/recvMsgOpt.mdx) | 接收消息 免打扰 0:正常;1:不接受消息;2:接受在线消息不接受离线消息 |
64-
| groupAtType | [int](docs/sdks/enum/groupAtType.mdx) | @类型 |
65-
| isPinned | boolean | 是否置顶 |
66-
| isPrivateChat | boolean | 是否开启了阅后即焚 |
63+
| recvMsgOpt | int | 接收消息 免打扰 0:正常;1:不接受消息;2:接受在线消息不接受离线消息 |
64+
| groupAtType | int | @类型 |
65+
| isPinned | boolean | 是否置顶 |
66+
| isPrivateChat | boolean | 是否开启了阅后即焚 |
6767
| burnDuration | int | 阅后即焚时间(秒) |
6868
| ex | String | 扩展字段 |
6969

0 commit comments

Comments
 (0)