updateNSFW

suspend fun updateNSFW(isNSFW: Boolean): Channel(source)

Update if this channel is NSFW.

Can only be performed on GuildChannel.

Return

The updated channel.

Parameters

isNSFW

Whether the channel is NSFW.

Throws