Struct slack_api::groups::MarkRequest [] [src]

pub struct MarkRequest<'a> {
    pub channel: &'a str,
    pub ts: &'a str,
}

Fields

Private channel to set reading cursor in.

Timestamp of the most recently seen message.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.