Struct slack_morphism::api::SlackApiConversationsSetPurposeRequestInit [−][src]
pub struct SlackApiConversationsSetPurposeRequestInit {
pub channel: SlackChannelId,
pub purpose: String,
}Fields
channel: SlackChannelIdpurpose: StringTrait Implementations
Performs the conversion.