Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add name fields to SlackCommandEvent #289

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

nnishimura
Copy link
Contributor

Adds team_domain and channel_name fields to SlackCommandEvent. I use this library for my company's project and noticed they're missing.

From slack doc: https://api.slack.com/interactivity/slash-commands#app_command_handling

team_id, enterprise_id, channel_id, etc.
The various accompanying *_name values provide you with the plain text names for these IDs

In the payload example, team_domain and channel_name are present.

Copy link
Owner

@abdolence abdolence left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the contributions!

@abdolence abdolence merged commit 7182c12 into abdolence:master Sep 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants