FastLoginError

class FastLoginError @MiraiInternalApi constructor(val bot: Bot, val message: String?) : AuthReason

快速登录失败

Bot 账号首次 登录 成功后,会保存登录缓存信息用于下次登录。

下次登录时,Bot 会首先使用登录缓存信息尝试快速登录, 若快速登录失败,则会以此原因进入认证流程

See also

Constructors

Link copied to clipboard
constructor(bot: Bot, message: String?)

Properties

Link copied to clipboard
open override val bot: Bot
Link copied to clipboard
open override val message: String?