You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I should be looking at the message event - https://api.slack.com/events/message - for what would be returned as $data when a message is posted in the channel.
The keys will vary depending on the message subtype. For example, if you want to know what messages from bots look like, you need to look at the bot_message subtype (https://api.slack.com/events/message/bot_message).
Is there documentation anywhere about what possible information might come back as $data?
The text was updated successfully, but these errors were encountered: