ZiziBot.TelegramBot is a bot framework for helping command-based bot development. Some samples can check in Sample project.
This framework support Polling and Webhook mode in AutoMode and enabled by default, it's mean in Local development running as Polling and after Deployment running as Webhook automatically. Fill some configuration in appsettings.json
to started.
This is a very early stage project, so nothing guarantee for breaking changes in the future.
This project is inspired by VodemSharp/Allowed.Telegram.Bot
Thanks to JetBrains have given us for dotUltimate licenses.