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

Multiple fields missing in ChannelCreatedEvent interface #2165

Closed
maxretries opened this issue Jul 12, 2024 · 0 comments · Fixed by #2166
Closed

Multiple fields missing in ChannelCreatedEvent interface #2165

maxretries opened this issue Jul 12, 2024 · 0 comments · Fixed by #2166

Comments

@maxretries
Copy link
Contributor

@slack/bolt version

3.19.0

Your App and Receiver Configuration

not applicable, types issue.

Node.js runtime version

not applicable, types issue.

Steps to reproduce:

Multiple fields are missing the interface.

1. event_ts
2. context_team_id
3. is_archived
4. is_frozen
5. is_general
6. is_group
7. is_private
8. is_ext_shared
9. is_im
10. is_mpim
11. is_pending_ext_shared

Expected result:

Since all these fields are present in the actual event that the server is sending, it should be defined in the interface in SDK too.

Actual result:

Above listed fields are missing in the interface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant