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
channel: Option<String>
event_ts: Option<String>
message: Option<MessageMessageRepliedMessage>
subtype: Option<String>
ts: Option<String>
ty: Option<String>
Trait Implementations
impl Clone for MessageMessageReplied[src]
fn clone(&self) -> MessageMessageReplied
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