pub struct SlackApiChatGetPermalinkResponseInit {
pub channel: SlackChannelId,
pub permalink: Url,
}Fields§
§channel: SlackChannelId§permalink: UrlTrait Implementations§
source§impl From<SlackApiChatGetPermalinkResponseInit> for SlackApiChatGetPermalinkResponse
impl From<SlackApiChatGetPermalinkResponseInit> for SlackApiChatGetPermalinkResponse
source§fn from(value: SlackApiChatGetPermalinkResponseInit) -> Self
fn from(value: SlackApiChatGetPermalinkResponseInit) -> Self
Converts to this type from the input type.