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
The Filtering on message subtypes mention to use the subtype() middleware but doesn't explicitly call out that you need to import it from Bolt so you run into a subtype is not defined reference error.
Description
The Filtering on message subtypes mention to use the
subtype()
middleware but doesn't explicitly call out that you need to import it from Bolt so you run into a subtype is not defined reference error.We can have import in the code example use: https://api.slack.com/events/message/message_changed
Also the example currently uses
bot_message
but these don't currently show uyp with Granular Bot messages as per a outstanding bug.What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: