Struct slack_morphism::api::SlackApiChatUnfurlRequestInit [−][src]
pub struct SlackApiChatUnfurlRequestInit {
pub channel: SlackChannelId,
pub ts: SlackTs,
pub unfurls: HashMap<String, SlackApiChatUnfurlMapItem>,
}Fields
channel: SlackChannelIdts: SlackTsunfurls: HashMap<String, SlackApiChatUnfurlMapItem>Trait Implementations
Performs the conversion.
