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