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: &'a str
Channel ID of the message
ts: &'a str
Timestamp of the message to add unfurl behavior to
unfurls: &'a str
JSON mapping a set of URLs from the message to their unfurl attachments
user_auth_required: Option<bool>
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]
fn clone(&self) -> UnfurlRequest<'a>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl<'a> Default for UnfurlRequest<'a>[src]
fn default() -> UnfurlRequest<'a>
Returns the "default value" for a type. Read more