Skip to content

Latest commit

Β 

History

History
19 lines (17 loc) Β· 1.84 KB

File metadata and controls

19 lines (17 loc) Β· 1.84 KB

SlackInstallation

Properties

Name Type Required Description
accessToken String βœ… Bot token returned from the Slack OAuth exchange.
appId String βœ… Slack app identifier for the installed app.
authedUser AuthedUser βœ…
team Team βœ…
botUserId String ❌ Slack user ID of the installed bot.
enterprise Enterprise ❌
expiresIn Long ❌ Seconds until the bot access token expires.
id String ❌ Unique identifier MagicBell assigns to the Slack installation.
incomingWebhook IncomingWebhook ❌
isEnterpriseInstall Boolean ❌ Indicates whether the installation occurred on an enterprise grid.
refreshToken String ❌ Refresh token for regenerating the bot access token.
scope String ❌ Space-delimited OAuth scopes granted to the bot token.
tokenType String ❌ Type of bot token returned by Slack.