mirai
2.16.0
common
mirai-core-api
/
net.mamoe.mirai.auth
/
AuthReason
/
Unknown
Unknown
class
Unknown
@
MiraiInternalApi
constructor
(
val
bot
:
Bot
,
val
cause
:
Throwable
?
)
:
AuthReason
Members
Constructors
Unknown
Link copied to clipboard
@
MiraiInternalApi
constructor
(
bot
:
Bot
,
cause
:
Throwable
?
)
Properties
bot
Link copied to clipboard
open
override
val
bot
:
Bot
cause
Link copied to clipboard
val
cause
:
Throwable
?
message
Link copied to clipboard
open
override
val
message
:
String
?