1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-03 14:20:10 +08:00
This commit is contained in:
StageGuard 2023-05-06 12:56:35 +08:00
parent 09f32505e5
commit 436ff0f0e0
No known key found for this signature in database
GPG Key ID: F6FF8760A883492B
2 changed files with 6316 additions and 0 deletions
mirai-core-api/compatibility-validation
android/api
jvm/api

File diff suppressed because it is too large Load Diff

View File

@ -5370,6 +5370,10 @@ public final class net/mamoe/mirai/message/data/XmlMessageBuilder$ItemBuilder {
public final class net/mamoe/mirai/message/data/visitor/MessageVisitorKt {
}
public final class net/mamoe/mirai/network/BotAuthorizationException : net/mamoe/mirai/network/LoginFailedException {
public final fun getAuthorization ()Lnet/mamoe/mirai/auth/BotAuthorization;
}
public abstract class net/mamoe/mirai/network/CustomLoginFailedException : net/mamoe/mirai/network/LoginFailedException {
public fun <init> (Z)V
public fun <init> (ZLjava/lang/String;)V