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