cpp-mirai-client
v2.6.1
cpp client for mirai-api-http
|
群聊解散导致Bot退群事件 更多...
#include <BotEvents.hpp>
Public 成员函数 | |
GroupMember | GetOperator () const |
获取操作员(群主)信息 更多... | |
![]() | |
Group | GetGroup () const |
获取群聊信息 更多... | |
![]() | |
IEvent (const IEvent &)=default | |
IEvent (IEvent &&)=default | |
IEvent & | operator= (const IEvent &)=default |
IEvent & | operator= (IEvent &&)=default |
MiraiClient & | GetMiraiClient () const |
获取接收该事件的 MiraiClient 的引用 更多... | |
额外继承的成员函数 | |
![]() | |
static constexpr EventTypes | GetType () |
获取事件类型 更多... | |
![]() | |
IEvent ()=default | |
~IEvent ()=default | |
![]() | |
Group | group_ |
群聊解散导致Bot退群事件
Member Variable | Default Value |
---|---|
BotLeaveEventDisband::group_ | Group{} |
BotLeaveEventDisband::operator_ | GroupMember{} |
在文件 BotEvents.hpp 第 260 行定义.
|
inline |
获取操作员(群主)信息
在文件 BotEvents.hpp 第 270 行定义.