formatEmoji
export declare function formatEmoji<C extends Snowflake>(emojiId: C, animated?: false): `<:_:${C}>`;
export declare function formatEmoji<C extends Snowflake>(emojiId: C, animated?: false): `<:_:${C}>`;
Formats a non-animated emoji id into a fully qualified emoji identifier.
Name | Constraints | Optional | Default | Description |
---|---|---|---|---|
C | Snowflake | No | This is inferred by the supplied emoji id |
Name | Type | Optional | Description |
---|---|---|---|
emojiId | C | No | The emoji id to format |
animated | false | Yes | None |