Struct slack_api::im::RepliesRequest
[−]
[src]
pub struct RepliesRequest<'a> { pub channel: &'a str, pub thread_ts: &'a str, }
Fields
channel: &'a str
Direct message channel to fetch thread from
thread_ts: &'a str
Unique identifier of a thread's parent message
Trait Implementations
impl<'a> Clone for RepliesRequest<'a>
[src]
fn clone(&self) -> RepliesRequest<'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 RepliesRequest<'a>
[src]
fn default() -> RepliesRequest<'a>
Returns the "default value" for a type. Read more