# Telegram.Bot.Examples **Repository Path**: xixixixixiao/Telegram.Bot.Examples ## Basic Information - **Project Name**: Telegram.Bot.Examples - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-19 - **Last Updated**: 2021-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Telegram.Bot Examples [![telegram chat](https://img.shields.io/badge/Support_Chat-Telegram-blue.svg?style=flat-square)](https://t.me/joinchat/B35YY0QbLfd034CFnvCtCA) [![package](https://img.shields.io/nuget/vpre/Telegram.Bot.svg?label=Telegram.Bot&style=flat-square)](https://www.nuget.org/packages/Telegram.Bot) [![documentations](https://img.shields.io/badge/Documentations-Book-orange.svg?style=flat-square)](https://telegrambots.github.io/book/) ## About This repository contains sample applications based on [Telegram.Bot](https://github.com/TelegramBots/Telegram.Bot) library: - [Simple console application](https://github.com/TelegramBots/Telegram.Bot.Examples/tree/master/Telegram.Bot.Examples.Polling). Demonstrates use of [Telegram.Bot.Extensions.Polling](https://github.com/TelegramBots/Telegram.Bot.Extensions.Polling). - [ASP.NET Core Web Hook application](https://github.com/TelegramBots/Telegram.Bot.Examples/tree/master/Telegram.Bot.Examples.WebHook). ### Legacy projects These projects represent older or deprecated technologies you might want to use, though we do not provide any support for those projects: - [Classic ASP.NET MVC 5 application](https://github.com/TelegramBots/Telegram.Bot.Examples/tree/legacy-ASPNET). - [Simple console application](https://github.com/TelegramBots/Telegram.Bot.Examples/tree/legacy-events). Based on build-in events system. ## Requirements Examples in this repository use .NET Core 3.1 and .NET 5. You might need to install required version from [here](https://dotnet.microsoft.com/download). ## Community Feel free do join our [group chat](https://t.me/tgbots_dotnet)!