Force
data class Force @MiraiInternalApi constructor(bot: Bot, title: String, message: String) : BotOfflineEvent, Packet, BotPassiveEvent
Content copied to clipboard
被挤下线. 默认不会自动重连. 可将 reconnect 改为 true
以重连.
Constructors
Functions
Properties
isCancelled
Link copied to clipboard
isIntercepted
Link copied to clipboard
reconnect
Link copied to clipboard
为 true
时会尝试重连. 仅 BotOfflineEvent.Force 默认为 false
, 其他默认为 true
.