RichTextCustomEmoji
A custom emoji.
fields
| field | type | required | description |
|---|---|---|---|
type | string | required | Type of the rich text, always “custom_emoji” |
custom_emoji_id | string | required | Unique identifier of the custom emoji. Use getCustomEmojiStickers to get full information about the sticker. |
alternative_text | string | required | Alternative emoji for the custom emoji |
import
import type { RichTextCustomEmoji } from "@yaebal/types";used by
types
official Bot API docs: https://core.telegram.org/bots/api/#richtextcustomemoji