Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
variable EventTriggerContextData
import { EventTriggerContextData } from "https://deno.land/x/deno_slack_api@2.1.2/typed-method-types/workflows/triggers/event-data/mod.ts";

Event-trigger-specific input values that contain information about the event trigger. Different events will contain different data.

type

{ AppMentioned; ChannelArchived; ChannelCreated; ChannelDeleted; ChannelRenamed; ChannelShared; ChannelUnarchived; ChannelUnshared; DndUpdated; EmojiChanged; MessageMetadataPosted; MessagePosted; PinAdded; PinRemoved; ReactionAdded; ReactionRemoved; SharedChannelInviteAccepted; SharedChannelInviteApproved; SharedChannelInviteDeclined; SharedChannelInviteReceived; UserJoinedChannel; UserJoinedTeam; UserLeftChannel; }