Struct slack_api::chat::MeMessageRequest
[−]
[src]
pub struct MeMessageRequest<'a> {
pub channel: &'a str,
pub text: &'a str,
}Fields
channel: &'a str
Channel to send message to. Can be a public channel, private group or IM channel. Can be an encoded ID, or a name.
text: &'a str
Text of the message to send.
Trait Implementations
impl<'a> Clone for MeMessageRequest<'a>[src]
fn clone(&self) -> MeMessageRequest<'a>
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<'a> Default for MeMessageRequest<'a>[src]
fn default() -> MeMessageRequest<'a>
Returns the "default value" for a type. Read more