Struct slack_api::MessageMessageChangedPreviousMessage[][src]

pub struct MessageMessageChangedPreviousMessage {
    pub bot_id: Option<String>,
    pub edited: Option<MessageMessageChangedPreviousMessageEdited>,
    pub last_read: Option<String>,
    pub parent_user_id: Option<String>,
    pub replies: Option<Vec<MessageMessageChangedPreviousMessageReply>>,
    pub reply_count: Option<i32>,
    pub subscribed: Option<bool>,
    pub text: Option<String>,
    pub thread_ts: Option<String>,
    pub ts: Option<String>,
    pub ty: Option<String>,
    pub unread_count: Option<i32>,
    pub user: Option<String>,
}

Fields

Trait Implementations

impl Clone for MessageMessageChangedPreviousMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MessageMessageChangedPreviousMessage
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations