Struct slack_api::reactions::ListResponseItemMessage
[−]
[src]
pub struct ListResponseItemMessage { pub channel: String, pub message: Message, pub ty: String, }
Fields
channel: String
message: Message
ty: String
Trait Implementations
impl Clone for ListResponseItemMessage
[src]
fn clone(&self) -> ListResponseItemMessage
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