SetEmojiReactionOptions: Partial<EmojiOptions> & { skinTone?: string }

Accepts any one of unicode, name, and emoji.

At least one of these options are required.

skinTone is optional. skinTone overrides the skin tone of the passed in emoji

Examples of skinTone options:

☝ "default"

☝🏿 "dark"

☝🏾 "medium-dark"

☝🏽 "medium"

☝🏼 "medium-light"

☝🏻 "light"

Generated using TypeDoc