rubenlagus / TelegramBotsExample

A simple to use library to create Telegram Bots in Java
GNU General Public License v3.0
479 stars 227 forks source link

ReplyKeyboardHide.class is missing #33

Closed nnasirzada closed 7 years ago

nnasirzada commented 7 years ago

I couldn't find ReplyKeyboardHide.class in source code. Is there something wrong with this library ?

Eclipse highlights this import statement and says "The import org.telegram.telegrambots.api.objects.replykeyboard.ReplyKeyboardHide; cannot be resolved".

An object of the same class is used here too.

rubenlagus commented 7 years ago

That class was removed in later versions, but Master branch should work as it is (no extra changes needed). Just make sure you haven't change the library version.

In any case, you can use dev branch if you want to check with last version of TelegramBots library.