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
no_unreads: Option<bool>
Skip unread counts for each channel (improves performance).
mpim_aware: Option<bool>
Returns MPIMs to the client in the API response.
no_latest: Option<bool>
Exclude latest timestamps for channels, groups, mpims, and ims. Automatically sets no_unreads to 1
Trait Implementations
impl Clone for StartRequest
[src]
fn clone(&self) -> StartRequest
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 Default for StartRequest
[src]
fn default() -> StartRequest
Returns the "default value" for a type. Read more