We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5a37e commit fba8e01Copy full SHA for fba8e01
1 file changed
docs/sdks/class/conversation/conversationReq.mdx
@@ -60,10 +60,10 @@ values={[
60
61
| 字段名称 | 字段类型 | 描述 |
62
| ----------------- | -------------------------------------------------- | --------------------------------------------------------------------- |
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 | 是否开启了阅后即焚 |
+| recvMsgOpt | int | 接收消息 免打扰 0:正常;1:不接受消息;2:接受在线消息不接受离线消息 |
+| groupAtType | int | @类型 |
+| isPinned | boolean | 是否置顶 |
+| isPrivateChat | boolean | 是否开启了阅后即焚 |
67
| burnDuration | int | 阅后即焚时间(秒) |
68
| ex | String | 扩展字段 |
69
0 commit comments