Telegram Bot API Server Management Library
A .NET library providing managed hosting for Telegram Bot API Server. Easily integrate and control a Node.js-based Telegram Bot API server within your .NET applications. Forward requests seamlessly and manage your Telegram bots via HTTP endpoints.
- Telegram Bot API Proxy: Forward requests directly to Telegram's API endpoints
- Easy Integration: Just add link to Telegram.Bot.ApiServer.dll to your .NET project and control Telegram Bot API Server directly in .NET processes
- Webhook Support: Optional webhook mode for real-time updates
- Lifecycle Management - Start/Stop server with native .NET APIs
- Logging Integration - Capture server logs in .NET logging systems
- Async Support - Full async/await pattern implementation
- Error Handling: Structured error responses for API failures