D
D
DavidJarr2018-07-21 17:09:14
ASP.NET
DavidJarr, 2018-07-21 17:09:14

ASP .NET Core Telegram Bot, how to run bot locally?

Hello everyone, I'm trying to create a Telegram bot on ASP .NET Core, I created a Web Api application, I have the code:

public static string Url { get; set; } = "???";
public static string Name { get; set; } = "тут название бота";
public static string Key { get; set; } = "тут токен";

but I don't know what to do to start the bot and test it locally, what should I specify in the Url field?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question