Rich messages

RichTextCustomEmoji

A custom emoji.

fields

fieldtyperequireddescription
typestringrequiredType of the rich text, always “custom_emoji”
custom_emoji_idstringrequiredUnique identifier of the custom emoji. Use getCustomEmojiStickers to get full information about the sticker.
alternative_textstringrequiredAlternative emoji for the custom emoji

import

types.ts
import type { RichTextCustomEmoji } from "@yaebal/types";

used by

types