📝 update api docs

This commit is contained in:
yanyongyu
2021-06-15 10:16:31 +08:00
parent c76dae584e
commit ad2060e651
5 changed files with 65 additions and 53 deletions

View File

@ -208,7 +208,7 @@ sidebarDepth: 0
## _class_ `MessageSegment`
基类:`abc.ABC`, `Mapping`
基类:`Mapping`, `abc.ABC`, `Generic`[`nonebot.adapters._base.T_Message`]
钉钉 协议 MessageSegment 适配。具体方法参考协议消息段类型或源码。