Struct slack_api::im::OpenRequest [] [src]

pub struct OpenRequest<'a> {
    pub user: &'a str,
    pub return_im: Option<bool>,
}

Fields

User to open a direct message channel with.

Boolean, indicates you want the full IM channel definition in the response.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.