Closed sidntrivedi012 closed 3 years ago
You should check this out: https://github.com/telegramdesktop/tdesktop/issues/1165
@darksun27 Quite a lot discussion about a rather logically simple feature, isn't it ?😅
Yes because this isn't a feature that can be implemented by any bot api but you have to do some infrastructural changes in the code to replace the message.
I'd like to work on this issue.
First-time Contributors
If it is the first time that you contribute to the bot, follow these steps:
Hey all, I would like to work on this issue.
/newbot
from the options it provides.TELEGRAM_TOKEN
provided by Botfather.git clone https://github.com/<YOUR_USERNAME>/bots.git && cd bots/telegram-bot
go build .
export TELEGRAM_TOKEN=<botfather_token>
./telegram-bot
. The bot would be running at the user handle provided by you.git push origin master
and then open a PR! 🎉