RequireReconnect
data class RequireReconnect @MiraiInternalApi constructor(bot: Bot, cause: Throwable?) : BotOfflineEvent, Packet, BotPassiveEvent, BotOfflineEvent.CauseAware
Content copied to clipboard
服务器主动要求更换另一个服务器
Constructors
RequireReconnect
Link copied to clipboard
Functions
Properties
isCancelled
Link copied to clipboard
isIntercepted
Link copied to clipboard
reconnect
Link copied to clipboard
为 true
时会尝试重连. 仅 BotOfflineEvent.Force 默认为 false
, 其他默认为 true
.