Thread overview
Does anyone here know how to create a Telegram bot in D?
Jul 30, 2022
Murilo
Jul 30, 2022
AnimusPEXUS
Jul 30, 2022
AnimusPEXUS
Jul 31, 2022
Murilo
July 30, 2022

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?

July 30, 2022

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

July 30, 2022
>

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

July 31, 2022

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.