Interface FormatEmojiOptions<EmojiId, EmojiName>

The options for formatting an emoji.

Type Parameters

  • EmojiId extends Snowflake

    This is inferred by the supplied emoji id

  • EmojiName extends string

    This is inferred by the supplied emoji name

Hierarchy

  • FormatEmojiOptions

Properties

Properties

animated?: boolean

Whether the emoji is animated

id: EmojiId

The emoji id to format

name?: EmojiName

The name of the emoji

Generated using TypeDoc