Struct slack_api::MessageBotMessage
[−]
[src]
pub struct MessageBotMessage {
pub bot_id: Option<String>,
pub icons: Option<MessageBotMessageIcons>,
pub subtype: Option<String>,
pub text: Option<String>,
pub ts: Option<String>,
pub ty: Option<String>,
pub username: Option<String>,
}Fields
bot_id: Option<String>
icons: Option<MessageBotMessageIcons>
subtype: Option<String>
text: Option<String>
ts: Option<String>
ty: Option<String>
username: Option<String>
Trait Implementations
impl Clone for MessageBotMessage[src]
fn clone(&self) -> MessageBotMessage
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