Open nicecraftz opened 3 years ago
Replace implements LongPollingBot
with extends TelegramLongPollingBot
, then remove these methods:
@Override
public BotOptions getOptions() {
return null;
}
@Override
public void clearWebhook() throws TelegramApiRequestException {
}
Replace
implements LongPollingBot
withextends TelegramLongPollingBot
, then remove these methods:@Override public BotOptions getOptions() { return null; } @Override public void clearWebhook() throws TelegramApiRequestException { }
ty very much!
@NiceCraftz Solved? Good to close?
Yes
EXCEPTION
MAIN CLASS:
BOT CLASS