Package dev.kord.core.behavior.channel.threads

Types

PrivateThreadParentChannelBehavior
Link copied to clipboard

Behavior of channels that can contain private threads. This derives from ThreadParentChannelBehavior since Discord allows all public operations on private thread parents.

ThreadChannelBehavior
Link copied to clipboard
interface ThreadChannelBehavior : GuildMessageChannelBehavior
ThreadParentChannelBehavior
Link copied to clipboard
interface ThreadParentChannelBehavior : TopGuildMessageChannelBehavior

Behavior of channels that can contain public threads.

Functions

edit
Link copied to clipboard
inline suspend fun ThreadChannelBehavior.edit(builder: ThreadModifyBuilder.() -> Unit): ThreadChannel