@avst-lib/slack

Adaptavist type library for Slack events

Usage no npm install needed!

<script type="module">
  import avstLibSlack from 'https://cdn.skypack.dev/@avst-lib/slack';
</script>

README

README

This library reflects all of the incoming event types from slack.

There are 2 slack API Types : "EventAPI" and "RealTimeAPI". Each event can come from either or both of these APIs

There is also for each event a "EventMeta" object associated with each event type.

Use getMetaFromEvent("eventName") to get these meta objects.