mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
📝 update api doc
This commit is contained in:
parent
44d13acc81
commit
53a576dae5
@ -533,19 +533,3 @@ Event 基类。提供获取关键信息的方法,其余信息可直接获取
|
|||||||
|
|
||||||
|
|
||||||
* `bool`
|
* `bool`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## _class_ `MessageFormatter`
|
|
||||||
|
|
||||||
基类:`string.Formatter`, `Generic`[`nonebot.adapters._formatter.TM`]
|
|
||||||
|
|
||||||
消息模板格式化实现类
|
|
||||||
|
|
||||||
|
|
||||||
### `format(*args, **kwargs)`
|
|
||||||
|
|
||||||
|
|
||||||
* **说明**
|
|
||||||
|
|
||||||
根据模板和参数生成消息对象
|
|
||||||
|
@ -495,7 +495,7 @@ sidebarDepth: 0
|
|||||||
* `key: str`: 参数名
|
* `key: str`: 参数名
|
||||||
|
|
||||||
|
|
||||||
* `prompt: Optional[Union[str, Message, MessageSegment]]`: 在参数不存在时向用户发送的消息
|
* `prompt: Optional[Union[str, Message, MessageSegment, MessageFormatter]]`: 在参数不存在时向用户发送的消息
|
||||||
|
|
||||||
|
|
||||||
* `args_parser: Optional[T_ArgsParser]`: 可选参数解析函数,空则使用默认解析函数
|
* `args_parser: Optional[T_ArgsParser]`: 可选参数解析函数,空则使用默认解析函数
|
||||||
|
Loading…
Reference in New Issue
Block a user