Package-level declarations

Types

Link copied to clipboard
abstract class QGBotEvent<T : Any> : QGEvent<T> , BotEvent

QGBot 相关的 QQ频道 BotEvent 子类型。

Link copied to clipboard

qq频道组件中,每当 QQGuildBotManager 通过任意 QQGuildBotManager.register 注册并得到Bot实例后触发的事件。

Link copied to clipboard

qq频道组件中,每当 QGBot.start 被执行的时候会被推送的事件。 当事件被推送的时候代表此bot实际上已经完成的 start 的逻辑,但是QGBot.start会直到事件处理流程完成后才会最终返回。

Link copied to clipboard

用户模块-用户管理相关事件

Link copied to clipboard

一个C2C单聊消息事件。

Link copied to clipboard

允许机器人主动消息

Link copied to clipboard

拒绝机器人主动消息

Link copied to clipboard

子频道被创建事件。是一个频道服务器变更事件。

Link copied to clipboard

子频道被删除

Link copied to clipboard

子频道相关的事件。

Link copied to clipboard

子频道信息变更事件。 事件通知即已完成变更。

Link copied to clipboard
Link copied to clipboard
abstract class QGEvent<T : Any> : Event

QQ频道bot的事件总类。

Link copied to clipboard
Link copied to clipboard

QQ频道的 EventIntents.ForumsEvent 中的评论创建事件。

Link copied to clipboard

QQ频道的 EventIntents.ForumsEvent 中的评论删除事件。

Link copied to clipboard

QQ频道的 EventIntents.ForumsEvent 中的帖子(评论)事件。

Link copied to clipboard

QQ频道的 EventIntents.ForumsEvent 中的帖子审核通过事件。

Link copied to clipboard

QQ频道的 EventIntents.ForumsEvent 中的回复创建事件。

Link copied to clipboard

QQ频道的 EventIntents.ForumsEvent 中的回复删除事件。

Link copied to clipboard

QQ频道的 EventIntents.ForumsEvent 中的评论回复事件。

Link copied to clipboard

QQ频道的 EventIntents.ForumsEvent 中的创建主题事件。

Link copied to clipboard

QQ频道的 EventIntents.ForumsEvent 中的删除主题事件。

Link copied to clipboard

QQ频道的 EventIntents.ForumsEvent 中的主题事件。

Link copied to clipboard

QQ频道的 EventIntents.ForumsEvent 中的更新主题事件。

Link copied to clipboard

用户添加机器人

Link copied to clipboard

用户删除机器人

Link copied to clipboard

机器人加入群聊

Link copied to clipboard

群消息事件。需要bot被at后触发。

Link copied to clipboard

机器人退出群聊

Link copied to clipboard

群聊模块中的管理相关事件。

Link copied to clipboard

群聊接受机器人主动消息

Link copied to clipboard

群聊拒绝机器人主动消息

Link copied to clipboard

频道创建事件。

Link copied to clipboard

频道删除事件。

Link copied to clipboard

频道变更事件相关。

Link copied to clipboard

频道更新事件。

Link copied to clipboard
sealed interface QGInternalBotEvent : Event

频道组件中对于部分内部事件的统一实现接口。

Link copied to clipboard

频道成员增加事件。

Link copied to clipboard
Link copied to clipboard

频道成员离开/被移除事件。事件触发时已经被移除。

Link copied to clipboard

频道成员信息更新事件。

Link copied to clipboard
Link copied to clipboard

QQ频道的 OpenForums 事件。

Link copied to clipboard

QQ频道 OpenForums 中的帖子(评论)创建事件。

Link copied to clipboard

QQ频道 OpenForums 中的帖子(评论)删除事件。

Link copied to clipboard

QQ频道 OpenForums 中的帖子(评论)事件。

Link copied to clipboard

QQ频道 OpenForums 中的回复创建事件。

Link copied to clipboard

QQ频道 OpenForums 中的回复删除事件。

Link copied to clipboard

QQ频道 OpenForums 中的回复事件。

Link copied to clipboard

QQ频道 OpenForums 中的主题创建事件。

Link copied to clipboard

QQ频道 OpenForums 中的主题删除事件。

Link copied to clipboard

QQ频道 OpenForums 中的主题事件。

Link copied to clipboard

QQ频道 OpenForums 中的主题更新事件。

Link copied to clipboard

尚未支持的QQ频道事件类型。