-
Notifications
You must be signed in to change notification settings - Fork 429
PinnedMessageItem interface missing ts #2163
Copy link
Copy link
Closed
Labels
TypeScript-specificbugM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedenhancementM-T: A feature request for new functionalityM-T: A feature request for new functionalitysemver:minor
Milestone
Metadata
Metadata
Assignees
Labels
TypeScript-specificbugM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedM-T: confirmed bug report. Issues are confirmed when the reproduction steps are documentedenhancementM-T: A feature request for new functionalityM-T: A feature request for new functionalitysemver:minor
Type
Fields
Give feedbackNo fields configured for issues without a type.
@slack/boltversion3.19.0
Your
Appand Receiver ConfigurationNot applicable, issue with types
Node.js runtime version
Not applicable, issue with types
Steps to reproduce:
pin_addedandpin_removedevent send thetsof the pinned message. However this is missing in thePinnedMessageItemExpected result:
tsshould be part ofPinnedMessageIteminterface.Actual result:
tsis currently not defined inPinnedMessageIteminterface