TcgBotStartedEvent

abstract class TcgBotStartedEvent : BotStartedEvent, TcgInternalBotEvent

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

See also

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Key : BaseInternalKey<TcgBotStartedEvent>

Properties

Link copied to clipboard
abstract override val bot: TencentGuildComponentBot
Link copied to clipboard
open override val component: Component
Link copied to clipboard
abstract override val id: ID
Link copied to clipboard
open override val key: InternalEvent.Key<TcgBotStartedEvent>
Link copied to clipboard
abstract val timestamp: Timestamp
Link copied to clipboard
open val visibleScope: Event.VisibleScope