Skip to main content

start_chat

Function start_chat 

Source
pub fn start_chat(
    participants: &[String],
    service: &str,
    message: Option<&str>,
) -> String
Expand description

Create a new chat with given participants and optional initial message.