Telegram bots by default run in "privacy mode" which only passes commands starting with a forward slash `/` to bots. Right now the bot to run on telegram needs privacy mode off, but this is easy fixed just changing the prefix for commands on telegram to `/`.
Telegram bots by default run in "privacy mode" which only passes commands starting with a forward slash
/to bots.Right now the bot to run on telegram needs privacy mode off, but this is easy fixed just changing the prefix for commands on telegram to
/.