Replies: 1 comment
-
Have you looked at https://github.com/slack-go/slack/blob/master/examples/modal_users/users.go? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all. I'm using this library to create a modal in response to a slash command. I'm currently trying to add a conversation select to the modal response outlined here https://api.slack.com/surfaces/modals/using#modal_response_url in the slack docs. Basically I need to create this in my response:
I can see this is possible by the
SelectBlockElement
but I can't get it working. I get stuck using theNewOptionsSelectBlockElement
func and I'm unsure how to piece it all together.Any hints/direction on how to achieve the above would be fantastic. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions