Skip to content

Commit

Permalink
huddle_thread event type support (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence authored Jul 31, 2024
1 parent d7ce2c1 commit 4ed6573
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/events/push.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ pub enum SlackMessageEventType {
FileUnshared,
#[serde(rename = "file_public")]
FilePublic,
#[serde(rename = "huddle_thread")]
HuddleThread,
}

#[skip_serializing_none]
Expand Down

0 comments on commit 4ed6573

Please sign in to comment.