Struct slack_api::reactions::RemoveRequest
[−]
[src]
pub struct RemoveRequest<'a> { pub name: &'a str, pub file: Option<&'a str>, pub file_comment: Option<&'a str>, pub channel: Option<&'a str>, pub timestamp: Option<&'a str>, }
Fields
name: &'a str
Reaction (emoji) name.
file: Option<&'a str>
File to remove reaction from.
file_comment: Option<&'a str>
File comment to remove reaction from.
channel: Option<&'a str>
Channel where the message to remove reaction from was posted.
timestamp: Option<&'a str>
Timestamp of the message to remove reaction from.
Trait Implementations
impl<'a> Clone for RemoveRequest<'a>
[src]
fn clone(&self) -> RemoveRequest<'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 RemoveRequest<'a>
[src]
fn default() -> RemoveRequest<'a>
Returns the "default value" for a type. Read more