Skip to content

Commit

Permalink
Add more parent message params (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
dax authored Dec 7, 2024
1 parent a33e9cf commit 8b81d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/messages/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ pub struct SlackParentMessageParams {
pub reply_users_count: Option<usize>,
pub latest_reply: Option<SlackTs>,
pub reply_users: Option<Vec<SlackUserId>>,
pub subscribed: Option<bool>,
pub last_read: Option<SlackTs>,
}

#[skip_serializing_none]
Expand Down

0 comments on commit 8b81d4a

Please sign in to comment.