formatEmoji (2)

Formats an emoji ID into a fully qualified emoji identifier
declare function formatEmoji<C extends Snowflake>(emojiId: C, animated?: true): `<a:_:${C}>`;
NameTypeOptionalDescription
emojiIdCNo
The emoji ID to format
animatedtrueYes
Whether the emoji is animated or not. Defaults to false