Closed tarikmehinagic closed 4 years ago
Hi, @tarikbrt2. According to your issue:
TelegramBotClient botClient = new TelegramBotClient(myToken);
Telegram.Bot.Types.ChatId chatid = mychatid;
await botClient.SendTextMessageAsync(chatid, "This is message.");
3. Though Telegram.Bot targets .NET Framework I'd suggest you to move to modern development platforms. Please take a look at this issue #868 as you can hit this bug with older version of .NET Framework.
I’m closing this issue because it has been inactive for a few months. This probably means that it is not reproducible or it has been fixed in a newer version.
Please reopen if you still encounter this issue with the latest stable version and then please use the issue template.
I found a bug to report
Yes, I entered right token and right chatid, in fact I checked it manually by sending request on api.telegram.org.
I simply don't receive any messages.
NuGet Package Version: v15.7.1
.NET Version: .NET Framwork 4.5
IDE: VS2019
App: Desktop