edit
Requests to edit this category.
Return
The edited Category.
Throws
if something went wrong during the request.
inline suspend fun ForumChannelBehavior.edit(builder: ForumChannelModifyBuilder.() -> Unit): ForumChannel(source)
inline suspend fun MediaChannelBehavior.edit(builder: MediaChannelModifyBuilder.() -> Unit): MediaChannel(source)
inline suspend fun NewsChannelBehavior.edit(builder: NewsChannelModifyBuilder.() -> Unit): NewsChannel(source)
Requests to edit this channel.
Return
The edited NewsChannel.
Throws
if something went wrong during the request.
suspend fun StageChannelBehavior.edit(builder: StageVoiceChannelModifyBuilder.() -> Unit): StageChannel(source)
Requests to edit this channel.
Return
The edited StageChannel.
Throws
if something went wrong during the request.
inline suspend fun TextChannelBehavior.edit(builder: TextChannelModifyBuilder.() -> Unit): TextChannel(source)
Requests to edit this channel.
Return
The edited TextChannel.
Throws
if something went wrong during the request.
inline suspend fun VoiceChannelBehavior.edit(builder: VoiceChannelModifyBuilder.() -> Unit): VoiceChannel(source)
Requests to edit this channel.
Return
The edited VoiceChannel.
Throws
if something went wrong during the request.