NapPlana.NET 引用文档 0.3.4
Yet Another NapCat Framework SDK for .NET
载入中...
搜索中...
未找到
NapPlana.Core.Event.Handler.EventHandler类 参考

机器人事件处理器实现 更多...

类 NapPlana.Core.Event.Handler.EventHandler 继承关系图:
NapPlana.Core.Event.Handler.IEventHandler

Public 成员函数

void LogReceived (LogLevel logLevel, string message)
 触发日志接收事件
 
void BotConnected ()
 触发机器人连接事件
 
void BotHeartbeat (HeartBeatEvent ev)
 触发心跳事件
 
void BotLifeCycle (LifeCycleEvent ev)
 触发生命周期事件
 
void GroupMessageReceived (GroupMessageEvent ev)
 触发群消息接收事件
 
void PrivateMessageReceived (PrivateMessageEvent ev)
 触发私信接收事件
 
void PrivateMessageReceivedTemporary (PrivateMessageEvent ev)
 触发临时会话私信接收事件
 
void PrivateMessageReceivedFriend (PrivateMessageEvent ev)
 触发好友私信接收事件
 
void MessageSentGroup (MessageSentEvent ev)
 触发群消息发送事件
 
void MessageSentPrivate (PrivateMessageSentEvent ev)
 触发私聊消息发送事件
 
void MessageSentTemporary (PrivateMessageSentEvent ev)
 触发临时会话消息发送事件
 
void MessageSentPrivateFriend (PrivateMessageSentEvent ev)
 触发好友消息发送事件
 
void FriendAddNoticeReceived (FriendAddNoticeEvent ev)
 触发好友添加通知事件
 
void FriendRecallNoticeReceived (FriendRecallNoticeEvent ev)
 触发好友消息撤回通知事件
 
void GroupAdminNoticeReceived (GroupAdminNoticeEvent ev)
 触发群管理员变动通知事件
 
void GroupAdminSetNoticeReceived (GroupAdminNoticeEvent ev)
 触发群管理员设置通知事件
 
void GroupAdminUnsetNoticeReceived (GroupAdminNoticeEvent ev)
 触发群管理员取消通知事件
 
void GroupBanNoticeReceived (GroupBanNoticeEvent ev)
 触发群禁言通知事件
 
void GroupBanSetNoticeReceived (GroupBanNoticeEvent ev)
 触发群禁言设置通知事件
 
void GroupBanLiftNoticeReceived (GroupBanNoticeEvent ev)
 触发群禁言解除通知事件
 
void GroupCardNoticeReceived (GroupCardEvent ev)
 触发群成员名片更新通知事件
 
void GroupDecreaseNoticeReceived (GroupDecreaseNoticeEvent ev)
 触发群成员减少通知事件
 
void GroupDecreaseLeaveNoticeReceived (GroupDecreaseNoticeEvent ev)
 触发群成员主动退群通知事件
 
void GroupDecreaseKickNoticeReceived (GroupDecreaseNoticeEvent ev)
 触发群成员被踢通知事件
 
void GroupDecreaseKickMeNoticeReceived (GroupDecreaseNoticeEvent ev)
 触发登录号被踢通知事件
 
void GroupIncreaseNoticeReceived (GroupIncreaseNoticeEvent ev)
 触发群成员增加通知事件
 
void GroupIncreaseApproveNoticeReceived (GroupIncreaseNoticeEvent ev)
 触发群成员管理员同意通知事件
 
void GroupIncreaseInviteNoticeReceived (GroupIncreaseNoticeEvent ev)
 触发群成员管理员邀请通知事件
 
void GroupRecallNoticeReceived (GroupRecallNoticeEvent ev)
 触发群消息撤回通知事件
 
void GroupUploadNoticeReceived (GroupUploadNoticeEvent ev)
 触发群文件上传通知事件
 
void GroupEssenceNoticeReceived (GroupEssenceNoticeEvent ev)
 触发群精华消息通知事件
 
void GroupEssenceAddNoticeReceived (GroupEssenceNoticeEvent ev)
 触发群精华消息增加通知事件
 
void GroupEssenceDeleteNoticeReceived (GroupEssenceNoticeEvent ev)
 触发群精华消息移除通知事件
 
void GroupMsgEmojiLikeNoticeReceived (GroupMsgEmojiLikeNoticeEvent ev)
 触发群消息表情点赞通知事件
 
void FriendPokeNoticeReceived (FriendPokeNoticeEvent ev)
 触发好友戳一戳通知事件
 
void GroupPokeNoticeReceived (GroupPokeNoticeEvent ev)
 触发群聊戳一戳通知事件
 
void InputStatusNoticeReceived (InputStatusNoticeEvent ev)
 触发输入状态更新通知事件
 
void GroupTitleNoticeReceived (GroupTitleEvent ev)
 触发群成员头衔变更通知事件
 
void ProfileLikeNoticeReceived (ProfileLikeNoticeEvent ev)
 触发点赞通知事件
 
void FriendRequestReceived (FriendRequestEvent ev)
 触发好友添加请求事件
 
void GroupRequestReceived (GroupRequestEvent ev)
 触发加群请求事件
 

事件

Action< LogLevel, string >? OnLogReceived
 
Action? OnBotConnected
 
Action< HeartBeatEvent >? OnBotHeartbeat
 
Action< LifeCycleEvent >? OnBotLifeCycle
 
Action< GroupMessageEvent >? OnGroupMessageReceived
 
Action< PrivateMessageEvent >? OnPrivateMessageReceived
 
Action< PrivateMessageEvent >? OnPrivateMessageReceivedTemporary
 
Action< PrivateMessageEvent >? OnPrivateMessageReceivedFriend
 
Action< MessageSentEvent >? OnMessageSentGroup
 
Action< PrivateMessageSentEvent >? OnMessageSentPrivate
 
Action< PrivateMessageSentEvent >? OnMessageSentPrivateTemporary
 
Action< PrivateMessageSentEvent >? OnMessageSentPrivateFriend
 
Action< FriendAddNoticeEvent >? OnFriendAddNoticeReceived
 
Action< FriendRecallNoticeEvent >? OnFriendRecallNoticeReceived
 
Action< GroupAdminNoticeEvent >? OnGroupAdminNoticeReceived
 
Action< GroupAdminNoticeEvent >? OnGroupAdminSetNoticeReceived
 
Action< GroupAdminNoticeEvent >? OnGroupAdminUnsetNoticeReceived
 
Action< GroupBanNoticeEvent >? OnGroupBanNoticeReceived
 
Action< GroupBanNoticeEvent >? OnGroupBanSetNoticeReceived
 
Action< GroupBanNoticeEvent >? OnGroupBanLiftNoticeReceived
 
Action< GroupCardEvent >? OnGroupCardNoticeReceived
 
Action< GroupDecreaseNoticeEvent >? OnGroupDecreaseNoticeReceived
 
Action< GroupDecreaseNoticeEvent >? OnGroupDecreaseLeaveNoticeReceived
 
Action< GroupDecreaseNoticeEvent >? OnGroupDecreaseKickNoticeReceived
 
Action< GroupDecreaseNoticeEvent >? OnGroupDecreaseKickMeNoticeReceived
 
Action< GroupIncreaseNoticeEvent >? OnGroupIncreaseNoticeReceived
 
Action< GroupIncreaseNoticeEvent >? OnGroupIncreaseApproveNoticeReceived
 
Action< GroupIncreaseNoticeEvent >? OnGroupIncreaseInviteNoticeReceived
 
Action< GroupRecallNoticeEvent >? OnGroupRecallNoticeReceived
 
Action< GroupUploadNoticeEvent >? OnGroupUploadNoticeReceived
 
Action< GroupEssenceNoticeEvent >? OnGroupEssenceNoticeReceived
 
Action< GroupEssenceNoticeEvent >? OnGroupEssenceAddNoticeReceived
 
Action< GroupEssenceNoticeEvent >? OnGroupEssenceDeleteNoticeReceived
 
Action< GroupMsgEmojiLikeNoticeEvent >? OnGroupMsgEmojiLikeNoticeReceived
 
Action< FriendPokeNoticeEvent >? OnFriendPokeNoticeReceived
 
Action< GroupPokeNoticeEvent >? OnGroupPokeNoticeReceived
 
Action< InputStatusNoticeEvent >? OnInputStatusNoticeReceived
 
Action< GroupTitleEvent >? OnGroupTitleNoticeReceived
 
