Closed gaukler2 closed 3 years ago
If i try your example, i get an error..
SendMessage message = new SendMessage().setChatId(update.getMessage().getChatId()).setText(update.getMessage().getText());
The method setChatid(String) in the type SendMessage is not applicable for the arguments (Long)
Use String.valueOf method
Check steps to update: https://github.com/rubenlagus/TelegramBots/wiki/How-To-Update#to-version-500, should explain how to solve that problem
If i try your example, i get an error..
SendMessage message = new SendMessage().setChatId(update.getMessage().getChatId()).setText(update.getMessage().getText());
The method setChatid(String) in the type SendMessage is not applicable for the arguments (Long)