Struct slack_api::chat::MeMessageRequest [] [src]

pub struct MeMessageRequest<'a> {
    pub channel: &'a str,
    pub text: &'a str,
}

Fields

Channel to send message to. Can be a public channel, private group or IM channel. Can be an encoded ID, or a name.

Text of the message to send.

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

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

Formats the value using the given formatter.