Struct slack_api::groups::RepliesRequest [] [src]

pub struct RepliesRequest<'a> {
    pub channel: &'a str,
    pub thread_ts: &'a str,
}

Fields

Private channel to fetch thread from

Unique identifier of a thread's parent message

Trait Implementations

impl<'a> Clone for RepliesRequest<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Default for RepliesRequest<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> Debug for RepliesRequest<'a>
[src]

Formats the value using the given formatter.