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