/** * Fetches a list of custom emojis. */ export type ListCustomEmojis = { category?: string; };