pub struct SlackApiChatUnfurlRequestV2Init {
pub source: SlackApiChatUnfurlSource,
pub unfurl_id: SlackUnfurlId,
pub unfurls: HashMap<String, SlackApiChatUnfurlMapItemV2>,
}Fields§
§source: SlackApiChatUnfurlSource§unfurl_id: SlackUnfurlId§unfurls: HashMap<String, SlackApiChatUnfurlMapItemV2>Trait Implementations§
source§impl From<SlackApiChatUnfurlRequestV2Init> for SlackApiChatUnfurlRequestV2
impl From<SlackApiChatUnfurlRequestV2Init> for SlackApiChatUnfurlRequestV2
source§fn from(value: SlackApiChatUnfurlRequestV2Init) -> Self
fn from(value: SlackApiChatUnfurlRequestV2Init) -> Self
Converts to this type from the input type.