-
-
Notifications
You must be signed in to change notification settings - Fork 383
Closed
Description
I am trying to receive the high scores from the game called LumberJack. I am trying to use your suggestion with GetGamHighScoreResponse. But I get an error message telling me that he found a GetWebHookINfoResponse instead od GetGameHighScoreResponse.
Here is my code:
GetGameHighScoresResponse highScoresResponse = telegramBot.execute(
new GetGameHighScores(55427529, updates.get(2).message().chat().id(), 5));
GameHighScore[] scores = highScoresResponse.result();
System.out.println(scores);
This should work, but it doesn't. I hope you can fix this little bug in the next release or snapshot.
Metadata
Metadata
Assignees
Labels
No labels