skip to Main Content

Telegram bot: GetUpdates Conflict – Telegram API

I have created the test Telegram bot console app using sample from this link https://github.com/TelegramBots/Telegram.Bot.Examples There is my main public static async Task Main() { ServicePointManager.Expect100Continue = true; ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; Bot = new TelegramBotClient(Configuration.BotToken); var me = await Bot.GetMeAsync();…

VIEW QUESTION

How to debug Fiware-Orion – CentOS

I'm new to this field. I've installed Fiware-orion via source on my VM (centOS), by following the link below: https://fiware-orion.readthedocs.io/en/master/admin/build_source/index.html. Currently I'm working on a Fiware-Orion issue, but I don't know how to debug Fiware-Orion. I've searched on google and…

VIEW QUESTION
Back To Top
Search