Skip to content

修复文本错误 #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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