From 9be6f34395e97b067aa1c9efe03e03afa3fc446f Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Thu, 7 Nov 2024 17:06:17 +0100 Subject: [PATCH] Api dump --- common/api/common.api | 82 +++++++++++ common/api/common.klib.api | 90 ++++++++++++ core/api/core.api | 261 ++++++++++++++++++++++++++++++++++ core/api/core.klib.api | 251 ++++++++++++++++++++++++++++++++ gateway/api/gateway.api | 237 +++++++++++++++++++++++++++++++ gateway/api/gateway.klib.api | 260 ++++++++++++++++++++++++++++++++++ rest/api/rest.api | 267 +++++++++++++++++++++++++++++++++++ rest/api/rest.klib.api | 267 +++++++++++++++++++++++++++++++++++ 8 files changed, 1715 insertions(+) diff --git a/common/api/common.api b/common/api/common.api index fb87a200c9d..6f5da7df31b 100644 --- a/common/api/common.api +++ b/common/api/common.api @@ -5633,6 +5633,48 @@ public final class dev/kord/common/entity/DiscordSku$Companion { public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class dev/kord/common/entity/DiscordSoundboardSound { + public static final field Companion Ldev/kord/common/entity/DiscordSoundboardSound$Companion; + public fun (Ljava/lang/String;Ldev/kord/common/entity/Snowflake;DLdev/kord/common/entity/Snowflake;Ljava/lang/String;Ldev/kord/common/entity/optional/OptionalSnowflake;ZLdev/kord/common/entity/optional/Optional;)V + public synthetic fun (Ljava/lang/String;Ldev/kord/common/entity/Snowflake;DLdev/kord/common/entity/Snowflake;Ljava/lang/String;Ldev/kord/common/entity/optional/OptionalSnowflake;ZLdev/kord/common/entity/optional/Optional;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1 ()Ljava/lang/String; + public final fun component2 ()Ldev/kord/common/entity/Snowflake; + public final fun component3 ()D + public final fun component4 ()Ldev/kord/common/entity/Snowflake; + public final fun component5 ()Ljava/lang/String; + public final fun component6 ()Ldev/kord/common/entity/optional/OptionalSnowflake; + public final fun component7 ()Z + public final fun component8 ()Ldev/kord/common/entity/optional/Optional; + public final fun copy (Ljava/lang/String;Ldev/kord/common/entity/Snowflake;DLdev/kord/common/entity/Snowflake;Ljava/lang/String;Ldev/kord/common/entity/optional/OptionalSnowflake;ZLdev/kord/common/entity/optional/Optional;)Ldev/kord/common/entity/DiscordSoundboardSound; + public static synthetic fun copy$default (Ldev/kord/common/entity/DiscordSoundboardSound;Ljava/lang/String;Ldev/kord/common/entity/Snowflake;DLdev/kord/common/entity/Snowflake;Ljava/lang/String;Ldev/kord/common/entity/optional/OptionalSnowflake;ZLdev/kord/common/entity/optional/Optional;ILjava/lang/Object;)Ldev/kord/common/entity/DiscordSoundboardSound; + public fun equals (Ljava/lang/Object;)Z + public final fun getAvailable ()Z + public final fun getEmojiId ()Ldev/kord/common/entity/Snowflake; + public final fun getEmojiName ()Ljava/lang/String; + public final fun getGuildId ()Ldev/kord/common/entity/optional/OptionalSnowflake; + public final fun getName ()Ljava/lang/String; + public final fun getSoundId ()Ldev/kord/common/entity/Snowflake; + public final fun getUser ()Ldev/kord/common/entity/optional/Optional; + public final fun getVolume ()D + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public synthetic class dev/kord/common/entity/DiscordSoundboardSound$$serializer : kotlinx/serialization/internal/GeneratedSerializer { + public static final field INSTANCE Ldev/kord/common/entity/DiscordSoundboardSound$$serializer; + public final fun childSerializers ()[Lkotlinx/serialization/KSerializer; + public final fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ldev/kord/common/entity/DiscordSoundboardSound; + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public final fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public final fun serialize (Lkotlinx/serialization/encoding/Encoder;Ldev/kord/common/entity/DiscordSoundboardSound;)V + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer; +} + +public final class dev/kord/common/entity/DiscordSoundboardSound$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class dev/kord/common/entity/DiscordStageInstance { public static final field Companion Ldev/kord/common/entity/DiscordStageInstance$Companion; public fun (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Ldev/kord/common/entity/StageInstancePrivacyLevel;ZLdev/kord/common/entity/Snowflake;)V @@ -9196,6 +9238,40 @@ public final class dev/kord/common/entity/optional/OptionalBooleanKt { public static final fun orElse (Ldev/kord/common/entity/optional/OptionalBoolean;Z)Z } +public abstract class dev/kord/common/entity/optional/OptionalDouble { + public static final field Companion Ldev/kord/common/entity/optional/OptionalDouble$Companion; + public final fun getAsNullable ()Ljava/lang/Double; + public final fun getAsOptional ()Ldev/kord/common/entity/optional/Optional; + public final fun orElse (D)D +} + +public final class dev/kord/common/entity/optional/OptionalDouble$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class dev/kord/common/entity/optional/OptionalDouble$Missing : dev/kord/common/entity/optional/OptionalDouble { + public static final field INSTANCE Ldev/kord/common/entity/optional/OptionalDouble$Missing; + public fun toString ()Ljava/lang/String; +} + +public final class dev/kord/common/entity/optional/OptionalDouble$Value : dev/kord/common/entity/optional/OptionalDouble { + public fun (D)V + public final fun component1 ()D + public fun equals (Ljava/lang/Object;)Z + public final fun getValue ()D + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class dev/kord/common/entity/optional/OptionalDoubleKt { + public static final fun getAsNullable (Ldev/kord/common/entity/optional/OptionalDouble;)Ljava/lang/Double; + public static final fun getOrThrow (Ldev/kord/common/entity/optional/OptionalDouble;)D + public static final fun getValue (Ldev/kord/common/entity/optional/OptionalDouble;)Ljava/lang/Double; + public static final fun map (Ldev/kord/common/entity/optional/OptionalDouble;Lkotlin/jvm/functions/Function1;)Ldev/kord/common/entity/optional/OptionalDouble; + public static final fun optionalDouble (D)Ldev/kord/common/entity/optional/OptionalDouble$Value; + public static final fun orElse (Ldev/kord/common/entity/optional/OptionalDouble;I)I +} + public abstract class dev/kord/common/entity/optional/OptionalInt { public static final field Companion Ldev/kord/common/entity/optional/OptionalInt$Companion; public final fun getAsNullable ()Ljava/lang/Integer; @@ -9316,6 +9392,7 @@ public final class dev/kord/common/entity/optional/OptionalSnowflake$Value : dev } public final class dev/kord/common/entity/optional/OptionalSnowflakeKt { + public static final fun getMissingIfNull (Ldev/kord/common/entity/Snowflake;)Ldev/kord/common/entity/optional/OptionalSnowflake; public static final fun getValue (Ldev/kord/common/entity/optional/OptionalSnowflake;)Ldev/kord/common/entity/Snowflake; public static final fun map (Ldev/kord/common/entity/optional/OptionalSnowflake;Lkotlin/jvm/functions/Function1;)Ldev/kord/common/entity/optional/Optional; public static final fun optionalNullable (Ldev/kord/common/entity/Snowflake;)Ldev/kord/common/entity/optional/OptionalSnowflake$Value; @@ -9333,6 +9410,11 @@ public final class dev/kord/common/entity/optional/delegate/OptionalDelegateKt { public static final fun provideNullableDelegate (Lkotlin/reflect/KMutableProperty0;)Lkotlin/properties/ReadWriteProperty; } +public final class dev/kord/common/entity/optional/delegate/OptionalDoubleDelegateKt { + public static final fun delegate (Lkotlin/reflect/KMutableProperty0;)Lkotlin/properties/ReadWriteProperty; + public static final fun provideNullableDelegate (Lkotlin/reflect/KMutableProperty0;)Lkotlin/properties/ReadWriteProperty; +} + public final class dev/kord/common/entity/optional/delegate/OptionalIntDelegateKt { public static final fun delegate (Lkotlin/reflect/KMutableProperty0;)Lkotlin/properties/ReadWriteProperty; public static final fun provideNullableDelegate (Lkotlin/reflect/KMutableProperty0;)Lkotlin/properties/ReadWriteProperty; diff --git a/common/api/common.klib.api b/common/api/common.klib.api index 309c5b6cec0..538f77a1661 100644 --- a/common/api/common.klib.api +++ b/common/api/common.klib.api @@ -4592,6 +4592,55 @@ final class dev.kord.common.entity/DiscordSku { // dev.kord.common.entity/Discor } } +final class dev.kord.common.entity/DiscordSoundboardSound { // dev.kord.common.entity/DiscordSoundboardSound|null[0] + constructor (kotlin/String, dev.kord.common.entity/Snowflake, kotlin/Double, dev.kord.common.entity/Snowflake?, kotlin/String?, dev.kord.common.entity.optional/OptionalSnowflake = ..., kotlin/Boolean, dev.kord.common.entity.optional/Optional = ...) // dev.kord.common.entity/DiscordSoundboardSound.|(kotlin.String;dev.kord.common.entity.Snowflake;kotlin.Double;dev.kord.common.entity.Snowflake?;kotlin.String?;dev.kord.common.entity.optional.OptionalSnowflake;kotlin.Boolean;dev.kord.common.entity.optional.Optional){}[0] + + final val available // dev.kord.common.entity/DiscordSoundboardSound.available|{}available[0] + final fun (): kotlin/Boolean // dev.kord.common.entity/DiscordSoundboardSound.available.|(){}[0] + final val emojiId // dev.kord.common.entity/DiscordSoundboardSound.emojiId|{}emojiId[0] + final fun (): dev.kord.common.entity/Snowflake? // dev.kord.common.entity/DiscordSoundboardSound.emojiId.|(){}[0] + final val emojiName // dev.kord.common.entity/DiscordSoundboardSound.emojiName|{}emojiName[0] + final fun (): kotlin/String? // dev.kord.common.entity/DiscordSoundboardSound.emojiName.|(){}[0] + final val guildId // dev.kord.common.entity/DiscordSoundboardSound.guildId|{}guildId[0] + final fun (): dev.kord.common.entity.optional/OptionalSnowflake // dev.kord.common.entity/DiscordSoundboardSound.guildId.|(){}[0] + final val name // dev.kord.common.entity/DiscordSoundboardSound.name|{}name[0] + final fun (): kotlin/String // dev.kord.common.entity/DiscordSoundboardSound.name.|(){}[0] + final val soundId // dev.kord.common.entity/DiscordSoundboardSound.soundId|{}soundId[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.common.entity/DiscordSoundboardSound.soundId.|(){}[0] + final val user // dev.kord.common.entity/DiscordSoundboardSound.user|{}user[0] + final fun (): dev.kord.common.entity.optional/Optional // dev.kord.common.entity/DiscordSoundboardSound.user.|(){}[0] + final val volume // dev.kord.common.entity/DiscordSoundboardSound.volume|{}volume[0] + final fun (): kotlin/Double // dev.kord.common.entity/DiscordSoundboardSound.volume.|(){}[0] + + final fun component1(): kotlin/String // dev.kord.common.entity/DiscordSoundboardSound.component1|component1(){}[0] + final fun component2(): dev.kord.common.entity/Snowflake // dev.kord.common.entity/DiscordSoundboardSound.component2|component2(){}[0] + final fun component3(): kotlin/Double // dev.kord.common.entity/DiscordSoundboardSound.component3|component3(){}[0] + final fun component4(): dev.kord.common.entity/Snowflake? // dev.kord.common.entity/DiscordSoundboardSound.component4|component4(){}[0] + final fun component5(): kotlin/String? // dev.kord.common.entity/DiscordSoundboardSound.component5|component5(){}[0] + final fun component6(): dev.kord.common.entity.optional/OptionalSnowflake // dev.kord.common.entity/DiscordSoundboardSound.component6|component6(){}[0] + final fun component7(): kotlin/Boolean // dev.kord.common.entity/DiscordSoundboardSound.component7|component7(){}[0] + final fun component8(): dev.kord.common.entity.optional/Optional // dev.kord.common.entity/DiscordSoundboardSound.component8|component8(){}[0] + final fun copy(kotlin/String = ..., dev.kord.common.entity/Snowflake = ..., kotlin/Double = ..., dev.kord.common.entity/Snowflake? = ..., kotlin/String? = ..., dev.kord.common.entity.optional/OptionalSnowflake = ..., kotlin/Boolean = ..., dev.kord.common.entity.optional/Optional = ...): dev.kord.common.entity/DiscordSoundboardSound // dev.kord.common.entity/DiscordSoundboardSound.copy|copy(kotlin.String;dev.kord.common.entity.Snowflake;kotlin.Double;dev.kord.common.entity.Snowflake?;kotlin.String?;dev.kord.common.entity.optional.OptionalSnowflake;kotlin.Boolean;dev.kord.common.entity.optional.Optional){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.common.entity/DiscordSoundboardSound.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.common.entity/DiscordSoundboardSound.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.common.entity/DiscordSoundboardSound.toString|toString(){}[0] + + final object $serializer : kotlinx.serialization.internal/GeneratedSerializer { // dev.kord.common.entity/DiscordSoundboardSound.$serializer|null[0] + final val descriptor // dev.kord.common.entity/DiscordSoundboardSound.$serializer.descriptor|{}descriptor[0] + final fun (): kotlinx.serialization.descriptors/SerialDescriptor // dev.kord.common.entity/DiscordSoundboardSound.$serializer.descriptor.|(){}[0] + + final fun childSerializers(): kotlin/Array> // dev.kord.common.entity/DiscordSoundboardSound.$serializer.childSerializers|childSerializers(){}[0] + final fun deserialize(kotlinx.serialization.encoding/Decoder): dev.kord.common.entity/DiscordSoundboardSound // dev.kord.common.entity/DiscordSoundboardSound.$serializer.deserialize|deserialize(kotlinx.serialization.encoding.Decoder){}[0] + final fun serialize(kotlinx.serialization.encoding/Encoder, dev.kord.common.entity/DiscordSoundboardSound) // dev.kord.common.entity/DiscordSoundboardSound.$serializer.serialize|serialize(kotlinx.serialization.encoding.Encoder;dev.kord.common.entity.DiscordSoundboardSound){}[0] + } + + final object Companion { // dev.kord.common.entity/DiscordSoundboardSound.Companion|null[0] + final val $childSerializers // dev.kord.common.entity/DiscordSoundboardSound.Companion.$childSerializers|{}$childSerializers[0] + + final fun serializer(): kotlinx.serialization/KSerializer // dev.kord.common.entity/DiscordSoundboardSound.Companion.serializer|serializer(){}[0] + } +} + final class dev.kord.common.entity/DiscordStageInstance { // dev.kord.common.entity/DiscordStageInstance|null[0] constructor (dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/String, dev.kord.common.entity/StageInstancePrivacyLevel, kotlin/Boolean, dev.kord.common.entity/Snowflake?) // dev.kord.common.entity/DiscordStageInstance.|(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.String;dev.kord.common.entity.StageInstancePrivacyLevel;kotlin.Boolean;dev.kord.common.entity.Snowflake?){}[0] @@ -6961,6 +7010,35 @@ sealed class dev.kord.common.entity.optional/OptionalBoolean { // dev.kord.commo } } +sealed class dev.kord.common.entity.optional/OptionalDouble { // dev.kord.common.entity.optional/OptionalDouble|null[0] + final val asNullable // dev.kord.common.entity.optional/OptionalDouble.asNullable|{}asNullable[0] + final fun (): kotlin/Double? // dev.kord.common.entity.optional/OptionalDouble.asNullable.|(){}[0] + final val asOptional // dev.kord.common.entity.optional/OptionalDouble.asOptional|{}asOptional[0] + final fun (): dev.kord.common.entity.optional/Optional // dev.kord.common.entity.optional/OptionalDouble.asOptional.|(){}[0] + + final fun orElse(kotlin/Double): kotlin/Double // dev.kord.common.entity.optional/OptionalDouble.orElse|orElse(kotlin.Double){}[0] + + final class Value : dev.kord.common.entity.optional/OptionalDouble { // dev.kord.common.entity.optional/OptionalDouble.Value|null[0] + constructor (kotlin/Double) // dev.kord.common.entity.optional/OptionalDouble.Value.|(kotlin.Double){}[0] + + final val value // dev.kord.common.entity.optional/OptionalDouble.Value.value|{}value[0] + final fun (): kotlin/Double // dev.kord.common.entity.optional/OptionalDouble.Value.value.|(){}[0] + + final fun component1(): kotlin/Double // dev.kord.common.entity.optional/OptionalDouble.Value.component1|component1(){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.common.entity.optional/OptionalDouble.Value.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.common.entity.optional/OptionalDouble.Value.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.common.entity.optional/OptionalDouble.Value.toString|toString(){}[0] + } + + final object Companion { // dev.kord.common.entity.optional/OptionalDouble.Companion|null[0] + final fun serializer(): kotlinx.serialization/KSerializer // dev.kord.common.entity.optional/OptionalDouble.Companion.serializer|serializer(){}[0] + } + + final object Missing : dev.kord.common.entity.optional/OptionalDouble { // dev.kord.common.entity.optional/OptionalDouble.Missing|null[0] + final fun toString(): kotlin/String // dev.kord.common.entity.optional/OptionalDouble.Missing.toString|toString(){}[0] + } +} + sealed class dev.kord.common.entity.optional/OptionalInt { // dev.kord.common.entity.optional/OptionalInt|null[0] final val asNullable // dev.kord.common.entity.optional/OptionalInt.asNullable|{}asNullable[0] final fun (): kotlin/Int? // dev.kord.common.entity.optional/OptionalInt.asNullable.|(){}[0] @@ -9312,12 +9390,18 @@ final object dev.kord.common/KordConstants { // dev.kord.common/KordConstants|nu final val dev.kord.common.entity.optional/asNullable // dev.kord.common.entity.optional/asNullable|@dev.kord.common.entity.optional.OptionalBoolean?{}asNullable[0] final fun (dev.kord.common.entity.optional/OptionalBoolean?).(): kotlin/Boolean? // dev.kord.common.entity.optional/asNullable.|@dev.kord.common.entity.optional.OptionalBoolean?(){}[0] +final val dev.kord.common.entity.optional/asNullable // dev.kord.common.entity.optional/asNullable|@dev.kord.common.entity.optional.OptionalDouble?{}asNullable[0] + final fun (dev.kord.common.entity.optional/OptionalDouble?).(): kotlin/Double? // dev.kord.common.entity.optional/asNullable.|@dev.kord.common.entity.optional.OptionalDouble?(){}[0] final val dev.kord.common.entity.optional/asNullable // dev.kord.common.entity.optional/asNullable|@dev.kord.common.entity.optional.OptionalInt?{}asNullable[0] final fun (dev.kord.common.entity.optional/OptionalInt?).(): kotlin/Int? // dev.kord.common.entity.optional/asNullable.|@dev.kord.common.entity.optional.OptionalInt?(){}[0] final val dev.kord.common.entity.optional/asNullable // dev.kord.common.entity.optional/asNullable|@dev.kord.common.entity.optional.OptionalLong?{}asNullable[0] final fun (dev.kord.common.entity.optional/OptionalLong?).(): kotlin/Long? // dev.kord.common.entity.optional/asNullable.|@dev.kord.common.entity.optional.OptionalLong?(){}[0] +final val dev.kord.common.entity.optional/missingIfNull // dev.kord.common.entity.optional/missingIfNull|@dev.kord.common.entity.Snowflake?{}missingIfNull[0] + final fun (dev.kord.common.entity/Snowflake?).(): dev.kord.common.entity.optional/OptionalSnowflake // dev.kord.common.entity.optional/missingIfNull.|@dev.kord.common.entity.Snowflake?(){}[0] final val dev.kord.common.entity.optional/value // dev.kord.common.entity.optional/value|@dev.kord.common.entity.optional.OptionalBoolean?{}value[0] final fun (dev.kord.common.entity.optional/OptionalBoolean?).(): kotlin/Boolean? // dev.kord.common.entity.optional/value.|@dev.kord.common.entity.optional.OptionalBoolean?(){}[0] +final val dev.kord.common.entity.optional/value // dev.kord.common.entity.optional/value|@dev.kord.common.entity.optional.OptionalDouble?{}value[0] + final fun (dev.kord.common.entity.optional/OptionalDouble?).(): kotlin/Double? // dev.kord.common.entity.optional/value.|@dev.kord.common.entity.optional.OptionalDouble?(){}[0] final val dev.kord.common.entity.optional/value // dev.kord.common.entity.optional/value|@dev.kord.common.entity.optional.OptionalInt?{}value[0] final fun (dev.kord.common.entity.optional/OptionalInt?).(): kotlin/Int? // dev.kord.common.entity.optional/value.|@dev.kord.common.entity.optional.OptionalInt?(){}[0] final val dev.kord.common.entity.optional/value // dev.kord.common.entity.optional/value|@dev.kord.common.entity.optional.OptionalLong?{}value[0] @@ -9331,12 +9415,16 @@ final val dev.kord.common.entity/ALL // dev.kord.common.entity/ALL|@dev.kord.com final fun (dev.kord.common.entity.optional/Optional).dev.kord.common.entity.optional/toPrimitive(): dev.kord.common.entity.optional/OptionalBoolean // dev.kord.common.entity.optional/toPrimitive|toPrimitive@dev.kord.common.entity.optional.Optional(){}[0] final fun (dev.kord.common.entity.optional/OptionalBoolean?).dev.kord.common.entity.optional/orElse(kotlin/Boolean): kotlin/Boolean // dev.kord.common.entity.optional/orElse|orElse@dev.kord.common.entity.optional.OptionalBoolean?(kotlin.Boolean){}[0] +final fun (dev.kord.common.entity.optional/OptionalDouble?).dev.kord.common.entity.optional/getOrThrow(): kotlin/Double // dev.kord.common.entity.optional/getOrThrow|getOrThrow@dev.kord.common.entity.optional.OptionalDouble?(){}[0] +final fun (dev.kord.common.entity.optional/OptionalDouble?).dev.kord.common.entity.optional/orElse(kotlin/Int): kotlin/Int // dev.kord.common.entity.optional/orElse|orElse@dev.kord.common.entity.optional.OptionalDouble?(kotlin.Int){}[0] final fun (dev.kord.common.entity.optional/OptionalInt?).dev.kord.common.entity.optional/getOrThrow(): kotlin/Int // dev.kord.common.entity.optional/getOrThrow|getOrThrow@dev.kord.common.entity.optional.OptionalInt?(){}[0] final fun (dev.kord.common.entity.optional/OptionalInt?).dev.kord.common.entity.optional/orElse(kotlin/Int): kotlin/Int // dev.kord.common.entity.optional/orElse|orElse@dev.kord.common.entity.optional.OptionalInt?(kotlin.Int){}[0] final fun (dev.kord.common.entity.optional/OptionalLong?).dev.kord.common.entity.optional/orElse(kotlin/Long): kotlin/Long // dev.kord.common.entity.optional/orElse|orElse@dev.kord.common.entity.optional.OptionalLong?(kotlin.Long){}[0] final fun (dev.kord.common.entity/Snowflake).dev.kord.common.entity.optional/optionalSnowflake(): dev.kord.common.entity.optional/OptionalSnowflake.Value // dev.kord.common.entity.optional/optionalSnowflake|optionalSnowflake@dev.kord.common.entity.Snowflake(){}[0] final fun (dev.kord.common.entity/Snowflake?).dev.kord.common.entity.optional/optionalSnowflake(): dev.kord.common.entity.optional/OptionalSnowflake.Value? // dev.kord.common.entity.optional/optionalSnowflake|optionalSnowflake@dev.kord.common.entity.Snowflake?(){}[0] final fun (kotlin.reflect/KMutableProperty0).dev.kord.common.entity.optional.delegate/delegate(): kotlin.properties/ReadWriteProperty // dev.kord.common.entity.optional.delegate/delegate|delegate@kotlin.reflect.KMutableProperty0(){}[0] +final fun (kotlin.reflect/KMutableProperty0).dev.kord.common.entity.optional.delegate/delegate(): kotlin.properties/ReadWriteProperty // dev.kord.common.entity.optional.delegate/delegate|delegate@kotlin.reflect.KMutableProperty0(){}[0] +final fun (kotlin.reflect/KMutableProperty0).dev.kord.common.entity.optional.delegate/delegate(): kotlin.properties/ReadWriteProperty // dev.kord.common.entity.optional.delegate/delegate|delegate@kotlin.reflect.KMutableProperty0(){}[0] final fun (kotlin.reflect/KMutableProperty0).dev.kord.common.entity.optional.delegate/delegate(): kotlin.properties/ReadWriteProperty // dev.kord.common.entity.optional.delegate/delegate|delegate@kotlin.reflect.KMutableProperty0(){}[0] final fun (kotlin.reflect/KMutableProperty0).dev.kord.common.entity.optional.delegate/delegate(): kotlin.properties/ReadWriteProperty // dev.kord.common.entity.optional.delegate/delegate|delegate@kotlin.reflect.KMutableProperty0(){}[0] final fun (kotlin.reflect/KMutableProperty0).dev.kord.common.entity.optional.delegate/delegate(): kotlin.properties/ReadWriteProperty // dev.kord.common.entity.optional.delegate/delegate|delegate@kotlin.reflect.KMutableProperty0(){}[0] @@ -9344,6 +9432,7 @@ final fun (kotlin.reflect/KMutableProperty0).dev.kord.common.entity.optional.delegate/delegate(): kotlin.properties/ReadWriteProperty // dev.kord.common.entity.optional.delegate/delegate|delegate@kotlin.reflect.KMutableProperty0(){}[0] final fun (kotlin.reflect/KMutableProperty0).dev.kord.common.entity.optional.delegate/delegate(): kotlin.properties/ReadWriteProperty // dev.kord.common.entity.optional.delegate/delegate|delegate@kotlin.reflect.KMutableProperty0(){}[0] final fun (kotlin/Boolean).dev.kord.common.entity.optional/optional(): dev.kord.common.entity.optional/OptionalBoolean.Value // dev.kord.common.entity.optional/optional|optional@kotlin.Boolean(){}[0] +final fun (kotlin/Double).dev.kord.common.entity.optional/optionalDouble(): dev.kord.common.entity.optional/OptionalDouble.Value // dev.kord.common.entity.optional/optionalDouble|optionalDouble@kotlin.Double(){}[0] final fun (kotlin/Int).dev.kord.common.entity.optional/optionalInt(): dev.kord.common.entity.optional/OptionalInt.Value // dev.kord.common.entity.optional/optionalInt|optionalInt@kotlin.Int(){}[0] final fun (kotlin/Long?).dev.kord.common.entity.optional/optional(): dev.kord.common.entity.optional/OptionalLong // dev.kord.common.entity.optional/optional|optional@kotlin.Long?(){}[0] final fun (kotlinx.datetime/Instant).dev.kord.common/toMessageFormat(dev.kord.common/DiscordTimestampStyle? = ...): kotlin/String // dev.kord.common/toMessageFormat|toMessageFormat@kotlinx.datetime.Instant(dev.kord.common.DiscordTimestampStyle?){}[0] @@ -9410,6 +9499,7 @@ final fun dev.kord.common.ratelimit/IntervalRateLimiter(kotlin/Int, kotlin.time/ final fun dev.kord.common/DiscordBitSet(kotlin/LongArray...): dev.kord.common/DiscordBitSet // dev.kord.common/DiscordBitSet|DiscordBitSet(kotlin.LongArray...){}[0] final fun dev.kord.common/DiscordBitSet(kotlin/String): dev.kord.common/DiscordBitSet // dev.kord.common/DiscordBitSet|DiscordBitSet(kotlin.String){}[0] final fun dev.kord.common/EmptyBitSet(): dev.kord.common/DiscordBitSet // dev.kord.common/EmptyBitSet|EmptyBitSet(){}[0] +final inline fun (dev.kord.common.entity.optional/OptionalDouble).dev.kord.common.entity.optional/map(kotlin/Function1): dev.kord.common.entity.optional/OptionalDouble // dev.kord.common.entity.optional/map|map@dev.kord.common.entity.optional.OptionalDouble(kotlin.Function1){}[0] final inline fun (dev.kord.common.entity.optional/OptionalInt).dev.kord.common.entity.optional/map(kotlin/Function1): dev.kord.common.entity.optional/OptionalInt // dev.kord.common.entity.optional/map|map@dev.kord.common.entity.optional.OptionalInt(kotlin.Function1){}[0] final inline fun <#A: kotlin/Any, #B: kotlin/Any> (dev.kord.common.entity.optional/Optional<#A>).dev.kord.common.entity.optional/flatMap(kotlin/Function1<#A, dev.kord.common.entity.optional/Optional<#B>>): dev.kord.common.entity.optional/Optional<#B> // dev.kord.common.entity.optional/flatMap|flatMap@dev.kord.common.entity.optional.Optional<0:0>(kotlin.Function1<0:0,dev.kord.common.entity.optional.Optional<0:1>>){0§;1§}[0] final inline fun <#A: kotlin/Any, #B: kotlin/Any> (dev.kord.common.entity.optional/Optional<#A>).dev.kord.common.entity.optional/map(kotlin/Function1<#A, #B>): dev.kord.common.entity.optional/Optional<#B> // dev.kord.common.entity.optional/map|map@dev.kord.common.entity.optional.Optional<0:0>(kotlin.Function1<0:0,0:1>){0§;1§}[0] diff --git a/core/api/core.api b/core/api/core.api index a038d4920bb..910486491a7 100644 --- a/core/api/core.api +++ b/core/api/core.api @@ -36,6 +36,7 @@ public final class dev/kord/core/Kord : kotlinx/coroutines/CoroutineScope { public final fun getChannel (Ldev/kord/common/entity/Snowflake;Ldev/kord/core/supplier/EntitySupplyStrategy;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun getChannel$default (Ldev/kord/core/Kord;Ldev/kord/common/entity/Snowflake;Ldev/kord/core/supplier/EntitySupplyStrategy;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext; + public final fun getDefaultSoundboardSounds ()Lkotlinx/coroutines/flow/Flow; public final fun getDefaultSupplier ()Ldev/kord/core/supplier/EntitySupplier; public final fun getEntitlements (Ldev/kord/core/supplier/EntitySupplyStrategy;Lkotlin/jvm/functions/Function1;)Lkotlinx/coroutines/flow/Flow; public static synthetic fun getEntitlements$default (Ldev/kord/core/Kord;Ldev/kord/core/supplier/EntitySupplyStrategy;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lkotlinx/coroutines/flow/Flow; @@ -88,6 +89,7 @@ public final class dev/kord/core/Kord : kotlinx/coroutines/CoroutineScope { public final fun login (Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun login$default (Ldev/kord/core/Kord;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun logout (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public final fun requestSoundboardSounds (Ljava/util/List;)Lkotlinx/coroutines/flow/Flow; public final fun shutdown (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun toString ()Ljava/lang/String; public final fun updateApplicationRoleConnectionMetadataRecords (Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -180,6 +182,15 @@ public final class dev/kord/core/behavior/ChatInputCommandBehavior$DefaultImpls public static fun compareTo (Ldev/kord/core/behavior/ChatInputCommandBehavior;Ldev/kord/core/entity/Entity;)I } +public abstract interface class dev/kord/core/behavior/DefaultSoundboardSoundBehavior : dev/kord/core/behavior/SoundboardSoundBehavior { + public abstract fun send (Ldev/kord/core/behavior/channel/VoiceChannelBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; +} + +public final class dev/kord/core/behavior/DefaultSoundboardSoundBehavior$DefaultImpls { + public static fun compareTo (Ldev/kord/core/behavior/DefaultSoundboardSoundBehavior;Ldev/kord/core/entity/Entity;)I + public static fun send (Ldev/kord/core/behavior/DefaultSoundboardSoundBehavior;Ldev/kord/core/behavior/channel/VoiceChannelBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; +} + public abstract interface class dev/kord/core/behavior/GlobalApplicationCommandBehavior : dev/kord/core/behavior/ApplicationCommandBehavior { public abstract fun delete (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; } @@ -281,6 +292,9 @@ public abstract interface class dev/kord/core/behavior/GuildBehavior : dev/kord/ public abstract fun getRoleOrNull (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getRoles ()Lkotlinx/coroutines/flow/Flow; public abstract fun getScheduledEvents ()Lkotlinx/coroutines/flow/Flow; + public abstract fun getSoundboardSound (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun getSoundboardSoundOrNull (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun getSoundboardSounds ()Lkotlinx/coroutines/flow/Flow; public abstract fun getSticker (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getStickerOrNull (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getStickers ()Lkotlinx/coroutines/flow/Flow; @@ -298,6 +312,7 @@ public abstract interface class dev/kord/core/behavior/GuildBehavior : dev/kord/ public abstract fun leave (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun prune (ILjava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun requestMembers (Ldev/kord/gateway/RequestGuildMembers;)Lkotlinx/coroutines/flow/Flow; + public abstract fun requestSoundboardSounds ()Lkotlinx/coroutines/flow/Flow; public abstract fun unban (Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/behavior/GuildBehavior; } @@ -357,6 +372,9 @@ public final class dev/kord/core/behavior/GuildBehavior$DefaultImpls { public static fun getRoleOrNull (Ldev/kord/core/behavior/GuildBehavior;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static fun getRoles (Ldev/kord/core/behavior/GuildBehavior;)Lkotlinx/coroutines/flow/Flow; public static fun getScheduledEvents (Ldev/kord/core/behavior/GuildBehavior;)Lkotlinx/coroutines/flow/Flow; + public static fun getSoundboardSound (Ldev/kord/core/behavior/GuildBehavior;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static fun getSoundboardSoundOrNull (Ldev/kord/core/behavior/GuildBehavior;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static fun getSoundboardSounds (Ldev/kord/core/behavior/GuildBehavior;)Lkotlinx/coroutines/flow/Flow; public static fun getSticker (Ldev/kord/core/behavior/GuildBehavior;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static fun getStickerOrNull (Ldev/kord/core/behavior/GuildBehavior;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static fun getStickers (Ldev/kord/core/behavior/GuildBehavior;)Lkotlinx/coroutines/flow/Flow; @@ -376,6 +394,7 @@ public final class dev/kord/core/behavior/GuildBehavior$DefaultImpls { public static fun prune (Ldev/kord/core/behavior/GuildBehavior;ILjava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun prune$default (Ldev/kord/core/behavior/GuildBehavior;ILjava/lang/String;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public static fun requestMembers (Ldev/kord/core/behavior/GuildBehavior;Ldev/kord/gateway/RequestGuildMembers;)Lkotlinx/coroutines/flow/Flow; + public static fun requestSoundboardSounds (Ldev/kord/core/behavior/GuildBehavior;)Lkotlinx/coroutines/flow/Flow; public static fun unban (Ldev/kord/core/behavior/GuildBehavior;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun unban$default (Ldev/kord/core/behavior/GuildBehavior;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public static fun withStrategy (Ldev/kord/core/behavior/GuildBehavior;Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/behavior/GuildBehavior; @@ -411,6 +430,8 @@ public final class dev/kord/core/behavior/GuildBehaviorKt { public static final fun createRole (Ldev/kord/core/behavior/GuildBehavior;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun createRole$default (Ldev/kord/core/behavior/GuildBehavior;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public static final fun createScheduledEvent (Ldev/kord/core/behavior/GuildBehavior;Ljava/lang/String;Ldev/kord/common/entity/GuildScheduledEventPrivacyLevel;Lkotlinx/datetime/Instant;Ldev/kord/common/entity/ScheduledEntityType;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static final fun createSoundboardSound (Ldev/kord/core/behavior/GuildBehavior;Ljava/lang/String;Ldev/kord/rest/Sound;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static synthetic fun createSoundboardSound$default (Ldev/kord/core/behavior/GuildBehavior;Ljava/lang/String;Ldev/kord/rest/Sound;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public static final fun createSpamAutoModerationRule (Ldev/kord/core/behavior/GuildBehavior;Ljava/lang/String;Ldev/kord/common/entity/AutoModerationRuleEventType;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun createSpamAutoModerationRule$default (Ldev/kord/core/behavior/GuildBehavior;Ljava/lang/String;Ldev/kord/common/entity/AutoModerationRuleEventType;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public static final fun createStageChannel (Ldev/kord/core/behavior/GuildBehavior;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -509,6 +530,30 @@ public final class dev/kord/core/behavior/GuildScheduledEventBehaviorKt { public static final fun edit (Ldev/kord/core/behavior/GuildScheduledEventBehavior;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; } +public abstract interface class dev/kord/core/behavior/GuildSoundboardSoundBehavior : dev/kord/core/behavior/SoundboardSoundBehavior { + public abstract fun asGuildSoundboardSound (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun asGuildSoundboardSoundOrNull (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun delete (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun fetchGuildSoundboardSound (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun fetchGuildSoundboardSoundOrNull (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun getGuild ()Ldev/kord/core/behavior/GuildBehavior; + public abstract fun getGuildId ()Ldev/kord/common/entity/Snowflake; + public abstract fun send (Ldev/kord/core/behavior/channel/VoiceChannelBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/behavior/GuildSoundboardSoundBehavior; +} + +public final class dev/kord/core/behavior/GuildSoundboardSoundBehavior$DefaultImpls { + public static fun asGuildSoundboardSound (Ldev/kord/core/behavior/GuildSoundboardSoundBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static fun asGuildSoundboardSoundOrNull (Ldev/kord/core/behavior/GuildSoundboardSoundBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static fun compareTo (Ldev/kord/core/behavior/GuildSoundboardSoundBehavior;Ldev/kord/core/entity/Entity;)I + public static fun delete (Ldev/kord/core/behavior/GuildSoundboardSoundBehavior;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static synthetic fun delete$default (Ldev/kord/core/behavior/GuildSoundboardSoundBehavior;Ljava/lang/String;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; + public static fun fetchGuildSoundboardSound (Ldev/kord/core/behavior/GuildSoundboardSoundBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static fun fetchGuildSoundboardSoundOrNull (Ldev/kord/core/behavior/GuildSoundboardSoundBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static fun getGuild (Ldev/kord/core/behavior/GuildSoundboardSoundBehavior;)Ldev/kord/core/behavior/GuildBehavior; + public static fun send (Ldev/kord/core/behavior/GuildSoundboardSoundBehavior;Ldev/kord/core/behavior/channel/VoiceChannelBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; +} + public abstract interface class dev/kord/core/behavior/GuildUserCommandBehavior : dev/kord/core/behavior/GuildApplicationCommandBehavior, dev/kord/core/behavior/UserCommandBehavior { public abstract fun edit (Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; } @@ -683,6 +728,19 @@ public final class dev/kord/core/behavior/RoleBehaviorKt { public static final fun edit (Ldev/kord/core/behavior/RoleBehavior;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; } +public abstract interface class dev/kord/core/behavior/SoundboardSoundBehavior : dev/kord/core/entity/KordEntity, dev/kord/core/entity/Strategizable { + public abstract fun send (Ldev/kord/core/behavior/channel/VoiceChannelBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/behavior/SoundboardSoundBehavior; +} + +public final class dev/kord/core/behavior/SoundboardSoundBehavior$DefaultImpls { + public static fun compareTo (Ldev/kord/core/behavior/SoundboardSoundBehavior;Ldev/kord/core/entity/Entity;)I +} + +public final class dev/kord/core/behavior/SoundboardSoundBehaviorKt { + public static final fun edit (Ldev/kord/core/behavior/GuildSoundboardSoundBehavior;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; +} + public abstract interface class dev/kord/core/behavior/StageInstanceBehavior : dev/kord/core/entity/KordEntity, dev/kord/core/entity/Strategizable { public abstract fun asStageInstance (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun asStageInstanceOrNull (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -1554,6 +1612,7 @@ public abstract interface class dev/kord/core/behavior/channel/VoiceChannelBehav public abstract fun asChannelOrNull (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun fetchChannel (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun fetchChannelOrNull (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun playSound (Ldev/kord/core/behavior/SoundboardSoundBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/behavior/channel/VoiceChannelBehavior; } @@ -1583,6 +1642,7 @@ public final class dev/kord/core/behavior/channel/VoiceChannelBehavior$DefaultIm public static fun getPosition (Ldev/kord/core/behavior/channel/VoiceChannelBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static fun getVoiceStates (Ldev/kord/core/behavior/channel/VoiceChannelBehavior;)Lkotlinx/coroutines/flow/Flow; public static fun getWebhooks (Ldev/kord/core/behavior/channel/VoiceChannelBehavior;)Lkotlinx/coroutines/flow/Flow; + public static fun playSound (Ldev/kord/core/behavior/channel/VoiceChannelBehavior;Ldev/kord/core/behavior/SoundboardSoundBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static fun type (Ldev/kord/core/behavior/channel/VoiceChannelBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static fun typeUntil (Ldev/kord/core/behavior/channel/VoiceChannelBehavior;Lkotlin/time/TimeMark;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static fun typeUntil (Ldev/kord/core/behavior/channel/VoiceChannelBehavior;Lkotlinx/datetime/Instant;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -2285,6 +2345,7 @@ public final class dev/kord/core/cache/KordCacheBuilder { public final fun presences (Lkotlin/jvm/functions/Function2;)V public final fun roles (Lkotlin/jvm/functions/Function2;)V public final fun setDefaultGenerator (Lkotlin/jvm/functions/Function2;)V + public final fun soundboardSounds (Lkotlin/jvm/functions/Function2;)V public final fun stickers (Lkotlin/jvm/functions/Function2;)V public final fun subscriptions (Lkotlin/jvm/functions/Function2;)V public final fun users (Lkotlin/jvm/functions/Function2;)V @@ -5065,6 +5126,37 @@ public final class dev/kord/core/cache/data/SelectOptionData$Companion { public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class dev/kord/core/cache/data/SoundboardSoundData { + public static final field Companion Ldev/kord/core/cache/data/SoundboardSoundData$Companion; + public fun (Ljava/lang/String;Ldev/kord/common/entity/Snowflake;DLdev/kord/common/entity/Snowflake;Ljava/lang/String;Ldev/kord/common/entity/optional/OptionalSnowflake;ZLdev/kord/common/entity/optional/Optional;)V + public synthetic fun (Ljava/lang/String;Ldev/kord/common/entity/Snowflake;DLdev/kord/common/entity/Snowflake;Ljava/lang/String;Ldev/kord/common/entity/optional/OptionalSnowflake;ZLdev/kord/common/entity/optional/Optional;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun getAvailable ()Z + public final fun getEmojiId ()Ldev/kord/common/entity/Snowflake; + public final fun getEmojiName ()Ljava/lang/String; + public final fun getGuildId ()Ldev/kord/common/entity/optional/OptionalSnowflake; + public final fun getId ()Ldev/kord/common/entity/Snowflake; + public final fun getName ()Ljava/lang/String; + public final fun getUser ()Ldev/kord/common/entity/optional/Optional; + public final fun getVolume ()D +} + +public synthetic class dev/kord/core/cache/data/SoundboardSoundData$$serializer : kotlinx/serialization/internal/GeneratedSerializer { + public static final field INSTANCE Ldev/kord/core/cache/data/SoundboardSoundData$$serializer; + public final fun childSerializers ()[Lkotlinx/serialization/KSerializer; + public final fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ldev/kord/core/cache/data/SoundboardSoundData; + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public final fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public final fun serialize (Lkotlinx/serialization/encoding/Encoder;Ldev/kord/core/cache/data/SoundboardSoundData;)V + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer; +} + +public final class dev/kord/core/cache/data/SoundboardSoundData$Companion { + public final fun from (Ldev/kord/common/entity/DiscordSoundboardSound;)Ldev/kord/core/cache/data/SoundboardSoundData; + public final fun getDescription ()Ldev/kord/cache/api/data/DataDescription; + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class dev/kord/core/cache/data/StageInstanceData { public static final field Companion Ldev/kord/core/cache/data/StageInstanceData$Companion; public fun (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Ldev/kord/common/entity/StageInstancePrivacyLevel;Ldev/kord/common/entity/Snowflake;)V @@ -6034,6 +6126,27 @@ public final class dev/kord/core/entity/ClientStatus$Client$Web : dev/kord/core/ public fun (Ldev/kord/common/entity/PresenceStatus;)V } +public final class dev/kord/core/entity/DefaultSoundboardSound : dev/kord/core/behavior/DefaultSoundboardSoundBehavior, dev/kord/core/entity/SoundboardSound { + public fun (Ldev/kord/core/cache/data/SoundboardSoundData;Ldev/kord/core/Kord;Ldev/kord/core/supplier/EntitySupplier;)V + public synthetic fun (Ldev/kord/core/cache/data/SoundboardSoundData;Ldev/kord/core/Kord;Ldev/kord/core/supplier/EntitySupplier;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public fun compareTo (Ldev/kord/core/entity/Entity;)I + public synthetic fun compareTo (Ljava/lang/Object;)I + public fun getAvailable ()Z + public fun getData ()Ldev/kord/core/cache/data/SoundboardSoundData; + public fun getEmojiName ()Ljava/lang/String; + public fun getId ()Ldev/kord/common/entity/Snowflake; + public fun getKord ()Ldev/kord/core/Kord; + public fun getName ()Ljava/lang/String; + public fun getSoundId ()Ldev/kord/common/entity/Snowflake; + public fun getSupplier ()Ldev/kord/core/supplier/EntitySupplier; + public fun getVolume ()D + public fun send (Ldev/kord/core/behavior/channel/VoiceChannelBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public synthetic fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/behavior/SoundboardSoundBehavior; + public fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/entity/DefaultSoundboardSound; + public synthetic fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/entity/SoundboardSound; + public synthetic fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/entity/Strategizable; +} + public final class dev/kord/core/entity/Embed : dev/kord/core/KordObject { public fun (Ldev/kord/core/cache/data/EmbedData;Ldev/kord/core/Kord;)V public final fun apply (Ldev/kord/rest/builder/message/EmbedBuilder;)V @@ -6304,6 +6417,9 @@ public final class dev/kord/core/entity/Guild : dev/kord/core/behavior/GuildBeha public final fun getSafetyAlertsChannel ()Ldev/kord/core/behavior/channel/TextChannelBehavior; public final fun getSafetyAlertsChannelId ()Ldev/kord/common/entity/Snowflake; public fun getScheduledEvents ()Lkotlinx/coroutines/flow/Flow; + public fun getSoundboardSound (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun getSoundboardSoundOrNull (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun getSoundboardSounds ()Lkotlinx/coroutines/flow/Flow; public final fun getSplash ()Ldev/kord/core/entity/Asset; public final fun getSplashHash ()Ljava/lang/String; public final fun getStageInstances ()Ljava/util/Set; @@ -6340,6 +6456,7 @@ public final class dev/kord/core/entity/Guild : dev/kord/core/behavior/GuildBeha public fun leave (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun prune (ILjava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun requestMembers (Ldev/kord/gateway/RequestGuildMembers;)Lkotlinx/coroutines/flow/Flow; + public fun requestSoundboardSounds ()Lkotlinx/coroutines/flow/Flow; public fun toString ()Ljava/lang/String; public fun unban (Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public synthetic fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/behavior/GuildBehavior; @@ -6510,6 +6627,37 @@ public final class dev/kord/core/entity/GuildScheduledEvent : dev/kord/core/beha public fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/entity/Strategizable; } +public final class dev/kord/core/entity/GuildSoundboardSound : dev/kord/core/behavior/GuildSoundboardSoundBehavior, dev/kord/core/entity/SoundboardSound { + public fun (Ldev/kord/core/cache/data/SoundboardSoundData;Ldev/kord/core/Kord;Ldev/kord/core/supplier/EntitySupplier;)V + public synthetic fun (Ldev/kord/core/cache/data/SoundboardSoundData;Ldev/kord/core/Kord;Ldev/kord/core/supplier/EntitySupplier;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public fun asGuildSoundboardSound (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun asGuildSoundboardSoundOrNull (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun compareTo (Ldev/kord/core/entity/Entity;)I + public synthetic fun compareTo (Ljava/lang/Object;)I + public fun delete (Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun fetchGuildSoundboardSound (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun fetchGuildSoundboardSoundOrNull (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun getAvailable ()Z + public fun getData ()Ldev/kord/core/cache/data/SoundboardSoundData; + public final fun getEmojiId ()Ldev/kord/common/entity/Snowflake; + public fun getEmojiName ()Ljava/lang/String; + public fun getGuild ()Ldev/kord/core/behavior/GuildBehavior; + public fun getGuildId ()Ldev/kord/common/entity/Snowflake; + public fun getId ()Ldev/kord/common/entity/Snowflake; + public fun getKord ()Ldev/kord/core/Kord; + public fun getName ()Ljava/lang/String; + public fun getSoundId ()Ldev/kord/common/entity/Snowflake; + public fun getSupplier ()Ldev/kord/core/supplier/EntitySupplier; + public final fun getUser ()Ldev/kord/core/entity/User; + public fun getVolume ()D + public fun send (Ldev/kord/core/behavior/channel/VoiceChannelBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public synthetic fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/behavior/GuildSoundboardSoundBehavior; + public synthetic fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/behavior/SoundboardSoundBehavior; + public fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/entity/GuildSoundboardSound; + public synthetic fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/entity/SoundboardSound; + public synthetic fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/entity/Strategizable; +} + public final class dev/kord/core/entity/GuildSticker : dev/kord/core/entity/Sticker, dev/kord/core/behavior/StickerBehavior { public fun (Ldev/kord/core/cache/data/StickerData;Ldev/kord/core/Kord;Ldev/kord/core/supplier/EntitySupplier;)V public synthetic fun (Ldev/kord/core/cache/data/StickerData;Ldev/kord/core/Kord;Ldev/kord/core/supplier/EntitySupplier;ILkotlin/jvm/internal/DefaultConstructorMarker;)V @@ -6860,6 +7008,9 @@ public final class dev/kord/core/entity/PartialGuild : dev/kord/core/behavior/Gu public fun getRoleOrNull (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getRoles ()Lkotlinx/coroutines/flow/Flow; public fun getScheduledEvents ()Lkotlinx/coroutines/flow/Flow; + public fun getSoundboardSound (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun getSoundboardSoundOrNull (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun getSoundboardSounds ()Lkotlinx/coroutines/flow/Flow; public final fun getSplash ()Ldev/kord/core/entity/Asset; public final fun getSplashHash ()Ljava/lang/String; public fun getSticker (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -6885,6 +7036,7 @@ public final class dev/kord/core/entity/PartialGuild : dev/kord/core/behavior/Gu public fun leave (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun prune (ILjava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun requestMembers (Ldev/kord/gateway/RequestGuildMembers;)Lkotlinx/coroutines/flow/Flow; + public fun requestSoundboardSounds ()Lkotlinx/coroutines/flow/Flow; public fun toString ()Ljava/lang/String; public fun unban (Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public synthetic fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/behavior/GuildBehavior; @@ -7085,6 +7237,25 @@ public final class dev/kord/core/entity/RoleTags : dev/kord/core/KordObject, dev public fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/entity/Strategizable; } +public abstract interface class dev/kord/core/entity/SoundboardSound : dev/kord/core/behavior/SoundboardSoundBehavior { + public abstract fun getAvailable ()Z + public abstract fun getData ()Ldev/kord/core/cache/data/SoundboardSoundData; + public abstract fun getEmojiName ()Ljava/lang/String; + public abstract fun getName ()Ljava/lang/String; + public abstract fun getSoundId ()Ldev/kord/common/entity/Snowflake; + public abstract fun getVolume ()D + public abstract fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/entity/SoundboardSound; +} + +public final class dev/kord/core/entity/SoundboardSound$DefaultImpls { + public static fun compareTo (Ldev/kord/core/entity/SoundboardSound;Ldev/kord/core/entity/Entity;)I + public static fun getAvailable (Ldev/kord/core/entity/SoundboardSound;)Z + public static fun getEmojiName (Ldev/kord/core/entity/SoundboardSound;)Ljava/lang/String; + public static fun getName (Ldev/kord/core/entity/SoundboardSound;)Ljava/lang/String; + public static fun getSoundId (Ldev/kord/core/entity/SoundboardSound;)Ldev/kord/common/entity/Snowflake; + public static fun getVolume (Ldev/kord/core/entity/SoundboardSound;)D +} + public final class dev/kord/core/entity/StageInstance : dev/kord/core/behavior/StageInstanceBehavior { public fun (Ldev/kord/core/cache/data/StageInstanceData;Ldev/kord/core/Kord;Ldev/kord/core/supplier/EntitySupplier;)V public synthetic fun (Ldev/kord/core/cache/data/StageInstanceData;Ldev/kord/core/Kord;Ldev/kord/core/supplier/EntitySupplier;ILkotlin/jvm/internal/DefaultConstructorMarker;)V @@ -8767,6 +8938,7 @@ public final class dev/kord/core/entity/channel/VoiceChannel : dev/kord/core/beh public fun getVoiceStates ()Lkotlinx/coroutines/flow/Flow; public fun getWebhooks ()Lkotlinx/coroutines/flow/Flow; public fun hashCode ()I + public fun playSound (Ldev/kord/core/behavior/SoundboardSoundBehavior;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun toString ()Ljava/lang/String; public fun type (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun typeUntil (Lkotlin/time/TimeMark;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -12271,6 +12443,58 @@ public final class dev/kord/core/event/guild/GuildScheduledEventUserRemoveEvent public fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/event/guild/GuildScheduledEventUserRemoveEvent; } +public final class dev/kord/core/event/guild/GuildSoundboardSoundCreateEvent : dev/kord/core/event/Event { + public fun (Ldev/kord/core/entity/GuildSoundboardSound;ILjava/lang/Object;Ldev/kord/core/Kord;)V + public fun getCustomContext ()Ljava/lang/Object; + public fun getGateway ()Ldev/kord/gateway/Gateway; + public fun getKord ()Ldev/kord/core/Kord; + public fun getShard ()I + public final fun getSound ()Ldev/kord/core/entity/GuildSoundboardSound; +} + +public final class dev/kord/core/event/guild/GuildSoundboardSoundDeletEvent : dev/kord/core/event/Event { + public fun (Ldev/kord/core/entity/GuildSoundboardSound;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;ILjava/lang/Object;Ldev/kord/core/Kord;)V + public fun getCustomContext ()Ljava/lang/Object; + public fun getGateway ()Ldev/kord/gateway/Gateway; + public final fun getGuildId ()Ldev/kord/common/entity/Snowflake; + public fun getKord ()Ldev/kord/core/Kord; + public final fun getOld ()Ldev/kord/core/entity/GuildSoundboardSound; + public fun getShard ()I + public final fun getSoundId ()Ldev/kord/common/entity/Snowflake; +} + +public final class dev/kord/core/event/guild/GuildSoundboardSoundUpdateEvent : dev/kord/core/event/Event { + public fun (Ldev/kord/core/entity/GuildSoundboardSound;Ldev/kord/core/entity/GuildSoundboardSound;ILjava/lang/Object;Ldev/kord/core/Kord;)V + public fun getCustomContext ()Ljava/lang/Object; + public fun getGateway ()Ldev/kord/gateway/Gateway; + public fun getKord ()Ldev/kord/core/Kord; + public final fun getOld ()Ldev/kord/core/entity/GuildSoundboardSound; + public fun getShard ()I + public final fun getSound ()Ldev/kord/core/entity/GuildSoundboardSound; +} + +public final class dev/kord/core/event/guild/GuildSoundboardSoundsUpdateEvent : dev/kord/core/event/Event { + public fun (Ljava/util/List;ILjava/lang/Object;Ldev/kord/core/Kord;)V + public fun getCustomContext ()Ljava/lang/Object; + public fun getGateway ()Ldev/kord/gateway/Gateway; + public fun getKord ()Ldev/kord/core/Kord; + public fun getShard ()I + public final fun getSounds ()Ljava/util/List; +} + +public final class dev/kord/core/event/guild/GuildSoundboardSoundsUpdateEvent$UpdatedGuildSoundboardSound { + public fun (Ldev/kord/core/entity/GuildSoundboardSound;Ldev/kord/core/entity/GuildSoundboardSound;)V + public final fun component1 ()Ldev/kord/core/entity/GuildSoundboardSound; + public final fun component2 ()Ldev/kord/core/entity/GuildSoundboardSound; + public final fun copy (Ldev/kord/core/entity/GuildSoundboardSound;Ldev/kord/core/entity/GuildSoundboardSound;)Ldev/kord/core/event/guild/GuildSoundboardSoundsUpdateEvent$UpdatedGuildSoundboardSound; + public static synthetic fun copy$default (Ldev/kord/core/event/guild/GuildSoundboardSoundsUpdateEvent$UpdatedGuildSoundboardSound;Ldev/kord/core/entity/GuildSoundboardSound;Ldev/kord/core/entity/GuildSoundboardSound;ILjava/lang/Object;)Ldev/kord/core/event/guild/GuildSoundboardSoundsUpdateEvent$UpdatedGuildSoundboardSound; + public fun equals (Ljava/lang/Object;)Z + public final fun getOld ()Ldev/kord/core/entity/GuildSoundboardSound; + public final fun getSound ()Ldev/kord/core/entity/GuildSoundboardSound; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + public final class dev/kord/core/event/guild/GuildUpdateEvent : dev/kord/core/event/Event { public fun (Ldev/kord/core/entity/Guild;Ldev/kord/core/entity/Guild;ILjava/lang/Object;)V public fun getCustomContext ()Ljava/lang/Object; @@ -12493,6 +12717,29 @@ public final class dev/kord/core/event/guild/MembersChunkEvent : dev/kord/core/e public fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/event/guild/MembersChunkEvent; } +public final class dev/kord/core/event/guild/SoundboardSounds : dev/kord/core/entity/Strategizable, dev/kord/core/event/Event { + public fun (Ljava/util/List;Ldev/kord/common/entity/Snowflake;ILjava/lang/Object;Ldev/kord/core/Kord;Ldev/kord/core/supplier/EntitySupplier;)V + public synthetic fun (Ljava/util/List;Ldev/kord/common/entity/Snowflake;ILjava/lang/Object;Ldev/kord/core/Kord;Ldev/kord/core/supplier/EntitySupplier;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public fun getCustomContext ()Ljava/lang/Object; + public fun getGateway ()Ldev/kord/gateway/Gateway; + public final fun getGuild (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public final fun getGuildId ()Ldev/kord/common/entity/Snowflake; + public fun getKord ()Ldev/kord/core/Kord; + public fun getShard ()I + public final fun getSounds ()Ljava/util/List; + public fun getSupplier ()Ldev/kord/core/supplier/EntitySupplier; + public fun withStrategy (Ldev/kord/core/supplier/EntitySupplyStrategy;)Ldev/kord/core/entity/Strategizable; +} + +public final class dev/kord/core/event/guild/VoiceChannelEffectSentEvent : dev/kord/core/event/Event { + public fun (Ldev/kord/gateway/VoiceChannelEffect;ILjava/lang/Object;Ldev/kord/core/Kord;)V + public fun getCustomContext ()Ljava/lang/Object; + public final fun getEffect ()Ldev/kord/gateway/VoiceChannelEffect; + public fun getGateway ()Ldev/kord/gateway/Gateway; + public fun getKord ()Ldev/kord/core/Kord; + public fun getShard ()I +} + public final class dev/kord/core/event/guild/VoiceServerUpdateEvent : dev/kord/core/entity/Strategizable, dev/kord/core/event/Event { public fun (Ljava/lang/String;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Ldev/kord/core/Kord;ILjava/lang/Object;Ldev/kord/core/supplier/EntitySupplier;)V public synthetic fun (Ljava/lang/String;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Ldev/kord/core/Kord;ILjava/lang/Object;Ldev/kord/core/supplier/EntitySupplier;ILkotlin/jvm/internal/DefaultConstructorMarker;)V @@ -13392,6 +13639,7 @@ public final class dev/kord/core/exception/EntityNotFoundException$Companion { public final fun onboardingNotFound (Ldev/kord/common/entity/Snowflake;)Ljava/lang/Void; public final fun roleNotFound (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;)Ljava/lang/Void; public final fun selfNotFound ()Ljava/lang/Void; + public final fun soundboardSoundNotFound (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;)Ljava/lang/Void; public final fun stageInstanceNotFound (Ldev/kord/common/entity/Snowflake;)Ljava/lang/Void; public final fun stickerNotFound (Ldev/kord/common/entity/Snowflake;)Ljava/lang/Void; public final fun subscriptionNotFound (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;)Ljava/lang/Void; @@ -13825,6 +14073,9 @@ public final class dev/kord/core/supplier/CacheEntitySupplier : dev/kord/core/su public fun getGuildScheduledEventUsersAfter (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/Integer;)Lkotlinx/coroutines/flow/Flow; public fun getGuildScheduledEventUsersBefore (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/Integer;)Lkotlinx/coroutines/flow/Flow; public fun getGuildScheduledEvents (Ldev/kord/common/entity/Snowflake;)Lkotlinx/coroutines/flow/Flow; + public fun getGuildSoundboardSound (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun getGuildSoundboardSoundOrNull (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun getGuildSoundboardSounds (Ldev/kord/common/entity/Snowflake;)Lkotlinx/coroutines/flow/Flow; public fun getGuildSticker (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getGuildStickerOrNull (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getGuildStickers (Ldev/kord/common/entity/Snowflake;)Lkotlinx/coroutines/flow/Flow; @@ -13919,6 +14170,9 @@ public abstract interface class dev/kord/core/supplier/EntitySupplier { public abstract fun getGuildScheduledEventUsersAfter (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/Integer;)Lkotlinx/coroutines/flow/Flow; public abstract fun getGuildScheduledEventUsersBefore (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/Integer;)Lkotlinx/coroutines/flow/Flow; public abstract fun getGuildScheduledEvents (Ldev/kord/common/entity/Snowflake;)Lkotlinx/coroutines/flow/Flow; + public abstract fun getGuildSoundboardSound (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun getGuildSoundboardSoundOrNull (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun getGuildSoundboardSounds (Ldev/kord/common/entity/Snowflake;)Lkotlinx/coroutines/flow/Flow; public abstract fun getGuildSticker (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getGuildStickerOrNull (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public abstract fun getGuildStickers (Ldev/kord/common/entity/Snowflake;)Lkotlinx/coroutines/flow/Flow; @@ -13989,6 +14243,7 @@ public final class dev/kord/core/supplier/EntitySupplier$DefaultImpls { public static synthetic fun getGuildScheduledEventUsers$default (Ldev/kord/core/supplier/EntitySupplier;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/Integer;ILjava/lang/Object;)Lkotlinx/coroutines/flow/Flow; public static synthetic fun getGuildScheduledEventUsersAfter$default (Ldev/kord/core/supplier/EntitySupplier;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/Integer;ILjava/lang/Object;)Lkotlinx/coroutines/flow/Flow; public static synthetic fun getGuildScheduledEventUsersBefore$default (Ldev/kord/core/supplier/EntitySupplier;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/Integer;ILjava/lang/Object;)Lkotlinx/coroutines/flow/Flow; + public static fun getGuildSoundboardSound (Ldev/kord/core/supplier/EntitySupplier;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static fun getGuildSticker (Ldev/kord/core/supplier/EntitySupplier;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static fun getGuildWidget (Ldev/kord/core/supplier/EntitySupplier;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun getJoinedPrivateArchivedThreads$default (Ldev/kord/core/supplier/EntitySupplier;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/Integer;ILjava/lang/Object;)Lkotlinx/coroutines/flow/Flow; @@ -14082,6 +14337,9 @@ public final class dev/kord/core/supplier/RestEntitySupplier : dev/kord/core/sup public fun getGuildScheduledEventUsersAfter (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/Integer;)Lkotlinx/coroutines/flow/Flow; public fun getGuildScheduledEventUsersBefore (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/Integer;)Lkotlinx/coroutines/flow/Flow; public fun getGuildScheduledEvents (Ldev/kord/common/entity/Snowflake;)Lkotlinx/coroutines/flow/Flow; + public fun getGuildSoundboardSound (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun getGuildSoundboardSoundOrNull (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun getGuildSoundboardSounds (Ldev/kord/common/entity/Snowflake;)Lkotlinx/coroutines/flow/Flow; public fun getGuildSticker (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getGuildStickerOrNull (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getGuildStickers (Ldev/kord/common/entity/Snowflake;)Lkotlinx/coroutines/flow/Flow; @@ -14183,6 +14441,9 @@ public final class dev/kord/core/supplier/StoreEntitySupplier : dev/kord/core/su public fun getGuildScheduledEventUsersAfter (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/Integer;)Lkotlinx/coroutines/flow/Flow; public fun getGuildScheduledEventUsersBefore (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/Integer;)Lkotlinx/coroutines/flow/Flow; public fun getGuildScheduledEvents (Ldev/kord/common/entity/Snowflake;)Lkotlinx/coroutines/flow/Flow; + public fun getGuildSoundboardSound (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun getGuildSoundboardSoundOrNull (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public fun getGuildSoundboardSounds (Ldev/kord/common/entity/Snowflake;)Lkotlinx/coroutines/flow/Flow; public fun getGuildSticker (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getGuildStickerOrNull (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public fun getGuildStickers (Ldev/kord/common/entity/Snowflake;)Lkotlinx/coroutines/flow/Flow; diff --git a/core/api/core.klib.api b/core/api/core.klib.api index 23bc8491c80..02ddbde0ea2 100644 --- a/core/api/core.klib.api +++ b/core/api/core.klib.api @@ -294,6 +294,7 @@ abstract interface dev.kord.core.behavior.channel/VoiceChannelBehavior : dev.kor open suspend fun asChannelOrNull(): dev.kord.core.entity.channel/VoiceChannel? // dev.kord.core.behavior.channel/VoiceChannelBehavior.asChannelOrNull|asChannelOrNull(){}[0] open suspend fun fetchChannel(): dev.kord.core.entity.channel/VoiceChannel // dev.kord.core.behavior.channel/VoiceChannelBehavior.fetchChannel|fetchChannel(){}[0] open suspend fun fetchChannelOrNull(): dev.kord.core.entity.channel/VoiceChannel? // dev.kord.core.behavior.channel/VoiceChannelBehavior.fetchChannelOrNull|fetchChannelOrNull(){}[0] + open suspend fun playSound(dev.kord.core.behavior/SoundboardSoundBehavior) // dev.kord.core.behavior.channel/VoiceChannelBehavior.playSound|playSound(dev.kord.core.behavior.SoundboardSoundBehavior){}[0] } abstract interface dev.kord.core.behavior.interaction.followup/EphemeralFollowupMessageBehavior : dev.kord.core.behavior.interaction.followup/FollowupMessageBehavior { // dev.kord.core.behavior.interaction.followup/EphemeralFollowupMessageBehavior|null[0] @@ -440,6 +441,10 @@ abstract interface dev.kord.core.behavior/ChatInputCommandBehavior : dev.kord.co abstract suspend fun edit(kotlin.coroutines/SuspendFunction1): dev.kord.core.entity.application/ChatInputCommandCommand // dev.kord.core.behavior/ChatInputCommandBehavior.edit|edit(kotlin.coroutines.SuspendFunction1){}[0] } +abstract interface dev.kord.core.behavior/DefaultSoundboardSoundBehavior : dev.kord.core.behavior/SoundboardSoundBehavior { // dev.kord.core.behavior/DefaultSoundboardSoundBehavior|null[0] + open suspend fun send(dev.kord.core.behavior.channel/VoiceChannelBehavior) // dev.kord.core.behavior/DefaultSoundboardSoundBehavior.send|send(dev.kord.core.behavior.channel.VoiceChannelBehavior){}[0] +} + abstract interface dev.kord.core.behavior/GlobalApplicationCommandBehavior : dev.kord.core.behavior/ApplicationCommandBehavior { // dev.kord.core.behavior/GlobalApplicationCommandBehavior|null[0] open suspend fun delete() // dev.kord.core.behavior/GlobalApplicationCommandBehavior.delete|delete(){}[0] } @@ -492,6 +497,8 @@ abstract interface dev.kord.core.behavior/GuildBehavior : dev.kord.core.entity/K open fun (): kotlinx.coroutines.flow/Flow // dev.kord.core.behavior/GuildBehavior.roles.|(){}[0] open val scheduledEvents // dev.kord.core.behavior/GuildBehavior.scheduledEvents|{}scheduledEvents[0] open fun (): kotlinx.coroutines.flow/Flow // dev.kord.core.behavior/GuildBehavior.scheduledEvents.|(){}[0] + open val soundboardSounds // dev.kord.core.behavior/GuildBehavior.soundboardSounds|{}soundboardSounds[0] + open fun (): kotlinx.coroutines.flow/Flow // dev.kord.core.behavior/GuildBehavior.soundboardSounds.|(){}[0] open val stickers // dev.kord.core.behavior/GuildBehavior.stickers|{}stickers[0] open fun (): kotlinx.coroutines.flow/Flow // dev.kord.core.behavior/GuildBehavior.stickers.|(){}[0] open val templates // dev.kord.core.behavior/GuildBehavior.templates|{}templates[0] @@ -504,6 +511,7 @@ abstract interface dev.kord.core.behavior/GuildBehavior : dev.kord.core.entity/K open fun getApplicationCommands(kotlin/Boolean? = ...): kotlinx.coroutines.flow/Flow // dev.kord.core.behavior/GuildBehavior.getApplicationCommands|getApplicationCommands(kotlin.Boolean?){}[0] open fun getMembers(kotlin/String, kotlin/Int = ...): kotlinx.coroutines.flow/Flow // dev.kord.core.behavior/GuildBehavior.getMembers|getMembers(kotlin.String;kotlin.Int){}[0] open fun requestMembers(dev.kord.gateway/RequestGuildMembers): kotlinx.coroutines.flow/Flow // dev.kord.core.behavior/GuildBehavior.requestMembers|requestMembers(dev.kord.gateway.RequestGuildMembers){}[0] + open fun requestSoundboardSounds(): kotlinx.coroutines.flow/Flow // dev.kord.core.behavior/GuildBehavior.requestSoundboardSounds|requestSoundboardSounds(){}[0] open fun withStrategy(dev.kord.core.supplier/EntitySupplyStrategy<*>): dev.kord.core.behavior/GuildBehavior // dev.kord.core.behavior/GuildBehavior.withStrategy|withStrategy(dev.kord.core.supplier.EntitySupplyStrategy<*>){}[0] open suspend fun asGuild(): dev.kord.core.entity/Guild // dev.kord.core.behavior/GuildBehavior.asGuild|asGuild(){}[0] open suspend fun asGuildOrNull(): dev.kord.core.entity/Guild? // dev.kord.core.behavior/GuildBehavior.asGuildOrNull|asGuildOrNull(){}[0] @@ -535,6 +543,8 @@ abstract interface dev.kord.core.behavior/GuildBehavior : dev.kord.core.entity/K open suspend fun getPruneCount(kotlin/Int = ...): kotlin/Int // dev.kord.core.behavior/GuildBehavior.getPruneCount|getPruneCount(kotlin.Int){}[0] open suspend fun getRole(dev.kord.common.entity/Snowflake): dev.kord.core.entity/Role // dev.kord.core.behavior/GuildBehavior.getRole|getRole(dev.kord.common.entity.Snowflake){}[0] open suspend fun getRoleOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/Role? // dev.kord.core.behavior/GuildBehavior.getRoleOrNull|getRoleOrNull(dev.kord.common.entity.Snowflake){}[0] + open suspend fun getSoundboardSound(dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildSoundboardSound // dev.kord.core.behavior/GuildBehavior.getSoundboardSound|getSoundboardSound(dev.kord.common.entity.Snowflake){}[0] + open suspend fun getSoundboardSoundOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildSoundboardSound? // dev.kord.core.behavior/GuildBehavior.getSoundboardSoundOrNull|getSoundboardSoundOrNull(dev.kord.common.entity.Snowflake){}[0] open suspend fun getSticker(dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildSticker // dev.kord.core.behavior/GuildBehavior.getSticker|getSticker(dev.kord.common.entity.Snowflake){}[0] open suspend fun getStickerOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildSticker? // dev.kord.core.behavior/GuildBehavior.getStickerOrNull|getStickerOrNull(dev.kord.common.entity.Snowflake){}[0] open suspend fun getTemplate(kotlin/String): dev.kord.core.entity/Template // dev.kord.core.behavior/GuildBehavior.getTemplate|getTemplate(kotlin.String){}[0] @@ -587,6 +597,21 @@ abstract interface dev.kord.core.behavior/GuildScheduledEventBehavior : dev.kord open suspend fun fetchGuildScheduledEventOrNull(): dev.kord.core.entity/GuildScheduledEvent? // dev.kord.core.behavior/GuildScheduledEventBehavior.fetchGuildScheduledEventOrNull|fetchGuildScheduledEventOrNull(){}[0] } +abstract interface dev.kord.core.behavior/GuildSoundboardSoundBehavior : dev.kord.core.behavior/SoundboardSoundBehavior { // dev.kord.core.behavior/GuildSoundboardSoundBehavior|null[0] + abstract val guildId // dev.kord.core.behavior/GuildSoundboardSoundBehavior.guildId|{}guildId[0] + abstract fun (): dev.kord.common.entity/Snowflake // dev.kord.core.behavior/GuildSoundboardSoundBehavior.guildId.|(){}[0] + open val guild // dev.kord.core.behavior/GuildSoundboardSoundBehavior.guild|{}guild[0] + open fun (): dev.kord.core.behavior/GuildBehavior // dev.kord.core.behavior/GuildSoundboardSoundBehavior.guild.|(){}[0] + + abstract fun withStrategy(dev.kord.core.supplier/EntitySupplyStrategy<*>): dev.kord.core.behavior/GuildSoundboardSoundBehavior // dev.kord.core.behavior/GuildSoundboardSoundBehavior.withStrategy|withStrategy(dev.kord.core.supplier.EntitySupplyStrategy<*>){}[0] + open suspend fun asGuildSoundboardSound(): dev.kord.core.entity/GuildSoundboardSound // dev.kord.core.behavior/GuildSoundboardSoundBehavior.asGuildSoundboardSound|asGuildSoundboardSound(){}[0] + open suspend fun asGuildSoundboardSoundOrNull(): dev.kord.core.entity/GuildSoundboardSound? // dev.kord.core.behavior/GuildSoundboardSoundBehavior.asGuildSoundboardSoundOrNull|asGuildSoundboardSoundOrNull(){}[0] + open suspend fun delete(kotlin/String? = ...) // dev.kord.core.behavior/GuildSoundboardSoundBehavior.delete|delete(kotlin.String?){}[0] + open suspend fun fetchGuildSoundboardSound(): dev.kord.core.entity/GuildSoundboardSound // dev.kord.core.behavior/GuildSoundboardSoundBehavior.fetchGuildSoundboardSound|fetchGuildSoundboardSound(){}[0] + open suspend fun fetchGuildSoundboardSoundOrNull(): dev.kord.core.entity/GuildSoundboardSound? // dev.kord.core.behavior/GuildSoundboardSoundBehavior.fetchGuildSoundboardSoundOrNull|fetchGuildSoundboardSoundOrNull(){}[0] + open suspend fun send(dev.kord.core.behavior.channel/VoiceChannelBehavior) // dev.kord.core.behavior/GuildSoundboardSoundBehavior.send|send(dev.kord.core.behavior.channel.VoiceChannelBehavior){}[0] +} + abstract interface dev.kord.core.behavior/GuildUserCommandBehavior : dev.kord.core.behavior/GuildApplicationCommandBehavior, dev.kord.core.behavior/UserCommandBehavior { // dev.kord.core.behavior/GuildUserCommandBehavior|null[0] open suspend fun edit(kotlin.coroutines/SuspendFunction1): dev.kord.core.entity.application/GuildUserCommand // dev.kord.core.behavior/GuildUserCommandBehavior.edit|edit(kotlin.coroutines.SuspendFunction1){}[0] } @@ -662,6 +687,11 @@ abstract interface dev.kord.core.behavior/RoleBehavior : dev.kord.core.entity/Ko open suspend fun getPosition(): kotlin/Int // dev.kord.core.behavior/RoleBehavior.getPosition|getPosition(){}[0] } +abstract interface dev.kord.core.behavior/SoundboardSoundBehavior : dev.kord.core.entity/KordEntity, dev.kord.core.entity/Strategizable { // dev.kord.core.behavior/SoundboardSoundBehavior|null[0] + abstract fun withStrategy(dev.kord.core.supplier/EntitySupplyStrategy<*>): dev.kord.core.behavior/SoundboardSoundBehavior // dev.kord.core.behavior/SoundboardSoundBehavior.withStrategy|withStrategy(dev.kord.core.supplier.EntitySupplyStrategy<*>){}[0] + abstract suspend fun send(dev.kord.core.behavior.channel/VoiceChannelBehavior) // dev.kord.core.behavior/SoundboardSoundBehavior.send|send(dev.kord.core.behavior.channel.VoiceChannelBehavior){}[0] +} + abstract interface dev.kord.core.behavior/StageInstanceBehavior : dev.kord.core.entity/KordEntity, dev.kord.core.entity/Strategizable { // dev.kord.core.behavior/StageInstanceBehavior|null[0] abstract val channelId // dev.kord.core.behavior/StageInstanceBehavior.channelId|{}channelId[0] abstract fun (): dev.kord.common.entity/Snowflake // dev.kord.core.behavior/StageInstanceBehavior.channelId.|(){}[0] @@ -868,6 +898,23 @@ abstract interface dev.kord.core.entity/Entity : kotlin/Comparable(): dev.kord.core.cache.data/SoundboardSoundData // dev.kord.core.entity/SoundboardSound.data.|(){}[0] + open val available // dev.kord.core.entity/SoundboardSound.available|{}available[0] + open fun (): kotlin/Boolean // dev.kord.core.entity/SoundboardSound.available.|(){}[0] + open val emojiName // dev.kord.core.entity/SoundboardSound.emojiName|{}emojiName[0] + open fun (): kotlin/String? // dev.kord.core.entity/SoundboardSound.emojiName.|(){}[0] + open val name // dev.kord.core.entity/SoundboardSound.name|{}name[0] + open fun (): kotlin/String // dev.kord.core.entity/SoundboardSound.name.|(){}[0] + open val soundId // dev.kord.core.entity/SoundboardSound.soundId|{}soundId[0] + open fun (): dev.kord.common.entity/Snowflake // dev.kord.core.entity/SoundboardSound.soundId.|(){}[0] + open val volume // dev.kord.core.entity/SoundboardSound.volume|{}volume[0] + open fun (): kotlin/Double // dev.kord.core.entity/SoundboardSound.volume.|(){}[0] + + abstract fun withStrategy(dev.kord.core.supplier/EntitySupplyStrategy<*>): dev.kord.core.entity/SoundboardSound // dev.kord.core.entity/SoundboardSound.withStrategy|withStrategy(dev.kord.core.supplier.EntitySupplyStrategy<*>){}[0] +} + abstract interface dev.kord.core.entity/Strategizable { // dev.kord.core.entity/Strategizable|null[0] abstract val supplier // dev.kord.core.entity/Strategizable.supplier|{}supplier[0] abstract fun (): dev.kord.core.supplier/EntitySupplier // dev.kord.core.entity/Strategizable.supplier.|(){}[0] @@ -961,6 +1008,7 @@ abstract interface dev.kord.core.supplier/EntitySupplier { // dev.kord.core.supp abstract fun getGuildScheduledEventUsersAfter(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/Int? = ...): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/EntitySupplier.getGuildScheduledEventUsersAfter|getGuildScheduledEventUsersAfter(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.Int?){}[0] abstract fun getGuildScheduledEventUsersBefore(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/Int? = ...): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/EntitySupplier.getGuildScheduledEventUsersBefore|getGuildScheduledEventUsersBefore(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.Int?){}[0] abstract fun getGuildScheduledEvents(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/EntitySupplier.getGuildScheduledEvents|getGuildScheduledEvents(dev.kord.common.entity.Snowflake){}[0] + abstract fun getGuildSoundboardSounds(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/EntitySupplier.getGuildSoundboardSounds|getGuildSoundboardSounds(dev.kord.common.entity.Snowflake){}[0] abstract fun getGuildStickers(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/EntitySupplier.getGuildStickers|getGuildStickers(dev.kord.common.entity.Snowflake){}[0] abstract fun getGuildVoiceRegions(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/EntitySupplier.getGuildVoiceRegions|getGuildVoiceRegions(dev.kord.common.entity.Snowflake){}[0] abstract fun getGuildWebhooks(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/EntitySupplier.getGuildWebhooks|getGuildWebhooks(dev.kord.common.entity.Snowflake){}[0] @@ -985,6 +1033,7 @@ abstract interface dev.kord.core.supplier/EntitySupplier { // dev.kord.core.supp abstract suspend fun getGuildOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/Guild? // dev.kord.core.supplier/EntitySupplier.getGuildOrNull|getGuildOrNull(dev.kord.common.entity.Snowflake){}[0] abstract suspend fun getGuildPreviewOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildPreview? // dev.kord.core.supplier/EntitySupplier.getGuildPreviewOrNull|getGuildPreviewOrNull(dev.kord.common.entity.Snowflake){}[0] abstract suspend fun getGuildScheduledEventOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildScheduledEvent? // dev.kord.core.supplier/EntitySupplier.getGuildScheduledEventOrNull|getGuildScheduledEventOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] + abstract suspend fun getGuildSoundboardSoundOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildSoundboardSound? // dev.kord.core.supplier/EntitySupplier.getGuildSoundboardSoundOrNull|getGuildSoundboardSoundOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] abstract suspend fun getGuildStickerOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildSticker? // dev.kord.core.supplier/EntitySupplier.getGuildStickerOrNull|getGuildStickerOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] abstract suspend fun getGuildWidgetOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildWidget? // dev.kord.core.supplier/EntitySupplier.getGuildWidgetOrNull|getGuildWidgetOrNull(dev.kord.common.entity.Snowflake){}[0] abstract suspend fun getMemberOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/Member? // dev.kord.core.supplier/EntitySupplier.getMemberOrNull|getMemberOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] @@ -1012,6 +1061,7 @@ abstract interface dev.kord.core.supplier/EntitySupplier { // dev.kord.core.supp open suspend fun getGuildBan(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/Ban // dev.kord.core.supplier/EntitySupplier.getGuildBan|getGuildBan(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] open suspend fun getGuildPreview(dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildPreview // dev.kord.core.supplier/EntitySupplier.getGuildPreview|getGuildPreview(dev.kord.common.entity.Snowflake){}[0] open suspend fun getGuildScheduledEvent(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildScheduledEvent // dev.kord.core.supplier/EntitySupplier.getGuildScheduledEvent|getGuildScheduledEvent(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] + open suspend fun getGuildSoundboardSound(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildSoundboardSound // dev.kord.core.supplier/EntitySupplier.getGuildSoundboardSound|getGuildSoundboardSound(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] open suspend fun getGuildSticker(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildSticker // dev.kord.core.supplier/EntitySupplier.getGuildSticker|getGuildSticker(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] open suspend fun getGuildWidget(dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildWidget // dev.kord.core.supplier/EntitySupplier.getGuildWidget|getGuildWidget(dev.kord.common.entity.Snowflake){}[0] open suspend fun getMember(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/Member // dev.kord.core.supplier/EntitySupplier.getMember|getMember(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] @@ -4890,6 +4940,45 @@ final class dev.kord.core.cache.data/SelectOptionData { // dev.kord.core.cache.d } } +final class dev.kord.core.cache.data/SoundboardSoundData { // dev.kord.core.cache.data/SoundboardSoundData|null[0] + constructor (kotlin/String, dev.kord.common.entity/Snowflake, kotlin/Double, dev.kord.common.entity/Snowflake?, kotlin/String?, dev.kord.common.entity.optional/OptionalSnowflake = ..., kotlin/Boolean, dev.kord.common.entity.optional/Optional = ...) // dev.kord.core.cache.data/SoundboardSoundData.|(kotlin.String;dev.kord.common.entity.Snowflake;kotlin.Double;dev.kord.common.entity.Snowflake?;kotlin.String?;dev.kord.common.entity.optional.OptionalSnowflake;kotlin.Boolean;dev.kord.common.entity.optional.Optional){}[0] + + final val available // dev.kord.core.cache.data/SoundboardSoundData.available|{}available[0] + final fun (): kotlin/Boolean // dev.kord.core.cache.data/SoundboardSoundData.available.|(){}[0] + final val emojiId // dev.kord.core.cache.data/SoundboardSoundData.emojiId|{}emojiId[0] + final fun (): dev.kord.common.entity/Snowflake? // dev.kord.core.cache.data/SoundboardSoundData.emojiId.|(){}[0] + final val emojiName // dev.kord.core.cache.data/SoundboardSoundData.emojiName|{}emojiName[0] + final fun (): kotlin/String? // dev.kord.core.cache.data/SoundboardSoundData.emojiName.|(){}[0] + final val guildId // dev.kord.core.cache.data/SoundboardSoundData.guildId|{}guildId[0] + final fun (): dev.kord.common.entity.optional/OptionalSnowflake // dev.kord.core.cache.data/SoundboardSoundData.guildId.|(){}[0] + final val id // dev.kord.core.cache.data/SoundboardSoundData.id|{}id[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.core.cache.data/SoundboardSoundData.id.|(){}[0] + final val name // dev.kord.core.cache.data/SoundboardSoundData.name|{}name[0] + final fun (): kotlin/String // dev.kord.core.cache.data/SoundboardSoundData.name.|(){}[0] + final val user // dev.kord.core.cache.data/SoundboardSoundData.user|{}user[0] + final fun (): dev.kord.common.entity.optional/Optional // dev.kord.core.cache.data/SoundboardSoundData.user.|(){}[0] + final val volume // dev.kord.core.cache.data/SoundboardSoundData.volume|{}volume[0] + final fun (): kotlin/Double // dev.kord.core.cache.data/SoundboardSoundData.volume.|(){}[0] + + final object $serializer : kotlinx.serialization.internal/GeneratedSerializer { // dev.kord.core.cache.data/SoundboardSoundData.$serializer|null[0] + final val descriptor // dev.kord.core.cache.data/SoundboardSoundData.$serializer.descriptor|{}descriptor[0] + final fun (): kotlinx.serialization.descriptors/SerialDescriptor // dev.kord.core.cache.data/SoundboardSoundData.$serializer.descriptor.|(){}[0] + + final fun childSerializers(): kotlin/Array> // dev.kord.core.cache.data/SoundboardSoundData.$serializer.childSerializers|childSerializers(){}[0] + final fun deserialize(kotlinx.serialization.encoding/Decoder): dev.kord.core.cache.data/SoundboardSoundData // dev.kord.core.cache.data/SoundboardSoundData.$serializer.deserialize|deserialize(kotlinx.serialization.encoding.Decoder){}[0] + final fun serialize(kotlinx.serialization.encoding/Encoder, dev.kord.core.cache.data/SoundboardSoundData) // dev.kord.core.cache.data/SoundboardSoundData.$serializer.serialize|serialize(kotlinx.serialization.encoding.Encoder;dev.kord.core.cache.data.SoundboardSoundData){}[0] + } + + final object Companion { // dev.kord.core.cache.data/SoundboardSoundData.Companion|null[0] + final val $childSerializers // dev.kord.core.cache.data/SoundboardSoundData.Companion.$childSerializers|{}$childSerializers[0] + final val description // dev.kord.core.cache.data/SoundboardSoundData.Companion.description|{}description[0] + final fun (): dev.kord.cache.api.data/DataDescription // dev.kord.core.cache.data/SoundboardSoundData.Companion.description.|(){}[0] + + final fun from(dev.kord.common.entity/DiscordSoundboardSound): dev.kord.core.cache.data/SoundboardSoundData // dev.kord.core.cache.data/SoundboardSoundData.Companion.from|from(dev.kord.common.entity.DiscordSoundboardSound){}[0] + final fun serializer(): kotlinx.serialization/KSerializer // dev.kord.core.cache.data/SoundboardSoundData.Companion.serializer|serializer(){}[0] + } +} + final class dev.kord.core.cache.data/StageInstanceData { // dev.kord.core.cache.data/StageInstanceData|null[0] constructor (dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/String, dev.kord.common.entity/StageInstancePrivacyLevel, dev.kord.common.entity/Snowflake?) // dev.kord.core.cache.data/StageInstanceData.|(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.String;dev.kord.common.entity.StageInstancePrivacyLevel;dev.kord.common.entity.Snowflake?){}[0] @@ -5747,6 +5836,7 @@ final class dev.kord.core.cache/KordCacheBuilder { // dev.kord.core.cache/KordCa final fun messages(kotlin/Function2, dev.kord.cache.api/DataEntryCache>) // dev.kord.core.cache/KordCacheBuilder.messages|messages(kotlin.Function2,dev.kord.cache.api.DataEntryCache>){}[0] final fun presences(kotlin/Function2, dev.kord.cache.api/DataEntryCache>) // dev.kord.core.cache/KordCacheBuilder.presences|presences(kotlin.Function2,dev.kord.cache.api.DataEntryCache>){}[0] final fun roles(kotlin/Function2, dev.kord.cache.api/DataEntryCache>) // dev.kord.core.cache/KordCacheBuilder.roles|roles(kotlin.Function2,dev.kord.cache.api.DataEntryCache>){}[0] + final fun soundboardSounds(kotlin/Function2, dev.kord.cache.api/DataEntryCache>) // dev.kord.core.cache/KordCacheBuilder.soundboardSounds|soundboardSounds(kotlin.Function2,dev.kord.cache.api.DataEntryCache>){}[0] final fun stickers(kotlin/Function2, dev.kord.cache.api/DataEntryCache>) // dev.kord.core.cache/KordCacheBuilder.stickers|stickers(kotlin.Function2,dev.kord.cache.api.DataEntryCache>){}[0] final fun subscriptions(kotlin/Function2, dev.kord.cache.api/DataEntryCache>) // dev.kord.core.cache/KordCacheBuilder.subscriptions|subscriptions(kotlin.Function2,dev.kord.cache.api.DataEntryCache>){}[0] final fun users(kotlin/Function2, dev.kord.cache.api/DataEntryCache>) // dev.kord.core.cache/KordCacheBuilder.users|users(kotlin.Function2,dev.kord.cache.api.DataEntryCache>){}[0] @@ -7387,6 +7477,23 @@ final class dev.kord.core.entity/ClientStatus { // dev.kord.core.entity/ClientSt } } +final class dev.kord.core.entity/DefaultSoundboardSound : dev.kord.core.behavior/DefaultSoundboardSoundBehavior, dev.kord.core.entity/SoundboardSound { // dev.kord.core.entity/DefaultSoundboardSound|null[0] + constructor (dev.kord.core.cache.data/SoundboardSoundData, dev.kord.core/Kord, dev.kord.core.supplier/EntitySupplier = ...) // dev.kord.core.entity/DefaultSoundboardSound.|(dev.kord.core.cache.data.SoundboardSoundData;dev.kord.core.Kord;dev.kord.core.supplier.EntitySupplier){}[0] + + final val data // dev.kord.core.entity/DefaultSoundboardSound.data|{}data[0] + final fun (): dev.kord.core.cache.data/SoundboardSoundData // dev.kord.core.entity/DefaultSoundboardSound.data.|(){}[0] + final val emojiName // dev.kord.core.entity/DefaultSoundboardSound.emojiName|{}emojiName[0] + final fun (): kotlin/String // dev.kord.core.entity/DefaultSoundboardSound.emojiName.|(){}[0] + final val id // dev.kord.core.entity/DefaultSoundboardSound.id|{}id[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.core.entity/DefaultSoundboardSound.id.|(){}[0] + final val kord // dev.kord.core.entity/DefaultSoundboardSound.kord|{}kord[0] + final fun (): dev.kord.core/Kord // dev.kord.core.entity/DefaultSoundboardSound.kord.|(){}[0] + final val supplier // dev.kord.core.entity/DefaultSoundboardSound.supplier|{}supplier[0] + final fun (): dev.kord.core.supplier/EntitySupplier // dev.kord.core.entity/DefaultSoundboardSound.supplier.|(){}[0] + + final fun withStrategy(dev.kord.core.supplier/EntitySupplyStrategy<*>): dev.kord.core.entity/DefaultSoundboardSound // dev.kord.core.entity/DefaultSoundboardSound.withStrategy|withStrategy(dev.kord.core.supplier.EntitySupplyStrategy<*>){}[0] +} + final class dev.kord.core.entity/Embed : dev.kord.core/KordObject { // dev.kord.core.entity/Embed|null[0] constructor (dev.kord.core.cache.data/EmbedData, dev.kord.core/Kord) // dev.kord.core.entity/Embed.|(dev.kord.core.cache.data.EmbedData;dev.kord.core.Kord){}[0] @@ -7977,6 +8084,31 @@ final class dev.kord.core.entity/GuildScheduledEvent : dev.kord.core.behavior/Gu final suspend inline fun <#A1: reified dev.kord.core.entity.channel/TopGuildChannel> getChannelOfOrNull(): #A1? // dev.kord.core.entity/GuildScheduledEvent.getChannelOfOrNull|getChannelOfOrNull(){0§}[0] } +final class dev.kord.core.entity/GuildSoundboardSound : dev.kord.core.behavior/GuildSoundboardSoundBehavior, dev.kord.core.entity/SoundboardSound { // dev.kord.core.entity/GuildSoundboardSound|null[0] + constructor (dev.kord.core.cache.data/SoundboardSoundData, dev.kord.core/Kord, dev.kord.core.supplier/EntitySupplier = ...) // dev.kord.core.entity/GuildSoundboardSound.|(dev.kord.core.cache.data.SoundboardSoundData;dev.kord.core.Kord;dev.kord.core.supplier.EntitySupplier){}[0] + + final val data // dev.kord.core.entity/GuildSoundboardSound.data|{}data[0] + final fun (): dev.kord.core.cache.data/SoundboardSoundData // dev.kord.core.entity/GuildSoundboardSound.data.|(){}[0] + final val emojiId // dev.kord.core.entity/GuildSoundboardSound.emojiId|{}emojiId[0] + final fun (): dev.kord.common.entity/Snowflake? // dev.kord.core.entity/GuildSoundboardSound.emojiId.|(){}[0] + final val emojiName // dev.kord.core.entity/GuildSoundboardSound.emojiName|{}emojiName[0] + final fun (): kotlin/String // dev.kord.core.entity/GuildSoundboardSound.emojiName.|(){}[0] + final val guildId // dev.kord.core.entity/GuildSoundboardSound.guildId|{}guildId[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.core.entity/GuildSoundboardSound.guildId.|(){}[0] + final val id // dev.kord.core.entity/GuildSoundboardSound.id|{}id[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.core.entity/GuildSoundboardSound.id.|(){}[0] + final val kord // dev.kord.core.entity/GuildSoundboardSound.kord|{}kord[0] + final fun (): dev.kord.core/Kord // dev.kord.core.entity/GuildSoundboardSound.kord.|(){}[0] + final val supplier // dev.kord.core.entity/GuildSoundboardSound.supplier|{}supplier[0] + final fun (): dev.kord.core.supplier/EntitySupplier // dev.kord.core.entity/GuildSoundboardSound.supplier.|(){}[0] + final val user // dev.kord.core.entity/GuildSoundboardSound.user|{}user[0] + final fun (): dev.kord.core.entity/User // dev.kord.core.entity/GuildSoundboardSound.user.|(){}[0] + + final fun withStrategy(dev.kord.core.supplier/EntitySupplyStrategy<*>): dev.kord.core.entity/GuildSoundboardSound // dev.kord.core.entity/GuildSoundboardSound.withStrategy|withStrategy(dev.kord.core.supplier.EntitySupplyStrategy<*>){}[0] + final suspend fun asGuildSoundboardSound(): dev.kord.core.entity/GuildSoundboardSound // dev.kord.core.entity/GuildSoundboardSound.asGuildSoundboardSound|asGuildSoundboardSound(){}[0] + final suspend fun asGuildSoundboardSoundOrNull(): dev.kord.core.entity/GuildSoundboardSound // dev.kord.core.entity/GuildSoundboardSound.asGuildSoundboardSoundOrNull|asGuildSoundboardSoundOrNull(){}[0] +} + final class dev.kord.core.entity/GuildSticker : dev.kord.core.behavior/StickerBehavior, dev.kord.core.entity/Sticker { // dev.kord.core.entity/GuildSticker|null[0] constructor (dev.kord.core.cache.data/StickerData, dev.kord.core/Kord, dev.kord.core.supplier/EntitySupplier = ...) // dev.kord.core.entity/GuildSticker.|(dev.kord.core.cache.data.StickerData;dev.kord.core.Kord;dev.kord.core.supplier.EntitySupplier){}[0] @@ -9966,6 +10098,80 @@ final class dev.kord.core.event.guild/GuildScheduledEventUserRemoveEvent : dev.k final fun withStrategy(dev.kord.core.supplier/EntitySupplyStrategy<*>): dev.kord.core.event.guild/GuildScheduledEventUserRemoveEvent // dev.kord.core.event.guild/GuildScheduledEventUserRemoveEvent.withStrategy|withStrategy(dev.kord.core.supplier.EntitySupplyStrategy<*>){}[0] } +final class dev.kord.core.event.guild/GuildSoundboardSoundCreateEvent : dev.kord.core.event/Event { // dev.kord.core.event.guild/GuildSoundboardSoundCreateEvent|null[0] + constructor (dev.kord.core.entity/GuildSoundboardSound, kotlin/Int, kotlin/Any?, dev.kord.core/Kord) // dev.kord.core.event.guild/GuildSoundboardSoundCreateEvent.|(dev.kord.core.entity.GuildSoundboardSound;kotlin.Int;kotlin.Any?;dev.kord.core.Kord){}[0] + + final val customContext // dev.kord.core.event.guild/GuildSoundboardSoundCreateEvent.customContext|{}customContext[0] + final fun (): kotlin/Any? // dev.kord.core.event.guild/GuildSoundboardSoundCreateEvent.customContext.|(){}[0] + final val kord // dev.kord.core.event.guild/GuildSoundboardSoundCreateEvent.kord|{}kord[0] + final fun (): dev.kord.core/Kord // dev.kord.core.event.guild/GuildSoundboardSoundCreateEvent.kord.|(){}[0] + final val shard // dev.kord.core.event.guild/GuildSoundboardSoundCreateEvent.shard|{}shard[0] + final fun (): kotlin/Int // dev.kord.core.event.guild/GuildSoundboardSoundCreateEvent.shard.|(){}[0] + final val sound // dev.kord.core.event.guild/GuildSoundboardSoundCreateEvent.sound|{}sound[0] + final fun (): dev.kord.core.entity/GuildSoundboardSound // dev.kord.core.event.guild/GuildSoundboardSoundCreateEvent.sound.|(){}[0] +} + +final class dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent : dev.kord.core.event/Event { // dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent|null[0] + constructor (dev.kord.core.entity/GuildSoundboardSound?, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/Int, kotlin/Any?, dev.kord.core/Kord) // dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent.|(dev.kord.core.entity.GuildSoundboardSound?;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.Int;kotlin.Any?;dev.kord.core.Kord){}[0] + + final val customContext // dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent.customContext|{}customContext[0] + final fun (): kotlin/Any? // dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent.customContext.|(){}[0] + final val guildId // dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent.guildId|{}guildId[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent.guildId.|(){}[0] + final val kord // dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent.kord|{}kord[0] + final fun (): dev.kord.core/Kord // dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent.kord.|(){}[0] + final val old // dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent.old|{}old[0] + final fun (): dev.kord.core.entity/GuildSoundboardSound? // dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent.old.|(){}[0] + final val shard // dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent.shard|{}shard[0] + final fun (): kotlin/Int // dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent.shard.|(){}[0] + final val soundId // dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent.soundId|{}soundId[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.core.event.guild/GuildSoundboardSoundDeletEvent.soundId.|(){}[0] +} + +final class dev.kord.core.event.guild/GuildSoundboardSoundUpdateEvent : dev.kord.core.event/Event { // dev.kord.core.event.guild/GuildSoundboardSoundUpdateEvent|null[0] + constructor (dev.kord.core.entity/GuildSoundboardSound?, dev.kord.core.entity/GuildSoundboardSound, kotlin/Int, kotlin/Any?, dev.kord.core/Kord) // dev.kord.core.event.guild/GuildSoundboardSoundUpdateEvent.|(dev.kord.core.entity.GuildSoundboardSound?;dev.kord.core.entity.GuildSoundboardSound;kotlin.Int;kotlin.Any?;dev.kord.core.Kord){}[0] + + final val customContext // dev.kord.core.event.guild/GuildSoundboardSoundUpdateEvent.customContext|{}customContext[0] + final fun (): kotlin/Any? // dev.kord.core.event.guild/GuildSoundboardSoundUpdateEvent.customContext.|(){}[0] + final val kord // dev.kord.core.event.guild/GuildSoundboardSoundUpdateEvent.kord|{}kord[0] + final fun (): dev.kord.core/Kord // dev.kord.core.event.guild/GuildSoundboardSoundUpdateEvent.kord.|(){}[0] + final val old // dev.kord.core.event.guild/GuildSoundboardSoundUpdateEvent.old|{}old[0] + final fun (): dev.kord.core.entity/GuildSoundboardSound? // dev.kord.core.event.guild/GuildSoundboardSoundUpdateEvent.old.|(){}[0] + final val shard // dev.kord.core.event.guild/GuildSoundboardSoundUpdateEvent.shard|{}shard[0] + final fun (): kotlin/Int // dev.kord.core.event.guild/GuildSoundboardSoundUpdateEvent.shard.|(){}[0] + final val sound // dev.kord.core.event.guild/GuildSoundboardSoundUpdateEvent.sound|{}sound[0] + final fun (): dev.kord.core.entity/GuildSoundboardSound // dev.kord.core.event.guild/GuildSoundboardSoundUpdateEvent.sound.|(){}[0] +} + +final class dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent : dev.kord.core.event/Event { // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent|null[0] + constructor (kotlin.collections/List, kotlin/Int, kotlin/Any?, dev.kord.core/Kord) // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.|(kotlin.collections.List;kotlin.Int;kotlin.Any?;dev.kord.core.Kord){}[0] + + final val customContext // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.customContext|{}customContext[0] + final fun (): kotlin/Any? // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.customContext.|(){}[0] + final val kord // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.kord|{}kord[0] + final fun (): dev.kord.core/Kord // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.kord.|(){}[0] + final val shard // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.shard|{}shard[0] + final fun (): kotlin/Int // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.shard.|(){}[0] + final val sounds // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.sounds|{}sounds[0] + final fun (): kotlin.collections/List // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.sounds.|(){}[0] + + final class UpdatedGuildSoundboardSound { // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.UpdatedGuildSoundboardSound|null[0] + constructor (dev.kord.core.entity/GuildSoundboardSound?, dev.kord.core.entity/GuildSoundboardSound) // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.UpdatedGuildSoundboardSound.|(dev.kord.core.entity.GuildSoundboardSound?;dev.kord.core.entity.GuildSoundboardSound){}[0] + + final val old // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.UpdatedGuildSoundboardSound.old|{}old[0] + final fun (): dev.kord.core.entity/GuildSoundboardSound? // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.UpdatedGuildSoundboardSound.old.|(){}[0] + final val sound // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.UpdatedGuildSoundboardSound.sound|{}sound[0] + final fun (): dev.kord.core.entity/GuildSoundboardSound // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.UpdatedGuildSoundboardSound.sound.|(){}[0] + + final fun component1(): dev.kord.core.entity/GuildSoundboardSound? // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.UpdatedGuildSoundboardSound.component1|component1(){}[0] + final fun component2(): dev.kord.core.entity/GuildSoundboardSound // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.UpdatedGuildSoundboardSound.component2|component2(){}[0] + final fun copy(dev.kord.core.entity/GuildSoundboardSound? = ..., dev.kord.core.entity/GuildSoundboardSound = ...): dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.UpdatedGuildSoundboardSound // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.UpdatedGuildSoundboardSound.copy|copy(dev.kord.core.entity.GuildSoundboardSound?;dev.kord.core.entity.GuildSoundboardSound){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.UpdatedGuildSoundboardSound.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.UpdatedGuildSoundboardSound.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.core.event.guild/GuildSoundboardSoundsUpdateEvent.UpdatedGuildSoundboardSound.toString|toString(){}[0] + } +} + final class dev.kord.core.event.guild/GuildUpdateEvent : dev.kord.core.event/Event { // dev.kord.core.event.guild/GuildUpdateEvent|null[0] constructor (dev.kord.core.entity/Guild, dev.kord.core.entity/Guild?, kotlin/Int, kotlin/Any?) // dev.kord.core.event.guild/GuildUpdateEvent.|(dev.kord.core.entity.Guild;dev.kord.core.entity.Guild?;kotlin.Int;kotlin.Any?){}[0] @@ -10281,6 +10487,39 @@ final class dev.kord.core.event.guild/MembersChunkEvent : dev.kord.core.entity/S final suspend fun getGuildOrNull(): dev.kord.core.entity/Guild? // dev.kord.core.event.guild/MembersChunkEvent.getGuildOrNull|getGuildOrNull(){}[0] } +final class dev.kord.core.event.guild/SoundboardSounds : dev.kord.core.entity/Strategizable, dev.kord.core.event/Event { // dev.kord.core.event.guild/SoundboardSounds|null[0] + constructor (kotlin.collections/List, dev.kord.common.entity/Snowflake, kotlin/Int, kotlin/Any?, dev.kord.core/Kord, dev.kord.core.supplier/EntitySupplier = ...) // dev.kord.core.event.guild/SoundboardSounds.|(kotlin.collections.List;dev.kord.common.entity.Snowflake;kotlin.Int;kotlin.Any?;dev.kord.core.Kord;dev.kord.core.supplier.EntitySupplier){}[0] + + final val customContext // dev.kord.core.event.guild/SoundboardSounds.customContext|{}customContext[0] + final fun (): kotlin/Any? // dev.kord.core.event.guild/SoundboardSounds.customContext.|(){}[0] + final val guildId // dev.kord.core.event.guild/SoundboardSounds.guildId|{}guildId[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.core.event.guild/SoundboardSounds.guildId.|(){}[0] + final val kord // dev.kord.core.event.guild/SoundboardSounds.kord|{}kord[0] + final fun (): dev.kord.core/Kord // dev.kord.core.event.guild/SoundboardSounds.kord.|(){}[0] + final val shard // dev.kord.core.event.guild/SoundboardSounds.shard|{}shard[0] + final fun (): kotlin/Int // dev.kord.core.event.guild/SoundboardSounds.shard.|(){}[0] + final val sounds // dev.kord.core.event.guild/SoundboardSounds.sounds|{}sounds[0] + final fun (): kotlin.collections/List // dev.kord.core.event.guild/SoundboardSounds.sounds.|(){}[0] + final val supplier // dev.kord.core.event.guild/SoundboardSounds.supplier|{}supplier[0] + final fun (): dev.kord.core.supplier/EntitySupplier // dev.kord.core.event.guild/SoundboardSounds.supplier.|(){}[0] + + final fun withStrategy(dev.kord.core.supplier/EntitySupplyStrategy<*>): dev.kord.core.entity/Strategizable // dev.kord.core.event.guild/SoundboardSounds.withStrategy|withStrategy(dev.kord.core.supplier.EntitySupplyStrategy<*>){}[0] + final suspend fun getGuild(): dev.kord.core.entity/Guild // dev.kord.core.event.guild/SoundboardSounds.getGuild|getGuild(){}[0] +} + +final class dev.kord.core.event.guild/VoiceChannelEffectSentEvent : dev.kord.core.event/Event { // dev.kord.core.event.guild/VoiceChannelEffectSentEvent|null[0] + constructor (dev.kord.gateway/VoiceChannelEffect, kotlin/Int, kotlin/Any?, dev.kord.core/Kord) // dev.kord.core.event.guild/VoiceChannelEffectSentEvent.|(dev.kord.gateway.VoiceChannelEffect;kotlin.Int;kotlin.Any?;dev.kord.core.Kord){}[0] + + final val customContext // dev.kord.core.event.guild/VoiceChannelEffectSentEvent.customContext|{}customContext[0] + final fun (): kotlin/Any? // dev.kord.core.event.guild/VoiceChannelEffectSentEvent.customContext.|(){}[0] + final val effect // dev.kord.core.event.guild/VoiceChannelEffectSentEvent.effect|{}effect[0] + final fun (): dev.kord.gateway/VoiceChannelEffect // dev.kord.core.event.guild/VoiceChannelEffectSentEvent.effect.|(){}[0] + final val kord // dev.kord.core.event.guild/VoiceChannelEffectSentEvent.kord|{}kord[0] + final fun (): dev.kord.core/Kord // dev.kord.core.event.guild/VoiceChannelEffectSentEvent.kord.|(){}[0] + final val shard // dev.kord.core.event.guild/VoiceChannelEffectSentEvent.shard|{}shard[0] + final fun (): kotlin/Int // dev.kord.core.event.guild/VoiceChannelEffectSentEvent.shard.|(){}[0] +} + final class dev.kord.core.event.guild/VoiceServerUpdateEvent : dev.kord.core.entity/Strategizable, dev.kord.core.event/Event { // dev.kord.core.event.guild/VoiceServerUpdateEvent|null[0] constructor (kotlin/String, dev.kord.common.entity/Snowflake, kotlin/String?, dev.kord.core/Kord, kotlin/Int, kotlin/Any?, dev.kord.core.supplier/EntitySupplier = ...) // dev.kord.core.event.guild/VoiceServerUpdateEvent.|(kotlin.String;dev.kord.common.entity.Snowflake;kotlin.String?;dev.kord.core.Kord;kotlin.Int;kotlin.Any?;dev.kord.core.supplier.EntitySupplier){}[0] @@ -11249,6 +11488,7 @@ final class dev.kord.core.exception/EntityNotFoundException : kotlin/Exception { final inline fun onboardingNotFound(dev.kord.common.entity/Snowflake): kotlin/Nothing // dev.kord.core.exception/EntityNotFoundException.Companion.onboardingNotFound|onboardingNotFound(dev.kord.common.entity.Snowflake){}[0] final inline fun roleNotFound(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): kotlin/Nothing // dev.kord.core.exception/EntityNotFoundException.Companion.roleNotFound|roleNotFound(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] final inline fun selfNotFound(): kotlin/Nothing // dev.kord.core.exception/EntityNotFoundException.Companion.selfNotFound|selfNotFound(){}[0] + final inline fun soundboardSoundNotFound(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): kotlin/Nothing // dev.kord.core.exception/EntityNotFoundException.Companion.soundboardSoundNotFound|soundboardSoundNotFound(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] final inline fun stageInstanceNotFound(dev.kord.common.entity/Snowflake): kotlin/Nothing // dev.kord.core.exception/EntityNotFoundException.Companion.stageInstanceNotFound|stageInstanceNotFound(dev.kord.common.entity.Snowflake){}[0] final inline fun stickerNotFound(dev.kord.common.entity/Snowflake): kotlin/Nothing // dev.kord.core.exception/EntityNotFoundException.Companion.stickerNotFound|stickerNotFound(dev.kord.common.entity.Snowflake){}[0] final inline fun subscriptionNotFound(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): kotlin/Nothing // dev.kord.core.exception/EntityNotFoundException.Companion.subscriptionNotFound|subscriptionNotFound(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] @@ -11460,6 +11700,7 @@ final class dev.kord.core.supplier/CacheEntitySupplier : dev.kord.core.supplier/ final fun getGuildScheduledEventUsersAfter(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/Int?): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/CacheEntitySupplier.getGuildScheduledEventUsersAfter|getGuildScheduledEventUsersAfter(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.Int?){}[0] final fun getGuildScheduledEventUsersBefore(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/Int?): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/CacheEntitySupplier.getGuildScheduledEventUsersBefore|getGuildScheduledEventUsersBefore(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.Int?){}[0] final fun getGuildScheduledEvents(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/CacheEntitySupplier.getGuildScheduledEvents|getGuildScheduledEvents(dev.kord.common.entity.Snowflake){}[0] + final fun getGuildSoundboardSounds(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/CacheEntitySupplier.getGuildSoundboardSounds|getGuildSoundboardSounds(dev.kord.common.entity.Snowflake){}[0] final fun getGuildStickers(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/CacheEntitySupplier.getGuildStickers|getGuildStickers(dev.kord.common.entity.Snowflake){}[0] final fun getGuildVoiceRegions(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/CacheEntitySupplier.getGuildVoiceRegions|getGuildVoiceRegions(dev.kord.common.entity.Snowflake){}[0] final fun getGuildWebhooks(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/CacheEntitySupplier.getGuildWebhooks|getGuildWebhooks(dev.kord.common.entity.Snowflake){}[0] @@ -11485,6 +11726,7 @@ final class dev.kord.core.supplier/CacheEntitySupplier : dev.kord.core.supplier/ final suspend fun getGuildOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/Guild? // dev.kord.core.supplier/CacheEntitySupplier.getGuildOrNull|getGuildOrNull(dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildPreviewOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildPreview? // dev.kord.core.supplier/CacheEntitySupplier.getGuildPreviewOrNull|getGuildPreviewOrNull(dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildScheduledEventOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildScheduledEvent? // dev.kord.core.supplier/CacheEntitySupplier.getGuildScheduledEventOrNull|getGuildScheduledEventOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] + final suspend fun getGuildSoundboardSoundOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildSoundboardSound? // dev.kord.core.supplier/CacheEntitySupplier.getGuildSoundboardSoundOrNull|getGuildSoundboardSoundOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildStickerOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildSticker? // dev.kord.core.supplier/CacheEntitySupplier.getGuildStickerOrNull|getGuildStickerOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildWidgetOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildWidget? // dev.kord.core.supplier/CacheEntitySupplier.getGuildWidgetOrNull|getGuildWidgetOrNull(dev.kord.common.entity.Snowflake){}[0] final suspend fun getMemberOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/Member? // dev.kord.core.supplier/CacheEntitySupplier.getMemberOrNull|getMemberOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] @@ -11532,6 +11774,7 @@ final class dev.kord.core.supplier/RestEntitySupplier : dev.kord.core.supplier/E final fun getGuildScheduledEventUsersAfter(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/Int?): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/RestEntitySupplier.getGuildScheduledEventUsersAfter|getGuildScheduledEventUsersAfter(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.Int?){}[0] final fun getGuildScheduledEventUsersBefore(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/Int?): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/RestEntitySupplier.getGuildScheduledEventUsersBefore|getGuildScheduledEventUsersBefore(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.Int?){}[0] final fun getGuildScheduledEvents(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/RestEntitySupplier.getGuildScheduledEvents|getGuildScheduledEvents(dev.kord.common.entity.Snowflake){}[0] + final fun getGuildSoundboardSounds(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/RestEntitySupplier.getGuildSoundboardSounds|getGuildSoundboardSounds(dev.kord.common.entity.Snowflake){}[0] final fun getGuildStickers(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/RestEntitySupplier.getGuildStickers|getGuildStickers(dev.kord.common.entity.Snowflake){}[0] final fun getGuildVoiceRegions(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/RestEntitySupplier.getGuildVoiceRegions|getGuildVoiceRegions(dev.kord.common.entity.Snowflake){}[0] final fun getGuildWebhooks(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/RestEntitySupplier.getGuildWebhooks|getGuildWebhooks(dev.kord.common.entity.Snowflake){}[0] @@ -11562,6 +11805,7 @@ final class dev.kord.core.supplier/RestEntitySupplier : dev.kord.core.supplier/E final suspend fun getGuildOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/Guild? // dev.kord.core.supplier/RestEntitySupplier.getGuildOrNull|getGuildOrNull(dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildPreviewOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildPreview? // dev.kord.core.supplier/RestEntitySupplier.getGuildPreviewOrNull|getGuildPreviewOrNull(dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildScheduledEventOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildScheduledEvent? // dev.kord.core.supplier/RestEntitySupplier.getGuildScheduledEventOrNull|getGuildScheduledEventOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] + final suspend fun getGuildSoundboardSoundOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildSoundboardSound? // dev.kord.core.supplier/RestEntitySupplier.getGuildSoundboardSoundOrNull|getGuildSoundboardSoundOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildStickerOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildSticker? // dev.kord.core.supplier/RestEntitySupplier.getGuildStickerOrNull|getGuildStickerOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildWelcomeScreen(dev.kord.common.entity/Snowflake): dev.kord.core.entity/WelcomeScreen // dev.kord.core.supplier/RestEntitySupplier.getGuildWelcomeScreen|getGuildWelcomeScreen(dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildWelcomeScreenOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/WelcomeScreen? // dev.kord.core.supplier/RestEntitySupplier.getGuildWelcomeScreenOrNull|getGuildWelcomeScreenOrNull(dev.kord.common.entity.Snowflake){}[0] @@ -11611,6 +11855,7 @@ final class dev.kord.core.supplier/StoreEntitySupplier : dev.kord.core.supplier/ final fun getGuildScheduledEventUsersAfter(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/Int?): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/StoreEntitySupplier.getGuildScheduledEventUsersAfter|getGuildScheduledEventUsersAfter(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.Int?){}[0] final fun getGuildScheduledEventUsersBefore(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/Int?): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/StoreEntitySupplier.getGuildScheduledEventUsersBefore|getGuildScheduledEventUsersBefore(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.Int?){}[0] final fun getGuildScheduledEvents(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/StoreEntitySupplier.getGuildScheduledEvents|getGuildScheduledEvents(dev.kord.common.entity.Snowflake){}[0] + final fun getGuildSoundboardSounds(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/StoreEntitySupplier.getGuildSoundboardSounds|getGuildSoundboardSounds(dev.kord.common.entity.Snowflake){}[0] final fun getGuildStickers(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/StoreEntitySupplier.getGuildStickers|getGuildStickers(dev.kord.common.entity.Snowflake){}[0] final fun getGuildVoiceRegions(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/StoreEntitySupplier.getGuildVoiceRegions|getGuildVoiceRegions(dev.kord.common.entity.Snowflake){}[0] final fun getGuildWebhooks(dev.kord.common.entity/Snowflake): kotlinx.coroutines.flow/Flow // dev.kord.core.supplier/StoreEntitySupplier.getGuildWebhooks|getGuildWebhooks(dev.kord.common.entity.Snowflake){}[0] @@ -11636,6 +11881,7 @@ final class dev.kord.core.supplier/StoreEntitySupplier : dev.kord.core.supplier/ final suspend fun getGuildOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/Guild? // dev.kord.core.supplier/StoreEntitySupplier.getGuildOrNull|getGuildOrNull(dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildPreviewOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildPreview? // dev.kord.core.supplier/StoreEntitySupplier.getGuildPreviewOrNull|getGuildPreviewOrNull(dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildScheduledEventOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildScheduledEvent? // dev.kord.core.supplier/StoreEntitySupplier.getGuildScheduledEventOrNull|getGuildScheduledEventOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] + final suspend fun getGuildSoundboardSoundOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildSoundboardSound? // dev.kord.core.supplier/StoreEntitySupplier.getGuildSoundboardSoundOrNull|getGuildSoundboardSoundOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildStickerOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildSticker? // dev.kord.core.supplier/StoreEntitySupplier.getGuildStickerOrNull|getGuildStickerOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildWidgetOrNull(dev.kord.common.entity/Snowflake): dev.kord.core.entity/GuildWidget? // dev.kord.core.supplier/StoreEntitySupplier.getGuildWidgetOrNull|getGuildWidgetOrNull(dev.kord.common.entity.Snowflake){}[0] final suspend fun getMemberOrNull(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.core.entity/Member? // dev.kord.core.supplier/StoreEntitySupplier.getMemberOrNull|getMemberOrNull(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] @@ -11678,6 +11924,8 @@ final class dev.kord.core/Kord : kotlinx.coroutines/CoroutineScope { // dev.kord final fun (): dev.kord.cache.api/DataCache // dev.kord.core/Kord.cache.|(){}[0] final val coroutineContext // dev.kord.core/Kord.coroutineContext|{}coroutineContext[0] final fun (): kotlin.coroutines/CoroutineContext // dev.kord.core/Kord.coroutineContext.|(){}[0] + final val defaultSoundboardSounds // dev.kord.core/Kord.defaultSoundboardSounds|{}defaultSoundboardSounds[0] + final fun (): kotlinx.coroutines.flow/Flow // dev.kord.core/Kord.defaultSoundboardSounds.|(){}[0] final val defaultSupplier // dev.kord.core/Kord.defaultSupplier|{}defaultSupplier[0] final fun (): dev.kord.core.supplier/EntitySupplier // dev.kord.core/Kord.defaultSupplier.|(){}[0] final val events // dev.kord.core/Kord.events|{}events[0] @@ -11704,6 +11952,7 @@ final class dev.kord.core/Kord : kotlinx.coroutines/CoroutineScope { // dev.kord final fun getGlobalApplicationCommands(kotlin/Boolean? = ...): kotlinx.coroutines.flow/Flow // dev.kord.core/Kord.getGlobalApplicationCommands|getGlobalApplicationCommands(kotlin.Boolean?){}[0] final fun getGuildApplicationCommands(dev.kord.common.entity/Snowflake, kotlin/Boolean? = ...): kotlinx.coroutines.flow/Flow // dev.kord.core/Kord.getGuildApplicationCommands|getGuildApplicationCommands(dev.kord.common.entity.Snowflake;kotlin.Boolean?){}[0] final fun hashCode(): kotlin/Int // dev.kord.core/Kord.hashCode|hashCode(){}[0] + final fun requestSoundboardSounds(kotlin.collections/List): kotlinx.coroutines.flow/Flow // dev.kord.core/Kord.requestSoundboardSounds|requestSoundboardSounds(kotlin.collections.List){}[0] final fun toString(): kotlin/String // dev.kord.core/Kord.toString|toString(){}[0] final inline fun getEntitlements(dev.kord.core.supplier/EntitySupplyStrategy<*> = ..., kotlin/Function1 = ...): kotlinx.coroutines.flow/Flow // dev.kord.core/Kord.getEntitlements|getEntitlements(dev.kord.core.supplier.EntitySupplyStrategy<*>;kotlin.Function1){}[0] final suspend fun <#A1: kotlin/Any?> getGlobalApplicationCommandOf(dev.kord.common.entity/Snowflake): #A1 // dev.kord.core/Kord.getGlobalApplicationCommandOf|getGlobalApplicationCommandOf(dev.kord.common.entity.Snowflake){0§}[0] @@ -12552,6 +12801,7 @@ final suspend inline fun (dev.kord.core.behavior/GuildBehavior).dev.kord.core.be final suspend inline fun (dev.kord.core.behavior/GuildBehavior).dev.kord.core.behavior/createMessageCommand(kotlin/String, kotlin/Function1 = ...): dev.kord.core.entity.application/GuildMessageCommand // dev.kord.core.behavior/createMessageCommand|createMessageCommand@dev.kord.core.behavior.GuildBehavior(kotlin.String;kotlin.Function1){}[0] final suspend inline fun (dev.kord.core.behavior/GuildBehavior).dev.kord.core.behavior/createNewsChannel(kotlin/String, kotlin/Function1 = ...): dev.kord.core.entity.channel/NewsChannel // dev.kord.core.behavior/createNewsChannel|createNewsChannel@dev.kord.core.behavior.GuildBehavior(kotlin.String;kotlin.Function1){}[0] final suspend inline fun (dev.kord.core.behavior/GuildBehavior).dev.kord.core.behavior/createRole(kotlin/Function1 = ...): dev.kord.core.entity/Role // dev.kord.core.behavior/createRole|createRole@dev.kord.core.behavior.GuildBehavior(kotlin.Function1){}[0] +final suspend inline fun (dev.kord.core.behavior/GuildBehavior).dev.kord.core.behavior/createSoundboardSound(kotlin/String, dev.kord.rest/Sound, kotlin/Function1 = ...): dev.kord.core.entity/GuildSoundboardSound // dev.kord.core.behavior/createSoundboardSound|createSoundboardSound@dev.kord.core.behavior.GuildBehavior(kotlin.String;dev.kord.rest.Sound;kotlin.Function1){}[0] final suspend inline fun (dev.kord.core.behavior/GuildBehavior).dev.kord.core.behavior/createSpamAutoModerationRule(kotlin/String, dev.kord.common.entity/AutoModerationRuleEventType = ..., kotlin/Function1): dev.kord.core.entity.automoderation/SpamAutoModerationRule // dev.kord.core.behavior/createSpamAutoModerationRule|createSpamAutoModerationRule@dev.kord.core.behavior.GuildBehavior(kotlin.String;dev.kord.common.entity.AutoModerationRuleEventType;kotlin.Function1){}[0] final suspend inline fun (dev.kord.core.behavior/GuildBehavior).dev.kord.core.behavior/createStageChannel(kotlin/String, kotlin/Function1 = ...): dev.kord.core.entity.channel/StageChannel // dev.kord.core.behavior/createStageChannel|createStageChannel@dev.kord.core.behavior.GuildBehavior(kotlin.String;kotlin.Function1){}[0] final suspend inline fun (dev.kord.core.behavior/GuildBehavior).dev.kord.core.behavior/createTextChannel(kotlin/String, kotlin/Function1 = ...): dev.kord.core.entity.channel/TextChannel // dev.kord.core.behavior/createTextChannel|createTextChannel@dev.kord.core.behavior.GuildBehavior(kotlin.String;kotlin.Function1){}[0] @@ -12564,6 +12814,7 @@ final suspend inline fun (dev.kord.core.behavior/GuildBehavior).dev.kord.core.be final suspend inline fun (dev.kord.core.behavior/GuildBehavior).dev.kord.core.behavior/swapRolePositions(kotlin/Function1): kotlinx.coroutines.flow/Flow // dev.kord.core.behavior/swapRolePositions|swapRolePositions@dev.kord.core.behavior.GuildBehavior(kotlin.Function1){}[0] final suspend inline fun (dev.kord.core.behavior/GuildEmojiBehavior).dev.kord.core.behavior/edit(kotlin/Function1): dev.kord.core.entity/GuildEmoji // dev.kord.core.behavior/edit|edit@dev.kord.core.behavior.GuildEmojiBehavior(kotlin.Function1){}[0] final suspend inline fun (dev.kord.core.behavior/GuildScheduledEventBehavior).dev.kord.core.behavior/edit(kotlin/Function1): dev.kord.core.entity/GuildScheduledEvent // dev.kord.core.behavior/edit|edit@dev.kord.core.behavior.GuildScheduledEventBehavior(kotlin.Function1){}[0] +final suspend inline fun (dev.kord.core.behavior/GuildSoundboardSoundBehavior).dev.kord.core.behavior/edit(kotlin/Function1): dev.kord.core.entity/GuildSoundboardSound // dev.kord.core.behavior/edit|edit@dev.kord.core.behavior.GuildSoundboardSoundBehavior(kotlin.Function1){}[0] final suspend inline fun (dev.kord.core.behavior/MemberBehavior).dev.kord.core.behavior/ban(kotlin/Function1 = ...) // dev.kord.core.behavior/ban|ban@dev.kord.core.behavior.MemberBehavior(kotlin.Function1){}[0] final suspend inline fun (dev.kord.core.behavior/MemberBehavior).dev.kord.core.behavior/edit(kotlin/Function1): dev.kord.core.entity/Member // dev.kord.core.behavior/edit|edit@dev.kord.core.behavior.MemberBehavior(kotlin.Function1){}[0] final suspend inline fun (dev.kord.core.behavior/MessageBehavior).dev.kord.core.behavior/edit(dev.kord.common.entity/Snowflake, kotlin/String, dev.kord.common.entity/Snowflake? = ..., kotlin/Function1): dev.kord.core.entity/Message // dev.kord.core.behavior/edit|edit@dev.kord.core.behavior.MessageBehavior(dev.kord.common.entity.Snowflake;kotlin.String;dev.kord.common.entity.Snowflake?;kotlin.Function1){}[0] diff --git a/gateway/api/gateway.api b/gateway/api/gateway.api index b73047ebda7..6a11f6a9a09 100644 --- a/gateway/api/gateway.api +++ b/gateway/api/gateway.api @@ -1,3 +1,29 @@ +public abstract class dev/kord/gateway/AnimationType { + public static final field Companion Ldev/kord/gateway/AnimationType$Companion; + public synthetic fun (ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun equals (Ljava/lang/Object;)Z + public final fun getValue ()I + public final fun hashCode ()I + public final fun toString ()Ljava/lang/String; +} + +public final class dev/kord/gateway/AnimationType$Basic : dev/kord/gateway/AnimationType { + public static final field INSTANCE Ldev/kord/gateway/AnimationType$Basic; +} + +public final class dev/kord/gateway/AnimationType$Companion { + public final fun from (I)Ldev/kord/gateway/AnimationType; + public final fun getEntries ()Ljava/util/List; + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class dev/kord/gateway/AnimationType$Premium : dev/kord/gateway/AnimationType { + public static final field INSTANCE Ldev/kord/gateway/AnimationType$Premium; +} + +public final class dev/kord/gateway/AnimationType$Unknown : dev/kord/gateway/AnimationType { +} + public final class dev/kord/gateway/ApplicationCommandCreate : dev/kord/gateway/DispatchEvent { public fun (Ldev/kord/common/entity/DiscordApplicationCommand;Ljava/lang/Integer;)V public final fun component1 ()Ldev/kord/common/entity/DiscordApplicationCommand; @@ -281,6 +307,35 @@ public final class dev/kord/gateway/DefaultGatewayKt { public static synthetic fun DefaultGateway$default (Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ldev/kord/gateway/DefaultGateway; } +public final class dev/kord/gateway/DeletedSound { + public static final field Companion Ldev/kord/gateway/DeletedSound$Companion; + public fun (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;)V + public final fun component1 ()Ldev/kord/common/entity/Snowflake; + public final fun component2 ()Ldev/kord/common/entity/Snowflake; + public final fun copy (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;)Ldev/kord/gateway/DeletedSound; + public static synthetic fun copy$default (Ldev/kord/gateway/DeletedSound;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;ILjava/lang/Object;)Ldev/kord/gateway/DeletedSound; + public fun equals (Ljava/lang/Object;)Z + public final fun getGuildId ()Ldev/kord/common/entity/Snowflake; + public final fun getSoundId ()Ldev/kord/common/entity/Snowflake; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public synthetic class dev/kord/gateway/DeletedSound$$serializer : kotlinx/serialization/internal/GeneratedSerializer { + public static final field INSTANCE Ldev/kord/gateway/DeletedSound$$serializer; + public final fun childSerializers ()[Lkotlinx/serialization/KSerializer; + public final fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ldev/kord/gateway/DeletedSound; + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public final fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public final fun serialize (Lkotlinx/serialization/encoding/Encoder;Ldev/kord/gateway/DeletedSound;)V + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer; +} + +public final class dev/kord/gateway/DeletedSound$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class dev/kord/gateway/DiscordAutoModerationActionExecution { public static final field Companion Ldev/kord/gateway/DiscordAutoModerationActionExecution$Companion; public fun (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/DiscordAutoModerationAction;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/AutoModerationRuleTriggerType;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/optional/OptionalSnowflake;Ldev/kord/common/entity/optional/OptionalSnowflake;Ldev/kord/common/entity/optional/OptionalSnowflake;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V @@ -711,6 +766,7 @@ public final class dev/kord/gateway/GatewayKt { public static final fun requestGuildMembers (Ldev/kord/gateway/Gateway;Ldev/kord/common/entity/Snowflake;Lkotlin/jvm/functions/Function1;)Lkotlinx/coroutines/flow/Flow; public static final fun requestGuildMembers (Ldev/kord/gateway/Gateway;Ldev/kord/gateway/RequestGuildMembers;)Lkotlinx/coroutines/flow/Flow; public static synthetic fun requestGuildMembers$default (Ldev/kord/gateway/Gateway;Ldev/kord/common/entity/Snowflake;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lkotlinx/coroutines/flow/Flow; + public static final fun requestSoundboardSounds (Ldev/kord/gateway/Gateway;Ljava/util/List;)Lkotlinx/coroutines/flow/Flow; public static final fun start (Ldev/kord/gateway/Gateway;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun start$default (Ldev/kord/gateway/Gateway;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; } @@ -1033,6 +1089,58 @@ public final class dev/kord/gateway/GuildScheduledEventUserRemove : dev/kord/gat public fun toString ()Ljava/lang/String; } +public final class dev/kord/gateway/GuildSoundboardSoundCreate : dev/kord/gateway/DispatchEvent { + public fun (Ldev/kord/common/entity/DiscordSoundboardSound;Ljava/lang/Integer;)V + public final fun component1 ()Ldev/kord/common/entity/DiscordSoundboardSound; + public final fun component2 ()Ljava/lang/Integer; + public final fun copy (Ldev/kord/common/entity/DiscordSoundboardSound;Ljava/lang/Integer;)Ldev/kord/gateway/GuildSoundboardSoundCreate; + public static synthetic fun copy$default (Ldev/kord/gateway/GuildSoundboardSoundCreate;Ldev/kord/common/entity/DiscordSoundboardSound;Ljava/lang/Integer;ILjava/lang/Object;)Ldev/kord/gateway/GuildSoundboardSoundCreate; + public fun equals (Ljava/lang/Object;)Z + public fun getSequence ()Ljava/lang/Integer; + public final fun getSound ()Ldev/kord/common/entity/DiscordSoundboardSound; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class dev/kord/gateway/GuildSoundboardSoundDelete : dev/kord/gateway/DispatchEvent { + public fun (Ldev/kord/gateway/DeletedSound;Ljava/lang/Integer;)V + public final fun component1 ()Ldev/kord/gateway/DeletedSound; + public final fun component2 ()Ljava/lang/Integer; + public final fun copy (Ldev/kord/gateway/DeletedSound;Ljava/lang/Integer;)Ldev/kord/gateway/GuildSoundboardSoundDelete; + public static synthetic fun copy$default (Ldev/kord/gateway/GuildSoundboardSoundDelete;Ldev/kord/gateway/DeletedSound;Ljava/lang/Integer;ILjava/lang/Object;)Ldev/kord/gateway/GuildSoundboardSoundDelete; + public fun equals (Ljava/lang/Object;)Z + public fun getSequence ()Ljava/lang/Integer; + public final fun getSound ()Ldev/kord/gateway/DeletedSound; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class dev/kord/gateway/GuildSoundboardSoundUpdate : dev/kord/gateway/DispatchEvent { + public fun (Ldev/kord/common/entity/DiscordSoundboardSound;Ljava/lang/Integer;)V + public final fun component1 ()Ldev/kord/common/entity/DiscordSoundboardSound; + public final fun component2 ()Ljava/lang/Integer; + public final fun copy (Ldev/kord/common/entity/DiscordSoundboardSound;Ljava/lang/Integer;)Ldev/kord/gateway/GuildSoundboardSoundUpdate; + public static synthetic fun copy$default (Ldev/kord/gateway/GuildSoundboardSoundUpdate;Ldev/kord/common/entity/DiscordSoundboardSound;Ljava/lang/Integer;ILjava/lang/Object;)Ldev/kord/gateway/GuildSoundboardSoundUpdate; + public fun equals (Ljava/lang/Object;)Z + public fun getSequence ()Ljava/lang/Integer; + public final fun getSound ()Ldev/kord/common/entity/DiscordSoundboardSound; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class dev/kord/gateway/GuildSoundboardSoundsUpdate : dev/kord/gateway/DispatchEvent { + public fun (Ldev/kord/gateway/SoundboardSoundsChunk;Ljava/lang/Integer;)V + public final fun component1 ()Ldev/kord/gateway/SoundboardSoundsChunk; + public final fun component2 ()Ljava/lang/Integer; + public final fun copy (Ldev/kord/gateway/SoundboardSoundsChunk;Ljava/lang/Integer;)Ldev/kord/gateway/GuildSoundboardSoundsUpdate; + public static synthetic fun copy$default (Ldev/kord/gateway/GuildSoundboardSoundsUpdate;Ldev/kord/gateway/SoundboardSoundsChunk;Ljava/lang/Integer;ILjava/lang/Object;)Ldev/kord/gateway/GuildSoundboardSoundsUpdate; + public fun equals (Ljava/lang/Object;)Z + public final fun getData ()Ldev/kord/gateway/SoundboardSoundsChunk; + public fun getSequence ()Ljava/lang/Integer; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + public final class dev/kord/gateway/GuildUpdate : dev/kord/gateway/DispatchEvent { public fun (Ldev/kord/common/entity/DiscordGuild;Ljava/lang/Integer;)V public final fun component1 ()Ldev/kord/common/entity/DiscordGuild; @@ -1254,6 +1362,10 @@ public final class dev/kord/gateway/Intent$GuildEmojis : dev/kord/gateway/Intent public static final field INSTANCE Ldev/kord/gateway/Intent$GuildEmojis; } +public final class dev/kord/gateway/Intent$GuildExpressions : dev/kord/gateway/Intent { + public static final field INSTANCE Ldev/kord/gateway/Intent$GuildExpressions; +} + public final class dev/kord/gateway/Intent$GuildIntegrations : dev/kord/gateway/Intent { public static final field INSTANCE Ldev/kord/gateway/Intent$GuildIntegrations; } @@ -1528,6 +1640,7 @@ public final class dev/kord/gateway/OpCode : java/lang/Enum { public static final field InvalidSession Ldev/kord/gateway/OpCode; public static final field Reconnect Ldev/kord/gateway/OpCode; public static final field RequestGuildMembers Ldev/kord/gateway/OpCode; + public static final field RequestSoundboardSounds Ldev/kord/gateway/OpCode; public static final field Resume Ldev/kord/gateway/OpCode; public static final field StatusUpdate Ldev/kord/gateway/OpCode; public static final field Unknown Ldev/kord/gateway/OpCode; @@ -1666,6 +1779,33 @@ public final class dev/kord/gateway/RequestGuildMembers$Nonce { public final fun new ()Ljava/lang/String; } +public final class dev/kord/gateway/RequestSoundboardSounds : dev/kord/gateway/Command { + public static final field Companion Ldev/kord/gateway/RequestSoundboardSounds$Companion; + public fun (Ljava/util/List;)V + public final fun component1 ()Ljava/util/List; + public final fun copy (Ljava/util/List;)Ldev/kord/gateway/RequestSoundboardSounds; + public static synthetic fun copy$default (Ldev/kord/gateway/RequestSoundboardSounds;Ljava/util/List;ILjava/lang/Object;)Ldev/kord/gateway/RequestSoundboardSounds; + public fun equals (Ljava/lang/Object;)Z + public final fun getGuildIds ()Ljava/util/List; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public synthetic class dev/kord/gateway/RequestSoundboardSounds$$serializer : kotlinx/serialization/internal/GeneratedSerializer { + public static final field INSTANCE Ldev/kord/gateway/RequestSoundboardSounds$$serializer; + public final fun childSerializers ()[Lkotlinx/serialization/KSerializer; + public final fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ldev/kord/gateway/RequestSoundboardSounds; + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public final fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public final fun serialize (Lkotlinx/serialization/encoding/Encoder;Ldev/kord/gateway/RequestSoundboardSounds;)V + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer; +} + +public final class dev/kord/gateway/RequestSoundboardSounds$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class dev/kord/gateway/Resume : dev/kord/gateway/Command { public static final field Companion Ldev/kord/gateway/Resume$Companion; public fun (Ljava/lang/String;Ljava/lang/String;I)V @@ -1724,6 +1864,48 @@ public final class dev/kord/gateway/Resumed$Companion { public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class dev/kord/gateway/SoundboardSounds : dev/kord/gateway/DispatchEvent { + public fun (Ldev/kord/gateway/SoundboardSoundsChunk;Ljava/lang/Integer;)V + public final fun component1 ()Ldev/kord/gateway/SoundboardSoundsChunk; + public final fun component2 ()Ljava/lang/Integer; + public final fun copy (Ldev/kord/gateway/SoundboardSoundsChunk;Ljava/lang/Integer;)Ldev/kord/gateway/SoundboardSounds; + public static synthetic fun copy$default (Ldev/kord/gateway/SoundboardSounds;Ldev/kord/gateway/SoundboardSoundsChunk;Ljava/lang/Integer;ILjava/lang/Object;)Ldev/kord/gateway/SoundboardSounds; + public fun equals (Ljava/lang/Object;)Z + public final fun getData ()Ldev/kord/gateway/SoundboardSoundsChunk; + public fun getSequence ()Ljava/lang/Integer; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class dev/kord/gateway/SoundboardSoundsChunk { + public static final field Companion Ldev/kord/gateway/SoundboardSoundsChunk$Companion; + public fun (Ljava/util/List;Ldev/kord/common/entity/Snowflake;)V + public final fun component1 ()Ljava/util/List; + public final fun component2 ()Ldev/kord/common/entity/Snowflake; + public final fun copy (Ljava/util/List;Ldev/kord/common/entity/Snowflake;)Ldev/kord/gateway/SoundboardSoundsChunk; + public static synthetic fun copy$default (Ldev/kord/gateway/SoundboardSoundsChunk;Ljava/util/List;Ldev/kord/common/entity/Snowflake;ILjava/lang/Object;)Ldev/kord/gateway/SoundboardSoundsChunk; + public fun equals (Ljava/lang/Object;)Z + public final fun getGuildId ()Ldev/kord/common/entity/Snowflake; + public final fun getSoundboardSounds ()Ljava/util/List; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public synthetic class dev/kord/gateway/SoundboardSoundsChunk$$serializer : kotlinx/serialization/internal/GeneratedSerializer { + public static final field INSTANCE Ldev/kord/gateway/SoundboardSoundsChunk$$serializer; + public final fun childSerializers ()[Lkotlinx/serialization/KSerializer; + public final fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ldev/kord/gateway/SoundboardSoundsChunk; + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public final fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public final fun serialize (Lkotlinx/serialization/encoding/Encoder;Ldev/kord/gateway/SoundboardSoundsChunk;)V + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer; +} + +public final class dev/kord/gateway/SoundboardSoundsChunk$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class dev/kord/gateway/SubscriptionCreate : dev/kord/gateway/DispatchEvent { public fun (Ldev/kord/common/entity/DiscordSubscription;Ljava/lang/Integer;)V public final fun component1 ()Ldev/kord/common/entity/DiscordSubscription; @@ -1957,6 +2139,61 @@ public final class dev/kord/gateway/UserUpdate : dev/kord/gateway/DispatchEvent public fun toString ()Ljava/lang/String; } +public final class dev/kord/gateway/VoiceChannelEffect { + public static final field Companion Ldev/kord/gateway/VoiceChannelEffect$Companion; + public fun (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/optional/Optional;Ldev/kord/common/entity/optional/Optional;Ldev/kord/common/entity/optional/OptionalInt;Ldev/kord/common/entity/optional/OptionalSnowflake;Ldev/kord/common/entity/optional/OptionalDouble;)V + public synthetic fun (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/optional/Optional;Ldev/kord/common/entity/optional/Optional;Ldev/kord/common/entity/optional/OptionalInt;Ldev/kord/common/entity/optional/OptionalSnowflake;Ldev/kord/common/entity/optional/OptionalDouble;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1 ()Ldev/kord/common/entity/Snowflake; + public final fun component2 ()Ldev/kord/common/entity/Snowflake; + public final fun component3 ()Ldev/kord/common/entity/Snowflake; + public final fun component4 ()Ldev/kord/common/entity/optional/Optional; + public final fun component5 ()Ldev/kord/common/entity/optional/Optional; + public final fun component6 ()Ldev/kord/common/entity/optional/OptionalInt; + public final fun component7 ()Ldev/kord/common/entity/optional/OptionalSnowflake; + public final fun component8 ()Ldev/kord/common/entity/optional/OptionalDouble; + public final fun copy (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/optional/Optional;Ldev/kord/common/entity/optional/Optional;Ldev/kord/common/entity/optional/OptionalInt;Ldev/kord/common/entity/optional/OptionalSnowflake;Ldev/kord/common/entity/optional/OptionalDouble;)Ldev/kord/gateway/VoiceChannelEffect; + public static synthetic fun copy$default (Ldev/kord/gateway/VoiceChannelEffect;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/optional/Optional;Ldev/kord/common/entity/optional/Optional;Ldev/kord/common/entity/optional/OptionalInt;Ldev/kord/common/entity/optional/OptionalSnowflake;Ldev/kord/common/entity/optional/OptionalDouble;ILjava/lang/Object;)Ldev/kord/gateway/VoiceChannelEffect; + public fun equals (Ljava/lang/Object;)Z + public final fun getAnimationId ()Ldev/kord/common/entity/optional/OptionalInt; + public final fun getAnimationType ()Ldev/kord/common/entity/optional/Optional; + public final fun getChannelId ()Ldev/kord/common/entity/Snowflake; + public final fun getEmoji ()Ldev/kord/common/entity/optional/Optional; + public final fun getGuildId ()Ldev/kord/common/entity/Snowflake; + public final fun getSoundId ()Ldev/kord/common/entity/optional/OptionalSnowflake; + public final fun getSoundVolume ()Ldev/kord/common/entity/optional/OptionalDouble; + public final fun getUserId ()Ldev/kord/common/entity/Snowflake; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public synthetic class dev/kord/gateway/VoiceChannelEffect$$serializer : kotlinx/serialization/internal/GeneratedSerializer { + public static final field INSTANCE Ldev/kord/gateway/VoiceChannelEffect$$serializer; + public final fun childSerializers ()[Lkotlinx/serialization/KSerializer; + public final fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ldev/kord/gateway/VoiceChannelEffect; + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public final fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public final fun serialize (Lkotlinx/serialization/encoding/Encoder;Ldev/kord/gateway/VoiceChannelEffect;)V + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer; +} + +public final class dev/kord/gateway/VoiceChannelEffect$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + +public final class dev/kord/gateway/VoiceEffectSend : dev/kord/gateway/DispatchEvent { + public fun (Ldev/kord/gateway/VoiceChannelEffect;Ljava/lang/Integer;)V + public final fun component1 ()Ldev/kord/gateway/VoiceChannelEffect; + public final fun component2 ()Ljava/lang/Integer; + public final fun copy (Ldev/kord/gateway/VoiceChannelEffect;Ljava/lang/Integer;)Ldev/kord/gateway/VoiceEffectSend; + public static synthetic fun copy$default (Ldev/kord/gateway/VoiceEffectSend;Ldev/kord/gateway/VoiceChannelEffect;Ljava/lang/Integer;ILjava/lang/Object;)Ldev/kord/gateway/VoiceEffectSend; + public fun equals (Ljava/lang/Object;)Z + public final fun getEffect ()Ldev/kord/gateway/VoiceChannelEffect; + public fun getSequence ()Ljava/lang/Integer; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + public final class dev/kord/gateway/VoiceServerUpdate : dev/kord/gateway/DispatchEvent { public fun (Ldev/kord/common/entity/DiscordVoiceServerUpdateData;Ljava/lang/Integer;)V public final fun component1 ()Ldev/kord/common/entity/DiscordVoiceServerUpdateData; diff --git a/gateway/api/gateway.klib.api b/gateway/api/gateway.klib.api index b2e60f175ae..405889b6f7e 100644 --- a/gateway/api/gateway.klib.api +++ b/gateway/api/gateway.klib.api @@ -44,6 +44,7 @@ final enum class dev.kord.gateway/OpCode : kotlin/Enum enum entry InvalidSession // dev.kord.gateway/OpCode.InvalidSession|null[0] enum entry Reconnect // dev.kord.gateway/OpCode.Reconnect|null[0] enum entry RequestGuildMembers // dev.kord.gateway/OpCode.RequestGuildMembers|null[0] + enum entry RequestSoundboardSounds // dev.kord.gateway/OpCode.RequestSoundboardSounds|null[0] enum entry Resume // dev.kord.gateway/OpCode.Resume|null[0] enum entry StatusUpdate // dev.kord.gateway/OpCode.StatusUpdate|null[0] enum entry Unknown // dev.kord.gateway/OpCode.Unknown|null[0] @@ -458,6 +459,35 @@ final class dev.kord.gateway/DefaultGatewayData { // dev.kord.gateway/DefaultGat final fun toString(): kotlin/String // dev.kord.gateway/DefaultGatewayData.toString|toString(){}[0] } +final class dev.kord.gateway/DeletedSound { // dev.kord.gateway/DeletedSound|null[0] + constructor (dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake) // dev.kord.gateway/DeletedSound.|(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] + + final val guildId // dev.kord.gateway/DeletedSound.guildId|{}guildId[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.gateway/DeletedSound.guildId.|(){}[0] + final val soundId // dev.kord.gateway/DeletedSound.soundId|{}soundId[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.gateway/DeletedSound.soundId.|(){}[0] + + final fun component1(): dev.kord.common.entity/Snowflake // dev.kord.gateway/DeletedSound.component1|component1(){}[0] + final fun component2(): dev.kord.common.entity/Snowflake // dev.kord.gateway/DeletedSound.component2|component2(){}[0] + final fun copy(dev.kord.common.entity/Snowflake = ..., dev.kord.common.entity/Snowflake = ...): dev.kord.gateway/DeletedSound // dev.kord.gateway/DeletedSound.copy|copy(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.gateway/DeletedSound.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.gateway/DeletedSound.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.gateway/DeletedSound.toString|toString(){}[0] + + final object $serializer : kotlinx.serialization.internal/GeneratedSerializer { // dev.kord.gateway/DeletedSound.$serializer|null[0] + final val descriptor // dev.kord.gateway/DeletedSound.$serializer.descriptor|{}descriptor[0] + final fun (): kotlinx.serialization.descriptors/SerialDescriptor // dev.kord.gateway/DeletedSound.$serializer.descriptor.|(){}[0] + + final fun childSerializers(): kotlin/Array> // dev.kord.gateway/DeletedSound.$serializer.childSerializers|childSerializers(){}[0] + final fun deserialize(kotlinx.serialization.encoding/Decoder): dev.kord.gateway/DeletedSound // dev.kord.gateway/DeletedSound.$serializer.deserialize|deserialize(kotlinx.serialization.encoding.Decoder){}[0] + final fun serialize(kotlinx.serialization.encoding/Encoder, dev.kord.gateway/DeletedSound) // dev.kord.gateway/DeletedSound.$serializer.serialize|serialize(kotlinx.serialization.encoding.Encoder;dev.kord.gateway.DeletedSound){}[0] + } + + final object Companion { // dev.kord.gateway/DeletedSound.Companion|null[0] + final fun serializer(): kotlinx.serialization/KSerializer // dev.kord.gateway/DeletedSound.Companion.serializer|serializer(){}[0] + } +} + final class dev.kord.gateway/DiscordAutoModerationActionExecution { // dev.kord.gateway/DiscordAutoModerationActionExecution|null[0] constructor (dev.kord.common.entity/Snowflake, dev.kord.common.entity/DiscordAutoModerationAction, dev.kord.common.entity/Snowflake, dev.kord.common.entity/AutoModerationRuleTriggerType, dev.kord.common.entity/Snowflake, dev.kord.common.entity.optional/OptionalSnowflake = ..., dev.kord.common.entity.optional/OptionalSnowflake = ..., dev.kord.common.entity.optional/OptionalSnowflake = ..., kotlin/String, kotlin/String?, kotlin/String?) // dev.kord.gateway/DiscordAutoModerationActionExecution.|(dev.kord.common.entity.Snowflake;dev.kord.common.entity.DiscordAutoModerationAction;dev.kord.common.entity.Snowflake;dev.kord.common.entity.AutoModerationRuleTriggerType;dev.kord.common.entity.Snowflake;dev.kord.common.entity.optional.OptionalSnowflake;dev.kord.common.entity.optional.OptionalSnowflake;dev.kord.common.entity.optional.OptionalSnowflake;kotlin.String;kotlin.String?;kotlin.String?){}[0] @@ -1267,6 +1297,70 @@ final class dev.kord.gateway/GuildScheduledEventUserRemove : dev.kord.gateway/Di final fun toString(): kotlin/String // dev.kord.gateway/GuildScheduledEventUserRemove.toString|toString(){}[0] } +final class dev.kord.gateway/GuildSoundboardSoundCreate : dev.kord.gateway/DispatchEvent { // dev.kord.gateway/GuildSoundboardSoundCreate|null[0] + constructor (dev.kord.common.entity/DiscordSoundboardSound, kotlin/Int?) // dev.kord.gateway/GuildSoundboardSoundCreate.|(dev.kord.common.entity.DiscordSoundboardSound;kotlin.Int?){}[0] + + final val sequence // dev.kord.gateway/GuildSoundboardSoundCreate.sequence|{}sequence[0] + final fun (): kotlin/Int? // dev.kord.gateway/GuildSoundboardSoundCreate.sequence.|(){}[0] + final val sound // dev.kord.gateway/GuildSoundboardSoundCreate.sound|{}sound[0] + final fun (): dev.kord.common.entity/DiscordSoundboardSound // dev.kord.gateway/GuildSoundboardSoundCreate.sound.|(){}[0] + + final fun component1(): dev.kord.common.entity/DiscordSoundboardSound // dev.kord.gateway/GuildSoundboardSoundCreate.component1|component1(){}[0] + final fun component2(): kotlin/Int? // dev.kord.gateway/GuildSoundboardSoundCreate.component2|component2(){}[0] + final fun copy(dev.kord.common.entity/DiscordSoundboardSound = ..., kotlin/Int? = ...): dev.kord.gateway/GuildSoundboardSoundCreate // dev.kord.gateway/GuildSoundboardSoundCreate.copy|copy(dev.kord.common.entity.DiscordSoundboardSound;kotlin.Int?){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.gateway/GuildSoundboardSoundCreate.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.gateway/GuildSoundboardSoundCreate.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.gateway/GuildSoundboardSoundCreate.toString|toString(){}[0] +} + +final class dev.kord.gateway/GuildSoundboardSoundDelete : dev.kord.gateway/DispatchEvent { // dev.kord.gateway/GuildSoundboardSoundDelete|null[0] + constructor (dev.kord.gateway/DeletedSound, kotlin/Int?) // dev.kord.gateway/GuildSoundboardSoundDelete.|(dev.kord.gateway.DeletedSound;kotlin.Int?){}[0] + + final val sequence // dev.kord.gateway/GuildSoundboardSoundDelete.sequence|{}sequence[0] + final fun (): kotlin/Int? // dev.kord.gateway/GuildSoundboardSoundDelete.sequence.|(){}[0] + final val sound // dev.kord.gateway/GuildSoundboardSoundDelete.sound|{}sound[0] + final fun (): dev.kord.gateway/DeletedSound // dev.kord.gateway/GuildSoundboardSoundDelete.sound.|(){}[0] + + final fun component1(): dev.kord.gateway/DeletedSound // dev.kord.gateway/GuildSoundboardSoundDelete.component1|component1(){}[0] + final fun component2(): kotlin/Int? // dev.kord.gateway/GuildSoundboardSoundDelete.component2|component2(){}[0] + final fun copy(dev.kord.gateway/DeletedSound = ..., kotlin/Int? = ...): dev.kord.gateway/GuildSoundboardSoundDelete // dev.kord.gateway/GuildSoundboardSoundDelete.copy|copy(dev.kord.gateway.DeletedSound;kotlin.Int?){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.gateway/GuildSoundboardSoundDelete.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.gateway/GuildSoundboardSoundDelete.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.gateway/GuildSoundboardSoundDelete.toString|toString(){}[0] +} + +final class dev.kord.gateway/GuildSoundboardSoundUpdate : dev.kord.gateway/DispatchEvent { // dev.kord.gateway/GuildSoundboardSoundUpdate|null[0] + constructor (dev.kord.common.entity/DiscordSoundboardSound, kotlin/Int?) // dev.kord.gateway/GuildSoundboardSoundUpdate.|(dev.kord.common.entity.DiscordSoundboardSound;kotlin.Int?){}[0] + + final val sequence // dev.kord.gateway/GuildSoundboardSoundUpdate.sequence|{}sequence[0] + final fun (): kotlin/Int? // dev.kord.gateway/GuildSoundboardSoundUpdate.sequence.|(){}[0] + final val sound // dev.kord.gateway/GuildSoundboardSoundUpdate.sound|{}sound[0] + final fun (): dev.kord.common.entity/DiscordSoundboardSound // dev.kord.gateway/GuildSoundboardSoundUpdate.sound.|(){}[0] + + final fun component1(): dev.kord.common.entity/DiscordSoundboardSound // dev.kord.gateway/GuildSoundboardSoundUpdate.component1|component1(){}[0] + final fun component2(): kotlin/Int? // dev.kord.gateway/GuildSoundboardSoundUpdate.component2|component2(){}[0] + final fun copy(dev.kord.common.entity/DiscordSoundboardSound = ..., kotlin/Int? = ...): dev.kord.gateway/GuildSoundboardSoundUpdate // dev.kord.gateway/GuildSoundboardSoundUpdate.copy|copy(dev.kord.common.entity.DiscordSoundboardSound;kotlin.Int?){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.gateway/GuildSoundboardSoundUpdate.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.gateway/GuildSoundboardSoundUpdate.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.gateway/GuildSoundboardSoundUpdate.toString|toString(){}[0] +} + +final class dev.kord.gateway/GuildSoundboardSoundsUpdate : dev.kord.gateway/DispatchEvent { // dev.kord.gateway/GuildSoundboardSoundsUpdate|null[0] + constructor (dev.kord.gateway/SoundboardSoundsChunk, kotlin/Int?) // dev.kord.gateway/GuildSoundboardSoundsUpdate.|(dev.kord.gateway.SoundboardSoundsChunk;kotlin.Int?){}[0] + + final val data // dev.kord.gateway/GuildSoundboardSoundsUpdate.data|{}data[0] + final fun (): dev.kord.gateway/SoundboardSoundsChunk // dev.kord.gateway/GuildSoundboardSoundsUpdate.data.|(){}[0] + final val sequence // dev.kord.gateway/GuildSoundboardSoundsUpdate.sequence|{}sequence[0] + final fun (): kotlin/Int? // dev.kord.gateway/GuildSoundboardSoundsUpdate.sequence.|(){}[0] + + final fun component1(): dev.kord.gateway/SoundboardSoundsChunk // dev.kord.gateway/GuildSoundboardSoundsUpdate.component1|component1(){}[0] + final fun component2(): kotlin/Int? // dev.kord.gateway/GuildSoundboardSoundsUpdate.component2|component2(){}[0] + final fun copy(dev.kord.gateway/SoundboardSoundsChunk = ..., kotlin/Int? = ...): dev.kord.gateway/GuildSoundboardSoundsUpdate // dev.kord.gateway/GuildSoundboardSoundsUpdate.copy|copy(dev.kord.gateway.SoundboardSoundsChunk;kotlin.Int?){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.gateway/GuildSoundboardSoundsUpdate.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.gateway/GuildSoundboardSoundsUpdate.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.gateway/GuildSoundboardSoundsUpdate.toString|toString(){}[0] +} + final class dev.kord.gateway/GuildUpdate : dev.kord.gateway/DispatchEvent { // dev.kord.gateway/GuildUpdate|null[0] constructor (dev.kord.common.entity/DiscordGuild, kotlin/Int?) // dev.kord.gateway/GuildUpdate.|(dev.kord.common.entity.DiscordGuild;kotlin.Int?){}[0] @@ -1827,6 +1921,34 @@ final class dev.kord.gateway/RequestGuildMembers : dev.kord.gateway/Command { // } } +final class dev.kord.gateway/RequestSoundboardSounds : dev.kord.gateway/Command { // dev.kord.gateway/RequestSoundboardSounds|null[0] + constructor (kotlin.collections/List) // dev.kord.gateway/RequestSoundboardSounds.|(kotlin.collections.List){}[0] + + final val guildIds // dev.kord.gateway/RequestSoundboardSounds.guildIds|{}guildIds[0] + final fun (): kotlin.collections/List // dev.kord.gateway/RequestSoundboardSounds.guildIds.|(){}[0] + + final fun component1(): kotlin.collections/List // dev.kord.gateway/RequestSoundboardSounds.component1|component1(){}[0] + final fun copy(kotlin.collections/List = ...): dev.kord.gateway/RequestSoundboardSounds // dev.kord.gateway/RequestSoundboardSounds.copy|copy(kotlin.collections.List){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.gateway/RequestSoundboardSounds.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.gateway/RequestSoundboardSounds.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.gateway/RequestSoundboardSounds.toString|toString(){}[0] + + final object $serializer : kotlinx.serialization.internal/GeneratedSerializer { // dev.kord.gateway/RequestSoundboardSounds.$serializer|null[0] + final val descriptor // dev.kord.gateway/RequestSoundboardSounds.$serializer.descriptor|{}descriptor[0] + final fun (): kotlinx.serialization.descriptors/SerialDescriptor // dev.kord.gateway/RequestSoundboardSounds.$serializer.descriptor.|(){}[0] + + final fun childSerializers(): kotlin/Array> // dev.kord.gateway/RequestSoundboardSounds.$serializer.childSerializers|childSerializers(){}[0] + final fun deserialize(kotlinx.serialization.encoding/Decoder): dev.kord.gateway/RequestSoundboardSounds // dev.kord.gateway/RequestSoundboardSounds.$serializer.deserialize|deserialize(kotlinx.serialization.encoding.Decoder){}[0] + final fun serialize(kotlinx.serialization.encoding/Encoder, dev.kord.gateway/RequestSoundboardSounds) // dev.kord.gateway/RequestSoundboardSounds.$serializer.serialize|serialize(kotlinx.serialization.encoding.Encoder;dev.kord.gateway.RequestSoundboardSounds){}[0] + } + + final object Companion { // dev.kord.gateway/RequestSoundboardSounds.Companion|null[0] + final val $childSerializers // dev.kord.gateway/RequestSoundboardSounds.Companion.$childSerializers|{}$childSerializers[0] + + final fun serializer(): kotlinx.serialization/KSerializer // dev.kord.gateway/RequestSoundboardSounds.Companion.serializer|serializer(){}[0] + } +} + final class dev.kord.gateway/Resume : dev.kord.gateway/Command { // dev.kord.gateway/Resume|null[0] constructor (kotlin/String, kotlin/String, kotlin/Int) // dev.kord.gateway/Resume.|(kotlin.String;kotlin.String;kotlin.Int){}[0] @@ -1885,6 +2007,53 @@ final class dev.kord.gateway/Resumed : dev.kord.gateway/DispatchEvent { // dev.k } } +final class dev.kord.gateway/SoundboardSounds : dev.kord.gateway/DispatchEvent { // dev.kord.gateway/SoundboardSounds|null[0] + constructor (dev.kord.gateway/SoundboardSoundsChunk, kotlin/Int?) // dev.kord.gateway/SoundboardSounds.|(dev.kord.gateway.SoundboardSoundsChunk;kotlin.Int?){}[0] + + final val data // dev.kord.gateway/SoundboardSounds.data|{}data[0] + final fun (): dev.kord.gateway/SoundboardSoundsChunk // dev.kord.gateway/SoundboardSounds.data.|(){}[0] + final val sequence // dev.kord.gateway/SoundboardSounds.sequence|{}sequence[0] + final fun (): kotlin/Int? // dev.kord.gateway/SoundboardSounds.sequence.|(){}[0] + + final fun component1(): dev.kord.gateway/SoundboardSoundsChunk // dev.kord.gateway/SoundboardSounds.component1|component1(){}[0] + final fun component2(): kotlin/Int? // dev.kord.gateway/SoundboardSounds.component2|component2(){}[0] + final fun copy(dev.kord.gateway/SoundboardSoundsChunk = ..., kotlin/Int? = ...): dev.kord.gateway/SoundboardSounds // dev.kord.gateway/SoundboardSounds.copy|copy(dev.kord.gateway.SoundboardSoundsChunk;kotlin.Int?){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.gateway/SoundboardSounds.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.gateway/SoundboardSounds.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.gateway/SoundboardSounds.toString|toString(){}[0] +} + +final class dev.kord.gateway/SoundboardSoundsChunk { // dev.kord.gateway/SoundboardSoundsChunk|null[0] + constructor (kotlin.collections/List, dev.kord.common.entity/Snowflake) // dev.kord.gateway/SoundboardSoundsChunk.|(kotlin.collections.List;dev.kord.common.entity.Snowflake){}[0] + + final val guildId // dev.kord.gateway/SoundboardSoundsChunk.guildId|{}guildId[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.gateway/SoundboardSoundsChunk.guildId.|(){}[0] + final val soundboardSounds // dev.kord.gateway/SoundboardSoundsChunk.soundboardSounds|{}soundboardSounds[0] + final fun (): kotlin.collections/List // dev.kord.gateway/SoundboardSoundsChunk.soundboardSounds.|(){}[0] + + final fun component1(): kotlin.collections/List // dev.kord.gateway/SoundboardSoundsChunk.component1|component1(){}[0] + final fun component2(): dev.kord.common.entity/Snowflake // dev.kord.gateway/SoundboardSoundsChunk.component2|component2(){}[0] + final fun copy(kotlin.collections/List = ..., dev.kord.common.entity/Snowflake = ...): dev.kord.gateway/SoundboardSoundsChunk // dev.kord.gateway/SoundboardSoundsChunk.copy|copy(kotlin.collections.List;dev.kord.common.entity.Snowflake){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.gateway/SoundboardSoundsChunk.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.gateway/SoundboardSoundsChunk.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.gateway/SoundboardSoundsChunk.toString|toString(){}[0] + + final object $serializer : kotlinx.serialization.internal/GeneratedSerializer { // dev.kord.gateway/SoundboardSoundsChunk.$serializer|null[0] + final val descriptor // dev.kord.gateway/SoundboardSoundsChunk.$serializer.descriptor|{}descriptor[0] + final fun (): kotlinx.serialization.descriptors/SerialDescriptor // dev.kord.gateway/SoundboardSoundsChunk.$serializer.descriptor.|(){}[0] + + final fun childSerializers(): kotlin/Array> // dev.kord.gateway/SoundboardSoundsChunk.$serializer.childSerializers|childSerializers(){}[0] + final fun deserialize(kotlinx.serialization.encoding/Decoder): dev.kord.gateway/SoundboardSoundsChunk // dev.kord.gateway/SoundboardSoundsChunk.$serializer.deserialize|deserialize(kotlinx.serialization.encoding.Decoder){}[0] + final fun serialize(kotlinx.serialization.encoding/Encoder, dev.kord.gateway/SoundboardSoundsChunk) // dev.kord.gateway/SoundboardSoundsChunk.$serializer.serialize|serialize(kotlinx.serialization.encoding.Encoder;dev.kord.gateway.SoundboardSoundsChunk){}[0] + } + + final object Companion { // dev.kord.gateway/SoundboardSoundsChunk.Companion|null[0] + final val $childSerializers // dev.kord.gateway/SoundboardSoundsChunk.Companion.$childSerializers|{}$childSerializers[0] + + final fun serializer(): kotlinx.serialization/KSerializer // dev.kord.gateway/SoundboardSoundsChunk.Companion.serializer|serializer(){}[0] + } +} + final class dev.kord.gateway/SubscriptionCreate : dev.kord.gateway/DispatchEvent { // dev.kord.gateway/SubscriptionCreate|null[0] constructor (dev.kord.common.entity/DiscordSubscription, kotlin/Int?) // dev.kord.gateway/SubscriptionCreate.|(dev.kord.common.entity.DiscordSubscription;kotlin.Int?){}[0] @@ -2162,6 +2331,71 @@ final class dev.kord.gateway/UserUpdate : dev.kord.gateway/DispatchEvent { // de final fun toString(): kotlin/String // dev.kord.gateway/UserUpdate.toString|toString(){}[0] } +final class dev.kord.gateway/VoiceChannelEffect { // dev.kord.gateway/VoiceChannelEffect|null[0] + constructor (dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity.optional/Optional, dev.kord.common.entity.optional/Optional = ..., dev.kord.common.entity.optional/OptionalInt = ..., dev.kord.common.entity.optional/OptionalSnowflake = ..., dev.kord.common.entity.optional/OptionalDouble = ...) // dev.kord.gateway/VoiceChannelEffect.|(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.optional.Optional;dev.kord.common.entity.optional.Optional;dev.kord.common.entity.optional.OptionalInt;dev.kord.common.entity.optional.OptionalSnowflake;dev.kord.common.entity.optional.OptionalDouble){}[0] + + final val animationId // dev.kord.gateway/VoiceChannelEffect.animationId|{}animationId[0] + final fun (): dev.kord.common.entity.optional/OptionalInt // dev.kord.gateway/VoiceChannelEffect.animationId.|(){}[0] + final val animationType // dev.kord.gateway/VoiceChannelEffect.animationType|{}animationType[0] + final fun (): dev.kord.common.entity.optional/Optional // dev.kord.gateway/VoiceChannelEffect.animationType.|(){}[0] + final val channelId // dev.kord.gateway/VoiceChannelEffect.channelId|{}channelId[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.gateway/VoiceChannelEffect.channelId.|(){}[0] + final val emoji // dev.kord.gateway/VoiceChannelEffect.emoji|{}emoji[0] + final fun (): dev.kord.common.entity.optional/Optional // dev.kord.gateway/VoiceChannelEffect.emoji.|(){}[0] + final val guildId // dev.kord.gateway/VoiceChannelEffect.guildId|{}guildId[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.gateway/VoiceChannelEffect.guildId.|(){}[0] + final val soundId // dev.kord.gateway/VoiceChannelEffect.soundId|{}soundId[0] + final fun (): dev.kord.common.entity.optional/OptionalSnowflake // dev.kord.gateway/VoiceChannelEffect.soundId.|(){}[0] + final val soundVolume // dev.kord.gateway/VoiceChannelEffect.soundVolume|{}soundVolume[0] + final fun (): dev.kord.common.entity.optional/OptionalDouble // dev.kord.gateway/VoiceChannelEffect.soundVolume.|(){}[0] + final val userId // dev.kord.gateway/VoiceChannelEffect.userId|{}userId[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.gateway/VoiceChannelEffect.userId.|(){}[0] + + final fun component1(): dev.kord.common.entity/Snowflake // dev.kord.gateway/VoiceChannelEffect.component1|component1(){}[0] + final fun component2(): dev.kord.common.entity/Snowflake // dev.kord.gateway/VoiceChannelEffect.component2|component2(){}[0] + final fun component3(): dev.kord.common.entity/Snowflake // dev.kord.gateway/VoiceChannelEffect.component3|component3(){}[0] + final fun component4(): dev.kord.common.entity.optional/Optional // dev.kord.gateway/VoiceChannelEffect.component4|component4(){}[0] + final fun component5(): dev.kord.common.entity.optional/Optional // dev.kord.gateway/VoiceChannelEffect.component5|component5(){}[0] + final fun component6(): dev.kord.common.entity.optional/OptionalInt // dev.kord.gateway/VoiceChannelEffect.component6|component6(){}[0] + final fun component7(): dev.kord.common.entity.optional/OptionalSnowflake // dev.kord.gateway/VoiceChannelEffect.component7|component7(){}[0] + final fun component8(): dev.kord.common.entity.optional/OptionalDouble // dev.kord.gateway/VoiceChannelEffect.component8|component8(){}[0] + final fun copy(dev.kord.common.entity/Snowflake = ..., dev.kord.common.entity/Snowflake = ..., dev.kord.common.entity/Snowflake = ..., dev.kord.common.entity.optional/Optional = ..., dev.kord.common.entity.optional/Optional = ..., dev.kord.common.entity.optional/OptionalInt = ..., dev.kord.common.entity.optional/OptionalSnowflake = ..., dev.kord.common.entity.optional/OptionalDouble = ...): dev.kord.gateway/VoiceChannelEffect // dev.kord.gateway/VoiceChannelEffect.copy|copy(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.optional.Optional;dev.kord.common.entity.optional.Optional;dev.kord.common.entity.optional.OptionalInt;dev.kord.common.entity.optional.OptionalSnowflake;dev.kord.common.entity.optional.OptionalDouble){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.gateway/VoiceChannelEffect.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.gateway/VoiceChannelEffect.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.gateway/VoiceChannelEffect.toString|toString(){}[0] + + final object $serializer : kotlinx.serialization.internal/GeneratedSerializer { // dev.kord.gateway/VoiceChannelEffect.$serializer|null[0] + final val descriptor // dev.kord.gateway/VoiceChannelEffect.$serializer.descriptor|{}descriptor[0] + final fun (): kotlinx.serialization.descriptors/SerialDescriptor // dev.kord.gateway/VoiceChannelEffect.$serializer.descriptor.|(){}[0] + + final fun childSerializers(): kotlin/Array> // dev.kord.gateway/VoiceChannelEffect.$serializer.childSerializers|childSerializers(){}[0] + final fun deserialize(kotlinx.serialization.encoding/Decoder): dev.kord.gateway/VoiceChannelEffect // dev.kord.gateway/VoiceChannelEffect.$serializer.deserialize|deserialize(kotlinx.serialization.encoding.Decoder){}[0] + final fun serialize(kotlinx.serialization.encoding/Encoder, dev.kord.gateway/VoiceChannelEffect) // dev.kord.gateway/VoiceChannelEffect.$serializer.serialize|serialize(kotlinx.serialization.encoding.Encoder;dev.kord.gateway.VoiceChannelEffect){}[0] + } + + final object Companion { // dev.kord.gateway/VoiceChannelEffect.Companion|null[0] + final val $childSerializers // dev.kord.gateway/VoiceChannelEffect.Companion.$childSerializers|{}$childSerializers[0] + + final fun serializer(): kotlinx.serialization/KSerializer // dev.kord.gateway/VoiceChannelEffect.Companion.serializer|serializer(){}[0] + } +} + +final class dev.kord.gateway/VoiceEffectSend : dev.kord.gateway/DispatchEvent { // dev.kord.gateway/VoiceEffectSend|null[0] + constructor (dev.kord.gateway/VoiceChannelEffect, kotlin/Int?) // dev.kord.gateway/VoiceEffectSend.|(dev.kord.gateway.VoiceChannelEffect;kotlin.Int?){}[0] + + final val effect // dev.kord.gateway/VoiceEffectSend.effect|{}effect[0] + final fun (): dev.kord.gateway/VoiceChannelEffect // dev.kord.gateway/VoiceEffectSend.effect.|(){}[0] + final val sequence // dev.kord.gateway/VoiceEffectSend.sequence|{}sequence[0] + final fun (): kotlin/Int? // dev.kord.gateway/VoiceEffectSend.sequence.|(){}[0] + + final fun component1(): dev.kord.gateway/VoiceChannelEffect // dev.kord.gateway/VoiceEffectSend.component1|component1(){}[0] + final fun component2(): kotlin/Int? // dev.kord.gateway/VoiceEffectSend.component2|component2(){}[0] + final fun copy(dev.kord.gateway/VoiceChannelEffect = ..., kotlin/Int? = ...): dev.kord.gateway/VoiceEffectSend // dev.kord.gateway/VoiceEffectSend.copy|copy(dev.kord.gateway.VoiceChannelEffect;kotlin.Int?){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.gateway/VoiceEffectSend.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.gateway/VoiceEffectSend.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.gateway/VoiceEffectSend.toString|toString(){}[0] +} + final class dev.kord.gateway/VoiceServerUpdate : dev.kord.gateway/DispatchEvent { // dev.kord.gateway/VoiceServerUpdate|null[0] constructor (dev.kord.common.entity/DiscordVoiceServerUpdateData, kotlin/Int?) // dev.kord.gateway/VoiceServerUpdate.|(dev.kord.common.entity.DiscordVoiceServerUpdateData;kotlin.Int?){}[0] @@ -2210,6 +2444,29 @@ final class dev.kord.gateway/WebhooksUpdate : dev.kord.gateway/DispatchEvent { / final fun toString(): kotlin/String // dev.kord.gateway/WebhooksUpdate.toString|toString(){}[0] } +sealed class dev.kord.gateway/AnimationType { // dev.kord.gateway/AnimationType|null[0] + final val value // dev.kord.gateway/AnimationType.value|{}value[0] + final fun (): kotlin/Int // dev.kord.gateway/AnimationType.value.|(){}[0] + + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.gateway/AnimationType.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.gateway/AnimationType.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.gateway/AnimationType.toString|toString(){}[0] + + final class Unknown : dev.kord.gateway/AnimationType // dev.kord.gateway/AnimationType.Unknown|null[0] + + final object Basic : dev.kord.gateway/AnimationType // dev.kord.gateway/AnimationType.Basic|null[0] + + final object Companion { // dev.kord.gateway/AnimationType.Companion|null[0] + final val entries // dev.kord.gateway/AnimationType.Companion.entries|{}entries[0] + final fun (): kotlin.collections/List // dev.kord.gateway/AnimationType.Companion.entries.|(){}[0] + + final fun from(kotlin/Int): dev.kord.gateway/AnimationType // dev.kord.gateway/AnimationType.Companion.from|from(kotlin.Int){}[0] + final fun serializer(): kotlinx.serialization/KSerializer // dev.kord.gateway/AnimationType.Companion.serializer|serializer(){}[0] + } + + final object Premium : dev.kord.gateway/AnimationType // dev.kord.gateway/AnimationType.Premium|null[0] +} + sealed class dev.kord.gateway/Close : dev.kord.gateway/Event { // dev.kord.gateway/Close|null[0] final class DiscordClose : dev.kord.gateway/Close { // dev.kord.gateway/Close.DiscordClose|null[0] constructor (dev.kord.gateway/GatewayCloseCode, kotlin/Boolean) // dev.kord.gateway/Close.DiscordClose.|(dev.kord.gateway.GatewayCloseCode;kotlin.Boolean){}[0] @@ -2311,6 +2568,8 @@ sealed class dev.kord.gateway/Intent { // dev.kord.gateway/Intent|null[0] final object GuildEmojis : dev.kord.gateway/Intent // dev.kord.gateway/Intent.GuildEmojis|null[0] + final object GuildExpressions : dev.kord.gateway/Intent // dev.kord.gateway/Intent.GuildExpressions|null[0] + final object GuildIntegrations : dev.kord.gateway/Intent // dev.kord.gateway/Intent.GuildIntegrations|null[0] final object GuildInvites : dev.kord.gateway/Intent // dev.kord.gateway/Intent.GuildInvites|null[0] @@ -2353,6 +2612,7 @@ final val dev.kord.gateway/PRIVILEGED // dev.kord.gateway/PRIVILEGED|@dev.kord.g final fun (dev.kord.gateway/Gateway).dev.kord.gateway/requestGuildMembers(dev.kord.common.entity/Snowflake, kotlin/Function1 = ...): kotlinx.coroutines.flow/Flow // dev.kord.gateway/requestGuildMembers|requestGuildMembers@dev.kord.gateway.Gateway(dev.kord.common.entity.Snowflake;kotlin.Function1){}[0] final fun (dev.kord.gateway/Gateway).dev.kord.gateway/requestGuildMembers(dev.kord.gateway/RequestGuildMembers): kotlinx.coroutines.flow/Flow // dev.kord.gateway/requestGuildMembers|requestGuildMembers@dev.kord.gateway.Gateway(dev.kord.gateway.RequestGuildMembers){}[0] +final fun (dev.kord.gateway/Gateway).dev.kord.gateway/requestSoundboardSounds(kotlin.collections/List): kotlinx.coroutines.flow/Flow // dev.kord.gateway/requestSoundboardSounds|requestSoundboardSounds@dev.kord.gateway.Gateway(kotlin.collections.List){}[0] final fun dev.kord.gateway.ratelimit/IdentifyRateLimiter(kotlin/Int, kotlinx.coroutines/CoroutineDispatcher = ...): dev.kord.gateway.ratelimit/IdentifyRateLimiter // dev.kord.gateway.ratelimit/IdentifyRateLimiter|IdentifyRateLimiter(kotlin.Int;kotlinx.coroutines.CoroutineDispatcher){}[0] final fun dev.kord.gateway/Intents(kotlin.collections/Iterable): dev.kord.gateway/Intents // dev.kord.gateway/Intents|Intents(kotlin.collections.Iterable){}[0] final fun dev.kord.gateway/Intents(kotlin.collections/Iterable): dev.kord.gateway/Intents // dev.kord.gateway/Intents|Intents(kotlin.collections.Iterable){}[0] diff --git a/rest/api/rest.api b/rest/api/rest.api index 541efb4ea8f..61b6181b663 100644 --- a/rest/api/rest.api +++ b/rest/api/rest.api @@ -71,6 +71,53 @@ public final class dev/kord/rest/NamedFile { public final fun getUrl ()Ljava/lang/String; } +public final class dev/kord/rest/Sound { + public static final field Companion Ldev/kord/rest/Sound$Companion; + public synthetic fun ([BLdev/kord/rest/Sound$Format;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun getData ()[B + public final fun getDataUri ()Ljava/lang/String; + public final fun getFormat ()Ldev/kord/rest/Sound$Format; +} + +public final class dev/kord/rest/Sound$Companion { + public final fun fromFile (Lkotlinx/io/files/Path;Lkotlinx/io/files/FileSystem;)Ldev/kord/rest/Sound; + public static synthetic fun fromFile$default (Ldev/kord/rest/Sound$Companion;Lkotlinx/io/files/Path;Lkotlinx/io/files/FileSystem;ILjava/lang/Object;)Ldev/kord/rest/Sound; + public final fun fromSource (Lkotlinx/io/Source;Ldev/kord/rest/Sound$Format;)Ldev/kord/rest/Sound; + public final fun fromUrl (Lio/ktor/client/HttpClient;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public final fun raw ([BLdev/kord/rest/Sound$Format;)Ldev/kord/rest/Sound; +} + +public abstract class dev/kord/rest/Sound$Format { + public static final field Companion Ldev/kord/rest/Sound$Format$Companion; + public synthetic fun (Lio/ktor/http/ContentType;Ljava/util/List;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public synthetic fun (Lio/ktor/http/ContentType;[Ljava/lang/String;Lkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun getExtension ()Ljava/lang/String; + public final fun getExtensions ()Ljava/util/List; + public final fun getMimeType ()Lio/ktor/http/ContentType; +} + +public final class dev/kord/rest/Sound$Format$Companion { + public final fun fromContentType (Lio/ktor/http/ContentType;)Ldev/kord/rest/Sound$Format; + public final fun fromContentType (Ljava/lang/String;)Ldev/kord/rest/Sound$Format; + public final fun fromExtension (Ljava/lang/String;)Ldev/kord/rest/Sound$Format; + public final fun getValues ()Ljava/util/Set; + public final fun isSupported (Ljava/lang/String;)Z +} + +public final class dev/kord/rest/Sound$Format$MP3 : dev/kord/rest/Sound$Format { + public static final field INSTANCE Ldev/kord/rest/Sound$Format$MP3; + public fun equals (Ljava/lang/Object;)Z + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public final class dev/kord/rest/Sound$Format$OGG : dev/kord/rest/Sound$Format { + public static final field INSTANCE Ldev/kord/rest/Sound$Format$OGG; + public fun equals (Ljava/lang/Object;)Z + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + public abstract interface class dev/kord/rest/builder/AuditBuilder { public abstract fun getReason ()Ljava/lang/String; public abstract fun setReason (Ljava/lang/String;)V @@ -1414,6 +1461,38 @@ public final class dev/kord/rest/builder/guild/ScheduledEventCreateBuilder : dev public synthetic fun toRequest ()Ljava/lang/Object; } +public final class dev/kord/rest/builder/guild/SoundboardSoundCreateBuilder : dev/kord/rest/builder/AuditRequestBuilder { + public fun (Ljava/lang/String;Ldev/kord/rest/Sound;)V + public final fun getEmojiId ()Ldev/kord/common/entity/Snowflake; + public final fun getEmojiName ()Ljava/lang/String; + public final fun getName ()Ljava/lang/String; + public fun getReason ()Ljava/lang/String; + public final fun getSound ()Ldev/kord/rest/Sound; + public final fun getVolume ()Ljava/lang/Double; + public final fun setEmojiId (Ldev/kord/common/entity/Snowflake;)V + public final fun setEmojiName (Ljava/lang/String;)V + public fun setReason (Ljava/lang/String;)V + public final fun setVolume (Ljava/lang/Double;)V + public fun toRequest ()Ldev/kord/rest/json/request/CreateSoundboardSoundRequest; + public synthetic fun toRequest ()Ljava/lang/Object; +} + +public final class dev/kord/rest/builder/guild/SoundboardSoundModifyBuilder : dev/kord/rest/builder/AuditRequestBuilder { + public fun ()V + public final fun getEmojiId ()Ldev/kord/common/entity/Snowflake; + public final fun getEmojiName ()Ljava/lang/String; + public final fun getName ()Ljava/lang/String; + public fun getReason ()Ljava/lang/String; + public final fun getVolume ()Ljava/lang/Double; + public final fun setEmojiId (Ldev/kord/common/entity/Snowflake;)V + public final fun setEmojiName (Ljava/lang/String;)V + public final fun setName (Ljava/lang/String;)V + public fun setReason (Ljava/lang/String;)V + public final fun setVolume (Ljava/lang/Double;)V + public fun toRequest ()Ldev/kord/rest/json/request/UpdateSoundboardSoundRequest; + public synthetic fun toRequest ()Ljava/lang/Object; +} + public final class dev/kord/rest/builder/guild/StickerModifyBuilder : dev/kord/rest/builder/RequestBuilder { public fun ()V public final fun getDescription ()Ljava/lang/String; @@ -2630,6 +2709,7 @@ public final class dev/kord/rest/json/JsonErrorCode : java/lang/Enum { public static final field CannotSendMessageInForumChannel Ldev/kord/rest/json/JsonErrorCode; public static final field CannotSendMessagesInNonTextChannel Ldev/kord/rest/json/JsonErrorCode; public static final field CannotSendMessagesToUser Ldev/kord/rest/json/JsonErrorCode; + public static final field CannotSendVoiceEffect Ldev/kord/rest/json/JsonErrorCode; public static final field CannotSendVoiceMessagesInThisChannel Ldev/kord/rest/json/JsonErrorCode; public static final field CannotUpdateFinishedEvent Ldev/kord/rest/json/JsonErrorCode; public static final field CannotUpdateOnboarding Ldev/kord/rest/json/JsonErrorCode; @@ -2657,6 +2737,10 @@ public final class dev/kord/rest/json/JsonErrorCode : java/lang/Enum { public static final field InvalidActivityAction Ldev/kord/rest/json/JsonErrorCode; public static final field InvalidAuthToken Ldev/kord/rest/json/JsonErrorCode; public static final field InvalidFile Ldev/kord/rest/json/JsonErrorCode; + public static final field InvalidFileDuration Ldev/kord/rest/json/JsonErrorCode; + public static final field InvalidFileExceedsMaximumLength Ldev/kord/rest/json/JsonErrorCode; + public static final field InvalidFileProvided Ldev/kord/rest/json/JsonErrorCode; + public static final field InvalidFileType Ldev/kord/rest/json/JsonErrorCode; public static final field InvalidFormBody Ldev/kord/rest/json/JsonErrorCode; public static final field InvalidGuild Ldev/kord/rest/json/JsonErrorCode; public static final field InvalidJsonForLottieFile Ldev/kord/rest/json/JsonErrorCode; @@ -2702,6 +2786,7 @@ public final class dev/kord/rest/json/JsonErrorCode : java/lang/Enum { public static final field MaxRecipients Ldev/kord/rest/json/JsonErrorCode; public static final field MaxServerCategories Ldev/kord/rest/json/JsonErrorCode; public static final field MaxServerMembers Ldev/kord/rest/json/JsonErrorCode; + public static final field MaxSoundboardSounds Ldev/kord/rest/json/JsonErrorCode; public static final field MaxStickerAnimationDuration Ldev/kord/rest/json/JsonErrorCode; public static final field MaxStickerFrameCount Ldev/kord/rest/json/JsonErrorCode; public static final field MaxStickerFrameRate Ldev/kord/rest/json/JsonErrorCode; @@ -2756,6 +2841,7 @@ public final class dev/kord/rest/json/JsonErrorCode : java/lang/Enum { public static final field UnknownApplication Ldev/kord/rest/json/JsonErrorCode; public static final field UnknownApplicationCommand Ldev/kord/rest/json/JsonErrorCode; public static final field UnknownApplicationCommandPermissions Ldev/kord/rest/json/JsonErrorCode; + public static final field UnknownAsset Ldev/kord/rest/json/JsonErrorCode; public static final field UnknownBan Ldev/kord/rest/json/JsonErrorCode; public static final field UnknownBranch Ldev/kord/rest/json/JsonErrorCode; public static final field UnknownBuild Ldev/kord/rest/json/JsonErrorCode; @@ -2783,6 +2869,7 @@ public final class dev/kord/rest/json/JsonErrorCode : java/lang/Enum { public static final field UnknownRole Ldev/kord/rest/json/JsonErrorCode; public static final field UnknownSKU Ldev/kord/rest/json/JsonErrorCode; public static final field UnknownSession Ldev/kord/rest/json/JsonErrorCode; + public static final field UnknownSound Ldev/kord/rest/json/JsonErrorCode; public static final field UnknownStageInstance Ldev/kord/rest/json/JsonErrorCode; public static final field UnknownSticker Ldev/kord/rest/json/JsonErrorCode; public static final field UnknownStoreDirectoryLayout Ldev/kord/rest/json/JsonErrorCode; @@ -3310,6 +3397,42 @@ public final class dev/kord/rest/json/request/ChannelPositionSwapRequest$Compani public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class dev/kord/rest/json/request/CreateSoundboardSoundRequest { + public static final field Companion Ldev/kord/rest/json/request/CreateSoundboardSoundRequest$Companion; + public fun (Ljava/lang/String;Ljava/lang/String;Ldev/kord/common/entity/optional/OptionalDouble;Ldev/kord/common/entity/optional/OptionalSnowflake;Ldev/kord/common/entity/optional/Optional;)V + public synthetic fun (Ljava/lang/String;Ljava/lang/String;Ldev/kord/common/entity/optional/OptionalDouble;Ldev/kord/common/entity/optional/OptionalSnowflake;Ldev/kord/common/entity/optional/Optional;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1 ()Ljava/lang/String; + public final fun component2 ()Ljava/lang/String; + public final fun component3 ()Ldev/kord/common/entity/optional/OptionalDouble; + public final fun component4 ()Ldev/kord/common/entity/optional/OptionalSnowflake; + public final fun component5 ()Ldev/kord/common/entity/optional/Optional; + public final fun copy (Ljava/lang/String;Ljava/lang/String;Ldev/kord/common/entity/optional/OptionalDouble;Ldev/kord/common/entity/optional/OptionalSnowflake;Ldev/kord/common/entity/optional/Optional;)Ldev/kord/rest/json/request/CreateSoundboardSoundRequest; + public static synthetic fun copy$default (Ldev/kord/rest/json/request/CreateSoundboardSoundRequest;Ljava/lang/String;Ljava/lang/String;Ldev/kord/common/entity/optional/OptionalDouble;Ldev/kord/common/entity/optional/OptionalSnowflake;Ldev/kord/common/entity/optional/Optional;ILjava/lang/Object;)Ldev/kord/rest/json/request/CreateSoundboardSoundRequest; + public fun equals (Ljava/lang/Object;)Z + public final fun getEmojiId ()Ldev/kord/common/entity/optional/OptionalSnowflake; + public final fun getEmojiName ()Ldev/kord/common/entity/optional/Optional; + public final fun getName ()Ljava/lang/String; + public final fun getSound ()Ljava/lang/String; + public final fun getVolume ()Ldev/kord/common/entity/optional/OptionalDouble; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public synthetic class dev/kord/rest/json/request/CreateSoundboardSoundRequest$$serializer : kotlinx/serialization/internal/GeneratedSerializer { + public static final field INSTANCE Ldev/kord/rest/json/request/CreateSoundboardSoundRequest$$serializer; + public final fun childSerializers ()[Lkotlinx/serialization/KSerializer; + public final fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ldev/kord/rest/json/request/CreateSoundboardSoundRequest; + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public final fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public final fun serialize (Lkotlinx/serialization/encoding/Encoder;Ldev/kord/rest/json/request/CreateSoundboardSoundRequest;)V + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer; +} + +public final class dev/kord/rest/json/request/CreateSoundboardSoundRequest$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class dev/kord/rest/json/request/CurrentUserModifyRequest { public static final field Companion Ldev/kord/rest/json/request/CurrentUserModifyRequest$Companion; public fun ()V @@ -5283,6 +5406,36 @@ public final class dev/kord/rest/json/request/ScheduledEventModifyRequest$Compan public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class dev/kord/rest/json/request/SendSoundboardSoundRequest { + public static final field Companion Ldev/kord/rest/json/request/SendSoundboardSoundRequest$Companion; + public fun (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/optional/OptionalSnowflake;)V + public synthetic fun (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/optional/OptionalSnowflake;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1 ()Ldev/kord/common/entity/Snowflake; + public final fun component2 ()Ldev/kord/common/entity/optional/OptionalSnowflake; + public final fun copy (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/optional/OptionalSnowflake;)Ldev/kord/rest/json/request/SendSoundboardSoundRequest; + public static synthetic fun copy$default (Ldev/kord/rest/json/request/SendSoundboardSoundRequest;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/optional/OptionalSnowflake;ILjava/lang/Object;)Ldev/kord/rest/json/request/SendSoundboardSoundRequest; + public fun equals (Ljava/lang/Object;)Z + public final fun getSoundId ()Ldev/kord/common/entity/Snowflake; + public final fun getSourceGuildId ()Ldev/kord/common/entity/optional/OptionalSnowflake; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public synthetic class dev/kord/rest/json/request/SendSoundboardSoundRequest$$serializer : kotlinx/serialization/internal/GeneratedSerializer { + public static final field INSTANCE Ldev/kord/rest/json/request/SendSoundboardSoundRequest$$serializer; + public final fun childSerializers ()[Lkotlinx/serialization/KSerializer; + public final fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ldev/kord/rest/json/request/SendSoundboardSoundRequest; + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public final fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public final fun serialize (Lkotlinx/serialization/encoding/Encoder;Ldev/kord/rest/json/request/SendSoundboardSoundRequest;)V + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer; +} + +public final class dev/kord/rest/json/request/SendSoundboardSoundRequest$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class dev/kord/rest/json/request/SkuSubscriptionsListRequest { public fun ()V public fun (Ldev/kord/rest/route/Position$BeforeOrAfter;Ljava/lang/Integer;Ldev/kord/common/entity/Snowflake;)V @@ -5438,6 +5591,41 @@ public final class dev/kord/rest/json/request/TestEntitlementCreateRequest$Compa public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class dev/kord/rest/json/request/UpdateSoundboardSoundRequest { + public static final field Companion Ldev/kord/rest/json/request/UpdateSoundboardSoundRequest$Companion; + public fun ()V + public fun (Ldev/kord/common/entity/optional/Optional;Ldev/kord/common/entity/optional/OptionalDouble;Ldev/kord/common/entity/optional/OptionalSnowflake;Ldev/kord/common/entity/optional/Optional;)V + public synthetic fun (Ldev/kord/common/entity/optional/Optional;Ldev/kord/common/entity/optional/OptionalDouble;Ldev/kord/common/entity/optional/OptionalSnowflake;Ldev/kord/common/entity/optional/Optional;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public final fun component1 ()Ldev/kord/common/entity/optional/Optional; + public final fun component2 ()Ldev/kord/common/entity/optional/OptionalDouble; + public final fun component3 ()Ldev/kord/common/entity/optional/OptionalSnowflake; + public final fun component4 ()Ldev/kord/common/entity/optional/Optional; + public final fun copy (Ldev/kord/common/entity/optional/Optional;Ldev/kord/common/entity/optional/OptionalDouble;Ldev/kord/common/entity/optional/OptionalSnowflake;Ldev/kord/common/entity/optional/Optional;)Ldev/kord/rest/json/request/UpdateSoundboardSoundRequest; + public static synthetic fun copy$default (Ldev/kord/rest/json/request/UpdateSoundboardSoundRequest;Ldev/kord/common/entity/optional/Optional;Ldev/kord/common/entity/optional/OptionalDouble;Ldev/kord/common/entity/optional/OptionalSnowflake;Ldev/kord/common/entity/optional/Optional;ILjava/lang/Object;)Ldev/kord/rest/json/request/UpdateSoundboardSoundRequest; + public fun equals (Ljava/lang/Object;)Z + public final fun getEmojiId ()Ldev/kord/common/entity/optional/OptionalSnowflake; + public final fun getEmojiName ()Ldev/kord/common/entity/optional/Optional; + public final fun getName ()Ldev/kord/common/entity/optional/Optional; + public final fun getVolume ()Ldev/kord/common/entity/optional/OptionalDouble; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public synthetic class dev/kord/rest/json/request/UpdateSoundboardSoundRequest$$serializer : kotlinx/serialization/internal/GeneratedSerializer { + public static final field INSTANCE Ldev/kord/rest/json/request/UpdateSoundboardSoundRequest$$serializer; + public final fun childSerializers ()[Lkotlinx/serialization/KSerializer; + public final fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ldev/kord/rest/json/request/UpdateSoundboardSoundRequest; + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public final fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public final fun serialize (Lkotlinx/serialization/encoding/Encoder;Ldev/kord/rest/json/request/UpdateSoundboardSoundRequest;)V + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer; +} + +public final class dev/kord/rest/json/request/UpdateSoundboardSoundRequest$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class dev/kord/rest/json/request/UserAddDMRequest { public static final field Companion Ldev/kord/rest/json/request/UserAddDMRequest$Companion; public fun (Ljava/lang/String;Ljava/lang/String;)V @@ -5921,6 +6109,33 @@ public final class dev/kord/rest/json/response/GuildMFALevelModifyResponse$Compa public final fun serializer ()Lkotlinx/serialization/KSerializer; } +public final class dev/kord/rest/json/response/GuildSoundboardSoundsResponse { + public static final field Companion Ldev/kord/rest/json/response/GuildSoundboardSoundsResponse$Companion; + public fun (Ljava/util/List;)V + public final fun component1 ()Ljava/util/List; + public final fun copy (Ljava/util/List;)Ldev/kord/rest/json/response/GuildSoundboardSoundsResponse; + public static synthetic fun copy$default (Ldev/kord/rest/json/response/GuildSoundboardSoundsResponse;Ljava/util/List;ILjava/lang/Object;)Ldev/kord/rest/json/response/GuildSoundboardSoundsResponse; + public fun equals (Ljava/lang/Object;)Z + public final fun getItems ()Ljava/util/List; + public fun hashCode ()I + public fun toString ()Ljava/lang/String; +} + +public synthetic class dev/kord/rest/json/response/GuildSoundboardSoundsResponse$$serializer : kotlinx/serialization/internal/GeneratedSerializer { + public static final field INSTANCE Ldev/kord/rest/json/response/GuildSoundboardSoundsResponse$$serializer; + public final fun childSerializers ()[Lkotlinx/serialization/KSerializer; + public final fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ldev/kord/rest/json/response/GuildSoundboardSoundsResponse; + public synthetic fun deserialize (Lkotlinx/serialization/encoding/Decoder;)Ljava/lang/Object; + public final fun getDescriptor ()Lkotlinx/serialization/descriptors/SerialDescriptor; + public final fun serialize (Lkotlinx/serialization/encoding/Encoder;Ldev/kord/rest/json/response/GuildSoundboardSoundsResponse;)V + public synthetic fun serialize (Lkotlinx/serialization/encoding/Encoder;Ljava/lang/Object;)V + public fun typeParametersSerializers ()[Lkotlinx/serialization/KSerializer; +} + +public final class dev/kord/rest/json/response/GuildSoundboardSoundsResponse$Companion { + public final fun serializer ()Lkotlinx/serialization/KSerializer; +} + public final class dev/kord/rest/json/response/ListThreadsResponse { public static final field Companion Ldev/kord/rest/json/response/ListThreadsResponse$Companion; public fun (Ljava/util/List;Ljava/util/List;)V @@ -6628,6 +6843,10 @@ public final class dev/kord/rest/route/Route$DeleteAllReactionsForEmoji : dev/ko public static final field INSTANCE Ldev/kord/rest/route/Route$DeleteAllReactionsForEmoji; } +public final class dev/kord/rest/route/Route$DeleteGuildsSoundboardSound : dev/kord/rest/route/Route { + public static final field INSTANCE Ldev/kord/rest/route/Route$DeleteGuildsSoundboardSound; +} + public final class dev/kord/rest/route/Route$DeleteWebhookMessage : dev/kord/rest/route/Route { public static final field INSTANCE Ldev/kord/rest/route/Route$DeleteWebhookMessage; } @@ -6696,6 +6915,18 @@ public final class dev/kord/rest/route/Route$GatewayGet : dev/kord/rest/route/Ro public static final field INSTANCE Ldev/kord/rest/route/Route$GatewayGet; } +public final class dev/kord/rest/route/Route$GetGuildsSoundboardSound : dev/kord/rest/route/Route { + public static final field INSTANCE Ldev/kord/rest/route/Route$GetGuildsSoundboardSound; +} + +public final class dev/kord/rest/route/Route$GetGuildsSoundboardSounds : dev/kord/rest/route/Route { + public static final field INSTANCE Ldev/kord/rest/route/Route$GetGuildsSoundboardSounds; +} + +public final class dev/kord/rest/route/Route$GetSoundboardDefaultSounds : dev/kord/rest/route/Route { + public static final field INSTANCE Ldev/kord/rest/route/Route$GetSoundboardDefaultSounds; +} + public final class dev/kord/rest/route/Route$GetWebhookMessage : dev/kord/rest/route/Route { public static final field INSTANCE Ldev/kord/rest/route/Route$GetWebhookMessage; } @@ -7132,6 +7363,10 @@ public final class dev/kord/rest/route/Route$OwnReactionDelete : dev/kord/rest/r public static final field INSTANCE Ldev/kord/rest/route/Route$OwnReactionDelete; } +public final class dev/kord/rest/route/Route$PatchGuildsSoundboardSound : dev/kord/rest/route/Route { + public static final field INSTANCE Ldev/kord/rest/route/Route$PatchGuildsSoundboardSound; +} + public final class dev/kord/rest/route/Route$PinDelete : dev/kord/rest/route/Route { public static final field INSTANCE Ldev/kord/rest/route/Route$PinDelete; } @@ -7144,6 +7379,10 @@ public final class dev/kord/rest/route/Route$PinsGet : dev/kord/rest/route/Route public static final field INSTANCE Ldev/kord/rest/route/Route$PinsGet; } +public final class dev/kord/rest/route/Route$PostGuildsSoundboardSounds : dev/kord/rest/route/Route { + public static final field INSTANCE Ldev/kord/rest/route/Route$PostGuildsSoundboardSounds; +} + public final class dev/kord/rest/route/Route$PrivateArchivedThreadsGet : dev/kord/rest/route/Route { public static final field INSTANCE Ldev/kord/rest/route/Route$PrivateArchivedThreadsGet; } @@ -7184,6 +7423,10 @@ public final class dev/kord/rest/route/Route$SelfVoiceStatePatch : dev/kord/rest public static final field INSTANCE Ldev/kord/rest/route/Route$SelfVoiceStatePatch; } +public final class dev/kord/rest/route/Route$SendSoundboardSound : dev/kord/rest/route/Route { + public static final field INSTANCE Ldev/kord/rest/route/Route$SendSoundboardSound; +} + public final class dev/kord/rest/route/Route$SkuId : dev/kord/rest/route/Route$Key { public static final field INSTANCE Ldev/kord/rest/route/Route$SkuId; } @@ -7200,6 +7443,10 @@ public final class dev/kord/rest/route/Route$SkusList : dev/kord/rest/route/Rout public static final field INSTANCE Ldev/kord/rest/route/Route$SkusList; } +public final class dev/kord/rest/route/Route$SoundId : dev/kord/rest/route/Route$Key { + public static final field INSTANCE Ldev/kord/rest/route/Route$SoundId; +} + public final class dev/kord/rest/route/Route$StageInstanceDelete : dev/kord/rest/route/Route { public static final field INSTANCE Ldev/kord/rest/route/Route$StageInstanceDelete; } @@ -7420,6 +7667,8 @@ public final class dev/kord/rest/service/ChannelService : dev/kord/rest/service/ public static synthetic fun putChannel$default (Ldev/kord/rest/service/ChannelService;Ldev/kord/common/entity/Snowflake;Ldev/kord/rest/json/request/ChannelModifyPutRequest;Ljava/lang/String;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun removeFromGroup (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public final fun removeUserFromThread (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public final fun sendSoundboardSound (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static synthetic fun sendSoundboardSound$default (Ldev/kord/rest/service/ChannelService;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun startForumThread (Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun startForumThread$default (Ldev/kord/rest/service/ChannelService;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun startThread (Ldev/kord/common/entity/Snowflake;Ldev/kord/rest/json/request/MultipartStartThreadRequest;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -7481,6 +7730,8 @@ public final class dev/kord/rest/service/GuildService : dev/kord/rest/service/Re public final fun createGuildIntegration (Ldev/kord/common/entity/Snowflake;Ldev/kord/rest/json/request/GuildIntegrationCreateRequest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public final fun createGuildRole (Ldev/kord/common/entity/Snowflake;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun createGuildRole$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; + public final fun createGuildSoundboardSound (Ldev/kord/common/entity/Snowflake;Ldev/kord/rest/json/request/CreateSoundboardSoundRequest;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static synthetic fun createGuildSoundboardSound$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ldev/kord/rest/json/request/CreateSoundboardSoundRequest;Ljava/lang/String;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun createScheduledEvent (Ldev/kord/common/entity/Snowflake;Ldev/kord/rest/json/request/GuildScheduledEventCreateRequest;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun createScheduledEvent$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ldev/kord/rest/json/request/GuildScheduledEventCreateRequest;Ljava/lang/String;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun deleteGuild (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -7492,6 +7743,8 @@ public final class dev/kord/rest/service/GuildService : dev/kord/rest/service/Re public static synthetic fun deleteGuildMember$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun deleteGuildRole (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun deleteGuildRole$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; + public final fun deleteGuildSoundboardSound (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static synthetic fun deleteGuildSoundboardSound$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun deleteRoleFromGuildMember (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun deleteRoleFromGuildMember$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun deleteScheduledEvent (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -7513,6 +7766,7 @@ public final class dev/kord/rest/service/GuildService : dev/kord/rest/service/Re public final fun getGuildPruneCount (Ldev/kord/common/entity/Snowflake;ILkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun getGuildPruneCount$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;ILkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun getGuildRoles (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public final fun getGuildSoundboardSound (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public final fun getGuildVoiceRegions (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public final fun getGuildWelcomeScreen (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public final fun getGuildWidget (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -7525,6 +7779,7 @@ public final class dev/kord/rest/service/GuildService : dev/kord/rest/service/Re public static synthetic fun getScheduledEventUsersBefore$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ljava/lang/Boolean;Ljava/lang/Integer;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun getVanityInvite (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public final fun listActiveThreads (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public final fun listGuildSoundboardSounds (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public final fun listScheduledEvents (Ldev/kord/common/entity/Snowflake;Ljava/lang/Boolean;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun listScheduledEvents$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ljava/lang/Boolean;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun modifyCurrentUserNickname (Ldev/kord/common/entity/Snowflake;Ldev/kord/rest/json/request/CurrentUserNicknameModifyRequest;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -7541,6 +7796,8 @@ public final class dev/kord/rest/service/GuildService : dev/kord/rest/service/Re public static synthetic fun modifyGuildOnboarding$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ldev/kord/rest/json/request/GuildOnboardingModifyRequest;Ljava/lang/String;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun modifyGuildRole (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public final fun modifyGuildRolePosition (Ldev/kord/common/entity/Snowflake;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public final fun modifyGuildSoundboardSound (Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/rest/json/request/UpdateSoundboardSoundRequest;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static synthetic fun modifyGuildSoundboardSound$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/rest/json/request/UpdateSoundboardSoundRequest;Ljava/lang/String;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun modifyGuildWelcomeScreen (Ldev/kord/common/entity/Snowflake;Ldev/kord/rest/json/request/GuildWelcomeScreenModifyRequest;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static synthetic fun modifyGuildWelcomeScreen$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ldev/kord/rest/json/request/GuildWelcomeScreenModifyRequest;Ljava/lang/String;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public final fun modifyGuildWidget (Ldev/kord/common/entity/Snowflake;Ldev/kord/rest/json/request/GuildWidgetModifyRequest;Ljava/lang/String;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -7555,6 +7812,8 @@ public final class dev/kord/rest/service/GuildService : dev/kord/rest/service/Re public final class dev/kord/rest/service/GuildServiceKt { public static final fun createCategory (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static final fun createForumChannel (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static final fun createGuildSoundboardSound (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Ldev/kord/rest/Sound;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static synthetic fun createGuildSoundboardSound$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Ldev/kord/rest/Sound;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public static final fun createMediaChannel (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static final fun createNewsChannel (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static final fun createScheduledEvent (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Ldev/kord/common/entity/GuildScheduledEventPrivacyLevel;Lkotlinx/datetime/Instant;Ldev/kord/common/entity/ScheduledEntityType;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -7563,6 +7822,8 @@ public final class dev/kord/rest/service/GuildServiceKt { public static final fun createTextChannel (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static final fun createVoiceChannel (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static final fun modifyCurrentVoiceState (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static final fun modifyGuildSoundboardSound (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public static synthetic fun modifyGuildSoundboardSound$default (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object; public static final fun modifyGuildWelcomeScreen (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static final fun modifyScheduledEvent (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public static final fun modifyVoiceState (Ldev/kord/rest/service/GuildService;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Ldev/kord/common/entity/Snowflake;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; @@ -7661,6 +7922,7 @@ public final class dev/kord/rest/service/RestClient : dev/kord/rest/service/Rest public final fun getInteraction ()Ldev/kord/rest/service/InteractionService; public final fun getInvite ()Ldev/kord/rest/service/InviteService; public final fun getSku ()Ldev/kord/rest/service/SkuService; + public final fun getSoundboard ()Ldev/kord/rest/service/SoundboardService; public final fun getStageInstance ()Ldev/kord/rest/service/StageInstanceService; public final fun getSticker ()Ldev/kord/rest/service/StickerService; public final fun getSubscription ()Ldev/kord/rest/service/SubscriptionService; @@ -7687,6 +7949,11 @@ public final class dev/kord/rest/service/SkuService : dev/kord/rest/service/Rest public final fun listSkus (Ldev/kord/common/entity/Snowflake;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; } +public final class dev/kord/rest/service/SoundboardService : dev/kord/rest/service/RestService { + public fun (Ldev/kord/rest/request/RequestHandler;)V + public final fun getDefaultSounds (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; +} + public final class dev/kord/rest/service/StageInstanceService : dev/kord/rest/service/RestService { public fun (Ldev/kord/rest/request/RequestHandler;)V public final fun createStageInstance (Ldev/kord/common/entity/Snowflake;Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object; diff --git a/rest/api/rest.klib.api b/rest/api/rest.klib.api index 1af2cb5b897..a938865515e 100644 --- a/rest/api/rest.klib.api +++ b/rest/api/rest.klib.api @@ -35,6 +35,7 @@ final enum class dev.kord.rest.json/JsonErrorCode : kotlin/Enum { // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder|null[0] + constructor (kotlin/String, dev.kord.rest/Sound) // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.|(kotlin.String;dev.kord.rest.Sound){}[0] + + final val name // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.name|{}name[0] + final fun (): kotlin/String // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.name.|(){}[0] + final val sound // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.sound|{}sound[0] + final fun (): dev.kord.rest/Sound // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.sound.|(){}[0] + + final var emojiId // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.emojiId|{}emojiId[0] + final fun (): dev.kord.common.entity/Snowflake? // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.emojiId.|(){}[0] + final fun (dev.kord.common.entity/Snowflake?) // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.emojiId.|(dev.kord.common.entity.Snowflake?){}[0] + final var emojiName // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.emojiName|{}emojiName[0] + final fun (): kotlin/String? // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.emojiName.|(){}[0] + final fun (kotlin/String?) // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.emojiName.|(kotlin.String?){}[0] + final var reason // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.reason|{}reason[0] + final fun (): kotlin/String? // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.reason.|(){}[0] + final fun (kotlin/String?) // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.reason.|(kotlin.String?){}[0] + final var volume // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.volume|{}volume[0] + final fun (): kotlin/Double? // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.volume.|(){}[0] + final fun (kotlin/Double?) // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.volume.|(kotlin.Double?){}[0] + + final fun toRequest(): dev.kord.rest.json.request/CreateSoundboardSoundRequest // dev.kord.rest.builder.guild/SoundboardSoundCreateBuilder.toRequest|toRequest(){}[0] +} + +final class dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder : dev.kord.rest.builder/AuditRequestBuilder { // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder|null[0] + constructor () // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.|(){}[0] + + final var emojiId // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.emojiId|{}emojiId[0] + final fun (): dev.kord.common.entity/Snowflake? // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.emojiId.|(){}[0] + final fun (dev.kord.common.entity/Snowflake?) // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.emojiId.|(dev.kord.common.entity.Snowflake?){}[0] + final var emojiName // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.emojiName|{}emojiName[0] + final fun (): kotlin/String? // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.emojiName.|(){}[0] + final fun (kotlin/String?) // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.emojiName.|(kotlin.String?){}[0] + final var name // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.name|{}name[0] + final fun (): kotlin/String? // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.name.|(){}[0] + final fun (kotlin/String?) // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.name.|(kotlin.String?){}[0] + final var reason // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.reason|{}reason[0] + final fun (): kotlin/String? // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.reason.|(){}[0] + final fun (kotlin/String?) // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.reason.|(kotlin.String?){}[0] + final var volume // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.volume|{}volume[0] + final fun (): kotlin/Double? // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.volume.|(){}[0] + final fun (kotlin/Double?) // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.volume.|(kotlin.Double?){}[0] + + final fun toRequest(): dev.kord.rest.json.request/UpdateSoundboardSoundRequest // dev.kord.rest.builder.guild/SoundboardSoundModifyBuilder.toRequest|toRequest(){}[0] +} + final class dev.kord.rest.builder.guild/StickerModifyBuilder : dev.kord.rest.builder/RequestBuilder { // dev.kord.rest.builder.guild/StickerModifyBuilder|null[0] constructor () // dev.kord.rest.builder.guild/StickerModifyBuilder.|(){}[0] @@ -3619,6 +3673,46 @@ final class dev.kord.rest.json.request/ChannelPositionSwapRequest { // dev.kord. } } +final class dev.kord.rest.json.request/CreateSoundboardSoundRequest { // dev.kord.rest.json.request/CreateSoundboardSoundRequest|null[0] + constructor (kotlin/String, kotlin/String, dev.kord.common.entity.optional/OptionalDouble? = ..., dev.kord.common.entity.optional/OptionalSnowflake? = ..., dev.kord.common.entity.optional/Optional = ...) // dev.kord.rest.json.request/CreateSoundboardSoundRequest.|(kotlin.String;kotlin.String;dev.kord.common.entity.optional.OptionalDouble?;dev.kord.common.entity.optional.OptionalSnowflake?;dev.kord.common.entity.optional.Optional){}[0] + + final val emojiId // dev.kord.rest.json.request/CreateSoundboardSoundRequest.emojiId|{}emojiId[0] + final fun (): dev.kord.common.entity.optional/OptionalSnowflake? // dev.kord.rest.json.request/CreateSoundboardSoundRequest.emojiId.|(){}[0] + final val emojiName // dev.kord.rest.json.request/CreateSoundboardSoundRequest.emojiName|{}emojiName[0] + final fun (): dev.kord.common.entity.optional/Optional // dev.kord.rest.json.request/CreateSoundboardSoundRequest.emojiName.|(){}[0] + final val name // dev.kord.rest.json.request/CreateSoundboardSoundRequest.name|{}name[0] + final fun (): kotlin/String // dev.kord.rest.json.request/CreateSoundboardSoundRequest.name.|(){}[0] + final val sound // dev.kord.rest.json.request/CreateSoundboardSoundRequest.sound|{}sound[0] + final fun (): kotlin/String // dev.kord.rest.json.request/CreateSoundboardSoundRequest.sound.|(){}[0] + final val volume // dev.kord.rest.json.request/CreateSoundboardSoundRequest.volume|{}volume[0] + final fun (): dev.kord.common.entity.optional/OptionalDouble? // dev.kord.rest.json.request/CreateSoundboardSoundRequest.volume.|(){}[0] + + final fun component1(): kotlin/String // dev.kord.rest.json.request/CreateSoundboardSoundRequest.component1|component1(){}[0] + final fun component2(): kotlin/String // dev.kord.rest.json.request/CreateSoundboardSoundRequest.component2|component2(){}[0] + final fun component3(): dev.kord.common.entity.optional/OptionalDouble? // dev.kord.rest.json.request/CreateSoundboardSoundRequest.component3|component3(){}[0] + final fun component4(): dev.kord.common.entity.optional/OptionalSnowflake? // dev.kord.rest.json.request/CreateSoundboardSoundRequest.component4|component4(){}[0] + final fun component5(): dev.kord.common.entity.optional/Optional // dev.kord.rest.json.request/CreateSoundboardSoundRequest.component5|component5(){}[0] + final fun copy(kotlin/String = ..., kotlin/String = ..., dev.kord.common.entity.optional/OptionalDouble? = ..., dev.kord.common.entity.optional/OptionalSnowflake? = ..., dev.kord.common.entity.optional/Optional = ...): dev.kord.rest.json.request/CreateSoundboardSoundRequest // dev.kord.rest.json.request/CreateSoundboardSoundRequest.copy|copy(kotlin.String;kotlin.String;dev.kord.common.entity.optional.OptionalDouble?;dev.kord.common.entity.optional.OptionalSnowflake?;dev.kord.common.entity.optional.Optional){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.rest.json.request/CreateSoundboardSoundRequest.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.rest.json.request/CreateSoundboardSoundRequest.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.rest.json.request/CreateSoundboardSoundRequest.toString|toString(){}[0] + + final object $serializer : kotlinx.serialization.internal/GeneratedSerializer { // dev.kord.rest.json.request/CreateSoundboardSoundRequest.$serializer|null[0] + final val descriptor // dev.kord.rest.json.request/CreateSoundboardSoundRequest.$serializer.descriptor|{}descriptor[0] + final fun (): kotlinx.serialization.descriptors/SerialDescriptor // dev.kord.rest.json.request/CreateSoundboardSoundRequest.$serializer.descriptor.|(){}[0] + + final fun childSerializers(): kotlin/Array> // dev.kord.rest.json.request/CreateSoundboardSoundRequest.$serializer.childSerializers|childSerializers(){}[0] + final fun deserialize(kotlinx.serialization.encoding/Decoder): dev.kord.rest.json.request/CreateSoundboardSoundRequest // dev.kord.rest.json.request/CreateSoundboardSoundRequest.$serializer.deserialize|deserialize(kotlinx.serialization.encoding.Decoder){}[0] + final fun serialize(kotlinx.serialization.encoding/Encoder, dev.kord.rest.json.request/CreateSoundboardSoundRequest) // dev.kord.rest.json.request/CreateSoundboardSoundRequest.$serializer.serialize|serialize(kotlinx.serialization.encoding.Encoder;dev.kord.rest.json.request.CreateSoundboardSoundRequest){}[0] + } + + final object Companion { // dev.kord.rest.json.request/CreateSoundboardSoundRequest.Companion|null[0] + final val $childSerializers // dev.kord.rest.json.request/CreateSoundboardSoundRequest.Companion.$childSerializers|{}$childSerializers[0] + + final fun serializer(): kotlinx.serialization/KSerializer // dev.kord.rest.json.request/CreateSoundboardSoundRequest.Companion.serializer|serializer(){}[0] + } +} + final class dev.kord.rest.json.request/CurrentUserModifyRequest { // dev.kord.rest.json.request/CurrentUserModifyRequest|null[0] constructor (dev.kord.common.entity.optional/Optional = ..., dev.kord.common.entity.optional/Optional = ...) // dev.kord.rest.json.request/CurrentUserModifyRequest.|(dev.kord.common.entity.optional.Optional;dev.kord.common.entity.optional.Optional){}[0] @@ -5777,6 +5871,35 @@ final class dev.kord.rest.json.request/ScheduledEventModifyRequest { // dev.kord } } +final class dev.kord.rest.json.request/SendSoundboardSoundRequest { // dev.kord.rest.json.request/SendSoundboardSoundRequest|null[0] + constructor (dev.kord.common.entity/Snowflake, dev.kord.common.entity.optional/OptionalSnowflake = ...) // dev.kord.rest.json.request/SendSoundboardSoundRequest.|(dev.kord.common.entity.Snowflake;dev.kord.common.entity.optional.OptionalSnowflake){}[0] + + final val soundId // dev.kord.rest.json.request/SendSoundboardSoundRequest.soundId|{}soundId[0] + final fun (): dev.kord.common.entity/Snowflake // dev.kord.rest.json.request/SendSoundboardSoundRequest.soundId.|(){}[0] + final val sourceGuildId // dev.kord.rest.json.request/SendSoundboardSoundRequest.sourceGuildId|{}sourceGuildId[0] + final fun (): dev.kord.common.entity.optional/OptionalSnowflake // dev.kord.rest.json.request/SendSoundboardSoundRequest.sourceGuildId.|(){}[0] + + final fun component1(): dev.kord.common.entity/Snowflake // dev.kord.rest.json.request/SendSoundboardSoundRequest.component1|component1(){}[0] + final fun component2(): dev.kord.common.entity.optional/OptionalSnowflake // dev.kord.rest.json.request/SendSoundboardSoundRequest.component2|component2(){}[0] + final fun copy(dev.kord.common.entity/Snowflake = ..., dev.kord.common.entity.optional/OptionalSnowflake = ...): dev.kord.rest.json.request/SendSoundboardSoundRequest // dev.kord.rest.json.request/SendSoundboardSoundRequest.copy|copy(dev.kord.common.entity.Snowflake;dev.kord.common.entity.optional.OptionalSnowflake){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.rest.json.request/SendSoundboardSoundRequest.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.rest.json.request/SendSoundboardSoundRequest.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.rest.json.request/SendSoundboardSoundRequest.toString|toString(){}[0] + + final object $serializer : kotlinx.serialization.internal/GeneratedSerializer { // dev.kord.rest.json.request/SendSoundboardSoundRequest.$serializer|null[0] + final val descriptor // dev.kord.rest.json.request/SendSoundboardSoundRequest.$serializer.descriptor|{}descriptor[0] + final fun (): kotlinx.serialization.descriptors/SerialDescriptor // dev.kord.rest.json.request/SendSoundboardSoundRequest.$serializer.descriptor.|(){}[0] + + final fun childSerializers(): kotlin/Array> // dev.kord.rest.json.request/SendSoundboardSoundRequest.$serializer.childSerializers|childSerializers(){}[0] + final fun deserialize(kotlinx.serialization.encoding/Decoder): dev.kord.rest.json.request/SendSoundboardSoundRequest // dev.kord.rest.json.request/SendSoundboardSoundRequest.$serializer.deserialize|deserialize(kotlinx.serialization.encoding.Decoder){}[0] + final fun serialize(kotlinx.serialization.encoding/Encoder, dev.kord.rest.json.request/SendSoundboardSoundRequest) // dev.kord.rest.json.request/SendSoundboardSoundRequest.$serializer.serialize|serialize(kotlinx.serialization.encoding.Encoder;dev.kord.rest.json.request.SendSoundboardSoundRequest){}[0] + } + + final object Companion { // dev.kord.rest.json.request/SendSoundboardSoundRequest.Companion|null[0] + final fun serializer(): kotlinx.serialization/KSerializer // dev.kord.rest.json.request/SendSoundboardSoundRequest.Companion.serializer|serializer(){}[0] + } +} + final class dev.kord.rest.json.request/SkuSubscriptionsListRequest { // dev.kord.rest.json.request/SkuSubscriptionsListRequest|null[0] constructor (dev.kord.rest.route/Position.BeforeOrAfter? = ..., kotlin/Int? = ..., dev.kord.common.entity/Snowflake? = ...) // dev.kord.rest.json.request/SkuSubscriptionsListRequest.|(dev.kord.rest.route.Position.BeforeOrAfter?;kotlin.Int?;dev.kord.common.entity.Snowflake?){}[0] @@ -5945,6 +6068,43 @@ final class dev.kord.rest.json.request/TestEntitlementCreateRequest { // dev.kor } } +final class dev.kord.rest.json.request/UpdateSoundboardSoundRequest { // dev.kord.rest.json.request/UpdateSoundboardSoundRequest|null[0] + constructor (dev.kord.common.entity.optional/Optional = ..., dev.kord.common.entity.optional/OptionalDouble? = ..., dev.kord.common.entity.optional/OptionalSnowflake? = ..., dev.kord.common.entity.optional/Optional = ...) // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.|(dev.kord.common.entity.optional.Optional;dev.kord.common.entity.optional.OptionalDouble?;dev.kord.common.entity.optional.OptionalSnowflake?;dev.kord.common.entity.optional.Optional){}[0] + + final val emojiId // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.emojiId|{}emojiId[0] + final fun (): dev.kord.common.entity.optional/OptionalSnowflake? // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.emojiId.|(){}[0] + final val emojiName // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.emojiName|{}emojiName[0] + final fun (): dev.kord.common.entity.optional/Optional // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.emojiName.|(){}[0] + final val name // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.name|{}name[0] + final fun (): dev.kord.common.entity.optional/Optional // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.name.|(){}[0] + final val volume // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.volume|{}volume[0] + final fun (): dev.kord.common.entity.optional/OptionalDouble? // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.volume.|(){}[0] + + final fun component1(): dev.kord.common.entity.optional/Optional // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.component1|component1(){}[0] + final fun component2(): dev.kord.common.entity.optional/OptionalDouble? // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.component2|component2(){}[0] + final fun component3(): dev.kord.common.entity.optional/OptionalSnowflake? // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.component3|component3(){}[0] + final fun component4(): dev.kord.common.entity.optional/Optional // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.component4|component4(){}[0] + final fun copy(dev.kord.common.entity.optional/Optional = ..., dev.kord.common.entity.optional/OptionalDouble? = ..., dev.kord.common.entity.optional/OptionalSnowflake? = ..., dev.kord.common.entity.optional/Optional = ...): dev.kord.rest.json.request/UpdateSoundboardSoundRequest // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.copy|copy(dev.kord.common.entity.optional.Optional;dev.kord.common.entity.optional.OptionalDouble?;dev.kord.common.entity.optional.OptionalSnowflake?;dev.kord.common.entity.optional.Optional){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.toString|toString(){}[0] + + final object $serializer : kotlinx.serialization.internal/GeneratedSerializer { // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.$serializer|null[0] + final val descriptor // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.$serializer.descriptor|{}descriptor[0] + final fun (): kotlinx.serialization.descriptors/SerialDescriptor // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.$serializer.descriptor.|(){}[0] + + final fun childSerializers(): kotlin/Array> // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.$serializer.childSerializers|childSerializers(){}[0] + final fun deserialize(kotlinx.serialization.encoding/Decoder): dev.kord.rest.json.request/UpdateSoundboardSoundRequest // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.$serializer.deserialize|deserialize(kotlinx.serialization.encoding.Decoder){}[0] + final fun serialize(kotlinx.serialization.encoding/Encoder, dev.kord.rest.json.request/UpdateSoundboardSoundRequest) // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.$serializer.serialize|serialize(kotlinx.serialization.encoding.Encoder;dev.kord.rest.json.request.UpdateSoundboardSoundRequest){}[0] + } + + final object Companion { // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.Companion|null[0] + final val $childSerializers // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.Companion.$childSerializers|{}$childSerializers[0] + + final fun serializer(): kotlinx.serialization/KSerializer // dev.kord.rest.json.request/UpdateSoundboardSoundRequest.Companion.serializer|serializer(){}[0] + } +} + final class dev.kord.rest.json.request/UserAddDMRequest { // dev.kord.rest.json.request/UserAddDMRequest|null[0] constructor (kotlin/String, kotlin/String) // dev.kord.rest.json.request/UserAddDMRequest.|(kotlin.String;kotlin.String){}[0] @@ -6447,6 +6607,34 @@ final class dev.kord.rest.json.response/GuildMFALevelModifyResponse { // dev.kor } } +final class dev.kord.rest.json.response/GuildSoundboardSoundsResponse { // dev.kord.rest.json.response/GuildSoundboardSoundsResponse|null[0] + constructor (kotlin.collections/List) // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.|(kotlin.collections.List){}[0] + + final val items // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.items|{}items[0] + final fun (): kotlin.collections/List // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.items.|(){}[0] + + final fun component1(): kotlin.collections/List // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.component1|component1(){}[0] + final fun copy(kotlin.collections/List = ...): dev.kord.rest.json.response/GuildSoundboardSoundsResponse // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.copy|copy(kotlin.collections.List){}[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.toString|toString(){}[0] + + final object $serializer : kotlinx.serialization.internal/GeneratedSerializer { // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.$serializer|null[0] + final val descriptor // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.$serializer.descriptor|{}descriptor[0] + final fun (): kotlinx.serialization.descriptors/SerialDescriptor // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.$serializer.descriptor.|(){}[0] + + final fun childSerializers(): kotlin/Array> // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.$serializer.childSerializers|childSerializers(){}[0] + final fun deserialize(kotlinx.serialization.encoding/Decoder): dev.kord.rest.json.response/GuildSoundboardSoundsResponse // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.$serializer.deserialize|deserialize(kotlinx.serialization.encoding.Decoder){}[0] + final fun serialize(kotlinx.serialization.encoding/Encoder, dev.kord.rest.json.response/GuildSoundboardSoundsResponse) // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.$serializer.serialize|serialize(kotlinx.serialization.encoding.Encoder;dev.kord.rest.json.response.GuildSoundboardSoundsResponse){}[0] + } + + final object Companion { // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.Companion|null[0] + final val $childSerializers // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.Companion.$childSerializers|{}$childSerializers[0] + + final fun serializer(): kotlinx.serialization/KSerializer // dev.kord.rest.json.response/GuildSoundboardSoundsResponse.Companion.serializer|serializer(){}[0] + } +} + final class dev.kord.rest.json.response/ListThreadsResponse { // dev.kord.rest.json.response/ListThreadsResponse|null[0] constructor (kotlin.collections/List, kotlin.collections/List) // dev.kord.rest.json.response/ListThreadsResponse.|(kotlin.collections.List;kotlin.collections.List){}[0] @@ -6772,6 +6960,7 @@ final class dev.kord.rest.service/ChannelService : dev.kord.rest.service/RestSer final suspend fun putChannel(dev.kord.common.entity/Snowflake, dev.kord.rest.json.request/ChannelModifyPutRequest, kotlin/String? = ...): dev.kord.common.entity/DiscordChannel // dev.kord.rest.service/ChannelService.putChannel|putChannel(dev.kord.common.entity.Snowflake;dev.kord.rest.json.request.ChannelModifyPutRequest;kotlin.String?){}[0] final suspend fun removeFromGroup(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake) // dev.kord.rest.service/ChannelService.removeFromGroup|removeFromGroup(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] final suspend fun removeUserFromThread(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake) // dev.kord.rest.service/ChannelService.removeUserFromThread|removeUserFromThread(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] + final suspend fun sendSoundboardSound(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake? = ...) // dev.kord.rest.service/ChannelService.sendSoundboardSound|sendSoundboardSound(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake?){}[0] final suspend fun startForumThread(dev.kord.common.entity/Snowflake, kotlin/String, kotlin/Function1 = ...): dev.kord.common.entity/DiscordChannel // dev.kord.rest.service/ChannelService.startForumThread|startForumThread(dev.kord.common.entity.Snowflake;kotlin.String;kotlin.Function1){}[0] final suspend fun startThread(dev.kord.common.entity/Snowflake, dev.kord.rest.json.request/MultipartStartThreadRequest, kotlin/String? = ...): dev.kord.common.entity/DiscordChannel // dev.kord.rest.service/ChannelService.startThread|startThread(dev.kord.common.entity.Snowflake;dev.kord.rest.json.request.MultipartStartThreadRequest;kotlin.String?){}[0] final suspend fun startThread(dev.kord.common.entity/Snowflake, dev.kord.rest.json.request/StartThreadRequest, kotlin/String? = ...): dev.kord.common.entity/DiscordChannel // dev.kord.rest.service/ChannelService.startThread|startThread(dev.kord.common.entity.Snowflake;dev.kord.rest.json.request.StartThreadRequest;kotlin.String?){}[0] @@ -6812,12 +7001,14 @@ final class dev.kord.rest.service/GuildService : dev.kord.rest.service/RestServi final suspend fun beginGuildPrune(dev.kord.common.entity/Snowflake, kotlin/Int = ..., kotlin/Boolean = ..., kotlin/String? = ...): dev.kord.rest.json.response/PruneResponse // dev.kord.rest.service/GuildService.beginGuildPrune|beginGuildPrune(dev.kord.common.entity.Snowflake;kotlin.Int;kotlin.Boolean;kotlin.String?){}[0] final suspend fun createGuildChannel(dev.kord.common.entity/Snowflake, dev.kord.rest.json.request/GuildChannelCreateRequest, kotlin/String? = ...): dev.kord.common.entity/DiscordChannel // dev.kord.rest.service/GuildService.createGuildChannel|createGuildChannel(dev.kord.common.entity.Snowflake;dev.kord.rest.json.request.GuildChannelCreateRequest;kotlin.String?){}[0] final suspend fun createGuildIntegration(dev.kord.common.entity/Snowflake, dev.kord.rest.json.request/GuildIntegrationCreateRequest) // dev.kord.rest.service/GuildService.createGuildIntegration|createGuildIntegration(dev.kord.common.entity.Snowflake;dev.kord.rest.json.request.GuildIntegrationCreateRequest){}[0] + final suspend fun createGuildSoundboardSound(dev.kord.common.entity/Snowflake, dev.kord.rest.json.request/CreateSoundboardSoundRequest, kotlin/String? = ...): dev.kord.common.entity/DiscordSoundboardSound // dev.kord.rest.service/GuildService.createGuildSoundboardSound|createGuildSoundboardSound(dev.kord.common.entity.Snowflake;dev.kord.rest.json.request.CreateSoundboardSoundRequest;kotlin.String?){}[0] final suspend fun createScheduledEvent(dev.kord.common.entity/Snowflake, dev.kord.rest.json.request/GuildScheduledEventCreateRequest, kotlin/String? = ...): dev.kord.common.entity/DiscordGuildScheduledEvent // dev.kord.rest.service/GuildService.createScheduledEvent|createScheduledEvent(dev.kord.common.entity.Snowflake;dev.kord.rest.json.request.GuildScheduledEventCreateRequest;kotlin.String?){}[0] final suspend fun deleteGuild(dev.kord.common.entity/Snowflake) // dev.kord.rest.service/GuildService.deleteGuild|deleteGuild(dev.kord.common.entity.Snowflake){}[0] final suspend fun deleteGuildBan(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/String? = ...) // dev.kord.rest.service/GuildService.deleteGuildBan|deleteGuildBan(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.String?){}[0] final suspend fun deleteGuildIntegration(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/String? = ...) // dev.kord.rest.service/GuildService.deleteGuildIntegration|deleteGuildIntegration(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.String?){}[0] final suspend fun deleteGuildMember(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/String? = ...) // dev.kord.rest.service/GuildService.deleteGuildMember|deleteGuildMember(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.String?){}[0] final suspend fun deleteGuildRole(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/String? = ...) // dev.kord.rest.service/GuildService.deleteGuildRole|deleteGuildRole(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.String?){}[0] + final suspend fun deleteGuildSoundboardSound(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/String? = ...) // dev.kord.rest.service/GuildService.deleteGuildSoundboardSound|deleteGuildSoundboardSound(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.String?){}[0] final suspend fun deleteRoleFromGuildMember(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/String? = ...) // dev.kord.rest.service/GuildService.deleteRoleFromGuildMember|deleteRoleFromGuildMember(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.String?){}[0] final suspend fun deleteScheduledEvent(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake) // dev.kord.rest.service/GuildService.deleteScheduledEvent|deleteScheduledEvent(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuild(dev.kord.common.entity/Snowflake, kotlin/Boolean = ...): dev.kord.common.entity/DiscordGuild // dev.kord.rest.service/GuildService.getGuild|getGuild(dev.kord.common.entity.Snowflake;kotlin.Boolean){}[0] @@ -6833,6 +7024,7 @@ final class dev.kord.rest.service/GuildService : dev.kord.rest.service/RestServi final suspend fun getGuildPreview(dev.kord.common.entity/Snowflake): dev.kord.common.entity/DiscordGuildPreview // dev.kord.rest.service/GuildService.getGuildPreview|getGuildPreview(dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildPruneCount(dev.kord.common.entity/Snowflake, kotlin/Int = ...): dev.kord.rest.json.response/GetPruneResponse // dev.kord.rest.service/GuildService.getGuildPruneCount|getGuildPruneCount(dev.kord.common.entity.Snowflake;kotlin.Int){}[0] final suspend fun getGuildRoles(dev.kord.common.entity/Snowflake): kotlin.collections/List // dev.kord.rest.service/GuildService.getGuildRoles|getGuildRoles(dev.kord.common.entity.Snowflake){}[0] + final suspend fun getGuildSoundboardSound(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake): dev.kord.common.entity/DiscordSoundboardSound // dev.kord.rest.service/GuildService.getGuildSoundboardSound|getGuildSoundboardSound(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildVoiceRegions(dev.kord.common.entity/Snowflake): kotlin.collections/List // dev.kord.rest.service/GuildService.getGuildVoiceRegions|getGuildVoiceRegions(dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildWelcomeScreen(dev.kord.common.entity/Snowflake): dev.kord.common.entity/DiscordWelcomeScreen // dev.kord.rest.service/GuildService.getGuildWelcomeScreen|getGuildWelcomeScreen(dev.kord.common.entity.Snowflake){}[0] final suspend fun getGuildWidget(dev.kord.common.entity/Snowflake): dev.kord.common.entity/DiscordGuildWidget // dev.kord.rest.service/GuildService.getGuildWidget|getGuildWidget(dev.kord.common.entity.Snowflake){}[0] @@ -6842,11 +7034,13 @@ final class dev.kord.rest.service/GuildService : dev.kord.rest.service/RestServi final suspend fun getScheduledEventUsersBefore(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/Boolean? = ..., kotlin/Int? = ...): kotlin.collections/List // dev.kord.rest.service/GuildService.getScheduledEventUsersBefore|getScheduledEventUsersBefore(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.Boolean?;kotlin.Int?){}[0] final suspend fun getVanityInvite(dev.kord.common.entity/Snowflake): dev.kord.common.entity/DiscordPartialInvite // dev.kord.rest.service/GuildService.getVanityInvite|getVanityInvite(dev.kord.common.entity.Snowflake){}[0] final suspend fun listActiveThreads(dev.kord.common.entity/Snowflake): dev.kord.rest.json.response/ListThreadsResponse // dev.kord.rest.service/GuildService.listActiveThreads|listActiveThreads(dev.kord.common.entity.Snowflake){}[0] + final suspend fun listGuildSoundboardSounds(dev.kord.common.entity/Snowflake): dev.kord.rest.json.response/GuildSoundboardSoundsResponse // dev.kord.rest.service/GuildService.listGuildSoundboardSounds|listGuildSoundboardSounds(dev.kord.common.entity.Snowflake){}[0] final suspend fun listScheduledEvents(dev.kord.common.entity/Snowflake, kotlin/Boolean? = ...): kotlin.collections/List // dev.kord.rest.service/GuildService.listScheduledEvents|listScheduledEvents(dev.kord.common.entity.Snowflake;kotlin.Boolean?){}[0] final suspend fun modifyCurrentUserNickname(dev.kord.common.entity/Snowflake, dev.kord.rest.json.request/CurrentUserNicknameModifyRequest, kotlin/String? = ...): dev.kord.rest.json.response/CurrentUserNicknameModifyResponse // dev.kord.rest.service/GuildService.modifyCurrentUserNickname|modifyCurrentUserNickname(dev.kord.common.entity.Snowflake;dev.kord.rest.json.request.CurrentUserNicknameModifyRequest;kotlin.String?){}[0] final suspend fun modifyCurrentVoiceState(dev.kord.common.entity/Snowflake, dev.kord.rest.json.request/CurrentVoiceStateModifyRequest) // dev.kord.rest.service/GuildService.modifyCurrentVoiceState|modifyCurrentVoiceState(dev.kord.common.entity.Snowflake;dev.kord.rest.json.request.CurrentVoiceStateModifyRequest){}[0] final suspend fun modifyGuildMFALevel(dev.kord.common.entity/Snowflake, dev.kord.common.entity/MFALevel, kotlin/String? = ...): dev.kord.rest.json.response/GuildMFALevelModifyResponse // dev.kord.rest.service/GuildService.modifyGuildMFALevel|modifyGuildMFALevel(dev.kord.common.entity.Snowflake;dev.kord.common.entity.MFALevel;kotlin.String?){}[0] final suspend fun modifyGuildOnboarding(dev.kord.common.entity/Snowflake, dev.kord.rest.json.request/GuildOnboardingModifyRequest, kotlin/String? = ...): dev.kord.common.entity/DiscordGuildOnboarding // dev.kord.rest.service/GuildService.modifyGuildOnboarding|modifyGuildOnboarding(dev.kord.common.entity.Snowflake;dev.kord.rest.json.request.GuildOnboardingModifyRequest;kotlin.String?){}[0] + final suspend fun modifyGuildSoundboardSound(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.rest.json.request/UpdateSoundboardSoundRequest, kotlin/String? = ...): dev.kord.common.entity/DiscordSoundboardSound // dev.kord.rest.service/GuildService.modifyGuildSoundboardSound|modifyGuildSoundboardSound(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.rest.json.request.UpdateSoundboardSoundRequest;kotlin.String?){}[0] final suspend fun modifyGuildWelcomeScreen(dev.kord.common.entity/Snowflake, dev.kord.rest.json.request/GuildWelcomeScreenModifyRequest, kotlin/String? = ...): dev.kord.common.entity/DiscordWelcomeScreen // dev.kord.rest.service/GuildService.modifyGuildWelcomeScreen|modifyGuildWelcomeScreen(dev.kord.common.entity.Snowflake;dev.kord.rest.json.request.GuildWelcomeScreenModifyRequest;kotlin.String?){}[0] final suspend fun modifyGuildWidget(dev.kord.common.entity/Snowflake, dev.kord.rest.json.request/GuildWidgetModifyRequest, kotlin/String? = ...): dev.kord.common.entity/DiscordGuildWidget // dev.kord.rest.service/GuildService.modifyGuildWidget|modifyGuildWidget(dev.kord.common.entity.Snowflake;dev.kord.rest.json.request.GuildWidgetModifyRequest;kotlin.String?){}[0] final suspend fun modifyScheduledEvent(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.rest.json.request/ScheduledEventModifyRequest, kotlin/String? = ...): dev.kord.common.entity/DiscordGuildScheduledEvent // dev.kord.rest.service/GuildService.modifyScheduledEvent|modifyScheduledEvent(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.rest.json.request.ScheduledEventModifyRequest;kotlin.String?){}[0] @@ -6954,6 +7148,8 @@ final class dev.kord.rest.service/RestClient : dev.kord.rest.service/RestService final fun (): dev.kord.rest.service/InviteService // dev.kord.rest.service/RestClient.invite.|(){}[0] final val sku // dev.kord.rest.service/RestClient.sku|{}sku[0] final fun (): dev.kord.rest.service/SkuService // dev.kord.rest.service/RestClient.sku.|(){}[0] + final val soundboard // dev.kord.rest.service/RestClient.soundboard|{}soundboard[0] + final fun (): dev.kord.rest.service/SoundboardService // dev.kord.rest.service/RestClient.soundboard.|(){}[0] final val stageInstance // dev.kord.rest.service/RestClient.stageInstance|{}stageInstance[0] final fun (): dev.kord.rest.service/StageInstanceService // dev.kord.rest.service/RestClient.stageInstance.|(){}[0] final val sticker // dev.kord.rest.service/RestClient.sticker|{}sticker[0] @@ -6978,6 +7174,12 @@ final class dev.kord.rest.service/SkuService : dev.kord.rest.service/RestService final suspend fun listSkus(dev.kord.common.entity/Snowflake): kotlin.collections/List // dev.kord.rest.service/SkuService.listSkus|listSkus(dev.kord.common.entity.Snowflake){}[0] } +final class dev.kord.rest.service/SoundboardService : dev.kord.rest.service/RestService { // dev.kord.rest.service/SoundboardService|null[0] + constructor (dev.kord.rest.request/RequestHandler) // dev.kord.rest.service/SoundboardService.|(dev.kord.rest.request.RequestHandler){}[0] + + final suspend fun getDefaultSounds(): kotlin.collections/List // dev.kord.rest.service/SoundboardService.getDefaultSounds|getDefaultSounds(){}[0] +} + final class dev.kord.rest.service/StageInstanceService : dev.kord.rest.service/RestService { // dev.kord.rest.service/StageInstanceService|null[0] constructor (dev.kord.rest.request/RequestHandler) // dev.kord.rest.service/StageInstanceService.|(dev.kord.rest.request.RequestHandler){}[0] @@ -7137,6 +7339,53 @@ final class dev.kord.rest/NamedFile { // dev.kord.rest/NamedFile|null[0] final fun component3(): kotlin/String // dev.kord.rest/NamedFile.component3|component3(){}[0] } +final class dev.kord.rest/Sound { // dev.kord.rest/Sound|null[0] + final val data // dev.kord.rest/Sound.data|{}data[0] + final fun (): kotlin/ByteArray // dev.kord.rest/Sound.data.|(){}[0] + final val dataUri // dev.kord.rest/Sound.dataUri|{}dataUri[0] + final fun (): kotlin/String // dev.kord.rest/Sound.dataUri.|(){}[0] + final val format // dev.kord.rest/Sound.format|{}format[0] + final fun (): dev.kord.rest/Sound.Format // dev.kord.rest/Sound.format.|(){}[0] + + sealed class Format { // dev.kord.rest/Sound.Format|null[0] + final val extension // dev.kord.rest/Sound.Format.extension|{}extension[0] + final fun (): kotlin/String // dev.kord.rest/Sound.Format.extension.|(){}[0] + final val extensions // dev.kord.rest/Sound.Format.extensions|{}extensions[0] + final fun (): kotlin.collections/List // dev.kord.rest/Sound.Format.extensions.|(){}[0] + final val mimeType // dev.kord.rest/Sound.Format.mimeType|{}mimeType[0] + final fun (): io.ktor.http/ContentType // dev.kord.rest/Sound.Format.mimeType.|(){}[0] + + final object Companion { // dev.kord.rest/Sound.Format.Companion|null[0] + final val values // dev.kord.rest/Sound.Format.Companion.values|{}values[0] + final fun (): kotlin.collections/Set // dev.kord.rest/Sound.Format.Companion.values.|(){}[0] + + final fun fromContentType(io.ktor.http/ContentType): dev.kord.rest/Sound.Format // dev.kord.rest/Sound.Format.Companion.fromContentType|fromContentType(io.ktor.http.ContentType){}[0] + final fun fromContentType(kotlin/String): dev.kord.rest/Sound.Format // dev.kord.rest/Sound.Format.Companion.fromContentType|fromContentType(kotlin.String){}[0] + final fun fromExtension(kotlin/String): dev.kord.rest/Sound.Format // dev.kord.rest/Sound.Format.Companion.fromExtension|fromExtension(kotlin.String){}[0] + final fun isSupported(kotlin/String): kotlin/Boolean // dev.kord.rest/Sound.Format.Companion.isSupported|isSupported(kotlin.String){}[0] + } + + final object MP3 : dev.kord.rest/Sound.Format { // dev.kord.rest/Sound.Format.MP3|null[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.rest/Sound.Format.MP3.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.rest/Sound.Format.MP3.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.rest/Sound.Format.MP3.toString|toString(){}[0] + } + + final object OGG : dev.kord.rest/Sound.Format { // dev.kord.rest/Sound.Format.OGG|null[0] + final fun equals(kotlin/Any?): kotlin/Boolean // dev.kord.rest/Sound.Format.OGG.equals|equals(kotlin.Any?){}[0] + final fun hashCode(): kotlin/Int // dev.kord.rest/Sound.Format.OGG.hashCode|hashCode(){}[0] + final fun toString(): kotlin/String // dev.kord.rest/Sound.Format.OGG.toString|toString(){}[0] + } + } + + final object Companion { // dev.kord.rest/Sound.Companion|null[0] + final fun fromFile(kotlinx.io.files/Path, kotlinx.io.files/FileSystem = ...): dev.kord.rest/Sound // dev.kord.rest/Sound.Companion.fromFile|fromFile(kotlinx.io.files.Path;kotlinx.io.files.FileSystem){}[0] + final fun fromSource(kotlinx.io/Source, dev.kord.rest/Sound.Format): dev.kord.rest/Sound // dev.kord.rest/Sound.Companion.fromSource|fromSource(kotlinx.io.Source;dev.kord.rest.Sound.Format){}[0] + final fun raw(kotlin/ByteArray, dev.kord.rest/Sound.Format): dev.kord.rest/Sound // dev.kord.rest/Sound.Companion.raw|raw(kotlin.ByteArray;dev.kord.rest.Sound.Format){}[0] + final suspend fun fromUrl(io.ktor.client/HttpClient, kotlin/String): dev.kord.rest/Sound // dev.kord.rest/Sound.Companion.fromUrl|fromUrl(io.ktor.client.HttpClient;kotlin.String){}[0] + } +} + final value class dev.kord.rest.ratelimit/BucketKey { // dev.kord.rest.ratelimit/BucketKey|null[0] constructor (kotlin/String) // dev.kord.rest.ratelimit/BucketKey.|(kotlin.String){}[0] @@ -7300,6 +7549,8 @@ sealed class <#A: kotlin/Any?> dev.kord.rest.route/Route { // dev.kord.rest.rout final object DeleteAllReactionsForEmoji : dev.kord.rest.route/Route // dev.kord.rest.route/Route.DeleteAllReactionsForEmoji|null[0] + final object DeleteGuildsSoundboardSound : dev.kord.rest.route/Route // dev.kord.rest.route/Route.DeleteGuildsSoundboardSound|null[0] + final object DeleteWebhookMessage : dev.kord.rest.route/Route // dev.kord.rest.route/Route.DeleteWebhookMessage|null[0] final object EditMessagePatch : dev.kord.rest.route/Route // dev.kord.rest.route/Route.EditMessagePatch|null[0] @@ -7334,6 +7585,12 @@ sealed class <#A: kotlin/Any?> dev.kord.rest.route/Route { // dev.kord.rest.rout final object GatewayGet : dev.kord.rest.route/Route // dev.kord.rest.route/Route.GatewayGet|null[0] + final object GetGuildsSoundboardSound : dev.kord.rest.route/Route // dev.kord.rest.route/Route.GetGuildsSoundboardSound|null[0] + + final object GetGuildsSoundboardSounds : dev.kord.rest.route/Route // dev.kord.rest.route/Route.GetGuildsSoundboardSounds|null[0] + + final object GetSoundboardDefaultSounds : dev.kord.rest.route/Route> // dev.kord.rest.route/Route.GetSoundboardDefaultSounds|null[0] + final object GetWebhookMessage : dev.kord.rest.route/Route // dev.kord.rest.route/Route.GetWebhookMessage|null[0] final object GlobalApplicationCommandCreate : dev.kord.rest.route/Route // dev.kord.rest.route/Route.GlobalApplicationCommandCreate|null[0] @@ -7548,12 +7805,16 @@ sealed class <#A: kotlin/Any?> dev.kord.rest.route/Route { // dev.kord.rest.rout final object OwnReactionDelete : dev.kord.rest.route/Route // dev.kord.rest.route/Route.OwnReactionDelete|null[0] + final object PatchGuildsSoundboardSound : dev.kord.rest.route/Route // dev.kord.rest.route/Route.PatchGuildsSoundboardSound|null[0] + final object PinDelete : dev.kord.rest.route/Route // dev.kord.rest.route/Route.PinDelete|null[0] final object PinPut : dev.kord.rest.route/Route // dev.kord.rest.route/Route.PinPut|null[0] final object PinsGet : dev.kord.rest.route/Route> // dev.kord.rest.route/Route.PinsGet|null[0] + final object PostGuildsSoundboardSounds : dev.kord.rest.route/Route // dev.kord.rest.route/Route.PostGuildsSoundboardSounds|null[0] + final object PrivateArchivedThreadsGet : dev.kord.rest.route/Route // dev.kord.rest.route/Route.PrivateArchivedThreadsGet|null[0] final object PrivateThreadsGet : dev.kord.rest.route/Route // dev.kord.rest.route/Route.PrivateThreadsGet|null[0] @@ -7574,6 +7835,8 @@ sealed class <#A: kotlin/Any?> dev.kord.rest.route/Route { // dev.kord.rest.rout final object SelfVoiceStatePatch : dev.kord.rest.route/Route // dev.kord.rest.route/Route.SelfVoiceStatePatch|null[0] + final object SendSoundboardSound : dev.kord.rest.route/Route // dev.kord.rest.route/Route.SendSoundboardSound|null[0] + final object SkuId : dev.kord.rest.route/Route.Key // dev.kord.rest.route/Route.SkuId|null[0] final object SkuSubscriptionGet : dev.kord.rest.route/Route // dev.kord.rest.route/Route.SkuSubscriptionGet|null[0] @@ -7582,6 +7845,8 @@ sealed class <#A: kotlin/Any?> dev.kord.rest.route/Route { // dev.kord.rest.rout final object SkusList : dev.kord.rest.route/Route> // dev.kord.rest.route/Route.SkusList|null[0] + final object SoundId : dev.kord.rest.route/Route.Key // dev.kord.rest.route/Route.SoundId|null[0] + final object StageInstanceDelete : dev.kord.rest.route/Route // dev.kord.rest.route/Route.StageInstanceDelete|null[0] final object StageInstanceGet : dev.kord.rest.route/Route // dev.kord.rest.route/Route.StageInstanceGet|null[0] @@ -8124,6 +8389,7 @@ final suspend inline fun (dev.kord.rest.service/ChannelService).dev.kord.rest.se final suspend inline fun (dev.kord.rest.service/ChannelService).dev.kord.rest.service/patchVoiceChannel(dev.kord.common.entity/Snowflake, kotlin/Function1): dev.kord.common.entity/DiscordChannel // dev.kord.rest.service/patchVoiceChannel|patchVoiceChannel@dev.kord.rest.service.ChannelService(dev.kord.common.entity.Snowflake;kotlin.Function1){}[0] final suspend inline fun (dev.kord.rest.service/GuildService).dev.kord.rest.service/createCategory(dev.kord.common.entity/Snowflake, kotlin/String, kotlin/Function1): dev.kord.common.entity/DiscordChannel // dev.kord.rest.service/createCategory|createCategory@dev.kord.rest.service.GuildService(dev.kord.common.entity.Snowflake;kotlin.String;kotlin.Function1){}[0] final suspend inline fun (dev.kord.rest.service/GuildService).dev.kord.rest.service/createForumChannel(dev.kord.common.entity/Snowflake, kotlin/String, kotlin/Function1): dev.kord.common.entity/DiscordChannel // dev.kord.rest.service/createForumChannel|createForumChannel@dev.kord.rest.service.GuildService(dev.kord.common.entity.Snowflake;kotlin.String;kotlin.Function1){}[0] +final suspend inline fun (dev.kord.rest.service/GuildService).dev.kord.rest.service/createGuildSoundboardSound(dev.kord.common.entity/Snowflake, kotlin/String, dev.kord.rest/Sound, kotlin/Function1 = ...): dev.kord.common.entity/DiscordSoundboardSound // dev.kord.rest.service/createGuildSoundboardSound|createGuildSoundboardSound@dev.kord.rest.service.GuildService(dev.kord.common.entity.Snowflake;kotlin.String;dev.kord.rest.Sound;kotlin.Function1){}[0] final suspend inline fun (dev.kord.rest.service/GuildService).dev.kord.rest.service/createMediaChannel(dev.kord.common.entity/Snowflake, kotlin/String, kotlin/Function1): dev.kord.common.entity/DiscordChannel // dev.kord.rest.service/createMediaChannel|createMediaChannel@dev.kord.rest.service.GuildService(dev.kord.common.entity.Snowflake;kotlin.String;kotlin.Function1){}[0] final suspend inline fun (dev.kord.rest.service/GuildService).dev.kord.rest.service/createNewsChannel(dev.kord.common.entity/Snowflake, kotlin/String, kotlin/Function1): dev.kord.common.entity/DiscordChannel // dev.kord.rest.service/createNewsChannel|createNewsChannel@dev.kord.rest.service.GuildService(dev.kord.common.entity.Snowflake;kotlin.String;kotlin.Function1){}[0] final suspend inline fun (dev.kord.rest.service/GuildService).dev.kord.rest.service/createScheduledEvent(dev.kord.common.entity/Snowflake, kotlin/String, dev.kord.common.entity/GuildScheduledEventPrivacyLevel, kotlinx.datetime/Instant, dev.kord.common.entity/ScheduledEntityType, kotlin/Function1 = ...): dev.kord.common.entity/DiscordGuildScheduledEvent // dev.kord.rest.service/createScheduledEvent|createScheduledEvent@dev.kord.rest.service.GuildService(dev.kord.common.entity.Snowflake;kotlin.String;dev.kord.common.entity.GuildScheduledEventPrivacyLevel;kotlinx.datetime.Instant;dev.kord.common.entity.ScheduledEntityType;kotlin.Function1){}[0] @@ -8131,6 +8397,7 @@ final suspend inline fun (dev.kord.rest.service/GuildService).dev.kord.rest.serv final suspend inline fun (dev.kord.rest.service/GuildService).dev.kord.rest.service/createTextChannel(dev.kord.common.entity/Snowflake, kotlin/String, kotlin/Function1): dev.kord.common.entity/DiscordChannel // dev.kord.rest.service/createTextChannel|createTextChannel@dev.kord.rest.service.GuildService(dev.kord.common.entity.Snowflake;kotlin.String;kotlin.Function1){}[0] final suspend inline fun (dev.kord.rest.service/GuildService).dev.kord.rest.service/createVoiceChannel(dev.kord.common.entity/Snowflake, kotlin/String, kotlin/Function1): dev.kord.common.entity/DiscordChannel // dev.kord.rest.service/createVoiceChannel|createVoiceChannel@dev.kord.rest.service.GuildService(dev.kord.common.entity.Snowflake;kotlin.String;kotlin.Function1){}[0] final suspend inline fun (dev.kord.rest.service/GuildService).dev.kord.rest.service/modifyCurrentVoiceState(dev.kord.common.entity/Snowflake, kotlin/Function1) // dev.kord.rest.service/modifyCurrentVoiceState|modifyCurrentVoiceState@dev.kord.rest.service.GuildService(dev.kord.common.entity.Snowflake;kotlin.Function1){}[0] +final suspend inline fun (dev.kord.rest.service/GuildService).dev.kord.rest.service/modifyGuildSoundboardSound(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/Function1 = ...): dev.kord.common.entity/DiscordSoundboardSound // dev.kord.rest.service/modifyGuildSoundboardSound|modifyGuildSoundboardSound@dev.kord.rest.service.GuildService(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.Function1){}[0] final suspend inline fun (dev.kord.rest.service/GuildService).dev.kord.rest.service/modifyGuildWelcomeScreen(dev.kord.common.entity/Snowflake, kotlin/Function1): dev.kord.common.entity/DiscordWelcomeScreen // dev.kord.rest.service/modifyGuildWelcomeScreen|modifyGuildWelcomeScreen@dev.kord.rest.service.GuildService(dev.kord.common.entity.Snowflake;kotlin.Function1){}[0] final suspend inline fun (dev.kord.rest.service/GuildService).dev.kord.rest.service/modifyScheduledEvent(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/Function1): dev.kord.common.entity/DiscordGuildScheduledEvent // dev.kord.rest.service/modifyScheduledEvent|modifyScheduledEvent@dev.kord.rest.service.GuildService(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.Function1){}[0] final suspend inline fun (dev.kord.rest.service/GuildService).dev.kord.rest.service/modifyVoiceState(dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, dev.kord.common.entity/Snowflake, kotlin/Function1) // dev.kord.rest.service/modifyVoiceState|modifyVoiceState@dev.kord.rest.service.GuildService(dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;dev.kord.common.entity.Snowflake;kotlin.Function1){}[0]