pub struct SlackApiChatUnfurlMapItemV2Init {
pub blocks: Vec<SlackBlock>,
}Fields§
§blocks: Vec<SlackBlock>Trait Implementations§
source§impl From<SlackApiChatUnfurlMapItemV2Init> for SlackApiChatUnfurlMapItemV2
impl From<SlackApiChatUnfurlMapItemV2Init> for SlackApiChatUnfurlMapItemV2
source§fn from(value: SlackApiChatUnfurlMapItemV2Init) -> Self
fn from(value: SlackApiChatUnfurlMapItemV2Init) -> Self
Converts to this type from the input type.