Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Telegram EmojiNew to Visual Studio Code? Get it now.
Telegram Emoji

Telegram Emoji

Mikita

|
28 installs
| (1) | Free
Render Telegram premium custom emojis inline in your editor
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Telegram Emoji

VS Code extension that renders Telegram premium custom emojis inline, right in your editor.

Detects <tg-emoji emoji-id='...'> tags and displays the actual custom emoji image fetched from the Telegram Bot API.

Collapsed

Expanded

Hover preview

Requirements

This extension requires a Telegram Bot API token to fetch custom emoji images.

How to get a Bot Token

  1. Open Telegram and find @BotFather
  2. Send /newbot and follow the prompts (choose a name and username)
  3. BotFather will reply with a token like 123456789:ABCdefGHIjklMNOpqrsTUVwxyz
  4. Copy the token

Configure the extension

Ctrl+Shift+P → Telegram Emoji: Set Bot Token → paste your token.

Or add to settings.json:

{
  "telegramEmoji.botToken": "YOUR_BOT_TOKEN_HERE"
}

Settings

Setting Default Description
telegramEmoji.botToken None Telegram Bot API token
telegramEmoji.enableInline true Show inline emoji preview

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft