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

机器人事件处理器 - 静态门面 更多...

静态 Public 成员函数

static void SetInstance (IEventHandler instance)
 设置事件处理器实例 (供DI使用)
 
static IEventHandler GetInstance ()
 获取当前事件处理器实例
 
static void LogReceived (LogLevel logLevel, string message)
 系统内部调用,程序集外请勿使用
 
static void BotConnected ()
 系统内部调用,程序集外请勿使用
 
static void BotHeartbeat (HeartBeatEvent ev)
 系统内部调用,程序集外请勿使用
 
static void BotLifeCycle (LifeCycleEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupMessageReceived (GroupMessageEvent ev)
 系统内部调用,程序集外请勿使用
 
static void PrivateMessageReceived (PrivateMessageEvent ev)
 系统内部调用,程序集外请勿使用
 
static void PrivateMessageReceivedTemporary (PrivateMessageEvent ev)
 系统内部调用,程序集外请勿使用
 
static void PrivateMessageReceivedFriend (PrivateMessageEvent ev)
 系统内部调用,程序集外请勿使用
 
static void MessageSentGroup (MessageSentEvent ev)
 系统内部调用,程序集外请勿使用
 
static void MessageSentPrivate (PrivateMessageSentEvent ev)
 系统内部调用,程序集外请勿使用
 
static void MessageSentTemporary (PrivateMessageSentEvent ev)
 系统内部调用,程序集外请勿使用
 
static void MessageSentPrivateFriend (PrivateMessageSentEvent ev)
 系统内部调用,程序集外请勿使用
 
static void FriendAddNoticeReceived (FriendAddNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void FriendRecallNoticeReceived (FriendRecallNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupAdminNoticeReceived (GroupAdminNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupAdminSetNoticeReceived (GroupAdminNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupAdminUnsetNoticeReceived (GroupAdminNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupBanNoticeReceived (GroupBanNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupBanSetNoticeReceived (GroupBanNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupBanLiftNoticeReceived (GroupBanNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupCardNoticeReceived (GroupCardEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupDecreaseNoticeReceived (GroupDecreaseNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupDecreaseLeaveNoticeReceived (GroupDecreaseNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupDecreaseKickNoticeReceived (GroupDecreaseNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupDecreaseKickMeNoticeReceived (GroupDecreaseNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupIncreaseNoticeReceived (GroupIncreaseNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupIncreaseApproveNoticeReceived (GroupIncreaseNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupIncreaseInviteNoticeReceived (GroupIncreaseNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupRecallNoticeReceived (GroupRecallNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupUploadNoticeReceived (GroupUploadNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupEssenceNoticeReceived (GroupEssenceNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupEssenceAddNoticeReceived (GroupEssenceNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupEssenceDeleteNoticeReceived (GroupEssenceNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupMsgEmojiLikeNoticeReceived (GroupMsgEmojiLikeNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void FriendPokeNoticeReceived (FriendPokeNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupPokeNoticeReceived (GroupPokeNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void InputStatusNoticeReceived (InputStatusNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupTitleNoticeReceived (GroupTitleEvent ev)
 系统内部调用,程序集外请勿使用
 
static void ProfileLikeNoticeReceived (ProfileLikeNoticeEvent ev)
 系统内部调用,程序集外请勿使用
 
static void FriendRequestReceived (FriendRequestEvent ev)
 系统内部调用,程序集外请勿使用
 
static void GroupRequestReceived (GroupRequestEvent ev)
 系统内部调用,程序集外请勿使用
 

属性

static ? Action< LogLevel, string > OnLogReceived
 日志通知事件
 
static ? Action OnBotConnected
 机器人 - 上线
 
static ? Action< HeartBeatEventOnBotHeartbeat
 机器人 - 心跳
 
static ? Action< LifeCycleEventOnBotLifeCycle
 机器人 - 生命周期事件
 
static ? Action< GroupMessageEventOnGroupMessageReceived
 信息 - 群组
 
static ? Action< PrivateMessageEventOnPrivateMessageReceived
 消息 - 私信
 
static ? Action< PrivateMessageEventOnPrivateMessageReceivedTemporary
 消息 - 私信 - 临时会话
 
static ? Action< PrivateMessageEventOnPrivateMessageReceivedFriend
 消息 - 私信 - 好友
 
static ? Action< MessageSentEventOnMessageSentGroup
 消息发送 - 群聊
 
static ? Action< PrivateMessageSentEventOnMessageSentPrivate
 消息发送 - 私聊
 
static ? Action< PrivateMessageSentEventOnMessageSentPrivateTemporary
 消息发送 - 私聊 - 临时会话
 
static ? Action< PrivateMessageSentEventOnMessageSentPrivateFriend
 消息发送 - 私聊 - 好友
 
static ? Action< FriendAddNoticeEventOnFriendAddNoticeReceived
 通知 - 好友添加 (notice.friend_add)
 
static ? Action< FriendRecallNoticeEventOnFriendRecallNoticeReceived
 通知 - 好友消息撤回 (notice.friend_recall)
 
static ? Action< GroupAdminNoticeEventOnGroupAdminNoticeReceived
 通知 - 群管理员变动 (总) (notice.group_admin)
 
static ? Action< GroupAdminNoticeEventOnGroupAdminSetNoticeReceived
 通知 - 群管理员设置 (notice.group_admin.set)
 
static ? Action< GroupAdminNoticeEventOnGroupAdminUnsetNoticeReceived [set]
 通知 - 群管理员取消 (notice.group_admin.unset)
 
static ? Action< GroupBanNoticeEventOnGroupBanNoticeReceived
 通知 - 群禁言 (总) (notice.group_ban)
 
static ? Action< GroupBanNoticeEventOnGroupBanSetNoticeReceived
 通知 - 群禁言 - 禁言 (notice.group_ban.ban)
 
static ? Action< GroupBanNoticeEventOnGroupBanLiftNoticeReceived
 通知 - 群禁言 - 解除 (notice.group_ban.lift_ban)
 
static ? Action< GroupCardEventOnGroupCardNoticeReceived
 通知 - 群成员名片更新 (notice.group_card)
 
static ? Action< GroupDecreaseNoticeEventOnGroupDecreaseNoticeReceived
 通知 - 群成员减少 (总) (notice.group_decrease)
 
static ? Action< GroupDecreaseNoticeEventOnGroupDecreaseLeaveNoticeReceived
 通知 - 群成员减少 - 主动退群 (notice.group_decrease.leave)
 
static ? Action< GroupDecreaseNoticeEventOnGroupDecreaseKickNoticeReceived
 通知 - 群成员减少 - 成员被踢 (notice.group_decrease.kick)
 
static ? Action< GroupDecreaseNoticeEventOnGroupDecreaseKickMeNoticeReceived
 通知 - 群成员减少 - 登录号被踢 (notice.group_decrease.kick_me)
 
static ? Action< GroupIncreaseNoticeEventOnGroupIncreaseNoticeReceived
 通知 - 群成员增加 (总) (notice.group_increase)
 
static ? Action< GroupIncreaseNoticeEventOnGroupIncreaseApproveNoticeReceived
 通知 - 群成员增加 - 管理员同意 (notice.group_increase.approve)
 
static ? Action< GroupIncreaseNoticeEventOnGroupIncreaseInviteNoticeReceived
 通知 - 群成员增加 - 管理员邀请 (notice.group_increase.invite)
 
static ? Action< GroupRecallNoticeEventOnGroupRecallNoticeReceived
 通知 - 群消息撤回 (notice.group_recall)
 
static ? Action< GroupUploadNoticeEventOnGroupUploadNoticeReceived
 通知 - 群文件上传 (notice.group_upload)
 
static ? Action< GroupEssenceNoticeEventOnGroupEssenceNoticeReceived
 通知 - 群精华消息 (总) (notice.essence)
 
static ? Action< GroupEssenceNoticeEventOnGroupEssenceAddNoticeReceived
 通知 - 群精华消息增加 (notice.essence.add)
 
static ? Action< GroupEssenceNoticeEventOnGroupEssenceDeleteNoticeReceived
 通知 - 群精华消息移除 (notice.essence.delete)
 
static ? Action< GroupMsgEmojiLikeNoticeEventOnGroupMsgEmojiLikeNoticeReceived
 通知 - 群消息表情点赞 (notice.group_msg_emoji_like)
 
static ? Action< FriendPokeNoticeEventOnFriendPokeNoticeReceived
 通知 - 戳一戳 (notice.notify.poke) - 好友
 
static ? Action< GroupPokeNoticeEventOnGroupPokeNoticeReceived
 通知 - 戳一戳 (notice.notify.poke) - 群聊
 
static ? Action< InputStatusNoticeEventOnInputStatusNoticeReceived
 通知 - 输入状态更新 (notice.notify.input_status)
 
static ? Action< GroupTitleEventOnGroupTitleNoticeReceived
 通知 - 群成员头衔变更 (notice.notify.title)
 
static ? Action< ProfileLikeNoticeEventOnProfileLikeNoticeReceived
 通知 - 点赞 (notice.notify.profile_like)
 
static ? Action< FriendRequestEventOnFriendRequestReceived
 请求 - 好友添加 (request.friend)
 
static ? Action< GroupRequestEventOnGroupRequestReceived
 请求 - 加群 (request.group)
 

详细描述

机器人事件处理器 - 静态门面

此类提供静态API以保持向后兼容性。 对于新项目,建议使用依赖注入方式注入IEventHandler。

成员函数说明

◆ BotConnected()

static void NapPlana.Core.Event.Handler.BotEventHandler.BotConnected ( )
static

系统内部调用,程序集外请勿使用

◆ BotHeartbeat()

static void NapPlana.Core.Event.Handler.BotEventHandler.BotHeartbeat ( HeartBeatEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ BotLifeCycle()

static void NapPlana.Core.Event.Handler.BotEventHandler.BotLifeCycle ( LifeCycleEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ FriendAddNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.FriendAddNoticeReceived ( FriendAddNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ FriendPokeNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.FriendPokeNoticeReceived ( FriendPokeNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ FriendRecallNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.FriendRecallNoticeReceived ( FriendRecallNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ FriendRequestReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.FriendRequestReceived ( FriendRequestEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GetInstance()

static IEventHandler NapPlana.Core.Event.Handler.BotEventHandler.GetInstance ( )
static

获取当前事件处理器实例

◆ GroupAdminNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupAdminNoticeReceived ( GroupAdminNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupAdminSetNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupAdminSetNoticeReceived ( GroupAdminNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupAdminUnsetNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupAdminUnsetNoticeReceived ( GroupAdminNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupBanLiftNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupBanLiftNoticeReceived ( GroupBanNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupBanNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupBanNoticeReceived ( GroupBanNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupBanSetNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupBanSetNoticeReceived ( GroupBanNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupCardNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupCardNoticeReceived ( GroupCardEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupDecreaseKickMeNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupDecreaseKickMeNoticeReceived ( GroupDecreaseNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupDecreaseKickNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupDecreaseKickNoticeReceived ( GroupDecreaseNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupDecreaseLeaveNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupDecreaseLeaveNoticeReceived ( GroupDecreaseNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupDecreaseNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupDecreaseNoticeReceived ( GroupDecreaseNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupEssenceAddNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupEssenceAddNoticeReceived ( GroupEssenceNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupEssenceDeleteNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupEssenceDeleteNoticeReceived ( GroupEssenceNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupEssenceNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupEssenceNoticeReceived ( GroupEssenceNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupIncreaseApproveNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupIncreaseApproveNoticeReceived ( GroupIncreaseNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupIncreaseInviteNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupIncreaseInviteNoticeReceived ( GroupIncreaseNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupIncreaseNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupIncreaseNoticeReceived ( GroupIncreaseNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupMessageReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupMessageReceived ( GroupMessageEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupMsgEmojiLikeNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupMsgEmojiLikeNoticeReceived ( GroupMsgEmojiLikeNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupPokeNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupPokeNoticeReceived ( GroupPokeNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupRecallNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupRecallNoticeReceived ( GroupRecallNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupRequestReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupRequestReceived ( GroupRequestEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupTitleNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupTitleNoticeReceived ( GroupTitleEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ GroupUploadNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.GroupUploadNoticeReceived ( GroupUploadNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ InputStatusNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.InputStatusNoticeReceived ( InputStatusNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ LogReceived()

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

系统内部调用,程序集外请勿使用

参数
logLevel日志等级
message消息

◆ MessageSentGroup()

static void NapPlana.Core.Event.Handler.BotEventHandler.MessageSentGroup ( MessageSentEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ MessageSentPrivate()

static void NapPlana.Core.Event.Handler.BotEventHandler.MessageSentPrivate ( PrivateMessageSentEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ MessageSentPrivateFriend()

static void NapPlana.Core.Event.Handler.BotEventHandler.MessageSentPrivateFriend ( PrivateMessageSentEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ MessageSentTemporary()

static void NapPlana.Core.Event.Handler.BotEventHandler.MessageSentTemporary ( PrivateMessageSentEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ PrivateMessageReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.PrivateMessageReceived ( PrivateMessageEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ PrivateMessageReceivedFriend()

static void NapPlana.Core.Event.Handler.BotEventHandler.PrivateMessageReceivedFriend ( PrivateMessageEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ PrivateMessageReceivedTemporary()

static void NapPlana.Core.Event.Handler.BotEventHandler.PrivateMessageReceivedTemporary ( PrivateMessageEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ ProfileLikeNoticeReceived()

static void NapPlana.Core.Event.Handler.BotEventHandler.ProfileLikeNoticeReceived ( ProfileLikeNoticeEvent  ev)
static

系统内部调用,程序集外请勿使用

参数
ev事件参数

◆ SetInstance()

static void NapPlana.Core.Event.Handler.BotEventHandler.SetInstance ( IEventHandler  instance)
static

设置事件处理器实例 (供DI使用)

参数
instance事件处理器实例

属性说明

◆ OnBotConnected

? Action NapPlana.Core.Event.Handler.BotEventHandler.OnBotConnected
staticaddremove

机器人 - 上线

◆ OnBotHeartbeat

? Action<HeartBeatEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnBotHeartbeat
staticaddremove

机器人 - 心跳

◆ OnBotLifeCycle

? Action<LifeCycleEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnBotLifeCycle
staticaddremove

机器人 - 生命周期事件

◆ OnFriendAddNoticeReceived

? Action<FriendAddNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnFriendAddNoticeReceived
staticaddremove

通知 - 好友添加 (notice.friend_add)

◆ OnFriendPokeNoticeReceived

? Action<FriendPokeNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnFriendPokeNoticeReceived
staticaddremove

通知 - 戳一戳 (notice.notify.poke) - 好友

◆ OnFriendRecallNoticeReceived

? Action<FriendRecallNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnFriendRecallNoticeReceived
staticaddremove

通知 - 好友消息撤回 (notice.friend_recall)

◆ OnFriendRequestReceived

? Action<FriendRequestEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnFriendRequestReceived
staticaddremove

请求 - 好友添加 (request.friend)

◆ OnGroupAdminNoticeReceived

? Action<GroupAdminNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupAdminNoticeReceived
staticaddremove

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

◆ OnGroupAdminSetNoticeReceived

? Action<GroupAdminNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupAdminSetNoticeReceived
staticaddremove

通知 - 群管理员设置 (notice.group_admin.set)

◆ OnGroupAdminUnsetNoticeReceived

? Action<GroupAdminNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupAdminUnsetNoticeReceived
staticsetaddremove

通知 - 群管理员取消 (notice.group_admin.unset)

◆ OnGroupBanLiftNoticeReceived

? Action<GroupBanNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupBanLiftNoticeReceived
staticaddremove

通知 - 群禁言 - 解除 (notice.group_ban.lift_ban)

◆ OnGroupBanNoticeReceived

? Action<GroupBanNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupBanNoticeReceived
staticaddremove

通知 - 群禁言 (总) (notice.group_ban)

◆ OnGroupBanSetNoticeReceived

? Action<GroupBanNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupBanSetNoticeReceived
staticaddremove

通知 - 群禁言 - 禁言 (notice.group_ban.ban)

◆ OnGroupCardNoticeReceived

? Action<GroupCardEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupCardNoticeReceived
staticaddremove

通知 - 群成员名片更新 (notice.group_card)

◆ OnGroupDecreaseKickMeNoticeReceived

? Action<GroupDecreaseNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupDecreaseKickMeNoticeReceived
staticaddremove

通知 - 群成员减少 - 登录号被踢 (notice.group_decrease.kick_me)

◆ OnGroupDecreaseKickNoticeReceived

? Action<GroupDecreaseNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupDecreaseKickNoticeReceived
staticaddremove

通知 - 群成员减少 - 成员被踢 (notice.group_decrease.kick)

◆ OnGroupDecreaseLeaveNoticeReceived

? Action<GroupDecreaseNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupDecreaseLeaveNoticeReceived
staticaddremove

通知 - 群成员减少 - 主动退群 (notice.group_decrease.leave)

◆ OnGroupDecreaseNoticeReceived

? Action<GroupDecreaseNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupDecreaseNoticeReceived
staticaddremove

通知 - 群成员减少 (总) (notice.group_decrease)

◆ OnGroupEssenceAddNoticeReceived

? Action<GroupEssenceNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupEssenceAddNoticeReceived
staticaddremove

通知 - 群精华消息增加 (notice.essence.add)

◆ OnGroupEssenceDeleteNoticeReceived

? Action<GroupEssenceNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupEssenceDeleteNoticeReceived
staticaddremove

通知 - 群精华消息移除 (notice.essence.delete)

◆ OnGroupEssenceNoticeReceived

? Action<GroupEssenceNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupEssenceNoticeReceived
staticaddremove

通知 - 群精华消息 (总) (notice.essence)

◆ OnGroupIncreaseApproveNoticeReceived

? Action<GroupIncreaseNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupIncreaseApproveNoticeReceived
staticaddremove

通知 - 群成员增加 - 管理员同意 (notice.group_increase.approve)

◆ OnGroupIncreaseInviteNoticeReceived

? Action<GroupIncreaseNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupIncreaseInviteNoticeReceived
staticaddremove

通知 - 群成员增加 - 管理员邀请 (notice.group_increase.invite)

◆ OnGroupIncreaseNoticeReceived

? Action<GroupIncreaseNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupIncreaseNoticeReceived
staticaddremove

通知 - 群成员增加 (总) (notice.group_increase)

◆ OnGroupMessageReceived

? Action<GroupMessageEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupMessageReceived
staticaddremove

信息 - 群组

◆ OnGroupMsgEmojiLikeNoticeReceived

? Action<GroupMsgEmojiLikeNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupMsgEmojiLikeNoticeReceived
staticaddremove

通知 - 群消息表情点赞 (notice.group_msg_emoji_like)

◆ OnGroupPokeNoticeReceived

? Action<GroupPokeNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupPokeNoticeReceived
staticaddremove

通知 - 戳一戳 (notice.notify.poke) - 群聊

◆ OnGroupRecallNoticeReceived

? Action<GroupRecallNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupRecallNoticeReceived
staticaddremove

通知 - 群消息撤回 (notice.group_recall)

◆ OnGroupRequestReceived

? Action<GroupRequestEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupRequestReceived
staticaddremove

请求 - 加群 (request.group)

◆ OnGroupTitleNoticeReceived

? Action<GroupTitleEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupTitleNoticeReceived
staticaddremove

通知 - 群成员头衔变更 (notice.notify.title)

◆ OnGroupUploadNoticeReceived

? Action<GroupUploadNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnGroupUploadNoticeReceived
staticaddremove

通知 - 群文件上传 (notice.group_upload)

◆ OnInputStatusNoticeReceived

? Action<InputStatusNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnInputStatusNoticeReceived
staticaddremove

通知 - 输入状态更新 (notice.notify.input_status)

◆ OnLogReceived

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

日志通知事件

◆ OnMessageSentGroup

? Action<MessageSentEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnMessageSentGroup
staticaddremove

消息发送 - 群聊

◆ OnMessageSentPrivate

? Action<PrivateMessageSentEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnMessageSentPrivate
staticaddremove

消息发送 - 私聊

◆ OnMessageSentPrivateFriend

? Action<PrivateMessageSentEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnMessageSentPrivateFriend
staticaddremove

消息发送 - 私聊 - 好友

◆ OnMessageSentPrivateTemporary

? Action<PrivateMessageSentEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnMessageSentPrivateTemporary
staticaddremove

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

◆ OnPrivateMessageReceived

? Action<PrivateMessageEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnPrivateMessageReceived
staticaddremove

消息 - 私信

◆ OnPrivateMessageReceivedFriend

? Action<PrivateMessageEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnPrivateMessageReceivedFriend
staticaddremove

消息 - 私信 - 好友

◆ OnPrivateMessageReceivedTemporary

? Action<PrivateMessageEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnPrivateMessageReceivedTemporary
staticaddremove

消息 - 私信 - 临时会话

◆ OnProfileLikeNoticeReceived

? Action<ProfileLikeNoticeEvent> NapPlana.Core.Event.Handler.BotEventHandler.OnProfileLikeNoticeReceived
staticaddremove

通知 - 点赞 (notice.notify.profile_like)


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