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