Skip to main content

Type Alias: EmojiListResponse

type EmojiListResponse: WebAPICallResult & object;

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;

Defined in

packages/web-api/src/types/response/EmojiListResponse.ts:12