```rust,norun use rocketrust::{RocketChatAPI, Settings};
let client = RocketChatAPI::new( Settings { username: String::from("chuck_norris"), password: String::from("supersecret"), domain: String::from("https://mydomain.com"), }, ); ```
rust,no_run
let result = client.send_message("Some message with star emoji :star:", "#channel");
Licensed under either of
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.