Package-level declarations
Types
Link copied to clipboard
子频道音频事件.
Link copied to clipboard
tcg组件中,每当 TencentGuildBotManager 通过任意 TencentGuildBotManager.register 注册并得到Bot实例后触发的事件。
Link copied to clipboard
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
子频道中与变更相关的事件。
Link copied to clipboard
频道成员变更事件。
Link copied to clipboard
频道变更事件相关。
Link copied to clipboard
频道组件中对于 InternalBotEvent 事件的统一实现接口.