Telegram.Bot.Framework icon indicating copy to clipboard operation
Telegram.Bot.Framework copied to clipboard

SampleEchoBot is not working

Open ebbystephen opened this issue 6 years ago • 1 comments

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

ebbystephen avatar Dec 15 '18 07:12 ebbystephen

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

moetelo avatar Dec 26 '18 10:12 moetelo