Emoji
Emoji
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Map Spectrum emoji aliases to native iMessage tapbacks.
Emoji
| Constant | Value |
|---|---|
Emoji.love | "โค๏ธ" |
Emoji.like | "๐" |
Emoji.dislike | "๐" |
Emoji.laugh | "๐" |
Emoji.emphasize | "โผ๏ธ" |
Emoji.question | "โ" |
import { Emoji } from "spectrum-ts";
await message.react(Emoji.laugh);
Was this page helpful?