mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
📝 update api docs
This commit is contained in:
parent
e0bd7e11d5
commit
ef5a49933f
@ -208,7 +208,7 @@ sidebarDepth: 0
|
||||
|
||||
## _class_ `MessageSegment`
|
||||
|
||||
基类:`Mapping`, `abc.ABC`, `Generic`[`nonebot.adapters._base.TM`]
|
||||
基类:[`nonebot.adapters._base.MessageSegment`](README.md#nonebot.adapters._base.MessageSegment)[`Message`]
|
||||
|
||||
钉钉 协议 MessageSegment 适配。具体方法参考协议消息段类型或源码。
|
||||
|
||||
|
@ -727,7 +727,7 @@ mirai-api-http 正向 Websocket 协议 Bot 适配。
|
||||
|
||||
## _class_ `MessageSegment`
|
||||
|
||||
基类:`Mapping`, `abc.ABC`, `Generic`[`nonebot.adapters._base.TM`]
|
||||
基类:[`nonebot.adapters._base.MessageSegment`](README.md#nonebot.adapters._base.MessageSegment)[`MessageChain`]
|
||||
|
||||
Mirai-API-HTTP 协议 MessageSegment 适配。具体方法参考 [mirai-api-http 消息类型](https://github.com/project-mirai/mirai-api-http/blob/master/docs/MessageType.md)
|
||||
|
||||
@ -1078,7 +1078,6 @@ mirai-api-http 协议事件,字段与 mirai-api-http 一致。各事件字段
|
||||
|
||||
* **说明**
|
||||
|
||||
|
||||
用户权限枚举类
|
||||
|
||||
>
|
||||
@ -1091,6 +1090,7 @@ mirai-api-http 协议事件,字段与 mirai-api-http 一致。各事件字段
|
||||
> * `MEMBER`: 普通群成员
|
||||
|
||||
|
||||
|
||||
## _class_ `MessageEvent`
|
||||
|
||||
基类:`nonebot.adapters.mirai.event.base.Event`
|
||||
@ -1467,7 +1467,6 @@ Bot被邀请入群申请
|
||||
|
||||
* **说明**
|
||||
|
||||
|
||||
用户权限枚举类
|
||||
|
||||
>
|
||||
@ -1480,6 +1479,7 @@ Bot被邀请入群申请
|
||||
> * `MEMBER`: 普通群成员
|
||||
|
||||
|
||||
|
||||
## _class_ `Event`
|
||||
|
||||
基类:[`nonebot.adapters._base.Event`](README.md#nonebot.adapters._base.Event)
|
||||
|
Loading…
Reference in New Issue
Block a user