Skip to content
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

修复文档错误 #110

Merged
merged 1 commit into from
Oct 29, 2023
Merged
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/docs/dev/02-adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class OB11Receipt(Receipt):
- target: PlatformTarget, 需要发送到的目的地
- event: Optional[Event],触发消息的事件,如果是主动发送消息则为None
- at_sender: bool,需不需要顺带at发送者
- reply: bool, 需不需要以恢复消息的形式发送
- reply: bool, 需不需要以回复消息的形式发送

而且需要返回刚才定义的 Receipt

Expand Down