Struct slack_api::stars::AddRequest [] [src]

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

Fields

File to add star to.

File comment to add star to.

Channel to add star to, or channel where the message to add star to was posted (used with timestamp).

Timestamp of the message to add star to.

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.