mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-16 20:29:55 +01:00
answerCallbackQuery: fix copy/paste: show_alert -> url
This commit is contained in:
parent
4180c069b3
commit
9b74625d4a
1 changed files with 1 additions and 1 deletions
|
@ -1076,7 +1076,7 @@ class Bot(TelegramObject):
|
|||
if show_alert:
|
||||
data['show_alert'] = show_alert
|
||||
if url:
|
||||
data['show_alert'] = url
|
||||
data['url'] = url
|
||||
|
||||
result = self._request.post(url_, data, timeout=kwargs.get('timeout'))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue