📝 update api docs

This commit is contained in:
rmuchan
2021-06-17 02:20:46 +00:00
parent f87c23c9a7
commit c8e494ca83
4 changed files with 9 additions and 4 deletions

View File

@ -260,7 +260,7 @@ await bot.send_msg(message="hello world")
## _class_ `MessageSegment`
基类:`Mapping`, `abc.ABC`, `Generic`[`nonebot.adapters._base.T_Message`]
基类:`Mapping`, `abc.ABC`, `Generic`[`nonebot.adapters._base.TM`]
消息段基类
@ -285,7 +285,7 @@ await bot.send_msg(message="hello world")
## _class_ `Message`
基类:`List`[`nonebot.adapters._base.T_MessageSegment`], `abc.ABC`
基类:`List`[`nonebot.adapters._base.TMS`], `abc.ABC`
消息数组