formatEmoji (2)SummaryFormats an emoji ID into a fully qualified emoji identifierdeclare function formatEmoji<C extends Snowflake>(emojiId: C, animated?: true): `<a:_:${C}>`;Type ParametersNameConstraintsOptionalDefaultDescriptionCSnowflakeNoNoneParametersNameTypeOptionalDescriptionemojiIdCNoThe emoji ID to formatanimatedtrueYesWhether the emoji is animated or not. Defaults to false