Struct slack_morphism::api::SlackApiChatUnfurlRequestInit
source · pub struct SlackApiChatUnfurlRequestInit {
pub channel: SlackChannelId,
pub ts: SlackTs,
pub unfurls: HashMap<String, SlackApiChatUnfurlMapItem>,
}Fields§
§channel: SlackChannelId§ts: SlackTs§unfurls: HashMap<String, SlackApiChatUnfurlMapItem>Trait Implementations§
source§impl From<SlackApiChatUnfurlRequestInit> for SlackApiChatUnfurlRequest
impl From<SlackApiChatUnfurlRequestInit> for SlackApiChatUnfurlRequest
source§fn from(value: SlackApiChatUnfurlRequestInit) -> Self
fn from(value: SlackApiChatUnfurlRequestInit) -> Self
Converts to this type from the input type.