nonebot2/archive/2.0.0a2/api/adapters
2020-10-01 00:55:03 +08:00
..
cqhttp.md 🔖 Pre Release 2.0.0a2 2020-10-01 00:55:03 +08:00
README.md 🔖 Pre Release 2.0.0a2 2020-10-01 00:55:03 +08:00

contentSidebar sidebarDepth
true 0

NoneBot.adapters 模块

class BaseBot

基类:abc.ABC

class BaseEvent

基类:abc.ABC

_raw_event

原始 event

class BaseMessageSegment

基类:abc.ABC

class BaseMessage

基类:list, abc.ABC

append(obj)

Append object to the end of the list.

extend(obj)

Extend list by appending elements from the iterable.