Package-level declarations

Types

Link copied to clipboard

An instance of a Discord channel associated to a category.

Link copied to clipboard
class Category(val data: ChannelData, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : TopGuildChannel, CategoryBehavior

An instance of a Discord category associated to a guild.

Link copied to clipboard

An instance of a Discord Channel

Link copied to clipboard
data class DmChannel(val data: ChannelData, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : MessageChannel

An instance of a Discord DM channel.

Link copied to clipboard

An instance of a Discord channel associated to a guild.

Link copied to clipboard

An instance of a Discord channel that can use messages.

Link copied to clipboard

An instance of a Discord News Channel associated to a guild.

Link copied to clipboard
class ResolvedChannel(val data: ChannelData, val kord: Kord, val strategy: EntitySupplyStrategy<*> = kord.resources.defaultStrategy) : Channel
Link copied to clipboard
class StageChannel(val data: ChannelData, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : CategorizableChannel, StageChannelBehavior

An instance of a Discord Stage Channel associated to a community guild.

Link copied to clipboard
class TextChannel(val data: ChannelData, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : CategorizableChannel, TextChannelBehavior, ThreadParentChannel

An instance of a Discord Text Channel associated to a guild.

Link copied to clipboard

An instance of a Discord channel associated to a guild.

Link copied to clipboard

An instance of a Discord message channel associated to a guild.

Link copied to clipboard
class VoiceChannel(val data: ChannelData, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : TopGuildMessageChannel, VoiceChannelBehavior

An instance of a Discord Voice Channel associated to a guild.

Link copied to clipboard
class WelcomeScreenChannel(val data: WelcomeScreenChannelData, val kord: Kord, val supplier: EntitySupplier = kord.defaultSupplier) : ChannelBehavior

One of the channels shown in the welcome screen