Imported from xdshkaaa/telegram-emoji-skills (
skills/uronxo/SKILL.md). Install upstream withnpx skills add xdshkaaa/telegram-emoji-skills --skill uronxo. Copyright stays with the author.
@uronxo — Telegram premium emoji
How to insert
- Requires
parse_mode=HTMLon the Telegram message. - Syntax:
<tg-emoji emoji-id="CUSTOM_EMOJI_ID">FALLBACK</tg-emoji> FALLBACKmust be the plain emoji character shown to non-premium viewers or clients that don't support custom emoji.- Custom emoji render only when sent from a Telegram Premium account (or an eligible channel). Regular bots generally cannot send them via the Bot API — this skill targets user-authored content, not bot replies.
Where these are used
постов и сообщений в Telegram
Catalog
15 emoji, fallback + id + ready snippet: references/emoji-catalog.md
Pick by fallback character, then copy the emoji-id exactly — IDs are long numeric strings and must not be altered.
Code modules
Ready-to-copy maps of fallback → emoji IDs with a tg-emoji helper:
- Go: references/lib/emoji.go
- Python: references/lib/emoji.py
- TypeScript: references/lib/emoji.ts