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
<h4class="section-head">Filtering on message subtypes</h4>
33
33
</summary>
34
34
35
35
<divclass="secondary-content"markdown="0">
36
36
The `message()` listener is equivalent to `event("message")`.
37
37
38
-
You can filter on subtypes of events by passing in the additional key `subtype`. Common message subtypes like `bot_message` and `message_replied` can be found [on the message event page](https://api.slack.com/events/message#message_subtypes).
38
+
You can filter on subtypes of events by passing in the additional key `subtype`. Common message subtypes like `bot_message` and `message_replied` can be found [on the message event page](https://api.slack.com/events/message#subtypes).
39
39
You can explicitly filter for events without a subtype by explicitly setting `None`.
0 commit comments