Skip to content

Commit

Permalink
make user nullable for interaction_user
Browse files Browse the repository at this point in the history
sometimes you can get a bot user that does not have a user field
  • Loading branch information
koonwen committed Jan 3, 2025
1 parent 494c362 commit 373aa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/slack.atd
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ type interaction_channel = {
}

type interaction_message = {
user : string;
?user : string nullable;
ts : string;
text : string;
}
Expand Down

0 comments on commit 373aa3b

Please sign in to comment.