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
{{ message }}
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
Botkit Version: 0.6.13
Building Typescript Slack Bot using Botkit and ran into issues regarding type checking:
SlackAttachment interface missing the following:
Message interface missing the following:
Type check errors all follow a similar error message:
Object literal may only specify known properties, and 'callback_id' does not exist in type 'SlackAttachment'.
Was able to workaround the issue with either of the two workarounds below:
The text was updated successfully, but these errors were encountered: