Struct slack_api::rtm::StartRequest [] [src]

pub struct StartRequest {
    pub no_unreads: Option<bool>,
    pub mpim_aware: Option<bool>,
    pub no_latest: Option<bool>,
}

Fields

Skip unread counts for each channel (improves performance).

Returns MPIMs to the client in the API response.

Exclude latest timestamps for channels, groups, mpims, and ims. Automatically sets no_unreads to 1

Trait Implementations

impl Clone for StartRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for StartRequest
[src]

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

impl Debug for StartRequest
[src]

Formats the value using the given formatter.