Function set_topic

Source
pub fn set_topic<R>(
    client: &R,
    token: &str,
    request: &SetTopicRequest<'_>,
) -> Result<SetTopicResponse, SetTopicError<R::Error>>
Expand description

Sets the topic for a private channel.

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