Skip to content

orf53975/TelegramBot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

SharpBot (Update In Progress....)

Just Another One Telegram Bot.

See dev branch

Demo

static void Main()
{
    var api = new ApiClient("YOURBOTKEY");
    var bot = new BotImpl(api, new UpdateProvider(api));
    Task.WaitAll(bot.Start());
}

About

C# library for building Telegram bot with Telegram API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%