Package-level declarations

Types

Link copied to clipboard
abstract class QGBotRegisteredEvent : BotRegisteredEvent, QGInternalBotEvent

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

Link copied to clipboard
abstract class QGBotStartedEvent : BotStartedEvent, QGInternalBotEvent

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

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, BotContainer

QQ频道bot的事件总类。

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

频道更新事件。

Link copied to clipboard

频道组件中对于 InternalBotEvent 事件的统一实现接口.

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

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频道事件类型。