BotOnlineEvent

data class BotOnlineEvent @MiraiInternalApi constructor(bot: Bot) : AbstractEvent, BotActiveEvent

Bot 登录完成, 好友列表, 群组列表初始化完成

Constructors

BotOnlineEvent
Link copied to clipboard
fun BotOnlineEvent(bot: Bot)

Functions

cancel
Link copied to clipboard
fun cancel()
intercept
Link copied to clipboard
abstract fun intercept()

拦截这个事件

Properties

bot
Link copied to clipboard
open override val bot: Bot
isCancelled
Link copied to clipboard
val isCancelled: Boolean
isIntercepted
Link copied to clipboard
abstract val isIntercepted: Boolean

事件是否已被拦截.