Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>aiog telegrambot extensionNew to Visual Studio Code? Get it now.
aiog telegrambot extension

aiog telegrambot extension

yesssext

|
4,617 installs
| (0) | Free
This extension will help you quickly deploy constructs for writing a telegram bot in Python using tags, using the aiogram library.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

aiogex README

ic

This extension will help you quickly deploy constructs for writing a telegram bot in Python using tags, using the aiogram library.

Features

In the future, the extension will be supplemented with new tagss for more comfortable and fast writing of telegram bots.

  • Adding new tags

Requirements

pip install aiogram

Tags

  • !bot - The start command creates the initial code suitable for starting the creation of the bot. Importing modules, a token, and launching a bot.
  • !start - Creates a start command handler.
  • !command - Creates a command handler.
  • !callback - Creates a callback handler.
  • !message - Creates send.message.
  • !callmessage - Creates call.send.message.
  • !editmessage - Creates send+edit.message.
  • !delmessage - Creates send+delete.message.
  • !inlinekeyboard - Creates an inline keyboard structure.
  • !replykeyboard - Creates a reply keyboard structure.

Telegram Web Button

If you have launched a bot and you need to go to Telegram, then you can use the Open Telegram Web button. When you click on the button, Telegram Web will open in your browser. button

Release Notes

0.0.1-0.0.7

Testing the extension Adding test tags Creating and formatting a README

1.0.0

Adding new tags Adding a Telegram Web button Bug fixes


Enjoy!

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