Suggestion: rename Telegram.Bot.Examples.Polling as PollingWithDI
wiz0u opened this issue · 2 comments
wiz0u commented
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
(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
Examples have been renamed.
Telegram.Bot.Examples.Polling into Console.Advanced.
A new simple Console example has been added