All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.entity.channel.GuildMessageChannel.kt Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
package dev.kord.core.entity.channel

import dev.kord.core.behavior.channel.GuildMessageChannelBehavior
import dev.kord.core.supplier.EntitySupplyStrategy

public interface GuildMessageChannel : GuildChannel, MessageChannel, GuildMessageChannelBehavior {

    /**
     * Returns a new [GuildMessageChannel] with the given [strategy].
     */
    override fun withStrategy(strategy: EntitySupplyStrategy<*>): GuildMessageChannel

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy