📝 update api docs

This commit is contained in:
nonebot
2020-12-20 04:15:01 +00:00
parent e44cde0600
commit 340e8c3760
3 changed files with 120 additions and 26 deletions

View File

@ -30,6 +30,22 @@ sidebarDepth: 0
## `T_StateFactory`
* **类型**
`Callable[[Bot, Event], Awaitable[T_State]]`
* **说明**
事件处理状态 State 类工厂函数
## `T_EventPreProcessor`