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

机器人事件处理器接口 更多...

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

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
 请求 - 加群
 

详细描述

机器人事件处理器接口

成员函数说明

◆ BotConnected()

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

触发机器人连接事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ BotHeartbeat()

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

触发心跳事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ BotLifeCycle()

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

触发生命周期事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ FriendAddNoticeReceived()

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

触发好友添加通知事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ FriendPokeNoticeReceived()

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

触发好友戳一戳通知事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ FriendRecallNoticeReceived()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ FriendRequestReceived()

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

触发好友添加请求事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupAdminNoticeReceived()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupAdminSetNoticeReceived()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupAdminUnsetNoticeReceived()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupBanLiftNoticeReceived()

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

触发群禁言解除通知事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupBanNoticeReceived()

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

触发群禁言通知事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupBanSetNoticeReceived()

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

触发群禁言设置通知事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupCardNoticeReceived()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupDecreaseKickMeNoticeReceived()

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

触发登录号被踢通知事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupDecreaseKickNoticeReceived()

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

触发群成员被踢通知事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupDecreaseLeaveNoticeReceived()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupDecreaseNoticeReceived()

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

触发群成员减少通知事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupEssenceAddNoticeReceived()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupEssenceDeleteNoticeReceived()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupEssenceNoticeReceived()

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

触发群精华消息通知事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupIncreaseApproveNoticeReceived()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupIncreaseInviteNoticeReceived()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupIncreaseNoticeReceived()

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

触发群成员增加通知事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupMessageReceived()

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

触发群消息接收事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupMsgEmojiLikeNoticeReceived()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupPokeNoticeReceived()

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

触发群聊戳一戳通知事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupRecallNoticeReceived()

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

触发群消息撤回通知事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupRequestReceived()

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

触发加群请求事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupTitleNoticeReceived()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ GroupUploadNoticeReceived()

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

触发群文件上传通知事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ InputStatusNoticeReceived()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ LogReceived()

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

触发日志接收事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ MessageSentGroup()

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

触发群消息发送事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ MessageSentPrivate()

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

触发私聊消息发送事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ MessageSentPrivateFriend()

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

触发好友消息发送事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ MessageSentTemporary()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ PrivateMessageReceived()

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

触发私信接收事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ PrivateMessageReceivedFriend()

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

触发好友私信接收事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ PrivateMessageReceivedTemporary()

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

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

NapPlana.Core.Event.Handler.EventHandler 内被实现.

◆ ProfileLikeNoticeReceived()

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

触发点赞通知事件

NapPlana.Core.Event.Handler.EventHandler 内被实现.

事件说明

◆ OnBotConnected

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

机器人 - 上线

◆ OnBotHeartbeat

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

机器人 - 心跳

◆ OnBotLifeCycle

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

机器人 - 生命周期事件

◆ OnFriendAddNoticeReceived

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

通知 - 好友添加

◆ OnFriendPokeNoticeReceived

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

通知 - 戳一戳 - 好友

◆ OnFriendRecallNoticeReceived

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

通知 - 好友消息撤回

◆ OnFriendRequestReceived

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

请求 - 好友添加

◆ OnGroupAdminNoticeReceived

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

通知 - 群管理员变动 (总)

◆ OnGroupAdminSetNoticeReceived

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

通知 - 群管理员设置

◆ OnGroupAdminUnsetNoticeReceived

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

通知 - 群管理员取消

◆ OnGroupBanLiftNoticeReceived

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

通知 - 群禁言 - 解除

◆ OnGroupBanNoticeReceived

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

通知 - 群禁言 (总)

◆ OnGroupBanSetNoticeReceived

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

通知 - 群禁言 - 禁言

◆ OnGroupCardNoticeReceived

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

通知 - 群成员名片更新

◆ OnGroupDecreaseKickMeNoticeReceived

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

通知 - 群成员减少 - 登录号被踢

◆ OnGroupDecreaseKickNoticeReceived

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

通知 - 群成员减少 - 成员被踢

◆ OnGroupDecreaseLeaveNoticeReceived

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

通知 - 群成员减少 - 主动退群

◆ OnGroupDecreaseNoticeReceived

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

通知 - 群成员减少 (总)

◆ OnGroupEssenceAddNoticeReceived

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

通知 - 群精华消息增加

◆ OnGroupEssenceDeleteNoticeReceived

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

通知 - 群精华消息移除

◆ OnGroupEssenceNoticeReceived

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

通知 - 群精华消息 (总)

◆ OnGroupIncreaseApproveNoticeReceived

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

通知 - 群成员增加 - 管理员同意

◆ OnGroupIncreaseInviteNoticeReceived

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

通知 - 群成员增加 - 管理员邀请

◆ OnGroupIncreaseNoticeReceived

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

通知 - 群成员增加 (总)

◆ OnGroupMessageReceived

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

信息 - 群组

◆ OnGroupMsgEmojiLikeNoticeReceived

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

通知 - 群消息表情点赞

◆ OnGroupPokeNoticeReceived

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

通知 - 戳一戳 - 群聊

◆ OnGroupRecallNoticeReceived

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

通知 - 群消息撤回

◆ OnGroupRequestReceived

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

请求 - 加群

◆ OnGroupTitleNoticeReceived

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

通知 - 群成员头衔变更

◆ OnGroupUploadNoticeReceived

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

通知 - 群文件上传

◆ OnInputStatusNoticeReceived

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

通知 - 输入状态更新

◆ OnLogReceived

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

日志通知事件

◆ OnMessageSentGroup

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

消息发送 - 群聊

◆ OnMessageSentPrivate

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

消息发送 - 私聊

◆ OnMessageSentPrivateFriend

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

消息发送 - 私聊 - 好友

◆ OnMessageSentPrivateTemporary

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

消息发送 - 私聊 - 临时会话

◆ OnPrivateMessageReceived

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

消息 - 私信

◆ OnPrivateMessageReceivedFriend

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

消息 - 私信 - 好友

◆ OnPrivateMessageReceivedTemporary

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

消息 - 私信 - 临时会话

◆ OnProfileLikeNoticeReceived

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

通知 - 点赞


该接口的文档由以下文件生成: