Struct slack_api::MessageMeMessage
[−]
[src]
pub struct MessageMeMessage {
pub channel: Option<String>,
pub subtype: Option<String>,
pub text: Option<String>,
pub ts: Option<String>,
pub ty: Option<String>,
pub user: Option<String>,
}Fields
channel: Option<String>
subtype: Option<String>
text: Option<String>
ts: Option<String>
ty: Option<String>
user: Option<String>
Trait Implementations
impl Clone for MessageMeMessage[src]
fn clone(&self) -> MessageMeMessage
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