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

Is it possible to set reply_broadcast in say() function? #738

Closed
jacklowrie opened this issue Oct 14, 2022 · 2 comments · Fixed by #741
Closed

Is it possible to set reply_broadcast in say() function? #738

jacklowrie opened this issue Oct 14, 2022 · 2 comments · Fixed by #741
Assignees
Labels
Milestone

Comments

@jacklowrie
Copy link

Looking in the api docs at the Say class, it seems like this might not be supported, since reply_broadcastisn't a possible parameter, but wanted to check in case I missed something.

If it's not, what would be a better way to send a broadcast reply message from a listener function?

Thanks!

@seratch
Copy link
Member

seratch commented Oct 14, 2022

Hi @jacklowrie, thanks for asking this! Indeed, reply_broadcast is not in the keyword arguments but passing it actually works: https://github.com/slackapi/bolt-python/blob/v1.15.1/slack_bolt/context/say/say.py#L47 We will update the code for more clarity.

@jacklowrie
Copy link
Author

Thanks so much! works like a charm.

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

Successfully merging a pull request may close this issue.

2 participants