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

Dropped

data class Dropped : BotOfflineEvent, Packet, BotPassiveEvent

被服务器断开或因网络问题而掉线

Constructors

<init>

被服务器断开或因网络问题而掉线

Dropped(bot: Bot, cause: Throwable?)

Properties

bot

val bot: Bot

cause

val cause: Throwable?