We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3f3ee6 commit 654e2d7Copy full SHA for 654e2d7
1 file changed
src/api/v1/msg.md
@@ -15,7 +15,7 @@ POST /v1/msg/send-message
15
|---|---|---|
16
|token|是|无|
17
18
-请求体: (在发送单种类别的信息是,其余类别的信息属性不需用存在,例如语音信息不存在引用信息)
+请求体:
19
```ProtoBuf
20
msg_id: "信息ID"
21
chat_id: "欲发送到的信息对象"
@@ -62,6 +62,10 @@ message send_message_send {
62
```
63
:::
64
65
+::: warning
66
+在发送单种类别的信息时,其余类别的信息属性不存在,例如语音信息不存在引用信息.
67
+:::
68
+
69
响应体:
70
71
status {
0 commit comments