function formatEmoji

export declare function formatEmoji<C extends Snowflake>(emojiId: C, animated?: false): `<:_:${C}>`;

Formats a non-animated emoji id into a fully qualified emoji identifier.

Type Parameters

C extends Snowflake

This is inferred by the supplied emoji id

Parameters

emojiId: C
The emoji id to format
optional
animated?: false