mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 17:15:05 +08:00
Update api.md
This commit is contained in:
parent
a398ad3f16
commit
f55ffe817b
@ -2393,7 +2393,7 @@ async def _(session):
|
||||
|
||||
- **参数:**
|
||||
|
||||
- `expr: Expression_T`: 要渲染的 Expression
|
||||
- `expr: Expression_T`: 要渲染的 Expression,当 Expression 为非字符串的 Squence 类型时则会随机选择其中一项
|
||||
- `escape_args: bool`: 是否对渲染参数进行转义
|
||||
- `*args: Any`: 渲染参数,用于 `str.format()` 或 Expression 函数调用时传入位置参数
|
||||
- `**kwargs: Any`: 渲染参数,用于 `str.format()` 或 Expression 函数调用时传入命名参数
|
||||
|
Loading…
Reference in New Issue
Block a user