Skip to content

Commit

Permalink
修复文本错误
Browse files Browse the repository at this point in the history
  • Loading branch information
vitechliu authored Dec 19, 2023
1 parent a2a8c47 commit 27ab1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/api-v2/server-inter/message/post_messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ application/json
| message_reference | [MessageReference](./template/model.md#messagereference) 引用消息对象 | 选填,引用消息 |
| image | string | 选填,图片url地址,平台会转存该图片,用于下发图片消息 |
| msg_id | string | 选填,要回复的消息id([Message](./template/model.md#message).id), 在 [AT_CREATE_MESSAGE](message.md) 事件中获取。 |
| markdown | [MessageMarkdown](./template/model.md#messagemarkdown) markdown 消息对象 | 选填,markdown |
| markdown | [MessageMarkdown](./template/model.md#messagemarkdown) markdown 消息对象 | 选填,markdown 消息 |

**content, embed, ark, image, markdown 至少需要有一个字段,否则无法下发消息。**

Expand Down

0 comments on commit 27ab1e6

Please sign in to comment.