Skip to content

Commit

Permalink
Api dump
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jun 2, 2024
1 parent 47ef5b6 commit a9700b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion common/api/common.api
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,6 @@ public final class dev/kord/common/entity/CommandArgument$AttachmentArgument : d

public final class dev/kord/common/entity/CommandArgument$AutoCompleteArgument : dev/kord/common/entity/CommandArgument {
public fun <init> (Ljava/lang/String;Ldev/kord/common/entity/ApplicationCommandOptionType;Ljava/lang/String;Ldev/kord/common/entity/optional/OptionalBoolean;)V
public synthetic fun <init> (Ljava/lang/String;Ldev/kord/common/entity/ApplicationCommandOptionType;Ljava/lang/String;Ldev/kord/common/entity/optional/OptionalBoolean;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun component1 ()Ljava/lang/String;
public final fun component2 ()Ldev/kord/common/entity/ApplicationCommandOptionType;
public final fun component3 ()Ljava/lang/String;
Expand Down
2 changes: 1 addition & 1 deletion common/api/common.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -5693,7 +5693,7 @@ sealed class <#A: out kotlin/Any?> dev.kord.common.entity/CommandArgument : dev.
final fun <get-value>(): dev.kord.common.entity/Snowflake // dev.kord.common.entity/CommandArgument.AttachmentArgument.value.<get-value>|<get-value>(){}[0]
}
final class AutoCompleteArgument : dev.kord.common.entity/CommandArgument<kotlin/String> { // dev.kord.common.entity/CommandArgument.AutoCompleteArgument|null[0]
constructor <init>(kotlin/String, dev.kord.common.entity/ApplicationCommandOptionType, kotlin/String, dev.kord.common.entity.optional/OptionalBoolean =...) // dev.kord.common.entity/CommandArgument.AutoCompleteArgument.<init>|<init>(kotlin.String;dev.kord.common.entity.ApplicationCommandOptionType;kotlin.String;dev.kord.common.entity.optional.OptionalBoolean){}[0]
constructor <init>(kotlin/String, dev.kord.common.entity/ApplicationCommandOptionType, kotlin/String, dev.kord.common.entity.optional/OptionalBoolean) // dev.kord.common.entity/CommandArgument.AutoCompleteArgument.<init>|<init>(kotlin.String;dev.kord.common.entity.ApplicationCommandOptionType;kotlin.String;dev.kord.common.entity.optional.OptionalBoolean){}[0]
final fun component1(): kotlin/String // dev.kord.common.entity/CommandArgument.AutoCompleteArgument.component1|component1(){}[0]
final fun component2(): dev.kord.common.entity/ApplicationCommandOptionType // dev.kord.common.entity/CommandArgument.AutoCompleteArgument.component2|component2(){}[0]
final fun component3(): kotlin/String // dev.kord.common.entity/CommandArgument.AutoCompleteArgument.component3|component3(){}[0]
Expand Down

0 comments on commit a9700b0

Please sign in to comment.