How to get edited property from app_mention event using TypeScript? #960
Labels
bug
M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented
TypeScript-specific
Milestone
Description
I am creating a Slack bot using TypeScript. (using types from bolt-js, but not bolt-js app)
When the app_mention event occur, the bot reply some message.
I want the bot to reply only once, but when the message is edited, the bot reply again.
The response from Slack server includes "edited" property, but AppMentionEvent type doesn't include it.
So, I'm using GenericMessageEvent for now...
Is there any better way to use "edited" property or any plan to change AppMentionEvent type?
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: