pub fn create_child<R>(
client: &R,
token: &str,
request: &CreateChildRequest<'_>,
) -> Result<CreateChildResponse, CreateChildError<R::Error>>where
R: SlackWebRequestSender,Expand description
Clones and archives a private channel.
Wraps https://api.slack.com/methods/groups.createChild