Skip to content

Commit 654e2d7

Browse files
Update msg.md
1 parent c3f3ee6 commit 654e2d7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/api/v1/msg.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ POST /v1/msg/send-message
1515
|---|---|---|
1616
|token|||
1717

18-
请求体: (在发送单种类别的信息是,其余类别的信息属性不需用存在,例如语音信息不存在引用信息)
18+
请求体:
1919
```ProtoBuf
2020
msg_id: "信息ID"
2121
chat_id: "欲发送到的信息对象"
@@ -62,6 +62,10 @@ message send_message_send {
6262
```
6363
:::
6464

65+
::: warning
66+
在发送单种类别的信息时,其余类别的信息属性不存在,例如语音信息不存在引用信息.
67+
:::
68+
6569
响应体:
6670
```ProtoBuf
6771
status {

0 commit comments

Comments
 (0)