[][src]Function ttv_chat::commands::slow

pub fn slow(channel: &str, duration: impl Into<Option<usize>>) -> Slow<'_>

Enables slow mode (limit how often users may send messages).

Duration (optional, default=120) must be a positive number of seconds.

Use slow_off to disable.