join

Function join 

Source
pub async fn join<T>(
    client: &T,
    param: &JoinRequest,
    bot_token: &str,
) -> Result<JoinResponse, Error>