♻️ separate adapter abstract classes

This commit is contained in:
yanyongyu
2021-08-29 00:24:28 +08:00
parent 258ef670e2
commit 3fa75b1c78
11 changed files with 624 additions and 595 deletions

View File

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