SharpBot

Just Another One Telegram Bot.

See dev branch

Demo

static void Main(string[] args)
{
    var bot = Kernel.Get<IBot>();
    Task.WaitAll(bot.Start());
}