Struct slack_api::pins::RemoveRequest [] [src]

pub struct RemoveRequest<'a> {
    pub channel: &'a str,
    pub file: Option<&'a str>,
    pub file_comment: Option<&'a str>,
    pub timestamp: Option<&'a str>,
}

Fields

Channel where the item is pinned to.

File to un-pin.

File comment to un-pin.

Timestamp of the message to un-pin.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.