Struct slack_api::chat::UnfurlRequest [] [src]

pub struct UnfurlRequest<'a> {
    pub channel: &'a str,
    pub ts: &'a str,
    pub unfurls: &'a str,
    pub user_auth_required: Option<bool>,
}

Fields

Channel ID of the message

Timestamp of the message to add unfurl behavior to

JSON mapping a set of URLs from the message to their unfurl attachments

Set to true or 1 to indicate the user must install your Slack app to trigger unfurls for this domain

Trait Implementations

impl<'a> Clone for UnfurlRequest<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Default for UnfurlRequest<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for UnfurlRequest<'a>
[src]

Formats the value using the given formatter.