Struct slack_api::MessageMessageChangedMessage [] [src]

pub struct MessageMessageChangedMessage {
    pub bot_id: Option<String>,
    pub edited: Option<MessageMessageChangedMessageEdited>,
    pub last_read: Option<String>,
    pub parent_user_id: Option<String>,
    pub replies: Option<Vec<MessageMessageChangedMessageReply>>,
    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 MessageMessageChangedMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MessageMessageChangedMessage
[src]

[src]

Formats the value using the given formatter.