Struct slack_api::reactions::GetRequest
[−]
[src]
pub struct GetRequest<'a> { pub file: Option<&'a str>, pub file_comment: Option<&'a str>, pub channel: Option<&'a str>, pub timestamp: Option<&'a str>, pub full: Option<bool>, }
Fields
file: Option<&'a str>
File to get reactions for.
file_comment: Option<&'a str>
File comment to get reactions for.
channel: Option<&'a str>
Channel where the message to get reactions for was posted.
timestamp: Option<&'a str>
Timestamp of the message to get reactions for.
full: Option<bool>
If true always return the complete reaction list.
Trait Implementations
impl<'a> Clone for GetRequest<'a>
[src]
fn clone(&self) -> GetRequest<'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 GetRequest<'a>
[src]
fn default() -> GetRequest<'a>
Returns the "default value" for a type. Read more