www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Does anyone here know how to create a Telegram bot in D?

reply Murilo <murilomiranda92 hotmail.com> writes:
Hi guys, I need to create a Telegram bot in D, does anyone here 
know how to do it? Is it possible to do it using arsd?
Jul 29 2022
parent reply AnimusPEXUS <animuspexus protonmail.com> writes:
On Saturday, 30 July 2022 at 04:06:28 UTC, Murilo wrote:
 Hi guys, I need to create a Telegram bot in D, does anyone here 
 know how to do it? Is it possible to do it using arsd?
https://core.telegram.org/bots/api
The Bot API is an HTTP-based interface created for developers 
keen on building bots for Telegram.
so basically you have to do http-client programming
Jul 29 2022
parent reply AnimusPEXUS <animuspexus protonmail.com> writes:
 so basically you have to do http-client programming
also there's some outdated tg packages in repo https://code.dlang.org/search?q=telegram
Jul 29 2022
parent Murilo <murilomiranda92 hotmail.com> writes:
On Saturday, 30 July 2022 at 05:12:23 UTC, AnimusPEXUS wrote:
 so basically you have to do http-client programming
also there's some outdated tg packages in repo https://code.dlang.org/search?q=telegram
Thanks you very much.
Jul 30 2022