RequireReconnect
data class RequireReconnect @MiraiInternalApi constructor(val bot: Bot, val cause: Throwable?) : BotOfflineEvent, Packet, BotPassiveEvent, BotOfflineEvent.CauseAware
服务器主动要求更换另一个服务器
Functions
Properties
Link copied to clipboard
Link copied to clipboard
限制一个事件实例不能并行广播. (适用于 object 广播的情况)
Link copied to clipboard
Link copied to clipboard
事件是否已被拦截.
Link copied to clipboard
为 true
时会尝试重连. 仅 BotOfflineEvent.Force 默认为 false
, 其他默认为 true
.