Gunther Posted July 8, 2020 Report Share Posted July 8, 2020 Hey guys, other than telegram, what are the requirements to setup the telegram bot for group message management? Thank you Quote Link to comment Share on other sites More sharing options...
Cernunnos Posted July 8, 2020 Report Share Posted July 8, 2020 There are some documents and you can start from here (https://telegram.org/blog/bot-revolution). Bot API for developers: https://core.telegram.org/bots/api Bot intro for developers: https://core.telegram.org/bots From the Bot API webpage: "The Bot API is an HTTP-based interface created for developers keen on building bots for Telegram." In essence, you should be able to write a software program for HTTPS client communication in whichever programming language that you favour with HTTPS Client capability. Quote Link to comment Share on other sites More sharing options...
Recommended Posts