Function slack_api::groups::set_topic [] [src]

pub fn set_topic<R>(client: &R,
                    token: &str,
                    request: &SetTopicRequest)
                    -> Result<SetTopicResponse, SetTopicError<R::Error>> where R: SlackWebRequestSender

Sets the topic for a private channel.

Wraps https://api.slack.com/methods/groups.setTopic