Struct slack_api::pins::AddRequest [] [src]

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

Fields

Channel to pin the item in.

File to pin.

File comment to pin.

Timestamp of the message to pin.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.