message_replied
event missing text property in typescript
#2025
Labels
area:typescript
issues that specifically impact using the package from typescript projects
bug
M-T: A confirmed bug report. Issues are confirmed when the reproduction steps are documented
pkg:types
applies to `@slack/types`
semver:major
Milestone
Description
The
text
property does not exist on MessageRepliedEvent interface in typescriptWhat type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
package version: 3.12.1
node version: 16.3.2
OS version(s): MacOS 12.4
Steps to reproduce:
Expected result:
message.message.text
is type string per event documentation:https://api.slack.com/events/message/message_replied
Actual result:
Attachments:
The text was updated successfully, but these errors were encountered: