mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-26 17:17:17 +01:00
Fix get_game_high_scores (#771)
This commit is contained in:
parent
5ceb6f8f36
commit
073bed3a01
1 changed files with 1 additions and 1 deletions
|
@ -1971,7 +1971,7 @@ class Bot(TelegramObject):
|
|||
:class:`telegram.TelegramError`
|
||||
"""
|
||||
|
||||
url = '{0}/setGameScore'.format(self.base_url)
|
||||
url = '{0}/getGameHighScores'.format(self.base_url)
|
||||
|
||||
data = {'user_id': user_id}
|
||||
|
||||
|
|
Loading…
Reference in a new issue