Struct slack_morphism::api::SlackApiConversationsSetTopicRequestInit [−][src]
pub struct SlackApiConversationsSetTopicRequestInit {
pub channel: SlackChannelId,
pub topic: String,
}Fields
channel: SlackChannelIdtopic: StringTrait Implementations
Performs the conversion.