Book
  • Introduction
  • Installation
  • Getting Updates
    • Polling
    • Webhook
  • Requests
    • Get Me
    • Send Text
  • Extras
    • Logo
Powered by GitBook
On this page

Was this helpful?

Export as PDF

Installation

PreviousIntroductionNextGetting Updates

Last updated 4 years ago

Was this helpful?

The main library is available as Telegram.Bots. It provides all the Types and Requests along with the HTTP and JSON support.

To add long polling, Telegram.Bots.Extensions.Polling can be used.

If you use the webhook approach and intend to respond to updates directly by returning the desired method data, you will need to integrate the serializer with your ASP.NET Core project and that can be done via Telegram.Bots.Extensions.AspNetCore.

https://www.nuget.org/packages/Telegram.Bots
https://www.nuget.org/packages/Telegram.Bots.Extensions.Polling
https://www.nuget.org/packages/Telegram.Bots.Extensions.AspNetCore