@slack/web-api / EmojiListResponse
Type Alias: EmojiListResponse
type EmojiListResponse = WebAPICallResult & object;
Defined in: packages/web-api/src/types/response/EmojiListResponse.ts:11
Type Declaration
cache_ts?
optional cache_ts?: string;
categories?
optional categories?: Category[];
categories_version?
optional categories_version?: string;
emoji?
optional emoji?: object;
Index Signature
[key: string]: string
error?
optional error?: string;
needed?
optional needed?: string;
ok?
optional ok?: boolean;
provided?
optional provided?: string;
warning?
optional warning?: string;