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: Option<&'a str>
File to add star to.
file_comment: Option<&'a str>
File comment to add star to.
channel: Option<&'a str>
Channel to add star to, or channel where the message to add star to was posted (used with timestamp).
timestamp: Option<&'a str>
Timestamp of the message to add star to.
Trait Implementations
impl<'a> Clone for AddRequest<'a>
[src]
fn clone(&self) -> AddRequest<'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 AddRequest<'a>
[src]
fn default() -> AddRequest<'a>
Returns the "default value" for a type. Read more