
# Overview


Telegram Bots can respond to _Slash commands._ For instance, you can add a `/hi` or `/help` command to your Telegram bot to help users learn how to use your bot.


# Getting Started


Watch this short video below to get started making Telegram Bots without code on Pipedream:


<iframe width="560" height="315" src="https://www.youtube.com/embed/Tv2eT0CxoP4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>


# Troubleshooting


### I’m not receiving events from Telegram at all


Make sure that you’re subscribing to **New Message** updates. Slash commands are sent as messages to your bot.

