updateUserLimit

suspend fun updateUserLimit(userLimit: Int?): Channel(source)

Update the channel's user limit.

Can only be performed on GuildVoiceChannel.

Return

The updated channel.

Parameters

userLimit

The max number of users allowed in the channel. 0 for unlimited.

Throws