mirai-core / net.mamoe.mirai.event.events / BotOfflineEvent / Active

Active

data class Active : BotOfflineEvent, BotActiveEvent

主动离线

Constructors

<init>

主动离线

Active(bot: Bot, cause: Throwable?)

Properties

bot

val bot: Bot

cause

val cause: Throwable?