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 resources:
Install as NuGet package:
Install-Package Telegram.Bot
For testing you can use the MyGet feed with automated builds
- Inline Mode
- Bot API 3.0
- Payments (Needs some testing)
- Games
Missing / TODO (last check 07.06.2017):