C# library to talk to Telegrams Bot API
static async void testApiAsync()
{
var Bot = new Telegram.Bot.Api("your API access Token");
var me = await Bot.GetMeAsync();
System.Console.WriteLine("Hello my name is " + me.FirstName);
}
Before submitting issues please consult following links:
Install as NuGet package:
Install-Package Telegram.Bot
For testing you can use the MyGet feed with automated builds
Missing / TODO (last check 16.04.2017):