Function send_channel_message
pub async fn send_channel_message(
config: &Config,
channel_id: &str,
recipient: &str,
message: &str,
) -> Result<()>Expand description
Send a one-off message to a configured channel.