[][src]Function serenity::http::raw::broadcast_typing

pub fn broadcast_typing(channel_id: u64) -> Result<()>

Broadcasts that the current user is typing in the given Channel.

This lasts for about 10 seconds, and will then need to be renewed to indicate that the current user is still typing.

This should rarely be used for bots, although it is a good indicator that a long-running command is still being processed.