TelegramBots / Telegram.Bot.Examples

Examples for the Telegram.Bot C# Library
MIT License
640 stars 294 forks source link

Suggestion: rename Telegram.Bot.Examples.Polling as PollingWithDI #482

Closed wiz0u closed 4 months ago

wiz0u commented 1 year ago

Telegram.Bot.Examples.Polling is overly complex for beginners. We can't forward them to it to understand how to start with a basic use of the library.

I suggest we rename it as Telegram.Bot.Examples.PollingWithDI and provide a new Telegram.Bot.Examples.Polling much simpler, similar to Telegram.Bot.Examples.InlineQueries

wiz0u commented 1 year ago

(it doesn't have to be as extreme/simple as InlineQueries is though... it can have a real Program class so it is compatible with older versions of C#/.NET)

wiz0u commented 4 months ago

Examples have been renamed. Telegram.Bot.Examples.Polling into Console.Advanced.

A new simple Console example has been added