Action< ProfileLikeNoticeEvent >? OnProfileLikeNoticeReceived
 
Action< FriendRequestEvent >? OnFriendRequestReceived
 
Action< GroupRequestEvent >? OnGroupRequestReceived
 
- 事件 继承自 NapPlana.Core.Event.Handler.IEventHandler
Action< LogLevel, string >? OnLogReceived
 日志通知事件
 
Action? OnBotConnected
 机器人 - 上线
 
Action< HeartBeatEvent >? OnBotHeartbeat
 机器人 - 心跳
 
Action< LifeCycleEvent >? OnBotLifeCycle
 机器人 - 生命周期事件
 
Action< GroupMessageEvent >? OnGroupMessageReceived
 信息 - 群组
 
Action< PrivateMessageEvent >? OnPrivateMessageReceived
 消息 - 私信
 
Action< PrivateMessageEvent >? OnPrivateMessageReceivedTemporary
 消息 - 私信 - 临时会话
 
Action< PrivateMessageEvent >? OnPrivateMessageReceivedFriend
 消息 - 私信 - 好友
 
Action< MessageSentEvent >? OnMessageSentGroup
 消息发送 - 群聊
 
Action< PrivateMessageSentEvent >? OnMessageSentPrivate
 消息发送 - 私聊
 
Action< PrivateMessageSentEvent >? OnMessageSentPrivateTemporary
 消息发送 - 私聊 - 临时会话
 
Action< PrivateMessageSentEvent >? OnMessageSentPrivateFriend
 消息发送 - 私聊 - 好友
 
Action< FriendAddNoticeEvent >? OnFriendAddNoticeReceived
 通知 - 好友添加
 
Action< FriendRecallNoticeEvent >? OnFriendRecallNoticeReceived
 通知 - 好友消息撤回
 
Action< GroupAdminNoticeEvent >? OnGroupAdminNoticeReceived
 通知 - 群管理员变动 (总)
 
Action< GroupAdminNoticeEvent >? OnGroupAdminSetNoticeReceived
 通知 - 群管理员设置
 
Action< GroupAdminNoticeEvent >? OnGroupAdminUnsetNoticeReceived
 通知 - 群管理员取消
 
Action< GroupBanNoticeEvent >? OnGroupBanNoticeReceived
 通知 - 群禁言 (总)
 
Action< GroupBanNoticeEvent >? OnGroupBanSetNoticeReceived
 通知 - 群禁言 - 禁言
 
Action< GroupBanNoticeEvent >? OnGroupBanLiftNoticeReceived
 通知 - 群禁言 - 解除
 
Action< GroupCardEvent >? OnGroupCardNoticeReceived
 通知 - 群成员名片更新
 
Action< GroupDecreaseNoticeEvent >? OnGroupDecreaseNoticeReceived
 通知 - 群成员减少 (总)
 
Action< GroupDecreaseNoticeEvent >? OnGroupDecreaseLeaveNoticeReceived
 通知 - 群成员减少 - 主动退群
 
Action< GroupDecreaseNoticeEvent >? OnGroupDecreaseKickNoticeReceived
 通知 - 群成员减少 - 成员被踢
 
Action< GroupDecreaseNoticeEvent >? OnGroupDecreaseKickMeNoticeReceived
 通知 - 群成员减少 - 登录号被踢
 
Action< GroupIncreaseNoticeEvent >? OnGroupIncreaseNoticeReceived
 通知 - 群成员增加 (总)
 
Action< GroupIncreaseNoticeEvent >? OnGroupIncreaseApproveNoticeReceived
 通知 - 群成员增加 - 管理员同意
 
Action< GroupIncreaseNoticeEvent >? OnGroupIncreaseInviteNoticeReceived
 通知 - 群成员增加 - 管理员邀请
 
Action< GroupRecallNoticeEvent >? OnGroupRecallNoticeReceived
 通知 - 群消息撤回
 
Action< GroupUploadNoticeEvent >? OnGroupUploadNoticeReceived
 通知 - 群文件上传
 
Action< GroupEssenceNoticeEvent >? OnGroupEssenceNoticeReceived
 通知 - 群精华消息 (总)
 
