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

Trait Implementations

impl Clone for MessageMessageDeleted
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MessageMessageDeleted
[src]

Formats the value using the given formatter.