Function rix::client::send_message [] [src]

pub fn send_message(
    host: &str,
    token: &str,
    handle: &Handle,
    room: &str,
    msg: &str
) -> Box<Future<Item = (), Error = Error>>