Action< GroupEssenceNoticeEvent >? OnGroupEssenceAddNoticeReceived
 通知 - 群精华消息增加
 
Action< GroupEssenceNoticeEvent >? OnGroupEssenceDeleteNoticeReceived
 通知 - 群精华消息移除
 
Action< GroupMsgEmojiLikeNoticeEvent >? OnGroupMsgEmojiLikeNoticeReceived
 通知 - 群消息表情点赞
 
Action< FriendPokeNoticeEvent >? OnFriendPokeNoticeReceived
 通知 - 戳一戳 - 好友
 
Action< GroupPokeNoticeEvent >? OnGroupPokeNoticeReceived
 通知 - 戳一戳 - 群聊
 
Action< InputStatusNoticeEvent >? OnInputStatusNoticeReceived
 通知 - 输入状态更新
 
Action< GroupTitleEvent >? OnGroupTitleNoticeReceived
 通知 - 群成员头衔变更
 
Action< ProfileLikeNoticeEvent >? OnProfileLikeNoticeReceived
 通知 - 点赞
 
Action< FriendRequestEvent >? OnFriendRequestReceived
 请求 - 好友添加
 
Action< GroupRequestEvent >? OnGroupRequestReceived
 请求 - 加群
 

详细描述

机器人事件处理器实现

成员函数说明

◆ BotConnected()

void NapPlana.Core.Event.Handler.EventHandler.BotConnected ( )

触发机器人连接事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ BotHeartbeat()

void NapPlana.Core.Event.Handler.EventHandler.BotHeartbeat ( HeartBeatEvent  ev)

触发心跳事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ BotLifeCycle()

void NapPlana.Core.Event.Handler.EventHandler.BotLifeCycle ( LifeCycleEvent  ev)

触发生命周期事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ FriendAddNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.FriendAddNoticeReceived ( FriendAddNoticeEvent  ev)

触发好友添加通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ FriendPokeNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.FriendPokeNoticeReceived ( FriendPokeNoticeEvent  ev)

触发好友戳一戳通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ FriendRecallNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.FriendRecallNoticeReceived ( FriendRecallNoticeEvent  ev)

触发好友消息撤回通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ FriendRequestReceived()

void NapPlana.Core.Event.Handler.EventHandler.FriendRequestReceived ( FriendRequestEvent  ev)

触发好友添加请求事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupAdminNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupAdminNoticeReceived ( GroupAdminNoticeEvent  ev)

触发群管理员变动通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupAdminSetNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupAdminSetNoticeReceived ( GroupAdminNoticeEvent  ev)

触发群管理员设置通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupAdminUnsetNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupAdminUnsetNoticeReceived ( GroupAdminNoticeEvent  ev)

触发群管理员取消通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupBanLiftNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupBanLiftNoticeReceived ( GroupBanNoticeEvent  ev)

触发群禁言解除通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupBanNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupBanNoticeReceived ( GroupBanNoticeEvent  ev)

触发群禁言通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupBanSetNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupBanSetNoticeReceived ( GroupBanNoticeEvent  ev)

触发群禁言设置通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupCardNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupCardNoticeReceived ( GroupCardEvent  ev)

触发群成员名片更新通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupDecreaseKickMeNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupDecreaseKickMeNoticeReceived ( GroupDecreaseNoticeEvent  ev)

触发登录号被踢通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupDecreaseKickNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupDecreaseKickNoticeReceived ( GroupDecreaseNoticeEvent  ev)

触发群成员被踢通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupDecreaseLeaveNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupDecreaseLeaveNoticeReceived ( GroupDecreaseNoticeEvent  ev)

触发群成员主动退群通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupDecreaseNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupDecreaseNoticeReceived ( GroupDecreaseNoticeEvent  ev)

触发群成员减少通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupEssenceAddNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupEssenceAddNoticeReceived ( GroupEssenceNoticeEvent  ev)

触发群精华消息增加通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupEssenceDeleteNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupEssenceDeleteNoticeReceived ( GroupEssenceNoticeEvent  ev)

触发群精华消息移除通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupEssenceNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupEssenceNoticeReceived ( GroupEssenceNoticeEvent  ev)

触发群精华消息通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupIncreaseApproveNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupIncreaseApproveNoticeReceived ( GroupIncreaseNoticeEvent  ev)

