TelegramBots / Telegram.Bot.Framework

Simple framework for building Telegram bots
MIT License
97 stars 43 forks source link

SampleEchoBot is not working #21

Open ebbystephen opened 5 years ago

ebbystephen commented 5 years ago

nGetting build error for sample echo bot project. Tried referring the Telegram Framework project and from sampleechobot Nuget.

moetelo commented 5 years ago

The sample is outdated. There is no generic BotBase<> currently in the library, only non-generic BotBase, I think you should use that. https://github.com/TelegramBots/Telegram.Bot.Framework/blob/0d0242904941e4ab9ef5348490060e04f5e67aa8/src/Telegram.Bot.Framework/BotBase.cs