Where can I find a good example for replying to incoming messages in socket mode? #1163
Unanswered
dmellonielet
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You should check if |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Slack app with bot user enabled.
I'm trying to listen to MessageEvent and post a response depending on the content of the message.
An issue I am running into is the app treats the bot response as another message and keeps looping with more responses.
What's a good example I can refer to fully understand how to work with incoming message events, responding in the thread itself?
My code:
Beta Was this translation helpful? Give feedback.
All reactions