触发群成员管理员同意通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupIncreaseInviteNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupIncreaseInviteNoticeReceived ( GroupIncreaseNoticeEvent  ev)

触发群成员管理员邀请通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupIncreaseNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupIncreaseNoticeReceived ( GroupIncreaseNoticeEvent  ev)

触发群成员增加通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupMessageReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupMessageReceived ( GroupMessageEvent  ev)

触发群消息接收事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupMsgEmojiLikeNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupMsgEmojiLikeNoticeReceived ( GroupMsgEmojiLikeNoticeEvent  ev)

触发群消息表情点赞通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupPokeNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupPokeNoticeReceived ( GroupPokeNoticeEvent  ev)

触发群聊戳一戳通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupRecallNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupRecallNoticeReceived ( GroupRecallNoticeEvent  ev)

触发群消息撤回通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupRequestReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupRequestReceived ( GroupRequestEvent  ev)

触发加群请求事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupTitleNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupTitleNoticeReceived ( GroupTitleEvent  ev)

触发群成员头衔变更通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ GroupUploadNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.GroupUploadNoticeReceived ( GroupUploadNoticeEvent  ev)

触发群文件上传通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ InputStatusNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.InputStatusNoticeReceived ( InputStatusNoticeEvent  ev)

触发输入状态更新通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ LogReceived()

void NapPlana.Core.Event.Handler.EventHandler.LogReceived ( LogLevel  logLevel,
string  message 
)

触发日志接收事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ MessageSentGroup()

void NapPlana.Core.Event.Handler.EventHandler.MessageSentGroup ( MessageSentEvent  ev)

触发群消息发送事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ MessageSentPrivate()

void NapPlana.Core.Event.Handler.EventHandler.MessageSentPrivate ( PrivateMessageSentEvent  ev)

触发私聊消息发送事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ MessageSentPrivateFriend()

void NapPlana.Core.Event.Handler.EventHandler.MessageSentPrivateFriend ( PrivateMessageSentEvent  ev)

触发好友消息发送事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ MessageSentTemporary()

void NapPlana.Core.Event.Handler.EventHandler.MessageSentTemporary ( PrivateMessageSentEvent  ev)

触发临时会话消息发送事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ PrivateMessageReceived()

void NapPlana.Core.Event.Handler.EventHandler.PrivateMessageReceived ( PrivateMessageEvent  ev)

触发私信接收事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ PrivateMessageReceivedFriend()

void NapPlana.Core.Event.Handler.EventHandler.PrivateMessageReceivedFriend ( PrivateMessageEvent  ev)

触发好友私信接收事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ PrivateMessageReceivedTemporary()

void NapPlana.Core.Event.Handler.EventHandler.PrivateMessageReceivedTemporary ( PrivateMessageEvent  ev)

触发临时会话私信接收事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

◆ ProfileLikeNoticeReceived()

void NapPlana.Core.Event.Handler.EventHandler.ProfileLikeNoticeReceived ( ProfileLikeNoticeEvent  ev)

触发点赞通知事件

实现了 NapPlana.Core.Event.Handler.IEventHandler.

事件说明

◆ OnBotConnected

Action? NapPlana.Core.Event.Handler.EventHandler.OnBotConnected

◆ OnBotHeartbeat

Action<HeartBeatEvent>? NapPlana.Core.Event.Handler.EventHandler.OnBotHeartbeat

◆ OnBotLifeCycle

Action<LifeCycleEvent>? NapPlana.Core.Event.Handler.EventHandler.OnBotLifeCycle

◆ OnFriendAddNoticeReceived

Action<FriendAddNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnFriendAddNoticeReceived

◆ OnFriendPokeNoticeReceived

Action<FriendPokeNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnFriendPokeNoticeReceived

◆ OnFriendRecallNoticeReceived

Action<FriendRecallNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnFriendRecallNoticeReceived

◆ OnFriendRequestReceived

Action<FriendRequestEvent>? NapPlana.Core.Event.Handler.EventHandler.OnFriendRequestReceived

◆ OnGroupAdminNoticeReceived

Action<GroupAdminNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupAdminNoticeReceived

◆ OnGroupAdminSetNoticeReceived

Action<GroupAdminNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupAdminSetNoticeReceived

◆ OnGroupAdminUnsetNoticeReceived

Action<GroupAdminNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupAdminUnsetNoticeReceived

◆ OnGroupBanLiftNoticeReceived

Action<GroupBanNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupBanLiftNoticeReceived

◆ OnGroupBanNoticeReceived

Action<GroupBanNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupBanNoticeReceived

◆ OnGroupBanSetNoticeReceived

Action<GroupBanNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupBanSetNoticeReceived

◆ OnGroupCardNoticeReceived

Action<GroupCardEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupCardNoticeReceived

◆ OnGroupDecreaseKickMeNoticeReceived

Action<GroupDecreaseNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupDecreaseKickMeNoticeReceived

◆ OnGroupDecreaseKickNoticeReceived

Action<GroupDecreaseNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupDecreaseKickNoticeReceived

◆ OnGroupDecreaseLeaveNoticeReceived

Action<GroupDecreaseNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupDecreaseLeaveNoticeReceived

◆ OnGroupDecreaseNoticeReceived

Action<GroupDecreaseNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupDecreaseNoticeReceived

◆ OnGroupEssenceAddNoticeReceived

Action<GroupEssenceNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupEssenceAddNoticeReceived

◆ OnGroupEssenceDeleteNoticeReceived

Action<GroupEssenceNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupEssenceDeleteNoticeReceived

◆ OnGroupEssenceNoticeReceived

Action<GroupEssenceNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupEssenceNoticeReceived

◆ OnGroupIncreaseApproveNoticeReceived

Action<GroupIncreaseNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupIncreaseApproveNoticeReceived

◆ OnGroupIncreaseInviteNoticeReceived

Action<GroupIncreaseNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupIncreaseInviteNoticeReceived

◆ OnGroupIncreaseNoticeReceived

Action<GroupIncreaseNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupIncreaseNoticeReceived

◆ OnGroupMessageReceived

Action<GroupMessageEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupMessageReceived

◆ OnGroupMsgEmojiLikeNoticeReceived

Action<GroupMsgEmojiLikeNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupMsgEmojiLikeNoticeReceived

◆ OnGroupPokeNoticeReceived

Action<GroupPokeNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupPokeNoticeReceived

◆ OnGroupRecallNoticeReceived

Action<GroupRecallNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupRecallNoticeReceived

◆ OnGroupRequestReceived

Action<GroupRequestEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupRequestReceived

◆ OnGroupTitleNoticeReceived

Action<GroupTitleEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupTitleNoticeReceived

◆ OnGroupUploadNoticeReceived

Action<GroupUploadNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnGroupUploadNoticeReceived

◆ OnInputStatusNoticeReceived

Action<InputStatusNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnInputStatusNoticeReceived

◆ OnLogReceived

Action<LogLevel, string>? NapPlana.Core.Event.Handler.EventHandler.OnLogReceived

◆ OnMessageSentGroup

Action<MessageSentEvent>? NapPlana.Core.Event.Handler.EventHandler.OnMessageSentGroup

◆ OnMessageSentPrivate

Action<PrivateMessageSentEvent>? NapPlana.Core.Event.Handler.EventHandler.OnMessageSentPrivate

◆ OnMessageSentPrivateFriend

Action<PrivateMessageSentEvent>? NapPlana.Core.Event.Handler.EventHandler.OnMessageSentPrivateFriend

◆ OnMessageSentPrivateTemporary

Action<PrivateMessageSentEvent>? NapPlana.Core.Event.Handler.EventHandler.OnMessageSentPrivateTemporary

◆ OnPrivateMessageReceived

Action<PrivateMessageEvent>? NapPlana.Core.Event.Handler.EventHandler.OnPrivateMessageReceived

◆ OnPrivateMessageReceivedFriend

Action<PrivateMessageEvent>? NapPlana.Core.Event.Handler.EventHandler.OnPrivateMessageReceivedFriend

◆ OnPrivateMessageReceivedTemporary

Action<PrivateMessageEvent>? NapPlana.Core.Event.Handler.EventHandler.OnPrivateMessageReceivedTemporary

◆ OnProfileLikeNoticeReceived

Action<ProfileLikeNoticeEvent>? NapPlana.Core.Event.Handler.EventHandler.OnProfileLikeNoticeReceived


该类的文档由以下文件生成: