updateParentChannel

suspend fun updateParentChannel(parentId: String?): Channel(source)

Update the channel's parent.

Can only be performed on GuildChannel.

Return

The updated channel.

Parameters

parentId

The ID of the new parent GuildCategory.

Throws