UNPKG

@slack/web-api

Version:

Official library for using the Slack Platform's Web API

7 lines 349 B
import type { OptionalArgument } from '../helpers'; import type { TokenOverridable } from './common'; export type EmojiListArguments = OptionalArgument<TokenOverridable & { /** @description Include a list of categories for Unicode emoji and the emoji in each category. */ include_categories?: boolean; }>; //# sourceMappingURL=emoji.d.ts.map