UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

7 lines 363 B
import type { OptionalArgument } from '../helpers'; import type { OptionalTeamAssignable, TokenOverridable } from './common'; export type BotsInfoArguments = OptionalArgument<TokenOverridable & OptionalTeamAssignable & { /** @description Bot ID, which starts with 'B', to retrieve information about. */ bot?: string; }>; //# sourceMappingURL=bots.d.ts.map