KookBotStartedEvent

abstract class KookBotStartedEvent : BotStartedEvent

bot执行 start 之后推送的事件。

Author

ForteScarlet

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Key : BaseInternalKey<KookBotStartedEvent>

Functions

Link copied to clipboard
open override fun toString(): String

Properties

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