GramIO API Reference / gramio/dist / TelegramRichTextCustomEmoji
Interface: TelegramRichTextCustomEmoji
Defined in: @gramio/types/out/objects.d.ts:7465
A custom emoji.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
alternative_text | string | Alternative emoji for the custom emoji | @gramio/types/out/objects.d.ts:7477 |
custom_emoji_id | string | Unique identifier of the custom emoji. Use getCustomEmojiStickers to get full information about the sticker. | @gramio/types/out/objects.d.ts:7473 |
type | "custom_emoji" | Type of the rich text, always “custom_emoji” | @gramio/types/out/objects.d.ts:7469 |