Skip to content

Can not get high scores from game #53

@danielbronder

Description

@danielbronder

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions