Telegram Bot written in .NET
BotNet.sln
in Visual StudioBotNet
project in Solution Explorer, select Manage User Secrets
secrets.json
, add your bot token to following properties:{
"BotOptions:AccessToken": "yourtoken",
"GoogleMapOptions:ApiKey": "yourApiKey",
"HostingOptions:UseLongPolling": true,
"WeatherOptions:ApiKey": "yourApiKey"
}