pub fn set_topic<R>(
client: &R,
token: &str,
request: &SetTopicRequest<'_>,
) -> Result<SetTopicResponse, SetTopicError<R::Error>>where
R: SlackWebRequestSender,Expand description
Sets the topic for a private channel.
Wraps https://api.slack.com/methods/groups.setTopic