pub struct SlackApiConversationsSetPurposeRequestInit {
pub channel: SlackChannelId,
pub purpose: String,
}Fields§
§channel: SlackChannelId§purpose: StringTrait Implementations§
source§impl From<SlackApiConversationsSetPurposeRequestInit> for SlackApiConversationsSetPurposeRequest
impl From<SlackApiConversationsSetPurposeRequestInit> for SlackApiConversationsSetPurposeRequest
source§fn from(value: SlackApiConversationsSetPurposeRequestInit) -> Self
fn from(value: SlackApiConversationsSetPurposeRequestInit) -> Self
Converts to this type from the input type.