Package-level declarations

Types

Link copied to clipboard
@BaseEvent
sealed class TcgAudioEvent : TcgEvent<TencentAudioAction> , ChannelEvent

子频道音频事件.

Link copied to clipboard
abstract class TcgBotRegisteredEvent : BotRegisteredEvent, TcgInternalBotEvent

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

Link copied to clipboard
abstract class TcgBotStartedEvent : BotStartedEvent, TcgInternalBotEvent

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

Link copied to clipboard
abstract class TcgChannelAtMessageEvent : TcgEvent<TencentMessage> , ChannelMessageEvent, ReplySupport, SendSupport

频道(AT_MESSAGE_CREATE)消息事件.

Link copied to clipboard
@BaseEvent
sealed class TcgChannelModifyEvent : TcgEvent<TencentChannelInfo> , ChangedEvent, ChannelEvent

子频道中与变更相关的事件。

Link copied to clipboard
@BaseEvent
abstract class TcgEvent<T : Any> : Event, BotContainer

腾讯频道bot的事件总类。

Link copied to clipboard
@BaseEvent
sealed class TcgGuildMemberEvent : TcgEvent<TencentMemberInfo> , GuildEvent, MemberEvent

频道成员变更事件。

Link copied to clipboard
sealed class TcgGuildModifyEvent : TcgEvent<TencentGuildInfo> , ChangedEvent, GuildEvent

频道变更事件相关。

Link copied to clipboard
interface TcgInternalBotEvent : Event

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