updateUserRateLimit

suspend fun updateUserRateLimit(rateLimit: Int?): Channel(source)

Update the channel's per-user rate limit.

Can only be performed on GuildTextChannel.

Return

The updated channel.

Parameters

rateLimit

Amount of seconds a user has to wait before sending another message.

Throws