Skip to content

Commit

Permalink
Add message to SlackInteractionBlockSuggestionEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
nnishimura committed Oct 2, 2024
1 parent ec6c501 commit c01951d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/events/interaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ pub struct SlackInteractionBlockSuggestionEvent {
pub container: SlackInteractionActionContainer,
pub view: Option<SlackView>,
pub value: String,
pub message: Option<SlackHistoryMessage>,
}

#[derive(Debug, PartialEq, Clone, Serialize, Deserialize)]
Expand Down

0 comments on commit c01951d

Please sign in to comment.