Struct slack_morphism::api::SlackApiChatUnfurlPreviewInit
source · pub struct SlackApiChatUnfurlPreviewInit {
pub title: SlackBlockText,
}Fields§
§title: SlackBlockTextTrait Implementations§
source§impl From<SlackApiChatUnfurlPreviewInit> for SlackApiChatUnfurlPreview
impl From<SlackApiChatUnfurlPreviewInit> for SlackApiChatUnfurlPreview
source§fn from(value: SlackApiChatUnfurlPreviewInit) -> Self
fn from(value: SlackApiChatUnfurlPreviewInit) -> Self
Converts to this type from the input type.