Struct slack_api::channels::ListRequest [] [src]

pub struct ListRequest {
    pub exclude_archived: Option<bool>,
    pub exclude_members: Option<bool>,
}

Fields

Exclude archived channels from the list

Exclude the members collection from each channel

Trait Implementations

impl Clone for ListRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ListRequest
[src]

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

impl Debug for ListRequest
[src]

Formats the value using the given formatter.