Struct slack_api::MessageMessageReplied [] [src]

pub struct MessageMessageReplied {
    pub channel: Option<String>,
    pub event_ts: Option<String>,
    pub hidden: Option<bool>,
    pub message: Option<MessageMessageRepliedMessage>,
    pub subtype: Option<String>,
    pub ts: Option<String>,
    pub ty: Option<String>,
}

Fields

Trait Implementations

impl Clone for MessageMessageReplied
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MessageMessageReplied
[src]

Formats the value using the given formatter.