Skip to content

Commit

Permalink
fix: 修复参数的命名规范
Browse files Browse the repository at this point in the history
  • Loading branch information
hwygithub authored and zoswing committed Mar 22, 2022
1 parent dcd5827 commit ea193cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/develop/pythonsdk/api/message/post_message.md
Expand Up @@ -29,7 +29,7 @@ msg_api.post_message(channel_id, message_send_request)

| 参数 | 必填 | 类型 | 说明 |
| --------- | ---- | ----------------------------------- | ---------- |
| channelID || string | 子频道 ID |
| channel || string | 子频道 ID |
| message_send_request || [MessageSendRequest](#MessageSendRequest) | 消息体结构 |

## MessageSendRequest
Expand Down

0 comments on commit ea193cc

Please sign in to comment.