FreshLogin

class FreshLogin @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?