app_uninstalled slack event does not return the entire json as shown in the documentation

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP


app_uninstalled slack event does not return the entire json as shown in the documentation



As the title says, the slack documentation in the link below
https://api.slack.com/events/app_uninstalled
does not return the entire json, I am using @slack/events-api package
and my code is something like this
slackEvents.on("app_uninstalled", handler)
the handler function only received the event part of the entire json
{
type: "app_uninstalled"
}
why is this happening?









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Arduino Mega cannot recieve any sketches, stk500_recv() programmer is not responding

Visual Studio Code: How to configure includePath for better IntelliSense results

Blogger: Contempo template have managed to get the posts to post in full but there is still a “snippet” of the post at the bottom of each full post