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