commonMain.entity.channel.ThreadParentChannel.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kord-core-jvm Show documentation
Show all versions of kord-core-jvm Show documentation
Idiomatic Kotlin Wrapper for The Discord API
package dev.kord.core.entity.channel
import dev.kord.core.behavior.channel.threads.ThreadParentChannelBehavior
import dev.kord.core.supplier.EntitySupplyStrategy
public interface ThreadParentChannel : ThreadParentChannelBehavior, CategorizableChannel {
override fun withStrategy(strategy: EntitySupplyStrategy<*>): ThreadParentChannel
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy