Skip to content

Commit

Permalink
Add name fields to SlackCommandEvent (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnishimura authored Sep 30, 2024
1 parent 15dd94f commit 7182c12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/events/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ use crate::*;
#[derive(Debug, PartialEq, Clone, Serialize, Deserialize, Builder)]
pub struct SlackCommandEvent {
pub team_id: SlackTeamId,
pub team_domain: Option<String>,
pub channel_id: SlackChannelId,
pub channel_name: Option<String>,
pub user_id: SlackUserId,
pub command: SlackCommandId,
pub text: Option<String>,
Expand Down

0 comments on commit 7182c12

Please sign in to comment.