Documentation - v1.6.0-beta.24
    Preparing search index...

    Typed shape of activity.channelData for Slack activities arriving via Azure Bot Service.

    interface SlackChannelData {
        ApiToken?: string;
        SlackMessage?: SlackEventEnvelope;
    }
    Index

    Properties

    ApiToken?: string

    Bot token injected by ABS when configured in the Slack channel settings.

    SlackMessage?: SlackEventEnvelope

    Raw Slack event envelope translated by ABS.