D
D
DavidJarr2018-07-18 13:30:39
C++ / C#
DavidJarr, 2018-07-18 13:30:39

Creating a bot for Telegram c# asp .net Core?

Good day, I want to create a bot for Telegram on asp .net Core, tell me good guides / articles on the basics of creating a bot, specifically on Core?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Arkady Baganin, 2018-07-19
@ark_yt

First, come up with the logic of how it should work.
Then study the Telegram API, and as mentioned above, read this material:

M
mefutu, 2018-07-19
@mefutu

So there is a beautiful lib from telegram themselves. Telegram.bot - it works on .net core as well. All the documentation is there, that's only in English, but it's not difficult to figure it out.

D
Denis, 2018-07-26
@den_labs

I agree with the previous post, here is a great example, everything starts up quickly
https://github.com/TelegramBots/telegram.bot.examples

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question