go-telegram / bot

Telegram Bot API Go framework
MIT License
502 stars 46 forks source link

fix: getGameHighScores returns an array of high scores instead of a single GameHighScore #94

Closed drifteri closed 1 week ago

drifteri commented 2 weeks ago

As per described in the documentation here: https://core.telegram.org/bots/api#getgamehighscores Changed the test to reflect this.